diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 19:50:10 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 19:50:10 +0000 |
commit | fbadd753ad18f9bc09837458002c51541d56150b (patch) | |
tree | 3956ce019b9b859fbfc36ec8e2764a71f95b0f32 /net-misc/stone | |
parent | Remove virtual/libc (diff) | |
download | historical-fbadd753ad18f9bc09837458002c51541d56150b.tar.gz historical-fbadd753ad18f9bc09837458002c51541d56150b.tar.bz2 historical-fbadd753ad18f9bc09837458002c51541d56150b.zip |
Remove virtual/libc
Package-Manager: portage-2.2_rc41/cvs/Linux x86_64
Diffstat (limited to 'net-misc/stone')
-rw-r--r-- | net-misc/stone/ChangeLog | 8 | ||||
-rw-r--r-- | net-misc/stone/stone-2.2c.ebuild | 7 | ||||
-rw-r--r-- | net-misc/stone/stone-2.2e.ebuild | 7 |
3 files changed, 12 insertions, 10 deletions
diff --git a/net-misc/stone/ChangeLog b/net-misc/stone/ChangeLog index 8d95e32c962d..b7cd44109709 100644 --- a/net-misc/stone/ChangeLog +++ b/net-misc/stone/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-misc/stone -# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/stone/ChangeLog,v 1.18 2009/03/14 19:13:49 nixnut Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/stone/ChangeLog,v 1.19 2009/09/23 19:45:54 patrick Exp $ + + 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> stone-2.2c.ebuild, + stone-2.2e.ebuild: + Remove virtual/libc 14 Mar 2009; nixnut <nixnut@gentoo.org> stone-2.3e.ebuild: ppc stable #258265 diff --git a/net-misc/stone/stone-2.2c.ebuild b/net-misc/stone/stone-2.2c.ebuild index 0930687740b6..96a36f054a58 100644 --- a/net-misc/stone/stone-2.2c.ebuild +++ b/net-misc/stone/stone-2.2c.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/stone/stone-2.2c.ebuild,v 1.6 2005/01/01 02:19:05 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/stone/stone-2.2c.ebuild,v 1.7 2009/09/23 19:45:54 patrick Exp $ DESCRIPTION="A simple TCP/IP packet repeater" HOMEPAGE="http://www.gcd.org/sengoku/stone/" @@ -11,8 +11,7 @@ SLOT="0" KEYWORDS="x86 amd64 ~ppc ~sparc" IUSE="ssl" -DEPEND="virtual/libc - ssl? ( dev-libs/openssl )" +DEPEND="ssl? ( dev-libs/openssl )" src_compile() { if use ssl ; then diff --git a/net-misc/stone/stone-2.2e.ebuild b/net-misc/stone/stone-2.2e.ebuild index 206ae3896d4d..b6947c946383 100644 --- a/net-misc/stone/stone-2.2e.ebuild +++ b/net-misc/stone/stone-2.2e.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/stone/stone-2.2e.ebuild,v 1.2 2008/01/26 17:04:26 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/stone/stone-2.2e.ebuild,v 1.3 2009/09/23 19:45:54 patrick Exp $ DESCRIPTION="A simple TCP/IP packet repeater" HOMEPAGE="http://www.gcd.org/sengoku/stone/" @@ -11,8 +11,7 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~sparc x86" IUSE="ssl" -DEPEND="virtual/libc - ssl? ( dev-libs/openssl )" +DEPEND="ssl? ( dev-libs/openssl )" src_compile() { if use ssl ; then |