public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/betagarden:master commit in: net-misc/tcptunnel/
@ 2012-05-30 21:15 Sebastian Pipping
  0 siblings, 0 replies; 4+ messages in thread
From: Sebastian Pipping @ 2012-05-30 21:15 UTC (permalink / raw
  To: gentoo-commits

commit:     84042ed8ff55a379e43f81a2b5640a49ed353f25
Author:     Sebastian Pipping <sebastian <AT> pipping <DOT> org>
AuthorDate: Wed May 30 21:14:31 2012 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Wed May 30 21:14:31 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=84042ed8

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/metadata.xml
new file mode 100644
index 0000000..16bcc9f
--- /dev/null
+++ b/net-misc/tcptunnel/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer>
+		<email>sping@gentoo.org</email>
+		<name>Sebastian Pipping</name>
+	</maintainer>
+</pkgmetadata>

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="4"
+
+DESCRIPTION="TCP port forwarder (and traffic spy)"
+HOMEPAGE="http://www.vakuumverpackt.de/tcptunnel/"
+SRC_URI="http://www.vakuumverpackt.de/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+#DEPEND
+#RDEPEND
+
+src_install() {
+	emake BINDIR="${D}"/usr STRIP=/bin/true install || die
+	dodoc README AUTHORS || die
+}



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] proj/betagarden:master commit in: net-misc/tcptunnel/
@ 2012-12-02 17:25 Sebastian Pipping
  0 siblings, 0 replies; 4+ messages in thread
From: Sebastian Pipping @ 2012-12-02 17:25 UTC (permalink / raw
  To: gentoo-commits

commit:     eb7acc03d718e72e0dccce757d88798ca9533c64
Author:     Sebastian Pipping <sebastian <AT> pipping <DOT> org>
AuthorDate: Sun Dec  2 17:25:11 2012 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Sun Dec  2 17:25:11 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=eb7acc03

net-misc/tcptunnel: Fix bindir, fix 0.5

---
 net-misc/tcptunnel/tcptunnel-0.5.ebuild |    7 ++++++-
 net-misc/tcptunnel/tcptunnel-0.6.ebuild |    2 +-
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/net-misc/tcptunnel/tcptunnel-0.5.ebuild b/net-misc/tcptunnel/tcptunnel-0.5.ebuild
index edeecbe..2de552d 100644
--- a/net-misc/tcptunnel/tcptunnel-0.5.ebuild
+++ b/net-misc/tcptunnel/tcptunnel-0.5.ebuild
@@ -3,6 +3,7 @@
 # $Header: $
 
 EAPI="4"
+inherit eutils
 
 DESCRIPTION="TCP port forwarder (and traffic spy)"
 HOMEPAGE="http://www.vakuumverpackt.de/tcptunnel/"
@@ -16,7 +17,11 @@ IUSE=""
 #DEPEND
 #RDEPEND
 
+src_prepare() {
+	epatch "${FILESDIR}"/${PN}-0.6-makefile.patch
+}
+
 src_install() {
-	emake BINDIR="${D}"/usr STRIP=/bin/true install || die
+	emake BINDIR="${D}"/usr/bin STRIP=/bin/true install || die
 	dodoc README AUTHORS || die
 }

diff --git a/net-misc/tcptunnel/tcptunnel-0.6.ebuild b/net-misc/tcptunnel/tcptunnel-0.6.ebuild
index 0dd851d..5f28afb 100644
--- a/net-misc/tcptunnel/tcptunnel-0.6.ebuild
+++ b/net-misc/tcptunnel/tcptunnel-0.6.ebuild
@@ -22,6 +22,6 @@ src_prepare() {
 }
 
 src_install() {
-	emake BINDIR="${D}"/usr STRIP=/bin/true install || die
+	emake BINDIR="${D}"/usr/bin STRIP=/bin/true install || die
 	dodoc README || die
 }


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] proj/betagarden:master commit in: net-misc/tcptunnel/
@ 2013-02-04 20:59 Sebastian Pipping
  0 siblings, 0 replies; 4+ messages in thread
From: Sebastian Pipping @ 2013-02-04 20:59 UTC (permalink / raw
  To: gentoo-commits

commit:     86def3961c4b91ab252db2a195374290cc7e8f77
Author:     Sebastian Pipping <sebastian <AT> pipping <DOT> org>
AuthorDate: Mon Feb  4 20:59:47 2013 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Mon Feb  4 20:59:47 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=86def396

net-misc/tcptunnel: 0.7

---
 net-misc/tcptunnel/tcptunnel-0.7.ebuild |   23 +++++++++++++++++++++++
 1 files changed, 23 insertions(+), 0 deletions(-)

diff --git a/net-misc/tcptunnel/tcptunnel-0.7.ebuild b/net-misc/tcptunnel/tcptunnel-0.7.ebuild
new file mode 100644
index 0000000..9292472
--- /dev/null
+++ b/net-misc/tcptunnel/tcptunnel-0.7.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="4"
+inherit eutils
+
+DESCRIPTION="TCP port forwarder (and traffic spy)"
+HOMEPAGE="http://www.vakuumverpackt.de/tcptunnel/"
+SRC_URI="http://www.vakuumverpackt.de/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+#DEPEND
+#RDEPEND
+
+src_install() {
+	emake BINDIR="${D}"/usr/bin STRIP=/bin/true install || die
+	dodoc ChangeLog README.md || die
+}


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] proj/betagarden:master commit in: net-misc/tcptunnel/
@ 2014-03-25 22:10 Sebastian Pipping
  0 siblings, 0 replies; 4+ messages in thread
From: Sebastian Pipping @ 2014-03-25 22:10 UTC (permalink / raw
  To: gentoo-commits

commit:     d772f5181761c820e003a9cd62d9dbecee474520
Author:     Sebastian Pipping <sebastian <AT> pipping <DOT> org>
AuthorDate: Tue Mar 25 22:10:22 2014 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Tue Mar 25 22:10:22 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=d772f518

net-misc/tcptunnel: 0.8

---
 net-misc/tcptunnel/tcptunnel-0.8.ebuild | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/net-misc/tcptunnel/tcptunnel-0.8.ebuild b/net-misc/tcptunnel/tcptunnel-0.8.ebuild
new file mode 100644
index 0000000..9292472
--- /dev/null
+++ b/net-misc/tcptunnel/tcptunnel-0.8.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="4"
+inherit eutils
+
+DESCRIPTION="TCP port forwarder (and traffic spy)"
+HOMEPAGE="http://www.vakuumverpackt.de/tcptunnel/"
+SRC_URI="http://www.vakuumverpackt.de/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+#DEPEND
+#RDEPEND
+
+src_install() {
+	emake BINDIR="${D}"/usr/bin STRIP=/bin/true install || die
+	dodoc ChangeLog README.md || die
+}


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-03-25 22:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-02 17:25 [gentoo-commits] proj/betagarden:master commit in: net-misc/tcptunnel/ Sebastian Pipping
  -- strict thread matches above, loose matches on Subject: below --
2014-03-25 22:10 Sebastian Pipping
2013-02-04 20:59 Sebastian Pipping
2012-05-30 21:15 Sebastian Pipping

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox