summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Imhof <tantive@gentoo.org>2004-03-12 00:16:06 +0000
committerMichael Imhof <tantive@gentoo.org>2004-03-12 00:16:06 +0000
commit8a07a7bd4b51b1e4bdcb8288e8a73bc158408307 (patch)
tree88fe2bc89fc3f4ae576ec2bfa5a16050693a7776 /net-misc
parentCorrected the digest. Closes #43123. (diff)
downloadhistorical-8a07a7bd4b51b1e4bdcb8288e8a73bc158408307.tar.gz
historical-8a07a7bd4b51b1e4bdcb8288e8a73bc158408307.tar.bz2
historical-8a07a7bd4b51b1e4bdcb8288e8a73bc158408307.zip
Initial import. Ebuild submitted in #40531 by Mark Dierolf <smark@3e0.com>.
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/pen/ChangeLog9
-rw-r--r--net-misc/pen/Manifest3
-rw-r--r--net-misc/pen/files/digest-pen-0.12.11
-rw-r--r--net-misc/pen/pen-0.12.1.ebuild14
4 files changed, 27 insertions, 0 deletions
diff --git a/net-misc/pen/ChangeLog b/net-misc/pen/ChangeLog
new file mode 100644
index 000000000000..422aaaf5ab0d
--- /dev/null
+++ b/net-misc/pen/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for net-misc/pen
+# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/pen/ChangeLog,v 1.1 2004/03/12 00:16:06 tantive Exp $
+
+*pen-0.12.1 (12 Mar 2004)
+
+ 12 Mar 2004; Michael Imhof <tantive@gentoo.org> pen-0.12.1.ebuild:
+ Initial import. Ebuild submitted in #40531 by Mark Dierolf <smark@3e0.com>.
+
diff --git a/net-misc/pen/Manifest b/net-misc/pen/Manifest
new file mode 100644
index 000000000000..586eefa94c39
--- /dev/null
+++ b/net-misc/pen/Manifest
@@ -0,0 +1,3 @@
+MD5 4c6b33816b55f2d6e9e253286323e5c9 pen-0.12.1.ebuild 424
+MD5 252364e7c17d647b0496463fe455d65d ChangeLog 382
+MD5 0d7bf5bbb6fc0f9665bc7bbba5ed469e files/digest-pen-0.12.1 61
diff --git a/net-misc/pen/files/digest-pen-0.12.1 b/net-misc/pen/files/digest-pen-0.12.1
new file mode 100644
index 000000000000..20aeeea0cca7
--- /dev/null
+++ b/net-misc/pen/files/digest-pen-0.12.1
@@ -0,0 +1 @@
+MD5 5ecba048addd8363882b1bbd0a0779e7 pen-0.12.1.tar.gz 96713
diff --git a/net-misc/pen/pen-0.12.1.ebuild b/net-misc/pen/pen-0.12.1.ebuild
new file mode 100644
index 000000000000..44debe7afcbd
--- /dev/null
+++ b/net-misc/pen/pen-0.12.1.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/pen/pen-0.12.1.ebuild,v 1.1 2004/03/12 00:16:06 tantive Exp $
+
+DESCRIPTION="TCP Load Balancing Port Forwarder"
+HOMEPAGE="http://siag.nu/pen/"
+SRC_URI="http://siag.nu/pub/pen/${P}.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+
+src_install() {
+ einstall || die
+}