diff options
author | Patrick Lauer <patrick@gentoo.org> | 2010-11-10 19:07:56 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2010-11-10 19:07:56 +0000 |
commit | 5ebf58ad753e05b99a7d365905f87da9d5f9b342 (patch) | |
tree | d574f070a6c6ceeab590bac3aa4c77fefcee7ffc /app-benchmarks | |
parent | Remove old. (diff) | |
download | gentoo-2-5ebf58ad753e05b99a7d365905f87da9d5f9b342.tar.gz gentoo-2-5ebf58ad753e05b99a7d365905f87da9d5f9b342.tar.bz2 gentoo-2-5ebf58ad753e05b99a7d365905f87da9d5f9b342.zip |
Make repoman happy
(Portage version: 2.2.0_alpha4/cvs/Linux x86_64)
Diffstat (limited to 'app-benchmarks')
-rw-r--r-- | app-benchmarks/siege/ChangeLog | 8 | ||||
-rw-r--r-- | app-benchmarks/siege/siege-2.66.ebuild | 5 | ||||
-rw-r--r-- | app-benchmarks/siege/siege-2.67.ebuild | 5 |
3 files changed, 12 insertions, 6 deletions
diff --git a/app-benchmarks/siege/ChangeLog b/app-benchmarks/siege/ChangeLog index a327293e802d..f0b5450140b0 100644 --- a/app-benchmarks/siege/ChangeLog +++ b/app-benchmarks/siege/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-benchmarks/siege -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/siege/ChangeLog,v 1.48 2009/11/19 04:10:25 jer Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/siege/ChangeLog,v 1.49 2010/11/10 19:07:56 patrick Exp $ + + 10 Nov 2010; Patrick Lauer <patrick@gentoo.org> siege-2.66.ebuild, + siege-2.67.ebuild: + Make repoman happy 19 Nov 2009; Jeroen Roovers <jer@gentoo.org> siege-2.67.ebuild: Stable for HPPA too. diff --git a/app-benchmarks/siege/siege-2.66.ebuild b/app-benchmarks/siege/siege-2.66.ebuild index c3cab4c45880..f0921e02c288 100644 --- a/app-benchmarks/siege/siege-2.66.ebuild +++ b/app-benchmarks/siege/siege-2.66.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/siege/siege-2.66.ebuild,v 1.7 2009/07/12 18:05:03 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/siege/siege-2.66.ebuild,v 1.8 2010/11/10 19:07:56 patrick Exp $ WANT_AUTOMAKE=1.9 @@ -16,6 +16,7 @@ SLOT="0" IUSE="debug ssl" DEPEND="ssl? ( >=dev-libs/openssl-0.9.6d )" +RDEPEND="${DEPEND}" src_unpack() { unpack ${A} diff --git a/app-benchmarks/siege/siege-2.67.ebuild b/app-benchmarks/siege/siege-2.67.ebuild index e8648039d1f9..5d1c21eb27a6 100644 --- a/app-benchmarks/siege/siege-2.67.ebuild +++ b/app-benchmarks/siege/siege-2.67.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/siege/siege-2.67.ebuild,v 1.3 2009/11/19 04:10:25 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/siege/siege-2.67.ebuild,v 1.4 2010/11/10 19:07:56 patrick Exp $ WANT_AUTOMAKE=1.9 @@ -16,6 +16,7 @@ SLOT="0" IUSE="debug ssl" DEPEND="ssl? ( >=dev-libs/openssl-0.9.6d )" +RDEPEND="${DEPEND}" src_unpack() { unpack ${A} |