summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/6tunnel/6tunnel-0.10.ebuild')
-rw-r--r--net-misc/6tunnel/6tunnel-0.10.ebuild14
1 files changed, 2 insertions, 12 deletions
diff --git a/net-misc/6tunnel/6tunnel-0.10.ebuild b/net-misc/6tunnel/6tunnel-0.10.ebuild
index a1bf9ff5443a..e08df054f362 100644
--- a/net-misc/6tunnel/6tunnel-0.10.ebuild
+++ b/net-misc/6tunnel/6tunnel-0.10.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 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 $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/6tunnel/6tunnel-0.10.ebuild,v 1.1.1.1 2005/11/30 09:54:54 chriswhite Exp $
IUSE=""
DESCRIPTION="TCP proxy for applications that don't speak IPv6"
@@ -12,17 +12,7 @@ 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
}
-
-
-