From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1SZqEv-0006p1-Ct for garchives@archives.gentoo.org; Wed, 30 May 2012 21:15:33 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4EA31E0639; Wed, 30 May 2012 21:15:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 2315CE0639 for ; Wed, 30 May 2012 21:15:16 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CAD8B1B4029 for ; Wed, 30 May 2012 21:15:14 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 8D357E5428 for ; Wed, 30 May 2012 21:15:13 +0000 (UTC) From: "Sebastian Pipping" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" Message-ID: <1338412471.84042ed8ff55a379e43f81a2b5640a49ed353f25.sping@gentoo> Subject: [gentoo-commits] proj/betagarden:master commit in: net-misc/tcptunnel/ X-VCS-Repository: proj/betagarden X-VCS-Files: net-misc/tcptunnel/metadata.xml net-misc/tcptunnel/tcptunnel-0.5.ebuild X-VCS-Directories: net-misc/tcptunnel/ X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: 84042ed8ff55a379e43f81a2b5640a49ed353f25 X-VCS-Branch: master Date: Wed, 30 May 2012 21:15:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 0d3a4383-0ca3-4379-9fa0-9857fdede3c8 X-Archives-Hash: 028eb2dfa7b0f8e709b8fdeaa1f3d0e7 commit: 84042ed8ff55a379e43f81a2b5640a49ed353f25 Author: Sebastian Pipping pipping org> AuthorDate: Wed May 30 21:14:31 2012 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Wed May 30 21:14:31 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/betagarden.gi= t;a=3Dcommit;h=3D84042ed8 net-misc/tcptunnel: 0.5 --- net-misc/tcptunnel/metadata.xml | 8 ++++++++ net-misc/tcptunnel/tcptunnel-0.5.ebuild | 22 ++++++++++++++++++++++ 2 files changed, 30 insertions(+), 0 deletions(-) diff --git a/net-misc/tcptunnel/metadata.xml b/net-misc/tcptunnel/metadat= a.xml new file mode 100644 index 0000000..16bcc9f --- /dev/null +++ b/net-misc/tcptunnel/metadata.xml @@ -0,0 +1,8 @@ + + + + + sping@gentoo.org + Sebastian Pipping + + diff --git a/net-misc/tcptunnel/tcptunnel-0.5.ebuild b/net-misc/tcptunnel= /tcptunnel-0.5.ebuild new file mode 100644 index 0000000..edeecbe --- /dev/null +++ b/net-misc/tcptunnel/tcptunnel-0.5.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=3D"4" + +DESCRIPTION=3D"TCP port forwarder (and traffic spy)" +HOMEPAGE=3D"http://www.vakuumverpackt.de/tcptunnel/" +SRC_URI=3D"http://www.vakuumverpackt.de/${PN}/${P}.tar.gz" + +LICENSE=3D"GPL-2" +SLOT=3D"0" +KEYWORDS=3D"~amd64 ~x86" +IUSE=3D"" + +#DEPEND +#RDEPEND + +src_install() { + emake BINDIR=3D"${D}"/usr STRIP=3D/bin/true install || die + dodoc README AUTHORS || die +}