diff options
author | Tilman Klar <phoenix@gentoo.org> | 2002-07-09 11:25:07 +0000 |
---|---|---|
committer | Tilman Klar <phoenix@gentoo.org> | 2002-07-09 11:25:07 +0000 |
commit | c115864e1664372ca34bd5d5d985c6606eeaddc4 (patch) | |
tree | 376098ed4d91baa8bb9c5a27c411b0cc3cfbf394 /net-misc/vtun | |
parent | repoman QA issues (diff) | |
download | gentoo-2-c115864e1664372ca34bd5d5d985c6606eeaddc4.tar.gz gentoo-2-c115864e1664372ca34bd5d5d985c6606eeaddc4.tar.bz2 gentoo-2-c115864e1664372ca34bd5d5d985c6606eeaddc4.zip |
repoman QA issues
Diffstat (limited to 'net-misc/vtun')
-rw-r--r-- | net-misc/vtun/ChangeLog | 14 | ||||
-rw-r--r-- | net-misc/vtun/vtun-2.5-r1.ebuild | 4 | ||||
-rw-r--r-- | net-misc/vtun/vtun-2.5-r2.ebuild | 4 | ||||
-rw-r--r-- | net-misc/vtun/vtun-2.5.ebuild | 5 |
4 files changed, 20 insertions, 7 deletions
diff --git a/net-misc/vtun/ChangeLog b/net-misc/vtun/ChangeLog index 294ef4619acf..18e6735e8c9c 100644 --- a/net-misc/vtun/ChangeLog +++ b/net-misc/vtun/ChangeLog @@ -5,21 +5,27 @@ *vtun-2.5-r2 (28 April 2002) - 06 June 2002; Mike Jones <ashmodai@gentoo.org> vtun-2.5-r2.ebuild + 09 Jul 2002; phoen][x <phoenix@gentoo.org> vtun-2.5-r2.ebuild : + Added KEYWORDS, SLOT. + 06 June 2002; Mike Jones <ashmodai@gentoo.org> vtun-2.5-r2.ebuild Added a patch for the configure script which prevents errors under gcc 3.1 when /usr/include is manually appended to the include search path. *vtun-2.5-r1 (28 April 2002) - 28 May 2002; Preston A. Elder <prez@gentoo.org> vtun-2.5-r1.ebuild + 09 Jul 2002; phoen][x <phoenix@gentoo.org> vtun-2.5-r1.ebuild : + Added KEYWORDS, SLOT. + 28 May 2002; Preston A. Elder <prez@gentoo.org> vtun-2.5-r1.ebuild Accomodated for /usr/include/md5.h left from cyrus-sasl. *vtun-2.5 (28 April 2002) - 28 April 2002; Bryce Allen <ballen@mum.edu> vtun-2.5.ebuild ChangeLog files/digest-vtun-2.5 files/vtun.rc files/vtund-start.conf : - + 09 Jul 2002; phoen][x <phoenix@gentoo.org> vtun-2.5.ebuild : + Added KEYWORDS, LICENSE, SLOT. + + 28 April 2002; Bryce Allen <ballen@mum.edu> vtun-2.5.ebuild ChangeLog files/digest-vtun-2.5 files/vtun.rc files/vtund-start.conf : Initial revision. Includes a few patches for the excellent PLD folks, specifically to fix a bison issue, and to add DESTDIR to the 'make install' command. diff --git a/net-misc/vtun/vtun-2.5-r1.ebuild b/net-misc/vtun/vtun-2.5-r1.ebuild index aa1c80efaa7e..2e2e6b87a9b7 100644 --- a/net-misc/vtun/vtun-2.5-r1.ebuild +++ b/net-misc/vtun/vtun-2.5-r1.ebuild @@ -1,10 +1,12 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/vtun/vtun-2.5-r1.ebuild,v 1.2 2002/05/28 04:33:43 prez Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/vtun/vtun-2.5-r1.ebuild,v 1.3 2002/07/09 11:21:13 phoenix Exp $ DESCRIPTION="Tunneling software to use the universal tunnel" HOMEPAGE="http://vtun.sourceforge.net" +KEYWORDS="x86" LICENSE="GPL-2" +SLOT="0" DEPEND=">=sys-libs/zlib-1.1.4 >=dev-libs/lzo-1.07 ssl? ( >=dev-libs/openssl-0.9.6c-r1 ) diff --git a/net-misc/vtun/vtun-2.5-r2.ebuild b/net-misc/vtun/vtun-2.5-r2.ebuild index 0ef0bdf75e60..0bd7c4017873 100644 --- a/net-misc/vtun/vtun-2.5-r2.ebuild +++ b/net-misc/vtun/vtun-2.5-r2.ebuild @@ -1,10 +1,12 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/vtun/vtun-2.5-r2.ebuild,v 1.1 2002/06/06 16:19:09 ashmodai Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/vtun/vtun-2.5-r2.ebuild,v 1.2 2002/07/09 11:21:13 phoenix Exp $ DESCRIPTION="Tunneling software to use the universal tunnel" HOMEPAGE="http://vtun.sourceforge.net" +KEYWORDS="x86" LICENSE="GPL-2" +SLOT="0" DEPEND=">=sys-libs/zlib-1.1.4 >=dev-libs/lzo-1.07 ssl? ( >=dev-libs/openssl-0.9.6c-r1 ) diff --git a/net-misc/vtun/vtun-2.5.ebuild b/net-misc/vtun/vtun-2.5.ebuild index a8daf5060f86..a00bb91be02b 100644 --- a/net-misc/vtun/vtun-2.5.ebuild +++ b/net-misc/vtun/vtun-2.5.ebuild @@ -2,12 +2,15 @@ # Distributed under the terms of the GNU General Public License, v2 or later # Author: Bryce Allen <ballen@mum.edu> # Maintainer: Jon Nelson <jnelson@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-misc/vtun/vtun-2.5.ebuild,v 1.2 2002/05/27 17:27:39 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/vtun/vtun-2.5.ebuild,v 1.3 2002/07/09 11:21:13 phoenix Exp $ S=${WORKDIR}/vtun DESCRIPTION="Create virtual tunnels over TCP/IP networks with traffic shaping, encryption, and compression" SRC_URI="mirror://sourceforge/vtun/${P}.tar.gz" HOMEPAGE="http://vtun.sourceforge.net/" +KEYWORDS="x86" +LICENSE="GPL-2" +SLOT="0" # NOTE: you also need the tun/tap driver compiled into your kernel # to do tun/tap tunneling |