Gentoo Archives: gentoo-commits

From: Tim Harder <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/mlmmj/
Date: Tue, 18 Sep 2018 21:23:11
Message-Id: 1537305706.2941a2032bda8afb83b6a6017f75b33cafaa4612.radhermit@gentoo
1 commit: 2941a2032bda8afb83b6a6017f75b33cafaa4612
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 2 18:06:04 2018 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 18 21:21:46 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2941a203
7
8 net-mail/mlmmj: remove old
9
10 net-mail/mlmmj/Manifest | 2 --
11 net-mail/mlmmj/mlmmj-1.2.18.0.ebuild | 40 ------------------------------------
12 net-mail/mlmmj/mlmmj-1.2.18.1.ebuild | 40 ------------------------------------
13 net-mail/mlmmj/mlmmj-1.2.19.0.ebuild | 40 ------------------------------------
14 4 files changed, 122 deletions(-)
15
16 diff --git a/net-mail/mlmmj/Manifest b/net-mail/mlmmj/Manifest
17 index 4c4cd44cef2..ddc879af3ef 100644
18 --- a/net-mail/mlmmj/Manifest
19 +++ b/net-mail/mlmmj/Manifest
20 @@ -1,4 +1,2 @@
21 -DIST mlmmj-1.2.18.0.tar.bz2 240571 BLAKE2B ad71178da031fcdbfe5002d542c3bc6e4f49c706c80b8439f15c363eb8f72264d4dafa15aaef32bc99e85d0397b52d43e30dddf42b00674642545af8a959fdfc SHA512 f40fbb8a8ee5312ac6d6baa32065205b768b1ad2a16b8622e6316723d64ceb118cd6d3c0f64929d610596433e1ccb1082c23ea8ad69ca004a6b563da72bd8cc6
22 -DIST mlmmj-1.2.18.1.tar.bz2 240942 BLAKE2B cfd5432b895f7c096a78ef9b522576de68f4fb4f2b016839b31e10bffeb45725aed701c557d64dd1cb271f5d977746983cb624b0c00f9f6fb26f2b7d6df575c4 SHA512 755af623054daac31dfb3de20c017422c40f7fed42c141c5d398c2bd4d5deb8975db556af53f3e5e0711a83a260d7bf3017e27c4fd399a792190de683c470b72
23 DIST mlmmj-1.2.19.0.tar.bz2 284701 BLAKE2B a145b742a6024447d107b40bdd4072c1933069493360600161a3f585575a8cf2252393d53e8a66c0702301f148d73df7173b50234818bac4ae5b2269ff42f72b SHA512 c0f23b434941bfb5bfcb9a0f292edcfa62c9bb357014d41f82b03bd8ed1a951e3c8f09293dd333030b024d3da82c514de789b8916cc3c0f493ad8fefbe3a3afb
24 DIST mlmmj-1.3.0.tar.bz2 292519 BLAKE2B abaf5c7ad53034d2201a2d3ba6d7f99ca83f47ec83df59e12a90a7118fbbde941d5ed2d14864a4af1568f67e74ea082fbc70fc9e44390673b76377bb3679c817 SHA512 c704d89f8a96c0ffc751a744ffdefb5e4304ab74be89292f06ce0c337b8ff1cc5a91737c8b1bd96fe3e993338986fa42bf360cfefc508e1eac74ab88ffda2494
25
26 diff --git a/net-mail/mlmmj/mlmmj-1.2.18.0.ebuild b/net-mail/mlmmj/mlmmj-1.2.18.0.ebuild
27 deleted file mode 100644
28 index 9e589d0d553..00000000000
29 --- a/net-mail/mlmmj/mlmmj-1.2.18.0.ebuild
30 +++ /dev/null
31 @@ -1,40 +0,0 @@
32 -# Copyright 1999-2013 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=4
36 -
37 -MY_PV="${PV/_rc/-RC}"
38 -MY_P="${PN}-${MY_PV}"
39 -DESCRIPTION="Mailing list managing made joyful"
40 -HOMEPAGE="http://mlmmj.org/"
41 -SRC_URI="http://mlmmj.org/releases/${MY_P}.tar.bz2"
42 -LICENSE="MIT"
43 -SLOT="0"
44 -KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos"
45 -IUSE=""
46 -DEPEND="virtual/mta"
47 -S="${WORKDIR}/${MY_P}"
48 -
49 -DOCS="AUTHORS ChangeLog FAQ README* TODO TUNABLES UPGRADE"
50 -
51 -src_configure() {
52 - econf --enable-receive-strip
53 -}
54 -
55 -src_install() {
56 - default
57 -
58 - insinto /usr/share/mlmmj/texts
59 - doins listtexts/*
60 -
61 - insinto /usr/share/mlmmj
62 - doins -r contrib/web/*
63 -}
64 -
65 -pkg_postinst() {
66 - elog "mlmmj comes with serveral webinterfaces:"
67 - elog "- One for user subscribing/unsubscribing"
68 - elog "- One for admin tasks"
69 - elog "both available in a php and perl module."
70 - elog "For more info have a look in /usr/share/mlmmj"
71 -}
72
73 diff --git a/net-mail/mlmmj/mlmmj-1.2.18.1.ebuild b/net-mail/mlmmj/mlmmj-1.2.18.1.ebuild
74 deleted file mode 100644
75 index b770d08ecbb..00000000000
76 --- a/net-mail/mlmmj/mlmmj-1.2.18.1.ebuild
77 +++ /dev/null
78 @@ -1,40 +0,0 @@
79 -# Copyright 1999-2014 Gentoo Foundation
80 -# Distributed under the terms of the GNU General Public License v2
81 -
82 -EAPI=4
83 -
84 -MY_PV="${PV/_rc/-RC}"
85 -MY_P="${PN}-${MY_PV}"
86 -DESCRIPTION="Mailing list managing made joyful"
87 -HOMEPAGE="http://mlmmj.org/"
88 -SRC_URI="http://mlmmj.org/releases/${MY_P}.tar.bz2"
89 -LICENSE="MIT"
90 -SLOT="0"
91 -KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
92 -IUSE=""
93 -DEPEND="virtual/mta"
94 -S="${WORKDIR}/${MY_P}"
95 -
96 -DOCS="AUTHORS ChangeLog FAQ README* TODO TUNABLES UPGRADE"
97 -
98 -src_configure() {
99 - econf --enable-receive-strip
100 -}
101 -
102 -src_install() {
103 - default
104 -
105 - insinto /usr/share/mlmmj/texts
106 - doins listtexts/*
107 -
108 - insinto /usr/share/mlmmj
109 - doins -r contrib/web/*
110 -}
111 -
112 -pkg_postinst() {
113 - elog "mlmmj comes with serveral webinterfaces:"
114 - elog "- One for user subscribing/unsubscribing"
115 - elog "- One for admin tasks"
116 - elog "both available in a php and perl module."
117 - elog "For more info have a look in /usr/share/mlmmj"
118 -}
119
120 diff --git a/net-mail/mlmmj/mlmmj-1.2.19.0.ebuild b/net-mail/mlmmj/mlmmj-1.2.19.0.ebuild
121 deleted file mode 100644
122 index b0c02c35f4d..00000000000
123 --- a/net-mail/mlmmj/mlmmj-1.2.19.0.ebuild
124 +++ /dev/null
125 @@ -1,40 +0,0 @@
126 -# Copyright 1999-2015 Gentoo Foundation
127 -# Distributed under the terms of the GNU General Public License v2
128 -
129 -EAPI=4
130 -
131 -MY_PV="${PV/_rc/-RC}"
132 -MY_P="${PN}-${MY_PV}"
133 -DESCRIPTION="Mailing list managing made joyful"
134 -HOMEPAGE="http://mlmmj.org/"
135 -SRC_URI="http://mlmmj.org/releases/${MY_P}.tar.bz2"
136 -LICENSE="MIT"
137 -SLOT="0"
138 -KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
139 -IUSE=""
140 -DEPEND="virtual/mta"
141 -S="${WORKDIR}/${MY_P}"
142 -
143 -DOCS="AUTHORS ChangeLog FAQ README* TODO TUNABLES UPGRADE"
144 -
145 -src_configure() {
146 - econf --enable-receive-strip
147 -}
148 -
149 -src_install() {
150 - default
151 -
152 - insinto /usr/share/mlmmj/texts
153 - doins listtexts/*
154 -
155 - insinto /usr/share/mlmmj
156 - doins -r contrib/web/*
157 -}
158 -
159 -pkg_postinst() {
160 - elog "mlmmj comes with serveral webinterfaces:"
161 - elog "- One for user subscribing/unsubscribing"
162 - elog "- One for admin tasks"
163 - elog "both available in a php and perl module."
164 - elog "For more info have a look in /usr/share/mlmmj"
165 -}