summaryrefslogtreecommitdiff
path: root/net-misc/jumpgate
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2015-08-08 13:49:04 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2015-08-08 17:38:18 -0700
commit56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch)
tree3f91093cdb475e565ae857f1c5a7fd339e2d781e /net-misc/jumpgate
downloadgentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz
gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.xz
proj/gentoo: Initial commit
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'net-misc/jumpgate')
-rw-r--r--net-misc/jumpgate/Manifest1
-rw-r--r--net-misc/jumpgate/jumpgate-0.7.ebuild28
-rw-r--r--net-misc/jumpgate/metadata.xml8
3 files changed, 37 insertions, 0 deletions
diff --git a/net-misc/jumpgate/Manifest b/net-misc/jumpgate/Manifest
new file mode 100644
index 00000000000..a3e679b7be9
--- /dev/null
+++ b/net-misc/jumpgate/Manifest
@@ -0,0 +1 @@
+DIST jumpgate-0.7.tar.gz 40789 SHA256 5b380f5607f747f682fb9275cc0c8278e64673d4e1c425241164c88596401c22 SHA512 63f236c8328b6c7824b4d533fa2750bc011130ea70787d5960928f74410be72d484a3261c18109d6f0c9d77864aa857ca7d0dddeefb0b56b78cd0300f1fdbb19 WHIRLPOOL 90fc535a5810534a226e14e041fec17926e66c86f8275d3abe1a46af18e564a5aa74cc4bd327fc0be38e04d87187639c74e72d1cdd87cb66f68eed28895aab25
diff --git a/net-misc/jumpgate/jumpgate-0.7.ebuild b/net-misc/jumpgate/jumpgate-0.7.ebuild
new file mode 100644
index 00000000000..e64c117795a
--- /dev/null
+++ b/net-misc/jumpgate/jumpgate-0.7.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=4
+
+inherit autotools eutils toolchain-funcs
+
+DESCRIPTION="An advanced TCP connection forwarder"
+HOMEPAGE="http://jumpgate.sourceforge.net/"
+SRC_URI="http://jumpgate.sourceforge.net/${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="x86 amd64"
+IUSE=""
+
+src_prepare() {
+ if [ "$(gcc-major-version)" == "4" ] ; then
+ sed -i -e '/^AC_CHECK_TYPE/d' configure.in || die
+ eautoreconf
+ fi
+}
+
+src_install() {
+ emake install install_prefix="${D}"
+ dodoc README ChangeLog
+}
diff --git a/net-misc/jumpgate/metadata.xml b/net-misc/jumpgate/metadata.xml
new file mode 100644
index 00000000000..f031b496ede
--- /dev/null
+++ b/net-misc/jumpgate/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>maintainer-needed@gentoo.org</email>
+</maintainer>
+</pkgmetadata>
+