diff options
author | BlackNoxis <steven.darklight@gmail.com> | 2015-04-21 22:24:48 +0300 |
---|---|---|
committer | BlackNoxis <steven.darklight@gmail.com> | 2015-04-21 22:24:48 +0300 |
commit | b70efef53cc9de063fe3974dd56d672a92e57a9f (patch) | |
tree | afd40e71be8de842afd562eda001b21abc9019c3 /sys-apps/openrc/openrc-0.9.9.3.ebuild | |
parent | 0fc61a35b43840a592037ab8bf88af6142527e3c (diff) | |
parent | 9a2973bcf4baaf0fa7848cd93e45ea1b7cd1a110 (diff) |
Merge branch 'master' of github.com:Rogentos/kogaion-desktop
Diffstat (limited to 'sys-apps/openrc/openrc-0.9.9.3.ebuild')
-rw-r--r-- | sys-apps/openrc/openrc-0.9.9.3.ebuild | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/sys-apps/openrc/openrc-0.9.9.3.ebuild b/sys-apps/openrc/openrc-0.9.9.3.ebuild index c439dd12..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 - epatch "${FILESDIR}/${PN}-sabayon-config-2.patch" + # 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 |