summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-misc/anaconda-runtime/Manifest2
-rw-r--r--app-misc/anaconda-runtime/anaconda-runtime-1.1-r3.ebuild4
-rw-r--r--sys-boot/grub/files/grub-2.00-rogentos-patch.patch2
-rw-r--r--sys-boot/grub/files/grub.default-24
-rw-r--r--sys-boot/grub/files/grub2-default4
-rw-r--r--sys-boot/grub/files/grub2-default-1.994
-rw-r--r--sys-boot/grub/grub-1.99-r2.ebuild2
-rw-r--r--sys-boot/grub/grub-2.00-r2.ebuild2
-rw-r--r--sys-boot/grub/grub-2.00-r3.ebuild2
-rw-r--r--sys-boot/grub/grub-2.00-r4.ebuild2
-rw-r--r--sys-boot/grub/grub-2.00-r5.ebuild2
-rw-r--r--sys-boot/grub/grub-2.00-r7.ebuild2
-rw-r--r--sys-boot/grub/grub-2.00.ebuild2
13 files changed, 16 insertions, 18 deletions
diff --git a/app-misc/anaconda-runtime/Manifest b/app-misc/anaconda-runtime/Manifest
deleted file mode 100644
index 48c262e3..00000000
--- a/app-misc/anaconda-runtime/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-EBUILD anaconda-runtime-1.1-r1.ebuild 1150 SHA256 792e849b32ccb260c4f8f4b2f2feca2a55e438a17f36a5d477dc48f43569d5d3 SHA512 aeeabf2bd6775eb5739dcb4e813ad68778031d4bc5c26876ee289064029d3c2935f233c6cee7278987ed5b9cfbeb05ec618fc4bdd4c69a3a9e6a9e69be8d7a8f WHIRLPOOL dac1920de065781b167fd501eaf022df3aafa943b476ea783fec44b9b25f6bd02d1758ed777d4c939bd460390032bb304a41f4541ca9ee569338ef9ad7530c83
-EBUILD anaconda-runtime-1.1-r3.ebuild 1104 SHA256 80ada99bd3cc1e2b68380d3b1147e97272a260a63992e157989d9d46e40ce2cb SHA512 7d1700f7703488952f9efd5b493c0c1f328998d1dc533a1670c99b5758244f4c847cfe5c574524fd09bab8a02190f3e35d0262dade58d52ce46e7d777bc310fb WHIRLPOOL 925d68cc0621494550610b274ae41700e494c4c3602272e2dc65d27ab620a17b6f213e2fd993597ce296259d59d5c394c9790580e0a8f004f414ae34c37ae59d
diff --git a/app-misc/anaconda-runtime/anaconda-runtime-1.1-r3.ebuild b/app-misc/anaconda-runtime/anaconda-runtime-1.1-r3.ebuild
index 4ea75cd9..f9a4aa40 100644
--- a/app-misc/anaconda-runtime/anaconda-runtime-1.1-r3.ebuild
+++ b/app-misc/anaconda-runtime/anaconda-runtime-1.1-r3.ebuild
@@ -14,8 +14,8 @@ SLOT="0"
DEPEND=""
RDEPEND="app-admin/system-config-date
app-admin/system-config-users
- >=app-misc/rogentos-live-1
- >=app-misc/rogentos-version-1
+ >=app-misc/kogaion-live-1
+ >=app-misc/kogaion-version-1
app-text/xmlto
dev-libs/elfutils
dev-libs/libnl
diff --git a/sys-boot/grub/files/grub-2.00-rogentos-patch.patch b/sys-boot/grub/files/grub-2.00-rogentos-patch.patch
index f3238628..cc3b57be 100644
--- a/sys-boot/grub/files/grub-2.00-rogentos-patch.patch
+++ b/sys-boot/grub/files/grub-2.00-rogentos-patch.patch
@@ -4,7 +4,7 @@
export TEXTDOMAIN=@PACKAGE@
export TEXTDOMAINDIR="@localedir@"
-+export GRUB_DISTRIBUTOR=Rogentos
++export GRUB_DISTRIBUTOR=Kogaion
CLASS="--class gnu-linux --class gnu --class os"
diff --git a/sys-boot/grub/files/grub.default-2 b/sys-boot/grub/files/grub.default-2
index 60f27303..1894575d 100644
--- a/sys-boot/grub/files/grub.default-2
+++ b/sys-boot/grub/files/grub.default-2
@@ -49,9 +49,9 @@ GRUB_COLOR_NORMAL="white/black"
# Boot menu option "highlight" color
GRUB_COLOR_HIGHLIGHT="magenta/black"
-if [ -f "/etc/default/rogentos-grub" ]; then
+if [ -f "/etc/default/kogaion-grub" ]; then
# this file is placed by the RogentOS Installer and contains
# custom GRUB_CMDLINE_LINUX parameters created at install
# time.
- . /etc/default/rogentos-grub
+ . /etc/default/kogaion-grub
fi
diff --git a/sys-boot/grub/files/grub2-default b/sys-boot/grub/files/grub2-default
index c93a6e8f..7d1423ef 100644
--- a/sys-boot/grub/files/grub2-default
+++ b/sys-boot/grub/files/grub2-default
@@ -40,11 +40,11 @@ GRUB_COLOR_NORMAL="white/black"
# Boot menu option "highlight" color
GRUB_COLOR_HIGHLIGHT="magenta/black"
-if [ -f "/etc/default/rogentos-grub" ]; then
+if [ -f "/etc/default/kogaion-grub" ]; then
# this file is placed by the RogentOS Installer and contains
# custom GRUB_CMDLINE_LINUX parameters created at install
# time.
- source /etc/default/rogentos-grub
+ source /etc/default/kogaion-grub
fi
# DO NOT REMOVE THIS IF YOUR GRUB_CMDLINE_LINUX IS EMPTY (BACKWARD COMPAT)
diff --git a/sys-boot/grub/files/grub2-default-1.99 b/sys-boot/grub/files/grub2-default-1.99
index acaabfd7..78a9f2a3 100644
--- a/sys-boot/grub/files/grub2-default-1.99
+++ b/sys-boot/grub/files/grub2-default-1.99
@@ -41,9 +41,9 @@ GRUB_COLOR_NORMAL="white/black"
# Boot menu option "highlight" color
GRUB_COLOR_HIGHLIGHT="magenta/black"
-if [ -f "/etc/default/rogentos-grub" ]; then
+if [ -f "/etc/default/kogaion-grub" ]; then
# this file is placed by the RogentOS Installer and contains
# custom GRUB_CMDLINE_LINUX parameters created at install
# time.
- . /etc/default/rogentos-grub
+ . /etc/default/kogaion-grub
fi
diff --git a/sys-boot/grub/grub-1.99-r2.ebuild b/sys-boot/grub/grub-1.99-r2.ebuild
index 74e3d314..e80c3aa8 100644
--- a/sys-boot/grub/grub-1.99-r2.ebuild
+++ b/sys-boot/grub/grub-1.99-r2.ebuild
@@ -46,7 +46,7 @@ unset i
# os-prober: Used on runtime to detect other OSes
# xorriso (dev-libs/libisoburn): Used on runtime for mkrescue
RDEPEND="
- x11-themes/rogentos-artwork-grub
+ x11-themes/kogaion-artwork-grub
dev-libs/libisoburn
dev-libs/lzo
sys-boot/os-prober
diff --git a/sys-boot/grub/grub-2.00-r2.ebuild b/sys-boot/grub/grub-2.00-r2.ebuild
index 9f59cf8d..5a7f682a 100644
--- a/sys-boot/grub/grub-2.00-r2.ebuild
+++ b/sys-boot/grub/grub-2.00-r2.ebuild
@@ -53,7 +53,7 @@ REQUIRED_USE="grub_platforms_qemu? ( truetype )"
# sbsigntool is Sabayon and Rogentos specific
RDEPEND="
app-crypt/sbsigntool
- x11-themes/rogentos-artwork-grub
+ x11-themes/kogaion-artwork-grub
app-arch/xz-utils
>=sys-libs/ncurses-5.2-r5
debug? (
diff --git a/sys-boot/grub/grub-2.00-r3.ebuild b/sys-boot/grub/grub-2.00-r3.ebuild
index f8bdb181..4d6d5b8b 100644
--- a/sys-boot/grub/grub-2.00-r3.ebuild
+++ b/sys-boot/grub/grub-2.00-r3.ebuild
@@ -53,7 +53,7 @@ REQUIRED_USE="grub_platforms_qemu? ( truetype )"
# sbsigntool is Sabayon and Rogentos specific
RDEPEND="
app-crypt/sbsigntool
- x11-themes/rogentos-artwork-grub
+ x11-themes/kogaion-artwork-grub
app-arch/xz-utils
>=sys-libs/ncurses-5.2-r5
debug? (
diff --git a/sys-boot/grub/grub-2.00-r4.ebuild b/sys-boot/grub/grub-2.00-r4.ebuild
index 4e2a9e67..a72a2b25 100644
--- a/sys-boot/grub/grub-2.00-r4.ebuild
+++ b/sys-boot/grub/grub-2.00-r4.ebuild
@@ -75,7 +75,7 @@ REQUIRED_USE="grub_platforms_qemu? ( truetype )
# sbsigntool is RogentOS specific
RDEPEND="
app-crypt/sbsigntool
- x11-themes/rogentos-artwork-grub
+ x11-themes/kogaion-artwork-grub
app-arch/xz-utils
>=sys-libs/ncurses-5.2-r5
debug? (
diff --git a/sys-boot/grub/grub-2.00-r5.ebuild b/sys-boot/grub/grub-2.00-r5.ebuild
index 9947d93f..8a85b6fd 100644
--- a/sys-boot/grub/grub-2.00-r5.ebuild
+++ b/sys-boot/grub/grub-2.00-r5.ebuild
@@ -75,7 +75,7 @@ REQUIRED_USE="grub_platforms_qemu? ( truetype )
# sbsigntool is RogentOS & Argent specific
RDEPEND="
app-crypt/sbsigntool
- x11-themes/rogentos-artwork-grub
+ x11-themes/kogaion-artwork-grub
app-arch/xz-utils
>=sys-libs/ncurses-5.2-r5
debug? (
diff --git a/sys-boot/grub/grub-2.00-r7.ebuild b/sys-boot/grub/grub-2.00-r7.ebuild
index afb1fba6..bceda68f 100644
--- a/sys-boot/grub/grub-2.00-r7.ebuild
+++ b/sys-boot/grub/grub-2.00-r7.ebuild
@@ -77,7 +77,7 @@ REQUIRED_USE="grub_platforms_qemu? ( truetype )
# sbsigntool is Sabayon and Kogaion specific
RDEPEND="
app-crypt/sbsigntool
- x11-themes/rogentos-artwork-grub
+ x11-themes/kogaion-artwork-grub
app-arch/xz-utils
>=sys-libs/ncurses-5.2-r5
debug? (
diff --git a/sys-boot/grub/grub-2.00.ebuild b/sys-boot/grub/grub-2.00.ebuild
index 533b76c2..8ad9ba27 100644
--- a/sys-boot/grub/grub-2.00.ebuild
+++ b/sys-boot/grub/grub-2.00.ebuild
@@ -51,7 +51,7 @@ REQUIRED_USE="grub_platforms_qemu? ( truetype )"
# os-prober: Used on runtime to detect other OSes
# xorriso (dev-libs/libisoburn): Used on runtime for mkrescue
RDEPEND="
- x11-themes/rogentos-artwork-grub
+ x11-themes/kogaion-artwork-grub
app-arch/xz-utils
>=sys-libs/ncurses-5.2-r5
debug? (