diff options
Diffstat (limited to 'net-irc/ctrlproxy/ctrlproxy-3.0.6.ebuild')
-rw-r--r-- | net-irc/ctrlproxy/ctrlproxy-3.0.6.ebuild | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/net-irc/ctrlproxy/ctrlproxy-3.0.6.ebuild b/net-irc/ctrlproxy/ctrlproxy-3.0.6.ebuild deleted file mode 100644 index b91e912faa22..000000000000 --- a/net-irc/ctrlproxy/ctrlproxy-3.0.6.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/ctrlproxy/ctrlproxy-3.0.6.ebuild,v 1.3 2008/06/05 18:18:48 armin76 Exp $ - -DESCRIPTION="IRC proxy with multiserver and multiclient support" -HOMEPAGE="http://www.ctrlproxy.org" -SRC_URI="http://www.ctrlproxy.org/releases/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="alpha ~amd64 ia64 ~ppc x86" -IUSE="ssl" -RESTRICT="test" - -RDEPEND=">=dev-libs/glib-2 - ssl? ( net-libs/gnutls )" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -src_install() { - emake DESTDIR="${D}" install install-doc || die "emake install failed" -} |