summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <dragonheart@gentoo.org>2004-11-21 21:04:03 +0000
committerDaniel Black <dragonheart@gentoo.org>2004-11-21 21:04:03 +0000
commit0d6ea04a81f449d4739a543acfdbc2a265e9aaba (patch)
tree2925f498649aa9434a0e4a9b883607b8b9ef3fc8 /net-misc/6tunnel
parentversion bump (Manifest recommit) (diff)
downloadgentoo-2-0d6ea04a81f449d4739a543acfdbc2a265e9aaba.tar.gz
gentoo-2-0d6ea04a81f449d4739a543acfdbc2a265e9aaba.tar.bz2
gentoo-2-0d6ea04a81f449d4739a543acfdbc2a265e9aaba.zip
version bump with lots of fixes. Removed old version cause it is so broken. Bug #71951 refers
Diffstat (limited to 'net-misc/6tunnel')
-rw-r--r--net-misc/6tunnel/6tunnel-0.09.ebuild31
-rw-r--r--net-misc/6tunnel/6tunnel-0.10.ebuild28
-rw-r--r--net-misc/6tunnel/ChangeLog9
-rw-r--r--net-misc/6tunnel/Manifest2
-rw-r--r--net-misc/6tunnel/files/digest-6tunnel-0.091
-rw-r--r--net-misc/6tunnel/files/digest-6tunnel-0.101
6 files changed, 39 insertions, 33 deletions
diff --git a/net-misc/6tunnel/6tunnel-0.09.ebuild b/net-misc/6tunnel/6tunnel-0.09.ebuild
deleted file mode 100644
index 5d76ef20d36f..000000000000
--- a/net-misc/6tunnel/6tunnel-0.09.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/6tunnel/6tunnel-0.09.ebuild,v 1.8 2004/07/01 20:39:00 squinky86 Exp $
-
-IUSE=""
-S=${WORKDIR}/${PN}
-DESCRIPTION="TCP proxy for applications that don't speak IPv6"
-SRC_URI="ftp://amba.bydg.pdi.net/pub/wojtekka/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86 s390"
-DEPEND="virtual/libc"
-
-#HOMEPAGE="" there is no homepage available, if you find one, please report to
-#bugs.gentoo.org
-
-src_compile() {
- sed "s/^\(CC = gcc \).*/\1$CFLAGS/" < Makefile > Makefile.new
- mv Makefile.new Makefile
- emake
-}
-
-src_install() {
- dobin 6tunnel
- doman 6tunnel.1
- dodoc README CHANGELOG
-}
-
-
-
diff --git a/net-misc/6tunnel/6tunnel-0.10.ebuild b/net-misc/6tunnel/6tunnel-0.10.ebuild
new file mode 100644
index 000000000000..a1bf9ff5443a
--- /dev/null
+++ b/net-misc/6tunnel/6tunnel-0.10.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/6tunnel/6tunnel-0.10.ebuild,v 1.1 2004/11/21 21:04:03 dragonheart Exp $
+
+IUSE=""
+DESCRIPTION="TCP proxy for applications that don't speak IPv6"
+HOMEPAGE="http://toxygen.net/6tunnel"
+SRC_URI="http://toxygen.net/6tunnel/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="x86 ~s390"
+DEPEND="virtual/libc"
+
+
+src_compile() {
+ econf || die
+ emake || die
+}
+
+src_install() {
+ dobin 6tunnel
+ doman 6tunnel.1
+ dodoc README CHANGELOG
+}
+
+
+
diff --git a/net-misc/6tunnel/ChangeLog b/net-misc/6tunnel/ChangeLog
index a13a816a2a64..7ae8605a533b 100644
--- a/net-misc/6tunnel/ChangeLog
+++ b/net-misc/6tunnel/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for net-misc/6tunnel
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/6tunnel/ChangeLog,v 1.6 2004/07/01 20:39:00 squinky86 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/6tunnel/ChangeLog,v 1.7 2004/11/21 21:04:03 dragonheart Exp $
+
+*6tunnel-0.10 (22 Nov 2004)
+
+ 22 Nov 2004; Daniel Black <dragonheart@gentoo.org> -6tunnel-0.09.ebuild,
+ +6tunnel-0.10.ebuild:
+ version bump with lots of fixes. Removed old version cause it is so broken.
+ Bug #71951 refers. Thanks to Grzegorz Kubok <thorgal@rasalom.tl.pl>
01 Jul 2004; Jon Hood <squinky86@gentoo.org> 6tunnel-0.09.ebuild:
change virtual/glibc to virtual/libc
diff --git a/net-misc/6tunnel/Manifest b/net-misc/6tunnel/Manifest
index a534b81e206c..712ee5a48d2f 100644
--- a/net-misc/6tunnel/Manifest
+++ b/net-misc/6tunnel/Manifest
@@ -1,3 +1,5 @@
MD5 a6c78e0901441c3b35934966af7d479a 6tunnel-0.09.ebuild 729
MD5 21b7c399fdc1d072e31db8d805c4ca4a ChangeLog 713
+MD5 aaf2de9bf55a34bd6c8c1b8dcd169bc5 6tunnel-0.10.ebuild 648
MD5 a56955e95575c5ff0f84b86063d14e8f files/digest-6tunnel-0.09 62
+MD5 44eb384b283c07b3a4336dd2d3ace579 files/digest-6tunnel-0.10 63
diff --git a/net-misc/6tunnel/files/digest-6tunnel-0.09 b/net-misc/6tunnel/files/digest-6tunnel-0.09
deleted file mode 100644
index e4e6136d3076..000000000000
--- a/net-misc/6tunnel/files/digest-6tunnel-0.09
+++ /dev/null
@@ -1 +0,0 @@
-MD5 cd430e156f30369e13927e1abadcca58 6tunnel-0.09.tar.gz 7389
diff --git a/net-misc/6tunnel/files/digest-6tunnel-0.10 b/net-misc/6tunnel/files/digest-6tunnel-0.10
new file mode 100644
index 000000000000..53e8dad88fe0
--- /dev/null
+++ b/net-misc/6tunnel/files/digest-6tunnel-0.10
@@ -0,0 +1 @@
+MD5 574d65554a7792079e25f9fae833e9fa 6tunnel-0.10.tar.gz 37882