summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2009-09-12 09:40:02 +0000
committerPatrick Lauer <patrick@gentoo.org>2009-09-12 09:40:02 +0000
commit96e40531d0a64c91ec45ca52dc5681e73b4c9327 (patch)
treedc382673b72c08344b1de2813f88d9db7c9519f5 /net-misc/pen
parentarm/ia64/s390/sh/sparc/x86 stable wrt #283193 (diff)
downloadgentoo-2-96e40531d0a64c91ec45ca52dc5681e73b4c9327.tar.gz
gentoo-2-96e40531d0a64c91ec45ca52dc5681e73b4c9327.tar.bz2
gentoo-2-96e40531d0a64c91ec45ca52dc5681e73b4c9327.zip
Bump
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/pen')
-rw-r--r--net-misc/pen/ChangeLog9
-rw-r--r--net-misc/pen/pen-0.18.0.ebuild17
2 files changed, 24 insertions, 2 deletions
diff --git a/net-misc/pen/ChangeLog b/net-misc/pen/ChangeLog
index 7262a9dcdf8b..e8d6107374ba 100644
--- a/net-misc/pen/ChangeLog
+++ b/net-misc/pen/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-misc/pen
-# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/pen/ChangeLog,v 1.10 2008/01/25 21:33:51 armin76 Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/pen/ChangeLog,v 1.11 2009/09/12 09:40:02 patrick Exp $
+
+*pen-0.18.0 (12 Sep 2009)
+
+ 12 Sep 2009; Patrick Lauer <patrick@gentoo.org> +pen-0.18.0.ebuild:
+ Bump
25 Jan 2008; Raúl Porcel <armin76@gentoo.org> -pen-0.12.1.ebuild,
-pen-0.15.0.ebuild, -pen-0.17.0.ebuild, pen-0.17.1.ebuild:
diff --git a/net-misc/pen/pen-0.18.0.ebuild b/net-misc/pen/pen-0.18.0.ebuild
new file mode 100644
index 000000000000..d2c8d57cb605
--- /dev/null
+++ b/net-misc/pen/pen-0.18.0.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/pen/pen-0.18.0.ebuild,v 1.1 2009/09/12 09:40:02 patrick 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="~amd64 ~ppc ~x86"
+IUSE=""
+
+DEPEND="dev-libs/openssl"
+
+src_install() {
+ make DESTDIR="${D}" docdir=/usr/share/doc/${PF} install || die
+}