diff options
author | Tilman Klar <phoenix@gentoo.org> | 2002-07-09 11:11:02 +0000 |
---|---|---|
committer | Tilman Klar <phoenix@gentoo.org> | 2002-07-09 11:11:02 +0000 |
commit | 4b5b09fa7c8d6011acecb8e7ad3ef6723e0cb2a6 (patch) | |
tree | 6bdf90a8d51e99ed34a17f2bb56f573b6ad7a647 /net-misc/stunnel | |
parent | repoman QA issues (diff) | |
download | gentoo-2-4b5b09fa7c8d6011acecb8e7ad3ef6723e0cb2a6.tar.gz gentoo-2-4b5b09fa7c8d6011acecb8e7ad3ef6723e0cb2a6.tar.bz2 gentoo-2-4b5b09fa7c8d6011acecb8e7ad3ef6723e0cb2a6.zip |
repoman QA issues
Diffstat (limited to 'net-misc/stunnel')
-rw-r--r-- | net-misc/stunnel/ChangeLog | 10 | ||||
-rw-r--r-- | net-misc/stunnel/files/digest-stunnel-3.14 | 1 | ||||
-rw-r--r-- | net-misc/stunnel/files/digest-stunnel-3.22 | 1 | ||||
-rw-r--r-- | net-misc/stunnel/stunnel-3.14.ebuild | 33 | ||||
-rw-r--r-- | net-misc/stunnel/stunnel-3.22-r1.ebuild | 5 | ||||
-rw-r--r-- | net-misc/stunnel/stunnel-3.22.ebuild | 27 |
6 files changed, 10 insertions, 67 deletions
diff --git a/net-misc/stunnel/ChangeLog b/net-misc/stunnel/ChangeLog index 2f7f047cea69..b6f9765695f7 100644 --- a/net-misc/stunnel/ChangeLog +++ b/net-misc/stunnel/ChangeLog @@ -1,16 +1,18 @@ # ChangeLog for net-misc/stunnel # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/ChangeLog,v 1.1 2002/03/19 05:40:10 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/ChangeLog,v 1.2 2002/07/09 11:11:02 phoenix Exp $ *stunnel-3.22-r1 (18 Mar 2002) - 18 Mar 2002; Seemant Kulleen <seemant@gentoo.org> stunnel-3.22-r1.ebuild : + 09 Jul 2002; phoen][x <phoenix@gentoo.org> stunnel-3.22-r1.ebuild : + Added KEYWORDS, LICENSE, SLOT. + Removed old ebuilds from the tree. + 18 Mar 2002; Seemant Kulleen <seemant@gentoo.org> stunnel-3.22-r1.ebuild : Unmasked it, and made the dep >= instead of >, and added ChangeLog file. 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog : - - This changelog is targetted to users. This means that the comments should be + This changelog is targetted to users. This means that the comments should be well explained and written in clean English. Every new version or revision of the package has to be marked by a '*' diff --git a/net-misc/stunnel/files/digest-stunnel-3.14 b/net-misc/stunnel/files/digest-stunnel-3.14 deleted file mode 100644 index fdcfa2e40103..000000000000 --- a/net-misc/stunnel/files/digest-stunnel-3.14 +++ /dev/null @@ -1 +0,0 @@ -MD5 d63ddbaaf6a593d76bb20cd67f3f0e0e stunnel-3.14.tar.gz 115584 diff --git a/net-misc/stunnel/files/digest-stunnel-3.22 b/net-misc/stunnel/files/digest-stunnel-3.22 deleted file mode 100644 index a6702e42c458..000000000000 --- a/net-misc/stunnel/files/digest-stunnel-3.22 +++ /dev/null @@ -1 +0,0 @@ -MD5 69000d8365b006b3c080a1e2dc9ccba9 stunnel-3.22.tar.gz 204413 diff --git a/net-misc/stunnel/stunnel-3.14.ebuild b/net-misc/stunnel/stunnel-3.14.ebuild deleted file mode 100644 index add157199dff..000000000000 --- a/net-misc/stunnel/stunnel-3.14.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Distributed under the terms of the GNU General Public License, v2 or later -# Reviewed by Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/stunnel-3.14.ebuild,v 1.1 2001/05/13 17:54:55 achim Exp $ - -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="TSL/SSL - Port Wrapper" -SRC_URI="http://www.stunnel.org/download/stunnel/src/${A}" -HOMEPAGE="http://www.stunnel.org/" - -DEPEND="virtual/glibc - >=dev-libs/openssl-0.9.6" - -RDEPEND=">dev-libs/openssl-0.9.6" - -src_unpack() { - unpack ${A} - patch -p0 < ${FILESDIR}/${PF}-gentoo.diff -} - -src_compile() { - try ./configure --prefix=/usr --infodir=/usr/share/info \ - --mandir=/usr/share/man - try make -} - -src_install() { - into /usr - dosbin stunnel - dodoc FAQ README HISTORY COPYING BUGS PORTS TODO transproxy.txt - doman stunnel.8 - dolib.so stunnel.so -} diff --git a/net-misc/stunnel/stunnel-3.22-r1.ebuild b/net-misc/stunnel/stunnel-3.22-r1.ebuild index 7235a3db843b..bcbbb61372c5 100644 --- a/net-misc/stunnel/stunnel-3.22-r1.ebuild +++ b/net-misc/stunnel/stunnel-3.22-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author: Danial Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/stunnel-3.22-r1.ebuild,v 1.1 2002/03/19 05:40:10 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/stunnel-3.22-r1.ebuild,v 1.2 2002/07/09 11:11:02 phoenix Exp $ S=${WORKDIR}/${P} DESCRIPTION="TSL/SSL - Port Wrapper" @@ -9,6 +9,9 @@ SRC_URI="http://www.stunnel.org/download/stunnel/src/${P}.tar.gz" HOMEPAGE="http://www.stunnel.org/" DEPEND="virtual/glibc >=dev-libs/openssl-0.9.6c" RDEPEND=">=dev-libs/openssl-0.9.6c" +KEYWORDS="x86" +LICENSE="GPL-2" +SLOT="0" src_unpack() { unpack ${A}; cd ${S} diff --git a/net-misc/stunnel/stunnel-3.22.ebuild b/net-misc/stunnel/stunnel-3.22.ebuild deleted file mode 100644 index 3b20aa73df3a..000000000000 --- a/net-misc/stunnel/stunnel-3.22.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/stunnel-3.22.ebuild,v 1.1 2002/01/17 19:30:36 drobbins Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="TSL/SSL - Port Wrapper" -SRC_URI="http://www.stunnel.org/download/stunnel/src/${P}.tar.gz" -HOMEPAGE="http://www.stunnel.org/" -DEPEND="virtual/glibc >=dev-libs/openssl-0.9.6c" -RDEPEND=">dev-libs/openssl-0.9.6c" - -src_unpack() { - unpack ${A}; cd ${S} - patch -p0 < ${FILESDIR}/${PF}-gentoo.diff -} - -src_compile() { - ./configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man || die - emake || die -} - -src_install() { - into /usr - dosbin stunnel - dodoc FAQ README HISTORY COPYING BUGS PORTS TODO transproxy.txt - doman stunnel.8 - dolib.so stunnel.so -} |