diff options
author | Tilman Klar <phoenix@gentoo.org> | 2002-07-07 07:58:09 +0000 |
---|---|---|
committer | Tilman Klar <phoenix@gentoo.org> | 2002-07-07 07:58:09 +0000 |
commit | 5e7edf711fe43ac804bc6eeadb5341de01ca6624 (patch) | |
tree | ad6ece6c5edc13c5197b352969d94e1d578c7a5f /net-misc/httptunnel | |
parent | repoman QA issues - LICENSE still misses (diff) | |
download | gentoo-2-5e7edf711fe43ac804bc6eeadb5341de01ca6624.tar.gz gentoo-2-5e7edf711fe43ac804bc6eeadb5341de01ca6624.tar.bz2 gentoo-2-5e7edf711fe43ac804bc6eeadb5341de01ca6624.zip |
repoman QA issues
Diffstat (limited to 'net-misc/httptunnel')
-rw-r--r-- | net-misc/httptunnel/ChangeLog | 6 | ||||
-rw-r--r-- | net-misc/httptunnel/httptunnel-3.0.5.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-misc/httptunnel/ChangeLog b/net-misc/httptunnel/ChangeLog index 9685abfd1eae..87221957c646 100644 --- a/net-misc/httptunnel/ChangeLog +++ b/net-misc/httptunnel/ChangeLog @@ -1,11 +1,13 @@ # ChangeLog for net-misc/httptunnel # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/httptunnel/ChangeLog,v 1.1 2002/05/27 23:30:23 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/httptunnel/ChangeLog,v 1.2 2002/07/07 07:58:09 phoenix Exp $ * httptunnel-3.0.5 (24 May 2002) - 24 May 2002; A.Bennee <alex@bennee.com> ChangeLog : + 07 Jul 2002; phoen][x <phoenix@gentoo.org> httptunnel-3.0.5.ebuild : + Added KEYWORDS, SLOT. + 24 May 2002; A.Bennee <alex@bennee.com> ChangeLog : Added initial ChangeLog which should be updated whenever the package is updated in any way. This changelog is targetted to users. This means that the comments should well explained and written in clean English. The details about diff --git a/net-misc/httptunnel/httptunnel-3.0.5.ebuild b/net-misc/httptunnel/httptunnel-3.0.5.ebuild index 970c73f1f8f5..4db8a57b33df 100644 --- a/net-misc/httptunnel/httptunnel-3.0.5.ebuild +++ b/net-misc/httptunnel/httptunnel-3.0.5.ebuild @@ -1,12 +1,14 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/httptunnel/httptunnel-3.0.5.ebuild,v 1.1 2002/05/27 23:30:23 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/httptunnel/httptunnel-3.0.5.ebuild,v 1.2 2002/07/07 07:58:09 phoenix Exp $ S=${WORKDIR}/${P} DESCRIPTION="httptunnel can create IP tunnels through firewalls/proxies using HTTP" HOMEPAGE="http://www.nocrew.org/software/httptunnel.html" LICENSE="GPL" DEPEND="" +KEYWORDS="x86" +SLOT="0" #RDEPEND="" SRC_URI="http://www.nocrew.org/software/httptunnel/httptunnel-3.0.5.tar.gz" |