From 48882f95f98fbca5e147e52807585e6c771060c8 Mon Sep 17 00:00:00 2001 From: BlackNoxis Date: Wed, 15 Apr 2015 00:47:12 +0300 Subject: [sys-apps/openrc] update ebuilds --- sys-apps/openrc/openrc-0.10.5.ebuild | 10 +++++----- sys-apps/openrc/openrc-0.11.8.ebuild | 12 ++++++------ sys-apps/openrc/openrc-0.12_pre1.ebuild | 2 +- sys-apps/openrc/openrc-0.8.2-r1.ebuild | 4 ++-- sys-apps/openrc/openrc-0.8.3-r1.ebuild | 10 +++++----- sys-apps/openrc/openrc-0.9.8.1.ebuild | 10 +++++----- sys-apps/openrc/openrc-0.9.9.3.ebuild | 12 ++++++------ 7 files changed, 30 insertions(+), 30 deletions(-) (limited to 'sys-apps') diff --git a/sys-apps/openrc/openrc-0.10.5.ebuild b/sys-apps/openrc/openrc-0.10.5.ebuild index 2feea414..7a6a67a4 100644 --- a/sys-apps/openrc/openrc-0.10.5.ebuild +++ b/sys-apps/openrc/openrc-0.10.5.ebuild @@ -73,13 +73,13 @@ src_prepare() { # Allow user patches to be applied without modifying the ebuild epatch_user - # Rogentos custom config + # Kogaion 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 + # Kogaion bug fixes epatch "${FILESDIR}/${PN}-0.9.9.3-do-not-print-error-if-tmplog-cannot-be-read.patch" } @@ -143,7 +143,7 @@ src_install() { insinto /etc/logrotate.d newins "${FILESDIR}"/openrc.logrotate openrc - # Rogentos customization, do not bug user with annoying updates (for now) + # Kogaion customization, do not bug user with annoying updates (for now) mv "${D}"/etc/conf.d/keymaps "${D}"/etc/conf.d/keymaps.example || \ die "cannot move keymaps" mv "${D}"/etc/conf.d/hwclock "${D}"/etc/conf.d/hwclock.example || \ @@ -183,7 +183,7 @@ add_boot_init_mit_config() { pkg_preinst() { local conf_file - # Rogentos customization, still protect conf files from being removed + # Kogaion customization, still protect conf files from being removed # as no longer owned by package for conf_file in "${ROOT}/etc/conf.d/keymaps" "${ROOT}/etc/conf.d/hwclock"; do if [ -e "${conf_file}" ]; then @@ -369,7 +369,7 @@ migrate_from_baselayout_1() { pkg_postinst() { local conf_file - # Rogentos customization, do not bug user with tedious, useless config file updates + # Kogaion customization, do not bug user with tedious, useless config file updates for conf_file in "${ROOT}/etc/conf.d/keymaps" "${ROOT}/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.11.8.ebuild b/sys-apps/openrc/openrc-0.11.8.ebuild index af2bf2fc..6284e791 100644 --- a/sys-apps/openrc/openrc-0.11.8.ebuild +++ b/sys-apps/openrc/openrc-0.11.8.ebuild @@ -48,13 +48,13 @@ src_prepare() { # Allow user patches to be applied without modifying the ebuild epatch_user - # Rogentos custom config + # Kogaion 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 + # Kogaion bug fixes epatch "${FILESDIR}/${PN}-0.9.9.3-do-not-print-error-if-tmplog-cannot-be-read.patch" } @@ -76,7 +76,7 @@ src_compile() { if use selinux; then MAKE_ARGS="${MAKE_ARGS} MKSELINUX=yes" fi - export BRANDING="Rogentos ${brand}" + export BRANDING="Kogaion ${brand}" if ! use static-libs; then MAKE_ARGS="${MAKE_ARGS} MKSTATICLIBS=no" fi @@ -142,7 +142,7 @@ src_install() { insinto /etc/logrotate.d newins "${FILESDIR}"/openrc.logrotate openrc - # Rogentos customization, do not bug user with annoying updates (for now) + # Kogaion 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 || \ @@ -182,7 +182,7 @@ add_boot_init_mit_config() { pkg_preinst() { local conf_file - # Rogentos customization, still protect conf files from being removed + # Kogaion 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 @@ -386,7 +386,7 @@ migrate_from_baselayout_1() { pkg_postinst() { local conf_file - # Rogentos customization, do not bug user with tedious, useless config file updates + # Kogaion 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 fb70c08e..4490212c 100644 --- a/sys-apps/openrc/openrc-0.12_pre1.ebuild +++ b/sys-apps/openrc/openrc-0.12_pre1.ebuild @@ -184,7 +184,7 @@ add_boot_init_mit_config() { pkg_preinst() { local conf_file - # Rogentos customization, still protect conf files from being removed + # Kogaion 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 diff --git a/sys-apps/openrc/openrc-0.8.2-r1.ebuild b/sys-apps/openrc/openrc-0.8.2-r1.ebuild index 5aa128bc..87abd7c3 100644 --- a/sys-apps/openrc/openrc-0.8.2-r1.ebuild +++ b/sys-apps/openrc/openrc-0.8.2-r1.ebuild @@ -51,7 +51,7 @@ make_args() { if use selinux; then MAKE_ARGS="${MAKE_ARGS} MKSELINUX=yes" fi - export BRANDING="Rogentos ${brand}" + export BRANDING="Kogaion ${brand}" } pkg_setup() { @@ -73,7 +73,7 @@ src_unpack() { # Allow user patches to be applied without modifying the ebuild epatch_user - # Rogentos custom config + # Kogaion custom config epatch "${FILESDIR}/${PN}-kogaion-config.patch" epatch "${FILESDIR}/${PN}-enable-interactive.patch" epatch "${FILESDIR}"/${PN}-0.5.3-disable_warns_until_migrated.patch diff --git a/sys-apps/openrc/openrc-0.8.3-r1.ebuild b/sys-apps/openrc/openrc-0.8.3-r1.ebuild index bebe1c5d..9962aee9 100644 --- a/sys-apps/openrc/openrc-0.8.3-r1.ebuild +++ b/sys-apps/openrc/openrc-0.8.3-r1.ebuild @@ -49,7 +49,7 @@ make_args() { if use selinux; then MAKE_ARGS="${MAKE_ARGS} MKSELINUX=yes" fi - export BRANDING="Rogentos ${brand}" + export BRANDING="Kogaion ${brand}" } pkg_setup() { @@ -73,7 +73,7 @@ src_prepare() { # Allow user patches to be applied without modifying the ebuild epatch_user - # Rogentos custom config + # Kogaion custom config epatch "${FILESDIR}/${PN}-kogaion-config.patch" epatch "${FILESDIR}/${PN}-enable-interactive.patch" epatch "${FILESDIR}"/${PN}-0.5.3-disable_warns_until_migrated.patch @@ -146,7 +146,7 @@ src_install() { insinto /etc/logrotate.d newins "${FILESDIR}"/openrc.logrotate openrc - # Rogentos customization, do not bug user with annoying updates (for now) + # Kogaion customization, do not bug user with annoying updates (for now) mv "${D}"/etc/conf.d/keymaps "${D}"/etc/conf.d/keymaps.example || \ die "cannot move keymaps" mv "${D}"/etc/conf.d/hwclock "${D}"/etc/conf.d/hwclock.example || \ @@ -182,7 +182,7 @@ add_boot_init_mit_config() { } pkg_preinst() { - # Rogentos customization, still protect conf files from being removed + # Kogaion customization, still protect conf files from being removed # as no longer owned by package for conf_file in "${ROOT}/etc/conf.d/keymaps" "${ROOT}/etc/conf.d/hwclock"; do if [ -e "${conf_file}" ]; then @@ -364,7 +364,7 @@ migrate_from_baselayout_1() { } pkg_postinst() { - # Rogentos customization, do not bug user with tedious, useless config file updates + # Kogaion customization, do not bug user with tedious, useless config file updates for conf_file in "${ROOT}/etc/conf.d/keymaps" "${ROOT}/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.9.8.1.ebuild b/sys-apps/openrc/openrc-0.9.8.1.ebuild index 37e31008..2873edbf 100644 --- a/sys-apps/openrc/openrc-0.9.8.1.ebuild +++ b/sys-apps/openrc/openrc-0.9.8.1.ebuild @@ -51,7 +51,7 @@ make_args() { if use selinux; then MAKE_ARGS="${MAKE_ARGS} MKSELINUX=yes" fi - export BRANDING="Rogentos ${brand}" + export BRANDING="Kogaion ${brand}" if ! use static-libs; then MAKE_ARGS="${MAKE_ARGS} MKSTATICLIBS=no" fi @@ -75,7 +75,7 @@ src_prepare() { # Allow user patches to be applied without modifying the ebuild epatch_user - # Rogentos custom config + # Kogaion custom config epatch "${FILESDIR}/${PN}-kogaion-config.patch" epatch "${FILESDIR}/${PN}-enable-interactive-2.patch" epatch "${FILESDIR}"/${PN}-0.5.3-disable_warns_until_migrated.patch @@ -141,7 +141,7 @@ src_install() { insinto /etc/logrotate.d newins "${FILESDIR}"/openrc.logrotate openrc - # Rogentos customization, do not bug user with annoying updates (for now) + # Kogaion customization, do not bug user with annoying updates (for now) mv "${D}"/etc/conf.d/keymaps "${D}"/etc/conf.d/keymaps.example || \ die "cannot move keymaps" mv "${D}"/etc/conf.d/hwclock "${D}"/etc/conf.d/hwclock.example || \ @@ -180,7 +180,7 @@ add_boot_init_mit_config() { } pkg_preinst() { - # Rogentos customization, still protect conf files from being removed + # Kogaion customization, still protect conf files from being removed # as no longer owned by package for conf_file in "${ROOT}/etc/conf.d/keymaps" "${ROOT}/etc/conf.d/hwclock"; do if [ -e "${conf_file}" ]; then @@ -364,7 +364,7 @@ migrate_from_baselayout_1() { pkg_postinst() { local LIBDIR=$(get_libdir) - # Rogentos customization, do not bug user with tedious, useless config file updates + # Kogaion customization, do not bug user with tedious, useless config file updates for conf_file in "${ROOT}/etc/conf.d/keymaps" "${ROOT}/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.9.9.3.ebuild b/sys-apps/openrc/openrc-0.9.9.3.ebuild index a63da9d8..ddbb9494 100644 --- a/sys-apps/openrc/openrc-0.9.9.3.ebuild +++ b/sys-apps/openrc/openrc-0.9.9.3.ebuild @@ -49,7 +49,7 @@ make_args() { if use selinux; then MAKE_ARGS="${MAKE_ARGS} MKSELINUX=yes" fi - export BRANDING="Rogentos ${brand}" + export BRANDING="Kogaion ${brand}" if ! use static-libs; then MAKE_ARGS="${MAKE_ARGS} MKSTATICLIBS=no" fi @@ -73,13 +73,13 @@ src_prepare() { # Allow user patches to be applied without modifying the ebuild epatch_user - # Rogentos custom config + # Kogaion 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 + # Kogaion bug fixes epatch "${FILESDIR}/${PN}-0.9.9.3-do-not-print-error-if-tmplog-cannot-be-read.patch" } @@ -140,7 +140,7 @@ src_install() { insinto /etc/logrotate.d newins "${FILESDIR}"/openrc.logrotate openrc - # Rogentos customization, do not bug user with annoying updates (for now) + # Kogaion customization, do not bug user with annoying updates (for now) mv "${D}"/etc/conf.d/keymaps "${D}"/etc/conf.d/keymaps.example || \ die "cannot move keymaps" mv "${D}"/etc/conf.d/hwclock "${D}"/etc/conf.d/hwclock.example || \ @@ -180,7 +180,7 @@ add_boot_init_mit_config() { pkg_preinst() { local conf_file - # Rogentos customization, still protect conf files from being removed + # Kogaion customization, still protect conf files from being removed # as no longer owned by package for conf_file in "${ROOT}/etc/conf.d/keymaps" "${ROOT}/etc/conf.d/hwclock"; do if [ -e "${conf_file}" ]; then @@ -366,7 +366,7 @@ migrate_from_baselayout_1() { pkg_postinst() { local conf_file - # Rogentos customization, do not bug user with tedious, useless config file updates + # Kogaion customization, do not bug user with tedious, useless config file updates for conf_file in "${ROOT}/etc/conf.d/keymaps" "${ROOT}/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