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/, mail-filter/procmail-lib/
Date: Tue, 05 Nov 2019 22:15:12
Message-Id: 1572992094.8e9a0de2bdcf9c8d897c38c2a3617cb76098e65c.mgorny@gentoo
1 commit: 8e9a0de2bdcf9c8d897c38c2a3617cb76098e65c
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 5 22:07:09 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 5 22:14:54 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e9a0de2
7
8 mail-filter/procmail-lib: Remove last-rited pkg
9
10 Closes: https://bugs.gentoo.org/696176
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 mail-filter/procmail-lib/Manifest | 2 --
14 mail-filter/procmail-lib/metadata.xml | 8 -------
15 .../procmail-lib/procmail-lib-20081108.ebuild | 25 ----------------------
16 .../procmail-lib/procmail-lib-20091202.ebuild | 25 ----------------------
17 profiles/package.mask | 6 ------
18 5 files changed, 66 deletions(-)
19
20 diff --git a/mail-filter/procmail-lib/Manifest b/mail-filter/procmail-lib/Manifest
21 deleted file mode 100644
22 index 4e9f3131a7c..00000000000
23 --- a/mail-filter/procmail-lib/Manifest
24 +++ /dev/null
25 @@ -1,2 +0,0 @@
26 -DIST procmail-lib-2008.1108.tar.gz 763653 BLAKE2B b4c1a6d41031366e2147cdc62c9cc08825a029f11f5f85d29f2673476d0efe3525c1627dd01bc49bababe5747c727df04736669fc004840124d75c8a02ba605d SHA512 54a9ffa7bd5e5554c0d48efa59c22ed4aaa635d3b87a3b8cdc2b660ab8a4acdd1dfa39d7d816ed3ebc379ddc7e8e58e54e0f0fb8c8f6eb51661201f03bc0332b
27 -DIST procmail-lib-2009.1202.tar.gz 765078 BLAKE2B e732ab6e4e298ecd1b4155e4761b0420ce6d82639ec85d3b1b21fee1e52ab5845178718dbde70219793fe08c1e257252b27ccf16706608d5e091850715b434ea SHA512 374681de60f7ba55f6581b248684841482eca01b04bf81b67fca8fc62caf1e7acc5e7562db16f6aa11fa072bee032e54e925081483e3987f820c9863d19e4a97
28
29 diff --git a/mail-filter/procmail-lib/metadata.xml b/mail-filter/procmail-lib/metadata.xml
30 deleted file mode 100644
31 index b751ca573b7..00000000000
32 --- a/mail-filter/procmail-lib/metadata.xml
33 +++ /dev/null
34 @@ -1,8 +0,0 @@
35 -<?xml version="1.0" encoding="UTF-8"?>
36 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
37 -<pkgmetadata>
38 - <!-- maintainer-needed -->
39 - <upstream>
40 - <remote-id type="freshmeat">procmail-lib</remote-id>
41 - </upstream>
42 -</pkgmetadata>
43
44 diff --git a/mail-filter/procmail-lib/procmail-lib-20081108.ebuild b/mail-filter/procmail-lib/procmail-lib-20081108.ebuild
45 deleted file mode 100644
46 index 44a40589503..00000000000
47 --- a/mail-filter/procmail-lib/procmail-lib-20081108.ebuild
48 +++ /dev/null
49 @@ -1,25 +0,0 @@
50 -# Copyright 1999-2018 Gentoo Foundation
51 -# Distributed under the terms of the GNU General Public License v2
52 -
53 -EAPI=0
54 -
55 -MY_PV="${PV:0:4}.${PV:4}"
56 -
57 -DESCRIPTION="Procmail Module Library is a collection of modules for Procmail"
58 -HOMEPAGE="http://freshmeat.net/projects/procmail-lib"
59 -SRC_URI="mirror://nongnu/${PN}/${PN}-${MY_PV}.tar.gz"
60 -
61 -LICENSE="GPL-2"
62 -SLOT="0"
63 -KEYWORDS="amd64 ppc sparc x86"
64 -IUSE=""
65 -
66 -DEPEND=""
67 -RDEPEND="mail-filter/procmail"
68 -
69 -S="${WORKDIR}/${PN}-${MY_PV}"
70 -
71 -src_install() {
72 - emake DESTDIR="${D}" prefix=/usr install || die "make install failed"
73 - mv "${D}"/usr/share/doc/"${PN}" "${D}"/usr/share/doc/"${PF}"
74 -}
75
76 diff --git a/mail-filter/procmail-lib/procmail-lib-20091202.ebuild b/mail-filter/procmail-lib/procmail-lib-20091202.ebuild
77 deleted file mode 100644
78 index fd708a7c7f9..00000000000
79 --- a/mail-filter/procmail-lib/procmail-lib-20091202.ebuild
80 +++ /dev/null
81 @@ -1,25 +0,0 @@
82 -# Copyright 1999-2018 Gentoo Foundation
83 -# Distributed under the terms of the GNU General Public License v2
84 -
85 -EAPI=0
86 -
87 -MY_PV="${PV:0:4}.${PV:4}"
88 -
89 -DESCRIPTION="Procmail Module Library is a collection of modules for Procmail"
90 -HOMEPAGE="http://freshmeat.net/projects/procmail-lib"
91 -SRC_URI="mirror://nongnu/${PN}/${PN}-${MY_PV}.tar.gz"
92 -
93 -LICENSE="GPL-2"
94 -SLOT="0"
95 -KEYWORDS="~amd64 ~ppc ~sparc ~x86"
96 -IUSE=""
97 -
98 -DEPEND=""
99 -RDEPEND="mail-filter/procmail"
100 -
101 -S="${WORKDIR}/${PN}-${MY_PV}"
102 -
103 -src_install() {
104 - emake DESTDIR="${D}" prefix=/usr install || die "make install failed"
105 - mv "${D}"/usr/share/doc/"${PN}" "${D}"/usr/share/doc/"${PF}"
106 -}
107
108 diff --git a/profiles/package.mask b/profiles/package.mask
109 index 4790df3ccb4..cefde296f1f 100644
110 --- a/profiles/package.mask
111 +++ b/profiles/package.mask
112 @@ -443,12 +443,6 @@ app-dicts/dictd-jargon
113 app-dicts/dictd-misc
114 app-dicts/dictd-web1913
115
116 -# Michał Górny <mgorny@g.o> (2019-10-04)
117 -# Unmaintained. EAPI 0. Last release in 2009. No reverse
118 -# dependencies.
119 -# Removal in 30 days. Bug #696176.
120 -mail-filter/procmail-lib
121 -
122 # Brian Evans <grknight@g.o> (2019-10-01)
123 # End of life. Please upgrade.
124 # Removal in 90 days. Bug 651784