diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 15:03:22 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 15:03:22 +0000 |
commit | 06f608404f0a6ec2a81f3bce78268bb5e4f1d459 (patch) | |
tree | 4b7246fda3d2af9b230ec5120600009fc80a4bb6 /app-admin/paxtest | |
parent | kill virtual/libc (diff) | |
download | historical-06f608404f0a6ec2a81f3bce78268bb5e4f1d459.tar.gz historical-06f608404f0a6ec2a81f3bce78268bb5e4f1d459.tar.bz2 historical-06f608404f0a6ec2a81f3bce78268bb5e4f1d459.zip |
Remove virtual/libc
Package-Manager: portage-2.2_rc41/cvs/Linux x86_64
Diffstat (limited to 'app-admin/paxtest')
-rw-r--r-- | app-admin/paxtest/ChangeLog | 6 | ||||
-rw-r--r-- | app-admin/paxtest/paxtest-0.9.5-r1.ebuild | 7 | ||||
-rw-r--r-- | app-admin/paxtest/paxtest-0.9.6.ebuild | 7 |
3 files changed, 11 insertions, 9 deletions
diff --git a/app-admin/paxtest/ChangeLog b/app-admin/paxtest/ChangeLog index a37375f50125..9e545ff3f435 100644 --- a/app-admin/paxtest/ChangeLog +++ b/app-admin/paxtest/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-admin/paxtest # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/paxtest/ChangeLog,v 1.31 2009/06/29 22:32:39 idl0r Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/paxtest/ChangeLog,v 1.32 2009/09/23 15:01:03 patrick Exp $ + + 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> paxtest-0.9.5-r1.ebuild, + paxtest-0.9.6.ebuild: + Remove virtual/libc *paxtest-0.9.7_pre5 (29 Jun 2009) diff --git a/app-admin/paxtest/paxtest-0.9.5-r1.ebuild b/app-admin/paxtest/paxtest-0.9.5-r1.ebuild index 04f2ca95628f..ab08ddbc1ba1 100644 --- a/app-admin/paxtest/paxtest-0.9.5-r1.ebuild +++ b/app-admin/paxtest/paxtest-0.9.5-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/paxtest/paxtest-0.9.5-r1.ebuild,v 1.13 2007/07/13 06:07:38 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/paxtest/paxtest-0.9.5-r1.ebuild,v 1.14 2009/09/23 15:01:03 patrick Exp $ inherit eutils @@ -16,8 +16,7 @@ SLOT="0" KEYWORDS="x86 ~amd64" IUSE="" -DEPEND="virtual/libc - >=sys-apps/chpax-0.5" +DEPEND=">=sys-apps/chpax-0.5" src_unpack() { unpack ${A} diff --git a/app-admin/paxtest/paxtest-0.9.6.ebuild b/app-admin/paxtest/paxtest-0.9.6.ebuild index e6ac58a607d7..8e15e147755d 100644 --- a/app-admin/paxtest/paxtest-0.9.6.ebuild +++ b/app-admin/paxtest/paxtest-0.9.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/paxtest/paxtest-0.9.6.ebuild,v 1.16 2007/07/02 13:36:26 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/paxtest/paxtest-0.9.6.ebuild,v 1.17 2009/09/23 15:01:03 patrick Exp $ inherit eutils multilib @@ -15,8 +15,7 @@ IUSE="" # pax flags are not strip safe. RESTRICT="strip" -DEPEND="virtual/libc - >=sys-apps/chpax-0.5" +DEPEND=">=sys-apps/chpax-0.5" src_unpack() { unpack ${A} |