Gentoo Archives: gentoo-commits

From: Sebastian Pipping <sping@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/betagarden:master commit in: net-misc/tcptunnel/
Date: Wed, 30 May 2012 21:15:33
Message-Id: 1338412471.84042ed8ff55a379e43f81a2b5640a49ed353f25.sping@gentoo
1 commit: 84042ed8ff55a379e43f81a2b5640a49ed353f25
2 Author: Sebastian Pipping <sebastian <AT> pipping <DOT> org>
3 AuthorDate: Wed May 30 21:14:31 2012 +0000
4 Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
5 CommitDate: Wed May 30 21:14:31 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=84042ed8
7
8 net-misc/tcptunnel: 0.5
9
10 ---
11 net-misc/tcptunnel/metadata.xml | 8 ++++++++
12 net-misc/tcptunnel/tcptunnel-0.5.ebuild | 22 ++++++++++++++++++++++
13 2 files changed, 30 insertions(+), 0 deletions(-)
14
15 diff --git a/net-misc/tcptunnel/metadata.xml b/net-misc/tcptunnel/metadata.xml
16 new file mode 100644
17 index 0000000..16bcc9f
18 --- /dev/null
19 +++ b/net-misc/tcptunnel/metadata.xml
20 @@ -0,0 +1,8 @@
21 +<?xml version="1.0" encoding="UTF-8"?>
22 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
23 +<pkgmetadata>
24 + <maintainer>
25 + <email>sping@g.o</email>
26 + <name>Sebastian Pipping</name>
27 + </maintainer>
28 +</pkgmetadata>
29
30 diff --git a/net-misc/tcptunnel/tcptunnel-0.5.ebuild b/net-misc/tcptunnel/tcptunnel-0.5.ebuild
31 new file mode 100644
32 index 0000000..edeecbe
33 --- /dev/null
34 +++ b/net-misc/tcptunnel/tcptunnel-0.5.ebuild
35 @@ -0,0 +1,22 @@
36 +# Copyright 1999-2012 Gentoo Foundation
37 +# Distributed under the terms of the GNU General Public License v2
38 +# $Header: $
39 +
40 +EAPI="4"
41 +
42 +DESCRIPTION="TCP port forwarder (and traffic spy)"
43 +HOMEPAGE="http://www.vakuumverpackt.de/tcptunnel/"
44 +SRC_URI="http://www.vakuumverpackt.de/${PN}/${P}.tar.gz"
45 +
46 +LICENSE="GPL-2"
47 +SLOT="0"
48 +KEYWORDS="~amd64 ~x86"
49 +IUSE=""
50 +
51 +#DEPEND
52 +#RDEPEND
53 +
54 +src_install() {
55 + emake BINDIR="${D}"/usr STRIP=/bin/true install || die
56 + dodoc README AUTHORS || die
57 +}