diff options
author | William Hubbs <williamh@gentoo.org> | 2013-02-22 23:34:33 +0000 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2013-02-22 23:34:33 +0000 |
commit | 3104ad08383d07d9bf9d9dbed64e21e5bc507fe6 (patch) | |
tree | 7f7219c12675403fc00d8dbe486b168878999902 /net-misc/dhcpcd | |
parent | Remove www-apps/online-bookmarks mask as removed from tree. See #449820. (diff) | |
download | gentoo-2-3104ad08383d07d9bf9d9dbed64e21e5bc507fe6.tar.gz gentoo-2-3104ad08383d07d9bf9d9dbed64e21e5bc507fe6.tar.bz2 gentoo-2-3104ad08383d07d9bf9d9dbed64e21e5bc507fe6.zip |
remove outdated code for systemd and sync live ebuild
(Portage version: 2.2.0_alpha163/cvs/Linux i686, signed Manifest commit with key 0x30C46538)
Diffstat (limited to 'net-misc/dhcpcd')
-rw-r--r-- | net-misc/dhcpcd/ChangeLog | 6 | ||||
-rw-r--r-- | net-misc/dhcpcd/dhcpcd-5.6.7.ebuild | 12 | ||||
-rw-r--r-- | net-misc/dhcpcd/dhcpcd-9999.ebuild | 14 |
3 files changed, 8 insertions, 24 deletions
diff --git a/net-misc/dhcpcd/ChangeLog b/net-misc/dhcpcd/ChangeLog index 9b9fab3b93bd..8e1c5150f11b 100644 --- a/net-misc/dhcpcd/ChangeLog +++ b/net-misc/dhcpcd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-misc/dhcpcd # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/ChangeLog,v 1.353 2013/02/22 22:58:12 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/ChangeLog,v 1.354 2013/02/22 23:34:33 williamh Exp $ + + 22 Feb 2013; William Hubbs <williamh@gentoo.org> dhcpcd-5.6.7.ebuild, + dhcpcd-9999.ebuild: + remove outdated code for systemd and sync live ebuild 22 Feb 2013; William Hubbs <williamh@gentoo.org> -dhcpcd-5.6.6.ebuild: remove old version diff --git a/net-misc/dhcpcd/dhcpcd-5.6.7.ebuild b/net-misc/dhcpcd/dhcpcd-5.6.7.ebuild index 5f3474c4e83b..cb48911a0f2d 100644 --- a/net-misc/dhcpcd/dhcpcd-5.6.7.ebuild +++ b/net-misc/dhcpcd/dhcpcd-5.6.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-5.6.7.ebuild,v 1.2 2013/02/17 23:09:52 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-5.6.7.ebuild,v 1.3 2013/02/22 23:34:33 williamh Exp $ EAPI=4 @@ -78,14 +78,4 @@ pkg_postinst() { elog "This behaviour can be controlled with the -L flag." elog "See the dhcpcd man page for more details." fi - - # Mea culpa, feel free to remove that after some time --mgorny. - if [[ -e "${ROOT}"/etc/systemd/system/network.target.wants/${PN}.service ]] - then - ebegin "Moving ${PN}.service to multi-user.target" - mv "${ROOT}"/etc/systemd/system/network.target.wants/${PN}.service \ - "${ROOT}"/etc/systemd/system/multi-user.target.wants/ - eend ${?} \ - "Please try to re-enable dhcpcd.service" - fi } diff --git a/net-misc/dhcpcd/dhcpcd-9999.ebuild b/net-misc/dhcpcd/dhcpcd-9999.ebuild index 3be8da7793d2..158786be53aa 100644 --- a/net-misc/dhcpcd/dhcpcd-9999.ebuild +++ b/net-misc/dhcpcd/dhcpcd-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-9999.ebuild,v 1.1 2013/02/17 15:56:34 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-9999.ebuild,v 1.2 2013/02/22 23:34:33 williamh Exp $ EAPI=5 @@ -9,7 +9,7 @@ if [[ ${PV} == "9999" ]]; then inherit git-2 else SRC_URI="http://roy.marples.name/downloads/${PN}/${MY_P}.tar.bz2" - KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" + KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux" MY_P="${P/_alpha/-alpha}" MY_P="${MY_P/_beta/-beta}" MY_P="${MY_P/_rc/-rc}" @@ -86,14 +86,4 @@ pkg_postinst() elog "This behaviour can be controlled with the -L flag." elog "See the dhcpcd man page for more details." fi - - # Mea culpa, feel free to remove that after some time --mgorny. - if [[ -e "${ROOT}"/etc/systemd/system/network.target.wants/${PN}.service ]] - then - ebegin "Moving ${PN}.service to multi-user.target" - mv "${ROOT}"/etc/systemd/system/network.target.wants/${PN}.service \ - "${ROOT}"/etc/systemd/system/multi-user.target.wants/ - eend ${?} \ - "Please try to re-enable dhcpcd.service" - fi } |