summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-04-27 02:06:59 +0000
committerManuel Rüger <mrueg@gentoo.org>2015-04-27 02:06:59 +0000
commit86c15707d68c63b235f0d235f3f7870818264eb8 (patch)
treed1e597e50a736c990f3ac8e7352c73d5f0b57d3c /net-irc
parentVersion bump. Remove old. (diff)
downloadgentoo-2-86c15707d68c63b235f0d235f3f7870818264eb8.tar.gz
gentoo-2-86c15707d68c63b235f0d235f3f7870818264eb8.tar.bz2
gentoo-2-86c15707d68c63b235f0d235f3f7870818264eb8.zip
Remove old.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'net-irc')
-rw-r--r--net-irc/iip/ChangeLog8
-rw-r--r--net-irc/iip/iip-1.1.0.ebuild41
2 files changed, 5 insertions, 44 deletions
diff --git a/net-irc/iip/ChangeLog b/net-irc/iip/ChangeLog
index 9892e675ce74..0fdfb13908f8 100644
--- a/net-irc/iip/ChangeLog
+++ b/net-irc/iip/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-irc/iip
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/iip/ChangeLog,v 1.13 2010/10/19 21:15:30 flameeyes Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-irc/iip/ChangeLog,v 1.14 2015/04/27 02:06:19 mrueg Exp $
+
+ 27 Apr 2015; Manuel Rüger <mrueg@gentoo.org> -iip-1.1.0.ebuild:
+ Remove old.
19 Oct 2010; Diego E. Pettenò <flameeyes@gentoo.org> iip-1.2.ebuild:
QA: remove econf from src_prepare on EAPI=2.
@@ -57,4 +60,3 @@
27 Sep 2003; Chuck Short <zul@gentoo.org> iip-1.1.0.ebuild:
Initial version, originally contributed by Andrew Bevitt <andrew@volutin.net>,
modified by me because RDEPEND and DEPEND were missing from the initial ebuild.
-
diff --git a/net-irc/iip/iip-1.1.0.ebuild b/net-irc/iip/iip-1.1.0.ebuild
deleted file mode 100644
index 060e0b166de8..000000000000
--- a/net-irc/iip/iip-1.1.0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/iip/iip-1.1.0.ebuild,v 1.8 2009/09/23 18:43:56 patrick Exp $
-
-DESCRIPTION="Proxy server for encrypted anonymous IRC-like network"
-HOMEPAGE="http://www.invisiblenet.net/iip/"
-SRC_URI="mirror://sourceforge/invisibleip/${P}.tgz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~ppc"
-IUSE=""
-
-S="${WORKDIR}/${P}/src"
-
-RDEPEND=""
-DEPEND="${RDEPEND}
- >=sys-apps/sed-4"
-
-src_unpack() {
- unpack ${A}
-
- sed -i -e "s/-g -Wall -O2/${CFLAGS}/" ${S}/Makefile || die "sed failed"
-}
-
-src_compile() {
- emake || die "emake failed"
-}
-
-src_install() {
- dodir /usr/bin /usr/share/man/man1
-
- make \
- PREFIX=${D}/usr \
- INSTALLMANDST=${D}/usr/share/man/man1/ \
- INSTALLFILEPATH=${D}/usr/share/iip/ \
- INSTALLUSER=root \
- install || die "make install failed"
-
- cd ${WORKDIR}/${P}
- dodoc AUTHORS CHANGELOG README
-}