diff options
Diffstat (limited to 'net-misc/httptunnel')
-rw-r--r-- | net-misc/httptunnel/ChangeLog | 30 | ||||
-rw-r--r-- | net-misc/httptunnel/Manifest | 5 | ||||
-rw-r--r-- | net-misc/httptunnel/httptunnel-3.0.5.ebuild | 10 | ||||
-rw-r--r-- | net-misc/httptunnel/httptunnel-3.3.ebuild | 4 |
4 files changed, 39 insertions, 10 deletions
diff --git a/net-misc/httptunnel/ChangeLog b/net-misc/httptunnel/ChangeLog index 9685abfd1eae..942a793b33c7 100644 --- a/net-misc/httptunnel/ChangeLog +++ b/net-misc/httptunnel/ChangeLog @@ -1,11 +1,33 @@ # 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 $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/httptunnel/ChangeLog,v 1.1.1.1 2005/11/30 09:55:11 chriswhite Exp $ -* httptunnel-3.0.5 (24 May 2002) + 13 Aug 2005; Michael Hanselmann <hansmi@gentoo.org> httptunnel-3.3.ebuild: + Stable on ppc. - 24 May 2002; A.Bennee <alex@bennee.com> ChangeLog : + 15 Jul 2005; Gustavo Zacarias <gustavoz@gentoo.org> httptunnel-3.3.ebuild: + Stable on sparc + +*httptunnel-3.3 (21 May 2005) + + 21 May 2005; Thomas Matthijs <axxo@gentoo.org> +httptunnel-3.3.ebuild: + version bump, closes 92949 + + 24 Apr 2005; Michael Hanselmann <hansmi@gentoo.org> + httptunnel-3.0.5.ebuild: + Stable on ppc. + 26 Jun 2004; David Holm <dholm@gentoo.org> httptunnel-3.0.5.ebuild: + Added to ~ppc. + + 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords + +*httptunnel-3.0.5 (24 May 2002) + + 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/Manifest b/net-misc/httptunnel/Manifest index e69de29bb2d1..3c4e4fef0532 100644 --- a/net-misc/httptunnel/Manifest +++ b/net-misc/httptunnel/Manifest @@ -0,0 +1,5 @@ +MD5 602a6a2297a983a3248699f021b0af2e httptunnel-3.0.5.ebuild 749 +MD5 5a7094c2e8057145efce5a3f1e1a2e68 httptunnel-3.3.ebuild 735 +MD5 380be11c1cdb3b669d98f9ec2e073658 ChangeLog 1365 +MD5 f1a39229044644910108b779c98a81f2 files/digest-httptunnel-3.0.5 68 +MD5 aa050c974c4bacc83bda01106e79aa81 files/digest-httptunnel-3.3 66 diff --git a/net-misc/httptunnel/httptunnel-3.0.5.ebuild b/net-misc/httptunnel/httptunnel-3.0.5.ebuild index 970c73f1f8f5..416fdc9f6502 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. +# Copyright 1999-2005 Gentoo Foundation # 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.1.1.1 2005/11/30 09:55:11 chriswhite 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" +LICENSE="GPL-2" DEPEND="" +KEYWORDS="x86 sparc ppc" +IUSE="" +SLOT="0" #RDEPEND="" SRC_URI="http://www.nocrew.org/software/httptunnel/httptunnel-3.0.5.tar.gz" diff --git a/net-misc/httptunnel/httptunnel-3.3.ebuild b/net-misc/httptunnel/httptunnel-3.3.ebuild index 2e7cd34e30b9..14276de09177 100644 --- a/net-misc/httptunnel/httptunnel-3.3.ebuild +++ b/net-misc/httptunnel/httptunnel-3.3.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/httptunnel/httptunnel-3.3.ebuild,v 1.1 2005/05/21 08:40:56 axxo Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/httptunnel/httptunnel-3.3.ebuild,v 1.1.1.1 2005/11/30 09:55:11 chriswhite Exp $ DESCRIPTION="httptunnel can create IP tunnels through firewalls/proxies using HTTP" HOMEPAGE="http://www.nocrew.org/software/httptunnel.html" LICENSE="GPL-2" DEPEND="" -KEYWORDS="~x86 ~sparc ~ppc" +KEYWORDS="ppc sparc x86" IUSE="" SLOT="0" #RDEPEND="" |