Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/iip/, profiles/, net-irc/iip/files/
Date: Sun, 26 Jun 2016 15:06:21
Message-Id: 1466953258.1dd409073693e8024aaf7a9bf9c3cd8ec6b5ca3a.mgorny@gentoo
1 commit: 1dd409073693e8024aaf7a9bf9c3cd8ec6b5ca3a
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 26 15:00:58 2016 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 26 15:00:58 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dd40907
7
8 net-irc/iip: Remove last rited package
9
10 net-irc/iip/Manifest | 1 -
11 net-irc/iip/files/iip_open_mode.patch | 11 ----------
12 net-irc/iip/iip-1.2.ebuild | 41 -----------------------------------
13 net-irc/iip/metadata.xml | 8 -------
14 profiles/package.mask | 5 -----
15 5 files changed, 66 deletions(-)
16
17 diff --git a/net-irc/iip/Manifest b/net-irc/iip/Manifest
18 deleted file mode 100644
19 index 0522a21..0000000
20 --- a/net-irc/iip/Manifest
21 +++ /dev/null
22 @@ -1 +0,0 @@
23 -DIST iip-1.2-dev1.tar.bz2 299053 SHA256 8f4bfce32e43a75e71c78d49eecaee9efe3f6b8782878276d590e736566a9fbf SHA512 384026ba6b0d797574fad9295ac7d042a20556fb428663f8043768e9daf2adc831cd89b81c48abc4473e68f3f0d84d7d854be1816f8a82628f397839e19a8992 WHIRLPOOL f4fb55c175ed9ff8a61bccbb31fc4f1996128e95c1156797f49e2d0e846cb08cb3517bb33dabed4b2870de92754f4af3fe39b0b173bfe98a7d6290d8043907a0
24
25 diff --git a/net-irc/iip/files/iip_open_mode.patch b/net-irc/iip/files/iip_open_mode.patch
26 deleted file mode 100644
27 index 6d3aec1..0000000
28 --- a/net-irc/iip/files/iip_open_mode.patch
29 +++ /dev/null
30 @@ -1,11 +0,0 @@
31 ---- src/misc/unix.c 2002-10-29 07:56:29.000000000 +0000
32 -+++ src/misc/unix.c 2009-03-05 13:12:54.000000000 +0000
33 -@@ -100,7 +100,7 @@
34 - s = stringCopyMany(lockfilepath, lockfileprefix, NULL);
35 - s = stringJoinMany(s, intToString((int) getpid()), NULL);
36 -
37 -- fd = open(s, O_CREAT | O_EXCL | S_IWUSR);
38 -+ fd = open(s, O_CREAT | O_EXCL ,S_IWUSR | S_IRUSR);
39 - if(fd == -1) {
40 - LOGERROR(stringCopyMany("unixAddLockFile: open lock file failed (", s, ")",
41 - _("Error opening lockfile."), NULL))
42
43 diff --git a/net-irc/iip/iip-1.2.ebuild b/net-irc/iip/iip-1.2.ebuild
44 deleted file mode 100644
45 index 9045af9..0000000
46 --- a/net-irc/iip/iip-1.2.ebuild
47 +++ /dev/null
48 @@ -1,41 +0,0 @@
49 -# Copyright 1999-2010 Gentoo Foundation
50 -# Distributed under the terms of the GNU General Public License v2
51 -# $Id$
52 -
53 -EAPI="2"
54 -
55 -inherit eutils
56 -
57 -MY_P="${P}-dev1"
58 -
59 -DESCRIPTION="Proxy server for encrypted anonymous IRC-like network"
60 -HOMEPAGE="http://www.invisiblenet.net/iip/"
61 -SRC_URI="mirror://sourceforge/invisibleip/${MY_P}.tar.bz2"
62 -LICENSE="GPL-2"
63 -SLOT="0"
64 -KEYWORDS="~amd64 ~x86 ~ppc"
65 -IUSE=""
66 -
67 -RDEPEND="dev-libs/openssl"
68 -DEPEND="${RDEPEND}
69 - dev-lang/perl
70 - >=sys-apps/sed-4"
71 -
72 -S="${WORKDIR}/${MY_P}"
73 -
74 -src_prepare() {
75 - epatch "${FILESDIR}/iip_open_mode.patch"
76 -}
77 -
78 -src_compile() {
79 - sed -i \
80 - -e "s:-Werror::" "${S}"/src/Makefile || \
81 - die "sed Makefile failed"
82 -
83 - emake || die "emake failed"
84 -}
85 -
86 -src_install() {
87 - make DESTDIR="${D}" install || die "make install failed"
88 - dodoc AUTHORS README
89 -}
90
91 diff --git a/net-irc/iip/metadata.xml b/net-irc/iip/metadata.xml
92 deleted file mode 100644
93 index 298672a..0000000
94 --- a/net-irc/iip/metadata.xml
95 +++ /dev/null
96 @@ -1,8 +0,0 @@
97 -<?xml version="1.0" encoding="UTF-8"?>
98 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
99 -<pkgmetadata>
100 - <!-- maintainer-needed -->
101 - <upstream>
102 - <remote-id type="sourceforge">invisibleip</remote-id>
103 - </upstream>
104 -</pkgmetadata>
105
106 diff --git a/profiles/package.mask b/profiles/package.mask
107 index 4190ef6..cf87818 100644
108 --- a/profiles/package.mask
109 +++ b/profiles/package.mask
110 @@ -246,11 +246,6 @@ net-print/foomatic-gui
111 kde-apps/superkaramba
112
113 # Michael Palimaka <kensington@g.o> (26 May 2016)
114 -# Ancient. Unmaintained. Dead upstream. Masked for removal
115 -# in 30 days. Bug #583510.
116 -net-irc/iip
117 -
118 -# Michael Palimaka <kensington@g.o> (26 May 2016)
119 # No longer developed by upstream. No revdeps.
120 # Masked for removal in 30 days. Bug 583776.
121 dev-libs/hammer