diff options
author | Roy Marples <uberlord@gentoo.org> | 2007-01-07 13:08:46 +0000 |
---|---|---|
committer | Roy Marples <uberlord@gentoo.org> | 2007-01-07 13:08:46 +0000 |
commit | 83cfd9ac79c8d5090fd86a942b0ef7f6a18f844c (patch) | |
tree | 873d9cb7e6db00b4b7219fedfdbc4674cef135c3 /net-dns | |
parent | Version bump, bug #129019 (diff) | |
download | gentoo-2-83cfd9ac79c8d5090fd86a942b0ef7f6a18f844c.tar.gz gentoo-2-83cfd9ac79c8d5090fd86a942b0ef7f6a18f844c.tar.bz2 gentoo-2-83cfd9ac79c8d5090fd86a942b0ef7f6a18f844c.zip |
Removed the test for uniqify as all stable baselayouts have the function.
(Portage version: 2.1.2_rc4-r6)
Diffstat (limited to 'net-dns')
-rw-r--r-- | net-dns/resolvconf-gentoo/ChangeLog | 7 | ||||
-rw-r--r-- | net-dns/resolvconf-gentoo/resolvconf-gentoo-1.0.ebuild | 13 | ||||
-rw-r--r-- | net-dns/resolvconf-gentoo/resolvconf-gentoo-1.1.ebuild | 13 | ||||
-rw-r--r-- | net-dns/resolvconf-gentoo/resolvconf-gentoo-1.2.ebuild | 11 |
4 files changed, 11 insertions, 33 deletions
diff --git a/net-dns/resolvconf-gentoo/ChangeLog b/net-dns/resolvconf-gentoo/ChangeLog index 276672dab242..33087e10456b 100644 --- a/net-dns/resolvconf-gentoo/ChangeLog +++ b/net-dns/resolvconf-gentoo/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-dns/resolvconf-gentoo # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/resolvconf-gentoo/ChangeLog,v 1.22 2007/01/04 20:03:55 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/resolvconf-gentoo/ChangeLog,v 1.23 2007/01/07 13:08:46 uberlord Exp $ + + 07 Jan 2007; Roy Marples <uberlord@gentoo.org> + resolvconf-gentoo-1.0.ebuild, resolvconf-gentoo-1.1.ebuild, + resolvconf-gentoo-1.2.ebuild: + Removed the test for uniqify as all stable baselayouts have the function. 04 Jan 2007; Bryan Østergaard <kloeri@gentoo.org> resolvconf-gentoo-1.2.ebuild: diff --git a/net-dns/resolvconf-gentoo/resolvconf-gentoo-1.0.ebuild b/net-dns/resolvconf-gentoo/resolvconf-gentoo-1.0.ebuild index 2a04323b524b..eea3fdb6445d 100644 --- a/net-dns/resolvconf-gentoo/resolvconf-gentoo-1.0.ebuild +++ b/net-dns/resolvconf-gentoo/resolvconf-gentoo-1.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/resolvconf-gentoo/resolvconf-gentoo-1.0.ebuild,v 1.13 2006/09/13 00:02:12 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/resolvconf-gentoo/resolvconf-gentoo-1.0.ebuild,v 1.14 2007/01/07 13:08:46 uberlord Exp $ inherit eutils @@ -16,15 +16,6 @@ IUSE="" DEPEND="" RDEPEND="app-shells/bash" -pkg_setup() { - if ! grep -q "^uniqify()" "${ROOT}"/etc/init.d/functions.sh ; then - eerror "/etc/init.d/functions.sh does not supply the uniqify function" - eerror "Please upgrade to a baselayout that support it" - eerror "(baselayout-1.12.0_pre17 and later versions do)" - die "function uniqify does not exist" - fi -} - src_install() { make ROOT="${D}" install || die "Failed to install" } diff --git a/net-dns/resolvconf-gentoo/resolvconf-gentoo-1.1.ebuild b/net-dns/resolvconf-gentoo/resolvconf-gentoo-1.1.ebuild index 447efc697ffc..742eeaf09bc0 100644 --- a/net-dns/resolvconf-gentoo/resolvconf-gentoo-1.1.ebuild +++ b/net-dns/resolvconf-gentoo/resolvconf-gentoo-1.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/resolvconf-gentoo/resolvconf-gentoo-1.1.ebuild,v 1.2 2006/10/17 14:15:28 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/resolvconf-gentoo/resolvconf-gentoo-1.1.ebuild,v 1.3 2007/01/07 13:08:46 uberlord Exp $ inherit eutils @@ -16,15 +16,6 @@ IUSE="" DEPEND="" RDEPEND="app-shells/bash" -pkg_setup() { - if ! grep -q "^uniqify()" "${ROOT}"/etc/init.d/functions.sh ; then - eerror "/etc/init.d/functions.sh does not supply the uniqify function" - eerror "Please upgrade to a baselayout that support it" - eerror "(baselayout-1.12.0_pre17 and later versions do)" - die "function uniqify does not exist" - fi -} - src_install() { make ROOT="${D}" install || die "Failed to install" } diff --git a/net-dns/resolvconf-gentoo/resolvconf-gentoo-1.2.ebuild b/net-dns/resolvconf-gentoo/resolvconf-gentoo-1.2.ebuild index c2e7f75f6acb..afd0953b7eda 100644 --- a/net-dns/resolvconf-gentoo/resolvconf-gentoo-1.2.ebuild +++ b/net-dns/resolvconf-gentoo/resolvconf-gentoo-1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/resolvconf-gentoo/resolvconf-gentoo-1.2.ebuild,v 1.8 2007/01/07 11:47:31 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/resolvconf-gentoo/resolvconf-gentoo-1.2.ebuild,v 1.9 2007/01/07 13:08:46 uberlord Exp $ inherit eutils @@ -16,15 +16,6 @@ IUSE="" DEPEND="" RDEPEND="app-shells/bash" -pkg_setup() { - if ! grep -q "^uniqify()" "${ROOT}"/etc/init.d/functions.sh ; then - eerror "/etc/init.d/functions.sh does not supply the uniqify function" - eerror "Please upgrade to a baselayout that support it" - eerror "(baselayout-1.12.0_pre17 and later versions do)" - die "function uniqify does not exist" - fi -} - src_install() { make ROOT="${D}" install || die "Failed to install" } |