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-nntp/slrnconf/, profiles/
Date: Tue, 05 Nov 2019 22:24:11
Message-Id: 1572992507.0ea15985839aec0a6bf95a5a3d084cc40548f14b.mgorny@gentoo
1 commit: 0ea15985839aec0a6bf95a5a3d084cc40548f14b
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 5 22:21:47 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 5 22:21:47 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ea15985
7
8 net-nntp/slrnconf: 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-nntp/slrnconf/Manifest | 1 -
14 net-nntp/slrnconf/metadata.xml | 5 -----
15 net-nntp/slrnconf/slrnconf-0.8.4.ebuild | 34 ---------------------------------
16 profiles/package.mask | 1 -
17 4 files changed, 41 deletions(-)
18
19 diff --git a/net-nntp/slrnconf/Manifest b/net-nntp/slrnconf/Manifest
20 deleted file mode 100644
21 index 497f7995f45..00000000000
22 --- a/net-nntp/slrnconf/Manifest
23 +++ /dev/null
24 @@ -1 +0,0 @@
25 -DIST slrnconf-0.8.4.tar.bz2 43938 BLAKE2B cecd2bcb11deb627a187990c4190c238885b9f00a1dba194098ee84ce695811ee3a5ca6f84246fb8c88f46fb4856d82757d6de59cfc3a9b770f76cecf43033f0 SHA512 2ca8070426065ba366c54989e89b6aca23919e34073d8d50bb1ae53a9d79c5b7a864a44b9a7147bc6b9968a3904ec63d7b089855422b102e534b4e1e7d3498c8
26
27 diff --git a/net-nntp/slrnconf/metadata.xml b/net-nntp/slrnconf/metadata.xml
28 deleted file mode 100644
29 index 6f49eba8f49..00000000000
30 --- a/net-nntp/slrnconf/metadata.xml
31 +++ /dev/null
32 @@ -1,5 +0,0 @@
33 -<?xml version="1.0" encoding="UTF-8"?>
34 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
35 -<pkgmetadata>
36 -<!-- maintainer-needed -->
37 -</pkgmetadata>
38
39 diff --git a/net-nntp/slrnconf/slrnconf-0.8.4.ebuild b/net-nntp/slrnconf/slrnconf-0.8.4.ebuild
40 deleted file mode 100644
41 index f049f85ff38..00000000000
42 --- a/net-nntp/slrnconf/slrnconf-0.8.4.ebuild
43 +++ /dev/null
44 @@ -1,34 +0,0 @@
45 -# Copyright 1999-2018 Gentoo Foundation
46 -# Distributed under the terms of the GNU General Public License v2
47 -
48 -EAPI=0
49 -
50 -DESCRIPTION="slrnconf is a graphical configuration utility for the newsreader slrn"
51 -HOMEPAGE="http://home.arcor.de/kaffeetisch/slrnconf.html"
52 -SRC_URI="http://home.arcor.de/kaffeetisch/downloads/${P}.tar.bz2"
53 -
54 -LICENSE="GPL-2"
55 -SLOT="0"
56 -KEYWORDS="~amd64 ~ppc x86"
57 -IUSE=""
58 -
59 -RDEPEND="dev-lang/perl
60 - dev-perl/Gtk2
61 - dev-perl/Parse-RecDescent
62 - net-nntp/slrn"
63 -DEPEND="${RDEPEND}
64 - >=sys-apps/sed-4"
65 -
66 -src_unpack() {
67 - unpack ${A}
68 -
69 - sed -i -e 's/^install: all$/install:/' ${S}/Makefile
70 -}
71 -
72 -src_compile() {
73 - make PREFIX=/usr || die "make failed"
74 -}
75 -
76 -src_install() {
77 - make PREFIX=${D}/usr install || die "make install failed"
78 -}
79
80 diff --git a/profiles/package.mask b/profiles/package.mask
81 index d68180a4643..84be8c5d1b2 100644
82 --- a/profiles/package.mask
83 +++ b/profiles/package.mask
84 @@ -417,7 +417,6 @@ net-misc/fmirror
85 net-misc/ng-utils
86 net-misc/sendfile
87 net-news/yencode
88 -net-nntp/slrnconf
89 sys-auth/pam_require
90
91 # Michał Górny <mgorny@g.o> (2019-10-04)