summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHannes Mehnert <hannes@gentoo.org>2002-10-25 18:13:28 +0000
committerHannes Mehnert <hannes@gentoo.org>2002-10-25 18:13:28 +0000
commit01f2890b1eb693381370457d8f25ac36b617f815 (patch)
tree78fe843532abcd9e3ae5cf7afb4cdee87bc57aa2 /net-misc/6tunnel
parentinitial import (diff)
downloadgentoo-2-01f2890b1eb693381370457d8f25ac36b617f815.tar.gz
gentoo-2-01f2890b1eb693381370457d8f25ac36b617f815.tar.bz2
gentoo-2-01f2890b1eb693381370457d8f25ac36b617f815.zip
initial ebuild
Diffstat (limited to 'net-misc/6tunnel')
-rw-r--r--net-misc/6tunnel/6tunnel-0.09.ebuild31
-rw-r--r--net-misc/6tunnel/ChangeLog9
-rw-r--r--net-misc/6tunnel/files/digest-6tunnel-0.091
3 files changed, 41 insertions, 0 deletions
diff --git a/net-misc/6tunnel/6tunnel-0.09.ebuild b/net-misc/6tunnel/6tunnel-0.09.ebuild
new file mode 100644
index 000000000000..71601bc7c2d2
--- /dev/null
+++ b/net-misc/6tunnel/6tunnel-0.09.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# 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.1 2002/10/25 18:13:28 hannes 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"
+KEYWORDS="~x86"
+DEPEND="virtual/glibc"
+
+#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/ChangeLog b/net-misc/6tunnel/ChangeLog
new file mode 100644
index 000000000000..f1c994ee76e4
--- /dev/null
+++ b/net-misc/6tunnel/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for net-misc/6tunnel
+# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/6tunnel/ChangeLog,v 1.1 2002/10/25 18:13:28 hannes Exp $
+
+*6tunnel-0.09 (25 Oct 2002)
+
+ 25 Oct 2002; Hannes Mehnert <hannes@gentoo.org> .ebuild,
+ ChangeLog: Initial ebuild. Thanks to kevin@aptbasilicata.it (Maurizio
+ Disimino) for submission (#7952).
diff --git a/net-misc/6tunnel/files/digest-6tunnel-0.09 b/net-misc/6tunnel/files/digest-6tunnel-0.09
new file mode 100644
index 000000000000..e4e6136d3076
--- /dev/null
+++ b/net-misc/6tunnel/files/digest-6tunnel-0.09
@@ -0,0 +1 @@
+MD5 cd430e156f30369e13927e1abadcca58 6tunnel-0.09.tar.gz 7389