summaryrefslogtreecommitdiff
path: root/net-irc/iip/iip-1.2.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'net-irc/iip/iip-1.2.ebuild')
-rw-r--r--net-irc/iip/iip-1.2.ebuild41
1 files changed, 0 insertions, 41 deletions
diff --git a/net-irc/iip/iip-1.2.ebuild b/net-irc/iip/iip-1.2.ebuild
deleted file mode 100644
index 9045af9099e..00000000000
--- a/net-irc/iip/iip-1.2.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="2"
-
-inherit eutils
-
-MY_P="${P}-dev1"
-
-DESCRIPTION="Proxy server for encrypted anonymous IRC-like network"
-HOMEPAGE="http://www.invisiblenet.net/iip/"
-SRC_URI="mirror://sourceforge/invisibleip/${MY_P}.tar.bz2"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~ppc"
-IUSE=""
-
-RDEPEND="dev-libs/openssl"
-DEPEND="${RDEPEND}
- dev-lang/perl
- >=sys-apps/sed-4"
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
- epatch "${FILESDIR}/iip_open_mode.patch"
-}
-
-src_compile() {
- sed -i \
- -e "s:-Werror::" "${S}"/src/Makefile || \
- die "sed Makefile failed"
-
- emake || die "emake failed"
-}
-
-src_install() {
- make DESTDIR="${D}" install || die "make install failed"
- dodoc AUTHORS README
-}