diff options
Diffstat (limited to 'net-misc/pen/pen-0.17.1.ebuild')
-rw-r--r-- | net-misc/pen/pen-0.17.1.ebuild | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/net-misc/pen/pen-0.17.1.ebuild b/net-misc/pen/pen-0.17.1.ebuild deleted file mode 100644 index fdd7494a4711..000000000000 --- a/net-misc/pen/pen-0.17.1.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/pen/pen-0.17.1.ebuild,v 1.2 2008/01/25 21:33:51 armin76 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 -} |