summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-11-27 00:07:29 +0000
committerMike Frysinger <vapier@gentoo.org>2006-11-27 00:07:29 +0000
commit40a13ea479880dc1d3c6704f997d184b38b4221f (patch)
tree4b8142be129bb305adab269c10828bf1122ca27c /net-misc/6tunnel/6tunnel-0.10.ebuild
parents390 stable (diff)
downloadhistorical-40a13ea479880dc1d3c6704f997d184b38b4221f.tar.gz
historical-40a13ea479880dc1d3c6704f997d184b38b4221f.tar.bz2
historical-40a13ea479880dc1d3c6704f997d184b38b4221f.zip
cleanups
Package-Manager: portage-2.1.2_rc2-r2
Diffstat (limited to 'net-misc/6tunnel/6tunnel-0.10.ebuild')
-rw-r--r--net-misc/6tunnel/6tunnel-0.10.ebuild15
1 files changed, 8 insertions, 7 deletions
diff --git a/net-misc/6tunnel/6tunnel-0.10.ebuild b/net-misc/6tunnel/6tunnel-0.10.ebuild
index e898b6400d77..1566ad43d016 100644
--- a/net-misc/6tunnel/6tunnel-0.10.ebuild
+++ b/net-misc/6tunnel/6tunnel-0.10.ebuild
@@ -1,18 +1,19 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 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.3 2005/07/30 17:47:18 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/6tunnel/6tunnel-0.10.ebuild,v 1.4 2006/11/27 00:07:29 vapier 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"
+SLOT="0"
+KEYWORDS="s390 x86"
+IUSE=""
+
+DEPEND=""
src_install() {
- dobin 6tunnel
+ dobin 6tunnel || die
doman 6tunnel.1
}