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: profiles/, net-irc/dircproxy/
Date: Tue, 05 Nov 2019 22:28:44
Message-Id: 1572992878.f426a6055d1f69cd7b84ef9780ab119badae3c69.mgorny@gentoo
1 commit: f426a6055d1f69cd7b84ef9780ab119badae3c69
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 5 22:27:58 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 5 22:27:58 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f426a605
7
8 net-irc/dircproxy: Remove last-rited pkg
9
10 Bug: https://bugs.gentoo.org/696252
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 net-irc/dircproxy/Manifest | 1 -
14 net-irc/dircproxy/dircproxy-1.2.0_rc1.ebuild | 23 -----------------------
15 net-irc/dircproxy/metadata.xml | 8 --------
16 profiles/package.mask | 1 -
17 4 files changed, 33 deletions(-)
18
19 diff --git a/net-irc/dircproxy/Manifest b/net-irc/dircproxy/Manifest
20 deleted file mode 100644
21 index 58de55677e4..00000000000
22 --- a/net-irc/dircproxy/Manifest
23 +++ /dev/null
24 @@ -1 +0,0 @@
25 -DIST dircproxy-1.2.0-RC1.tar.gz 811366 BLAKE2B b6ecc5f5e9e464cf7d3c781194a36437492527b2953ac817995c9795e9a3ffa5b911c122a5befbe52652bd1fa7b49802a90c9c0ec9f1a9a2fa71ad75e1c53451 SHA512 edc4234a5249d06e7342250401c79f3f2190b38ca54f9e7fb4b93a093a7e383057043dc42039fb90f9a012f8cb4fe7a6587d35c045bb58d500ecdbcd16354c17
26
27 diff --git a/net-irc/dircproxy/dircproxy-1.2.0_rc1.ebuild b/net-irc/dircproxy/dircproxy-1.2.0_rc1.ebuild
28 deleted file mode 100644
29 index 05455c8e9ab..00000000000
30 --- a/net-irc/dircproxy/dircproxy-1.2.0_rc1.ebuild
31 +++ /dev/null
32 @@ -1,23 +0,0 @@
33 -# Copyright 1999-2018 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=0
37 -
38 -inherit eutils
39 -
40 -MY_P="${P/_rc/-RC}"
41 -DESCRIPTION="an IRC proxy server"
42 -HOMEPAGE="https://code.google.com/p/dircproxy"
43 -SRC_URI="https://dircproxy.googlecode.com/files/${MY_P}.tar.gz"
44 -
45 -SLOT="0"
46 -LICENSE="GPL-2"
47 -KEYWORDS="alpha amd64 ppc sparc x86"
48 -IUSE=""
49 -
50 -S="${WORKDIR}/${MY_P}"
51 -
52 -src_install() {
53 - emake DESTDIR="${D}" install || die "make install failed"
54 - dodoc AUTHORS ChangeLog FAQ NEWS HACKING README* TODO INSTALL
55 -}
56
57 diff --git a/net-irc/dircproxy/metadata.xml b/net-irc/dircproxy/metadata.xml
58 deleted file mode 100644
59 index 4e7582a957f..00000000000
60 --- a/net-irc/dircproxy/metadata.xml
61 +++ /dev/null
62 @@ -1,8 +0,0 @@
63 -<?xml version="1.0" encoding="UTF-8"?>
64 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
65 -<pkgmetadata>
66 - <!-- maintainer-needed -->
67 - <upstream>
68 - <remote-id type="google-code">dircproxy</remote-id>
69 - </upstream>
70 -</pkgmetadata>
71
72 diff --git a/profiles/package.mask b/profiles/package.mask
73 index 67b4881bbd8..ddcb1a554ec 100644
74 --- a/profiles/package.mask
75 +++ b/profiles/package.mask
76 @@ -404,7 +404,6 @@ net-firewall/fwanalog
77 net-firewall/fwipsec
78 net-firewall/quicktables
79 net-firewall/shapecfg
80 -net-irc/dircproxy
81 sys-auth/pam_require
82
83 # Michał Górny <mgorny@g.o> (2019-10-04)