summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2012-09-28 09:29:54 +0000
committerAgostino Sarubbo <ago@gentoo.org>2012-09-28 09:29:54 +0000
commit0d134bc1697f424a2e143da947873e0d8ab6b7c4 (patch)
tree81c96c9229aa78ab2acf00993e2896dede314d38 /net-misc/pen
parentVersion bump to the stable 1.6 series (bug #435828, thanks to Anton Bolshakov... (diff)
downloadgentoo-2-0d134bc1697f424a2e143da947873e0d8ab6b7c4.tar.gz
gentoo-2-0d134bc1697f424a2e143da947873e0d8ab6b7c4.tar.bz2
gentoo-2-0d134bc1697f424a2e143da947873e0d8ab6b7c4.zip
add ssl as RDEPEND
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/pen')
-rw-r--r--net-misc/pen/ChangeLog6
-rw-r--r--net-misc/pen/pen-0.18.0-r1.ebuild5
2 files changed, 7 insertions, 4 deletions
diff --git a/net-misc/pen/ChangeLog b/net-misc/pen/ChangeLog
index e68a69a0e192..6c81dcd1d31b 100644
--- a/net-misc/pen/ChangeLog
+++ b/net-misc/pen/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/pen
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/pen/ChangeLog,v 1.13 2012/02/16 19:10:47 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/pen/ChangeLog,v 1.14 2012/09/28 09:29:54 ago Exp $
+
+ 28 Sep 2012; Agostino Sarubbo <ago@gentoo.org> pen-0.18.0-r1.ebuild:
+ add ssl as RDEPEND
16 Feb 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> pen-0.18.0-r1.ebuild:
x86 stable wrt bug #397179
@@ -53,4 +56,3 @@
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/pen-0.18.0-r1.ebuild b/net-misc/pen/pen-0.18.0-r1.ebuild
index 8a392bf4713c..92647b89c187 100644
--- a/net-misc/pen/pen-0.18.0-r1.ebuild
+++ b/net-misc/pen/pen-0.18.0-r1.ebuild
@@ -1,18 +1,19 @@
# Copyright 1999-2012 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-r1.ebuild,v 1.2 2012/02/16 19:10:47 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/pen/pen-0.18.0-r1.ebuild,v 1.3 2012/09/28 09:29:54 ago Exp $
EAPI="4"
DESCRIPTION="TCP Load Balancing Port Forwarder"
HOMEPAGE="http://siag.nu/pen/"
-SRC_URI="http://siag.nu/pub/pen/${P}.tar.gz"
+SRC_URI="http://siag.nu/pub/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc x86"
IUSE="ssl"
DEPEND="ssl? ( dev-libs/openssl )"
+RDEPEND="${DEPEND}"
src_configure() {
econf $(use_with ssl)