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-mail/spamcup/, profiles/
Date: Tue, 05 Nov 2019 22:28:42
Message-Id: 1572992778.9c8f7fb0a0cf48e113109593ddac61d51a66bb8a.mgorny@gentoo
1 commit: 9c8f7fb0a0cf48e113109593ddac61d51a66bb8a
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 5 22:26:18 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 5 22:26:18 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c8f7fb0
7
8 net-mail/spamcup: 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-mail/spamcup/Manifest | 1 -
14 net-mail/spamcup/metadata.xml | 8 --------
15 net-mail/spamcup/spamcup-1.09.ebuild | 26 --------------------------
16 profiles/package.mask | 1 -
17 4 files changed, 36 deletions(-)
18
19 diff --git a/net-mail/spamcup/Manifest b/net-mail/spamcup/Manifest
20 deleted file mode 100644
21 index 84ef338a92e..00000000000
22 --- a/net-mail/spamcup/Manifest
23 +++ /dev/null
24 @@ -1 +0,0 @@
25 -DIST spamcup-1.09.tar.gz 6801 BLAKE2B c19c1904d6c2f8f0c7b66ba6fd28a9591ecf95470dcfedbeb7e96376498c66e994ad44fdb407b076243d1efa5ee4c50cdf821f8888f269d6c9ed8d8da4d12f51 SHA512 a43a194b7f90fd4ca9a444cba0d42b7a87284842fa2bba6bbd5e2bc2bf8e5aed17de5ba6fbfd7c439fcd40fd0f9233d989ba7abf4d907d857f9c72f2c3bb0504
26
27 diff --git a/net-mail/spamcup/metadata.xml b/net-mail/spamcup/metadata.xml
28 deleted file mode 100644
29 index ae3e25185e2..00000000000
30 --- a/net-mail/spamcup/metadata.xml
31 +++ /dev/null
32 @@ -1,8 +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 - <upstream>
38 - <remote-id type="sourceforge">spamcup</remote-id>
39 - </upstream>
40 -</pkgmetadata>
41
42 diff --git a/net-mail/spamcup/spamcup-1.09.ebuild b/net-mail/spamcup/spamcup-1.09.ebuild
43 deleted file mode 100644
44 index 051d61595da..00000000000
45 --- a/net-mail/spamcup/spamcup-1.09.ebuild
46 +++ /dev/null
47 @@ -1,26 +0,0 @@
48 -# Copyright 1999-2018 Gentoo Foundation
49 -# Distributed under the terms of the GNU General Public License v2
50 -
51 -EAPI=0
52 -
53 -DESCRIPTION="This script does the same you would do when you report spam with your browser in Spamcop.net"
54 -HOMEPAGE="https://sourceforge.net/projects/spamcup/"
55 -SRC_URI="mirror://sourceforge/spamcup/${P}.tar.gz"
56 -LICENSE="GPL-2"
57 -SLOT="0"
58 -
59 -KEYWORDS="~amd64 ppc x86"
60 -IUSE=""
61 -
62 -DEPEND=">=dev-lang/perl-5.8.0
63 - dev-perl/Getopt-ArgvFile
64 - dev-perl/HTML-Form
65 - >dev-perl/libwww-perl-6"
66 -RDEPEND="${DEPEND}"
67 -
68 -src_install() {
69 - dodir /usr/bin
70 - dobin spamcup.pl || die "dobin failed"
71 -
72 - dodoc ChangeLog INSTALL
73 -}
74
75 diff --git a/profiles/package.mask b/profiles/package.mask
76 index 308240d0e78..f80257faf52 100644
77 --- a/profiles/package.mask
78 +++ b/profiles/package.mask
79 @@ -409,7 +409,6 @@ net-irc/jircii
80 net-irc/miau
81 net-mail/hotwayd
82 net-mail/popick
83 -net-mail/spamcup
84 sys-auth/pam_require
85
86 # Michał Górny <mgorny@g.o> (2019-10-04)