diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 18:37:33 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 18:37:33 +0000 |
commit | 5779808e412c419bc63bf22e68a90bbce83d27f6 (patch) | |
tree | 669dee37f0050f872faad5931cacc7342c71626e /net-ftp | |
parent | Remove virtual/libc (diff) | |
download | gentoo-2-5779808e412c419bc63bf22e68a90bbce83d27f6.tar.gz gentoo-2-5779808e412c419bc63bf22e68a90bbce83d27f6.tar.bz2 gentoo-2-5779808e412c419bc63bf22e68a90bbce83d27f6.zip |
Remove virtual/libc
(Portage version: 2.2_rc41/cvs/Linux x86_64)
Diffstat (limited to 'net-ftp')
-rw-r--r-- | net-ftp/twoftpd/ChangeLog | 8 | ||||
-rw-r--r-- | net-ftp/twoftpd/twoftpd-1.21-r1.ebuild | 13 | ||||
-rw-r--r-- | net-ftp/twoftpd/twoftpd-1.21.ebuild | 13 |
3 files changed, 18 insertions, 16 deletions
diff --git a/net-ftp/twoftpd/ChangeLog b/net-ftp/twoftpd/ChangeLog index c3d856abe960..70f2936578d4 100644 --- a/net-ftp/twoftpd/ChangeLog +++ b/net-ftp/twoftpd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-ftp/twoftpd -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/twoftpd/ChangeLog,v 1.6 2008/11/13 13:00:27 bangert Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-ftp/twoftpd/ChangeLog,v 1.7 2009/09/23 18:37:33 patrick Exp $ + + 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> twoftpd-1.21.ebuild, + twoftpd-1.21-r1.ebuild: + Remove virtual/libc *twoftpd-1.21-r1 (13 Nov 2008) diff --git a/net-ftp/twoftpd/twoftpd-1.21-r1.ebuild b/net-ftp/twoftpd/twoftpd-1.21-r1.ebuild index ae2774f68354..e468313c09d9 100644 --- a/net-ftp/twoftpd/twoftpd-1.21-r1.ebuild +++ b/net-ftp/twoftpd/twoftpd-1.21-r1.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-ftp/twoftpd/twoftpd-1.21-r1.ebuild,v 1.1 2008/11/13 13:00:27 bangert Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/twoftpd/twoftpd-1.21-r1.ebuild,v 1.2 2009/09/23 18:37:33 patrick Exp $ inherit eutils toolchain-funcs @@ -13,12 +13,11 @@ SLOT="0" KEYWORDS="~x86" IUSE="breakrfc" -DEPEND="virtual/libc - >=dev-libs/bglibs-1.026 - >=net-libs/cvm-0.32" +DEPEND=">=dev-libs/bglibs-1.026 + >=net-libs/cvm-0.32" RDEPEND="sys-apps/ucspi-tcp - sys-process/daemontools - >=net-libs/cvm-0.32" + sys-process/daemontools + >=net-libs/cvm-0.32" src_unpack() { unpack ${A} diff --git a/net-ftp/twoftpd/twoftpd-1.21.ebuild b/net-ftp/twoftpd/twoftpd-1.21.ebuild index a57c3849bf10..aa145013e81a 100644 --- a/net-ftp/twoftpd/twoftpd-1.21.ebuild +++ b/net-ftp/twoftpd/twoftpd-1.21.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-ftp/twoftpd/twoftpd-1.21.ebuild,v 1.5 2008/01/25 23:03:22 bangert Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/twoftpd/twoftpd-1.21.ebuild,v 1.6 2009/09/23 18:37:33 patrick Exp $ inherit toolchain-funcs @@ -13,12 +13,11 @@ SLOT="0" KEYWORDS="~x86" IUSE="" -DEPEND="virtual/libc - >=dev-libs/bglibs-1.026 - >=net-libs/cvm-0.32" +DEPEND=">=dev-libs/bglibs-1.026 + >=net-libs/cvm-0.32" RDEPEND="sys-apps/ucspi-tcp - sys-process/daemontools - >=net-libs/cvm-0.32" + sys-process/daemontools + >=net-libs/cvm-0.32" src_compile() { echo "/usr/sbin" > conf-bin |