public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-irc/iip/, profiles/, net-irc/iip/files/
@ 2016-06-26 15:06 Michał Górny
  0 siblings, 0 replies; only message in thread
From: Michał Górny @ 2016-06-26 15:06 UTC (permalink / raw
  To: gentoo-commits

commit:     1dd409073693e8024aaf7a9bf9c3cd8ec6b5ca3a
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 26 15:00:58 2016 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jun 26 15:00:58 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dd40907

net-irc/iip: Remove last rited package

 net-irc/iip/Manifest                  |  1 -
 net-irc/iip/files/iip_open_mode.patch | 11 ----------
 net-irc/iip/iip-1.2.ebuild            | 41 -----------------------------------
 net-irc/iip/metadata.xml              |  8 -------
 profiles/package.mask                 |  5 -----
 5 files changed, 66 deletions(-)

diff --git a/net-irc/iip/Manifest b/net-irc/iip/Manifest
deleted file mode 100644
index 0522a21..0000000
--- a/net-irc/iip/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST iip-1.2-dev1.tar.bz2 299053 SHA256 8f4bfce32e43a75e71c78d49eecaee9efe3f6b8782878276d590e736566a9fbf SHA512 384026ba6b0d797574fad9295ac7d042a20556fb428663f8043768e9daf2adc831cd89b81c48abc4473e68f3f0d84d7d854be1816f8a82628f397839e19a8992 WHIRLPOOL f4fb55c175ed9ff8a61bccbb31fc4f1996128e95c1156797f49e2d0e846cb08cb3517bb33dabed4b2870de92754f4af3fe39b0b173bfe98a7d6290d8043907a0

diff --git a/net-irc/iip/files/iip_open_mode.patch b/net-irc/iip/files/iip_open_mode.patch
deleted file mode 100644
index 6d3aec1..0000000
--- a/net-irc/iip/files/iip_open_mode.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/misc/unix.c	2002-10-29 07:56:29.000000000 +0000
-+++ src/misc/unix.c	2009-03-05 13:12:54.000000000 +0000
-@@ -100,7 +100,7 @@
- 	s = stringCopyMany(lockfilepath, lockfileprefix, NULL);
- 	s = stringJoinMany(s, intToString((int) getpid()), NULL);
- 
--	fd = open(s, O_CREAT | O_EXCL | S_IWUSR);
-+	fd = open(s, O_CREAT | O_EXCL ,S_IWUSR | S_IRUSR);
- 	if(fd == -1) {
- 		LOGERROR(stringCopyMany("unixAddLockFile: open lock file failed (", s, ")", 
- 			_("Error opening lockfile."), NULL))

diff --git a/net-irc/iip/iip-1.2.ebuild b/net-irc/iip/iip-1.2.ebuild
deleted file mode 100644
index 9045af9..0000000
--- 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
-}

diff --git a/net-irc/iip/metadata.xml b/net-irc/iip/metadata.xml
deleted file mode 100644
index 298672a..0000000
--- a/net-irc/iip/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<!-- maintainer-needed -->
-	<upstream>
-		<remote-id type="sourceforge">invisibleip</remote-id>
-	</upstream>
-</pkgmetadata>

diff --git a/profiles/package.mask b/profiles/package.mask
index 4190ef6..cf87818 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -246,11 +246,6 @@ net-print/foomatic-gui
 kde-apps/superkaramba
 
 # Michael Palimaka <kensington@gentoo.org> (26 May 2016)
-# Ancient. Unmaintained. Dead upstream. Masked for removal
-# in 30 days. Bug #583510.
-net-irc/iip
-
-# Michael Palimaka <kensington@gentoo.org> (26 May 2016)
 # No longer developed by upstream. No revdeps.
 # Masked for removal in 30 days. Bug 583776.
 dev-libs/hammer


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2016-06-26 15:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-26 15:06 [gentoo-commits] repo/gentoo:master commit in: net-irc/iip/, profiles/, net-irc/iip/files/ Michał Górny

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox