summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys-apps/baselayout/baselayout-2.2-r2.ebuild (renamed from sys-apps/baselayout/baselayout-2.2-r1.ebuild)6
-rw-r--r--sys-apps/baselayout/files/baselayout-rogentos-os-release.patch16
-rw-r--r--sys-boot/os-prober/os-prober-1.65.ebuild2
3 files changed, 4 insertions, 20 deletions
diff --git a/sys-apps/baselayout/baselayout-2.2-r1.ebuild b/sys-apps/baselayout/baselayout-2.2-r2.ebuild
index d6ce4d73..9935e23d 100644
--- a/sys-apps/baselayout/baselayout-2.2-r1.ebuild
+++ b/sys-apps/baselayout/baselayout-2.2-r2.ebuild
@@ -145,7 +145,7 @@ pkg_preinst() {
fi
rm -f "${D}"/usr/share/${PN}/Makefile
- # Sabayon customization, protect /etc/hosts from removal (from older ebuilds)
+ # Kogaion customization, protect /etc/hosts from removal (from older ebuilds)
local etc_hosts="${ROOT}/etc/hosts"
if [ -e "${etc_hosts}" ]; then
cp -p "${etc_hosts}" "${etc_hosts}.baselayout_ebuild_backup" # don't die
@@ -156,7 +156,7 @@ src_unpack() {
unpack ${A}
cd "${S}"
- # We are Sabayon!
+ # Set Kogaion output here
epatch "${FILESDIR}/${PN}-kogaion-os-release.patch"
}
@@ -187,7 +187,7 @@ src_install() {
echo "LDPATH='${ldpaths#:}'" >> "${D}"/etc/env.d/00basic
# rc-scripts version for testing of features that *should* be present
- echo "Gentoo Base System release ${PV}" > "${D}"/etc/gentoo-release
+ echo "Kogaion Gentoo-based system release ${PV}" > "${D}"/etc/gentoo-release
# Sabayon customization, install /etc/hosts separately (to .example)
mv "${D}"/etc/hosts "${D}"/etc/hosts.example || die "cannot move /etc/hosts"
diff --git a/sys-apps/baselayout/files/baselayout-rogentos-os-release.patch b/sys-apps/baselayout/files/baselayout-rogentos-os-release.patch
deleted file mode 100644
index 1456df72..00000000
--- a/sys-apps/baselayout/files/baselayout-rogentos-os-release.patch
+++ /dev/null
@@ -1,16 +0,0 @@
---- baselayout-2.2.orig/etc.Linux/os-release
-+++ baselayout-2.2/etc.Linux/os-release
-@@ -1,7 +1,7 @@
--NAME=Gentoo
--ID=gentoo
--PRETTY_NAME="Gentoo/Linux"
-+NAME=Rogentos
-+ID=rogentos
-+PRETTY_NAME="Rogentos/Linux"
- ANSI_COLOR="1;32"
--HOME_URL="http://www.gentoo.org/"
--SUPPORT_URL="http://www.gentoo.org/main/en/support.xml"
--BUG_REPORT_URL="https://bugs.gentoo.org/"
-+HOME_URL="http://www.rogentos.ro/"
-+SUPPORT_URL="http://forum.rogentos.ro/"
-+BUG_REPORT_URL="https://bugs.rogentos.ro/"
diff --git a/sys-boot/os-prober/os-prober-1.65.ebuild b/sys-boot/os-prober/os-prober-1.65.ebuild
index 3d40c8b2..423c11b2 100644
--- a/sys-boot/os-prober/os-prober-1.65.ebuild
+++ b/sys-boot/os-prober/os-prober-1.65.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://debian/pool/main/${PN::1}/${PN}/${PN}_${PV}.tar.xz"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE=""
S=${WORKDIR}/${PN}