From fbadd753ad18f9bc09837458002c51541d56150b Mon Sep 17 00:00:00 2001 From: Patrick Lauer Date: Wed, 23 Sep 2009 19:50:10 +0000 Subject: Remove virtual/libc Package-Manager: portage-2.2_rc41/cvs/Linux x86_64 --- net-misc/vtun/ChangeLog | 7 +++++-- net-misc/vtun/vtun-2.6-r1.ebuild | 10 ++++------ 2 files changed, 9 insertions(+), 8 deletions(-) (limited to 'net-misc/vtun') diff --git a/net-misc/vtun/ChangeLog b/net-misc/vtun/ChangeLog index 89bba0643ece..8361494dd332 100644 --- a/net-misc/vtun/ChangeLog +++ b/net-misc/vtun/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/vtun -# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/vtun/ChangeLog,v 1.36 2009/04/19 17:23:02 rbu Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/vtun/ChangeLog,v 1.37 2009/09/23 19:48:27 patrick Exp $ + + 23 Sep 2009; Patrick Lauer vtun-2.6-r1.ebuild: + Remove virtual/libc *vtun-3.0.2 (19 Apr 2009) diff --git a/net-misc/vtun/vtun-2.6-r1.ebuild b/net-misc/vtun/vtun-2.6-r1.ebuild index 1acd72edcc7b..9c19eee5635a 100644 --- a/net-misc/vtun/vtun-2.6-r1.ebuild +++ b/net-misc/vtun/vtun-2.6-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/net-misc/vtun/vtun-2.6-r1.ebuild,v 1.6 2007/07/05 17:22:15 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/vtun/vtun-2.6-r1.ebuild,v 1.7 2009/09/23 19:48:27 patrick Exp $ inherit eutils @@ -16,14 +16,12 @@ SLOT="0" # NOTE: you also need the tun/tap driver compiled into your kernel # to do tun/tap tunneling -DEPEND="virtual/libc - >=sys-libs/zlib-1.1.3 +DEPEND=">=sys-libs/zlib-1.1.3 >=dev-libs/lzo-2 sys-devel/bison ssl? ( >=dev-libs/openssl-0.9.6c )" -RDEPEND="virtual/libc - >=sys-libs/zlib-1.1.3 +RDEPEND=">=sys-libs/zlib-1.1.3 ssl? ( >=dev-libs/openssl-0.9.6c )" src_unpack() { -- cgit v1.2.3-65-gdbad