summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-irc/ctrlproxy/ctrlproxy-3.0.2.ebuild')
-rw-r--r--net-irc/ctrlproxy/ctrlproxy-3.0.2.ebuild34
1 files changed, 0 insertions, 34 deletions
diff --git a/net-irc/ctrlproxy/ctrlproxy-3.0.2.ebuild b/net-irc/ctrlproxy/ctrlproxy-3.0.2.ebuild
deleted file mode 100644
index 4ca84a4260df..000000000000
--- a/net-irc/ctrlproxy/ctrlproxy-3.0.2.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/ctrlproxy/ctrlproxy-3.0.2.ebuild,v 1.2 2007/05/14 16:35:56 armin76 Exp $
-
-inherit flag-o-matic
-
-DESCRIPTION="IRC proxy with multiserver and multiclient support"
-HOMEPAGE="http://ctrlproxy.vernstok.nl/"
-SRC_URI="http://ctrlproxy.vernstok.nl/releases/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha ia64 ~ppc x86"
-IUSE="ssl"
-RESTRICT="test"
-
-DEPEND=">=dev-libs/glib-2
- dev-libs/popt
- dev-libs/libxml2
- dev-libs/libpcre
- dev-util/pkgconfig
- ssl? ( net-libs/gnutls )"
-
-src_compile() {
- # hack alert
- append-flags -fPIC
-
- econf || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install() {
- make DESTDIR="${D}" install || die "emake install failed"
-}