From 6e11100fa63a8276b143a9273b78611e9a99d052 Mon Sep 17 00:00:00 2001 From: BlackNoxis Date: Wed, 15 Apr 2015 00:54:07 +0300 Subject: [sys-apps/openrc] update to Kogaion --- sys-apps/openrc/openrc-0.12.4.ebuild | 12 ++++++------ sys-apps/openrc/openrc-0.12_pre1-r1.ebuild | 12 ++++++------ sys-apps/openrc/openrc-0.12_pre1-r2.ebuild | 10 +++++----- sys-apps/openrc/openrc-0.12_pre1.ebuild | 12 ++++++------ sys-apps/openrc/openrc-0.13.11.ebuild | 12 ++++++------ 5 files changed, 29 insertions(+), 29 deletions(-) (limited to 'sys-apps') diff --git a/sys-apps/openrc/openrc-0.12.4.ebuild b/sys-apps/openrc/openrc-0.12.4.ebuild index b45a43ef..551e6461 100644 --- a/sys-apps/openrc/openrc-0.12.4.ebuild +++ b/sys-apps/openrc/openrc-0.12.4.ebuild @@ -56,13 +56,13 @@ src_prepare() { # Allow user patches to be applied without modifying the ebuild epatch_user - # RogentOS custom config + # Argent custom config epatch "${FILESDIR}/${PN}-kogaion-config-2.patch" epatch "${FILESDIR}"/${PN}-0.5.3-disable_warns_until_migrated.patch epatch "${FILESDIR}/${PN}-netmount-fix.patch" epatch "${FILESDIR}/${PN}-0.6.1-fix-clockskew-error-handling.patch" - # RogentOS bug fixes + # Argent bug fixes epatch "${FILESDIR}/${PN}-0.9.9.3-do-not-print-error-if-tmplog-cannot-be-read.patch" # Linux 3.10 and EFI @@ -87,7 +87,7 @@ src_compile() { MAKE_ARGS="${MAKE_ARGS} OS=FreeBSD" brand="FreeBSD" fi - export BRANDING="RogentOS ${brand}" + export BRANDING="Argent ${brand}" use newnet || MAKE_ARGS="${MAKE_ARGS} MKNET=oldnet" use prefix && MAKE_ARGS="${MAKE_ARGS} MKPREFIX=yes PREFIX=${EPREFIX}" export DEBUG=$(usev debug) @@ -147,7 +147,7 @@ src_install() { insinto /etc/logrotate.d newins "${FILESDIR}"/openrc.logrotate openrc - # RogentOS customization, do not bug user with annoying updates (for now) + # Argent customization, do not bug user with annoying updates (for now) mv "${ED}"/etc/conf.d/keymaps "${ED}"/etc/conf.d/keymaps.example || \ die "cannot move keymaps" mv "${ED}"/etc/conf.d/hwclock "${ED}"/etc/conf.d/hwclock.example || \ @@ -193,7 +193,7 @@ add_boot_init_mit_config() { pkg_preinst() { local conf_file - # RogentOS customization, still protect conf files from being removed + # Argent customization, still protect conf files from being removed # as no longer owned by package for conf_file in "${EROOT}/etc/conf.d/keymaps" "${EROOT}/etc/conf.d/hwclock"; do if [ -e "${conf_file}" ]; then @@ -264,7 +264,7 @@ migrate_udev_mount_script() { pkg_postinst() { local conf_file - # RogentOS customization, do not bug user with tedious, useless config file updates + # Argent customization, do not bug user with tedious, useless config file updates for conf_file in "${EROOT}/etc/conf.d/keymaps" "${EROOT}/etc/conf.d/hwclock"; do if [ -e "${conf_file}.ebuild_preserved" ]; then cp -p "${conf_file}.ebuild_preserved" "${conf_file}" # don't die diff --git a/sys-apps/openrc/openrc-0.12_pre1-r1.ebuild b/sys-apps/openrc/openrc-0.12_pre1-r1.ebuild index fa0f18af..62fff71d 100644 --- a/sys-apps/openrc/openrc-0.12_pre1-r1.ebuild +++ b/sys-apps/openrc/openrc-0.12_pre1-r1.ebuild @@ -50,7 +50,7 @@ src_prepare() { # Allow user patches to be applied without modifying the ebuild epatch_user - # RogentOS custom config + # Argent custom config epatch "${FILESDIR}/${PN}-kogaion-config-2.patch" epatch "${FILESDIR}"/${PN}-0.5.3-disable_warns_until_migrated.patch epatch "${FILESDIR}/${PN}-netmount-fix.patch" @@ -81,7 +81,7 @@ src_compile() { if use selinux; then MAKE_ARGS="${MAKE_ARGS} MKSELINUX=yes" fi - export BRANDING="RogentOS ${brand}" + export BRANDING="Argent ${brand}" if ! use static-libs; then MAKE_ARGS="${MAKE_ARGS} MKSTATICLIBS=no" fi @@ -147,7 +147,7 @@ src_install() { insinto /etc/logrotate.d newins "${FILESDIR}"/openrc.logrotate openrc - # RogentOS customization, do not bug user with annoying updates (for now) + # Argent customization, do not bug user with annoying updates (for now) mv "${ED}"/etc/conf.d/keymaps "${ED}"/etc/conf.d/keymaps.example || \ die "cannot move keymaps" mv "${ED}"/etc/conf.d/hwclock "${ED}"/etc/conf.d/hwclock.example || \ @@ -187,7 +187,7 @@ add_boot_init_mit_config() { pkg_preinst() { local conf_file - # RogentOS customization, still protect conf files from being removed + # Argent customization, still protect conf files from being removed # as no longer owned by package for conf_file in "${EROOT}/etc/conf.d/keymaps" "${EROOT}/etc/conf.d/hwclock"; do if [ -e "${conf_file}" ]; then @@ -202,7 +202,7 @@ pkg_preinst() { # manager doesnt go throwing etc-update crap at us -- postinst is # too late to prevent that. this behavior also lets us keep the # file in the CONTENTS for binary packages. - # RogentOS, use cp -d as per Gentoo bug #462674 + # Argent, use cp -d as per Gentoo bug #462674 [[ -e "${EROOT}"etc/conf.d/net ]] && \ cp -d "${EROOT}"etc/conf.d/net "${ED}"/etc/conf.d/ @@ -392,7 +392,7 @@ migrate_from_baselayout_1() { pkg_postinst() { local conf_file - # RogentOS customization, do not bug user with tedious, useless config file updates + # Argent customization, do not bug user with tedious, useless config file updates for conf_file in "${EROOT}/etc/conf.d/keymaps" "${EROOT}/etc/conf.d/hwclock"; do if [ -e "${conf_file}.ebuild_preserved" ]; then cp -p "${conf_file}.ebuild_preserved" "${conf_file}" # don't die diff --git a/sys-apps/openrc/openrc-0.12_pre1-r2.ebuild b/sys-apps/openrc/openrc-0.12_pre1-r2.ebuild index 94f81aa7..90a059d6 100644 --- a/sys-apps/openrc/openrc-0.12_pre1-r2.ebuild +++ b/sys-apps/openrc/openrc-0.12_pre1-r2.ebuild @@ -49,7 +49,7 @@ src_prepare() { # Allow user patches to be applied without modifying the ebuild epatch_user - # RogentOS/Argent custom config + # Argent custom config epatch "${FILESDIR}/${PN}-kogaion-config-2.patch" epatch "${FILESDIR}"/${PN}-0.5.3-disable_warns_until_migrated.patch epatch "${FILESDIR}/${PN}-netmount-fix.patch" @@ -83,7 +83,7 @@ src_compile() { if use selinux; then MAKE_ARGS="${MAKE_ARGS} MKSELINUX=yes" fi - export BRANDING="RogentOS ${brand}" + export BRANDING="Argent ${brand}" if ! use static-libs; then MAKE_ARGS="${MAKE_ARGS} MKSTATICLIBS=no" fi @@ -149,7 +149,7 @@ src_install() { insinto /etc/logrotate.d newins "${FILESDIR}"/openrc.logrotate openrc - # RogentOS/Argent customization, do not bug user with annoying updates (for now) + # Argent customization, do not bug user with annoying updates (for now) mv "${ED}"/etc/conf.d/keymaps "${ED}"/etc/conf.d/keymaps.example || \ die "cannot move keymaps" mv "${ED}"/etc/conf.d/hwclock "${ED}"/etc/conf.d/hwclock.example || \ @@ -189,7 +189,7 @@ add_boot_init_mit_config() { pkg_preinst() { local conf_file - # RogentOS/Argent customization, still protect conf files from being removed + # Argent customization, still protect conf files from being removed # as no longer owned by package for conf_file in "${EROOT}/etc/conf.d/keymaps" "${EROOT}/etc/conf.d/hwclock"; do if [ -e "${conf_file}" ]; then @@ -394,7 +394,7 @@ migrate_from_baselayout_1() { pkg_postinst() { local conf_file - # RogentOS/Argent customization, do not bug user with tedious, useless config file updates + # Argent customization, do not bug user with tedious, useless config file updates for conf_file in "${EROOT}/etc/conf.d/keymaps" "${EROOT}/etc/conf.d/hwclock"; do if [ -e "${conf_file}.ebuild_preserved" ]; then cp -p "${conf_file}.ebuild_preserved" "${conf_file}" # don't die diff --git a/sys-apps/openrc/openrc-0.12_pre1.ebuild b/sys-apps/openrc/openrc-0.12_pre1.ebuild index 4490212c..eb803e30 100644 --- a/sys-apps/openrc/openrc-0.12_pre1.ebuild +++ b/sys-apps/openrc/openrc-0.12_pre1.ebuild @@ -50,13 +50,13 @@ src_prepare() { # Allow user patches to be applied without modifying the ebuild epatch_user - # RogentOS custom config + # Argent custom config epatch "${FILESDIR}/${PN}-kogaion-config-2.patch" epatch "${FILESDIR}"/${PN}-0.5.3-disable_warns_until_migrated.patch epatch "${FILESDIR}/${PN}-netmount-fix.patch" epatch "${FILESDIR}/${PN}-0.6.1-fix-clockskew-error-handling.patch" - # RogentOS bug fixes + # Argent bug fixes epatch "${FILESDIR}/${PN}-0.9.9.3-do-not-print-error-if-tmplog-cannot-be-read.patch" } @@ -78,7 +78,7 @@ src_compile() { if use selinux; then MAKE_ARGS="${MAKE_ARGS} MKSELINUX=yes" fi - export BRANDING="RogentOS ${brand}" + export BRANDING="Argent ${brand}" if ! use static-libs; then MAKE_ARGS="${MAKE_ARGS} MKSTATICLIBS=no" fi @@ -144,7 +144,7 @@ src_install() { insinto /etc/logrotate.d newins "${FILESDIR}"/openrc.logrotate openrc - # RogentOS customization, do not bug user with annoying updates (for now) + # Argent customization, do not bug user with annoying updates (for now) mv "${ED}"/etc/conf.d/keymaps "${ED}"/etc/conf.d/keymaps.example || \ die "cannot move keymaps" mv "${ED}"/etc/conf.d/hwclock "${ED}"/etc/conf.d/hwclock.example || \ @@ -199,7 +199,7 @@ pkg_preinst() { # manager doesnt go throwing etc-update crap at us -- postinst is # too late to prevent that. this behavior also lets us keep the # file in the CONTENTS for binary packages. - # RogentOS, use cp -d as per Gentoo bug #462674 + # Argent, use cp -d as per Gentoo bug #462674 [[ -e "${EROOT}"etc/conf.d/net ]] && \ cp -d "${EROOT}"etc/conf.d/net "${ED}"/etc/conf.d/ @@ -389,7 +389,7 @@ migrate_from_baselayout_1() { pkg_postinst() { local conf_file - # RogentOS customization, do not bug user with tedious, useless config file updates + # Argent customization, do not bug user with tedious, useless config file updates for conf_file in "${EROOT}/etc/conf.d/keymaps" "${EROOT}/etc/conf.d/hwclock"; do if [ -e "${conf_file}.ebuild_preserved" ]; then cp -p "${conf_file}.ebuild_preserved" "${conf_file}" # don't die diff --git a/sys-apps/openrc/openrc-0.13.11.ebuild b/sys-apps/openrc/openrc-0.13.11.ebuild index b45a43ef..551e6461 100644 --- a/sys-apps/openrc/openrc-0.13.11.ebuild +++ b/sys-apps/openrc/openrc-0.13.11.ebuild @@ -56,13 +56,13 @@ src_prepare() { # Allow user patches to be applied without modifying the ebuild epatch_user - # RogentOS custom config + # Argent custom config epatch "${FILESDIR}/${PN}-kogaion-config-2.patch" epatch "${FILESDIR}"/${PN}-0.5.3-disable_warns_until_migrated.patch epatch "${FILESDIR}/${PN}-netmount-fix.patch" epatch "${FILESDIR}/${PN}-0.6.1-fix-clockskew-error-handling.patch" - # RogentOS bug fixes + # Argent bug fixes epatch "${FILESDIR}/${PN}-0.9.9.3-do-not-print-error-if-tmplog-cannot-be-read.patch" # Linux 3.10 and EFI @@ -87,7 +87,7 @@ src_compile() { MAKE_ARGS="${MAKE_ARGS} OS=FreeBSD" brand="FreeBSD" fi - export BRANDING="RogentOS ${brand}" + export BRANDING="Argent ${brand}" use newnet || MAKE_ARGS="${MAKE_ARGS} MKNET=oldnet" use prefix && MAKE_ARGS="${MAKE_ARGS} MKPREFIX=yes PREFIX=${EPREFIX}" export DEBUG=$(usev debug) @@ -147,7 +147,7 @@ src_install() { insinto /etc/logrotate.d newins "${FILESDIR}"/openrc.logrotate openrc - # RogentOS customization, do not bug user with annoying updates (for now) + # Argent customization, do not bug user with annoying updates (for now) mv "${ED}"/etc/conf.d/keymaps "${ED}"/etc/conf.d/keymaps.example || \ die "cannot move keymaps" mv "${ED}"/etc/conf.d/hwclock "${ED}"/etc/conf.d/hwclock.example || \ @@ -193,7 +193,7 @@ add_boot_init_mit_config() { pkg_preinst() { local conf_file - # RogentOS customization, still protect conf files from being removed + # Argent customization, still protect conf files from being removed # as no longer owned by package for conf_file in "${EROOT}/etc/conf.d/keymaps" "${EROOT}/etc/conf.d/hwclock"; do if [ -e "${conf_file}" ]; then @@ -264,7 +264,7 @@ migrate_udev_mount_script() { pkg_postinst() { local conf_file - # RogentOS customization, do not bug user with tedious, useless config file updates + # Argent customization, do not bug user with tedious, useless config file updates for conf_file in "${EROOT}/etc/conf.d/keymaps" "${EROOT}/etc/conf.d/hwclock"; do if [ -e "${conf_file}.ebuild_preserved" ]; then cp -p "${conf_file}.ebuild_preserved" "${conf_file}" # don't die -- cgit v1.2.3