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/resolvconf-gentoo/resolvconf-gentoo-1.2.ebuild | |
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/resolvconf-gentoo/resolvconf-gentoo-1.2.ebuild')
-rw-r--r-- | net-dns/resolvconf-gentoo/resolvconf-gentoo-1.2.ebuild | 11 |
1 files changed, 1 insertions, 10 deletions
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" } |