diff options
author | Alec Warner <antarus@gentoo.org> | 2007-03-26 08:08:01 +0000 |
---|---|---|
committer | Alec Warner <antarus@gentoo.org> | 2007-03-26 08:08:01 +0000 |
commit | f87c146ceabb9fd425c57066f620275e217a121f (patch) | |
tree | 48b52205a0bcbf08965da3a196d94d40cca528d7 /net-misc/openntpd | |
parent | Remove dependency on portage, see bug 162516 (diff) | |
download | gentoo-2-f87c146ceabb9fd425c57066f620275e217a121f.tar.gz gentoo-2-f87c146ceabb9fd425c57066f620275e217a121f.tar.bz2 gentoo-2-f87c146ceabb9fd425c57066f620275e217a121f.zip |
Remove dependency on portage, see bug 162516
(Portage version: 6269-svn)
Diffstat (limited to 'net-misc/openntpd')
-rw-r--r-- | net-misc/openntpd/ChangeLog | 6 | ||||
-rw-r--r-- | net-misc/openntpd/openntpd-3.6.1_p1-r1.ebuild | 7 | ||||
-rw-r--r-- | net-misc/openntpd/openntpd-3.7_p1.ebuild | 7 | ||||
-rw-r--r-- | net-misc/openntpd/openntpd-3.9_p1-r1.ebuild | 5 | ||||
-rw-r--r-- | net-misc/openntpd/openntpd-3.9_p1.ebuild | 7 |
5 files changed, 16 insertions, 16 deletions
diff --git a/net-misc/openntpd/ChangeLog b/net-misc/openntpd/ChangeLog index 7c5c3b802c2e..5125066a6882 100644 --- a/net-misc/openntpd/ChangeLog +++ b/net-misc/openntpd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-misc/openntpd # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/openntpd/ChangeLog,v 1.28 2007/02/19 21:56:08 bangert Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/openntpd/ChangeLog,v 1.29 2007/03/26 08:08:01 antarus Exp $ + + 26 Mar 2007; Alec Warner <antarus@gentoo.org> openntpd-3.6.1_p1-r1.ebuild, + openntpd-3.7_p1.ebuild, openntpd-3.9_p1.ebuild, openntpd-3.9_p1-r1.ebuild: + Remove dependency on portage: ref bug 162516 *openntpd-3.9_p1-r1 (19 Feb 2007) diff --git a/net-misc/openntpd/openntpd-3.6.1_p1-r1.ebuild b/net-misc/openntpd/openntpd-3.6.1_p1-r1.ebuild index 1611eb3f355c..232f75e70c0f 100644 --- a/net-misc/openntpd/openntpd-3.6.1_p1-r1.ebuild +++ b/net-misc/openntpd/openntpd-3.6.1_p1-r1.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-misc/openntpd/openntpd-3.6.1_p1-r1.ebuild,v 1.5 2006/03/09 00:33:52 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/openntpd/openntpd-3.6.1_p1-r1.ebuild,v 1.6 2007/03/26 08:08:01 antarus Exp $ inherit eutils @@ -17,8 +17,7 @@ IUSE="ssl selinux" RDEPEND="ssl? ( dev-libs/openssl ) selinux? ( sec-policy/selinux-ntp ) !<=net-misc/ntp-4.2.0-r2" -DEPEND="${RDEPEND} - >=sys-apps/portage-2.0.51" +DEPEND="${RDEPEND}" S=${WORKDIR}/${MY_P} diff --git a/net-misc/openntpd/openntpd-3.7_p1.ebuild b/net-misc/openntpd/openntpd-3.7_p1.ebuild index 184726e80cd8..f8d4c11885e7 100644 --- a/net-misc/openntpd/openntpd-3.7_p1.ebuild +++ b/net-misc/openntpd/openntpd-3.7_p1.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-misc/openntpd/openntpd-3.7_p1.ebuild,v 1.14 2006/12/31 14:36:09 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/openntpd/openntpd-3.7_p1.ebuild,v 1.15 2007/03/26 08:08:01 antarus Exp $ inherit eutils @@ -17,8 +17,7 @@ IUSE="ssl selinux" RDEPEND="ssl? ( dev-libs/openssl ) selinux? ( sec-policy/selinux-ntp ) !<=net-misc/ntp-4.2.0-r2" -DEPEND="${RDEPEND} - >=sys-apps/portage-2.0.51" +DEPEND="${RDEPEND}" S=${WORKDIR}/${MY_P} diff --git a/net-misc/openntpd/openntpd-3.9_p1-r1.ebuild b/net-misc/openntpd/openntpd-3.9_p1-r1.ebuild index 3270bbab5690..e15c1aa5a799 100644 --- a/net-misc/openntpd/openntpd-3.9_p1-r1.ebuild +++ b/net-misc/openntpd/openntpd-3.9_p1-r1.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-misc/openntpd/openntpd-3.9_p1-r1.ebuild,v 1.1 2007/02/19 21:56:08 bangert Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/openntpd/openntpd-3.9_p1-r1.ebuild,v 1.2 2007/03/26 08:08:01 antarus Exp $ inherit eutils @@ -17,8 +17,7 @@ IUSE="ssl selinux" RDEPEND="ssl? ( dev-libs/openssl ) selinux? ( sec-policy/selinux-ntp ) !<=net-misc/ntp-4.2.0-r2" -DEPEND="${RDEPEND} - >=sys-apps/portage-2.0.51" +DEPEND="${RDEPEND}" S=${WORKDIR}/${MY_P} diff --git a/net-misc/openntpd/openntpd-3.9_p1.ebuild b/net-misc/openntpd/openntpd-3.9_p1.ebuild index b40a99e358a0..31a5d5e4982b 100644 --- a/net-misc/openntpd/openntpd-3.9_p1.ebuild +++ b/net-misc/openntpd/openntpd-3.9_p1.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-misc/openntpd/openntpd-3.9_p1.ebuild,v 1.3 2006/12/31 14:36:09 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/openntpd/openntpd-3.9_p1.ebuild,v 1.4 2007/03/26 08:08:01 antarus Exp $ inherit eutils @@ -17,8 +17,7 @@ IUSE="ssl selinux" RDEPEND="ssl? ( dev-libs/openssl ) selinux? ( sec-policy/selinux-ntp ) !<=net-misc/ntp-4.2.0-r2" -DEPEND="${RDEPEND} - >=sys-apps/portage-2.0.51" +DEPEND="${RDEPEND}" S=${WORKDIR}/${MY_P} |