Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/email/
Date: Sun, 03 Jun 2018 02:59:24
Message-Id: 1527994724.3df80f539b7e4ab965088f10ba7b6dd56f253316.bman@gentoo
1 commit: 3df80f539b7e4ab965088f10ba7b6dd56f253316
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 3 00:14:39 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 3 02:58:44 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3df80f53
7
8 net-mail/email: drop old EAPI
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 net-mail/email/Manifest | 3 ---
13 net-mail/email/email-2.5.0.ebuild | 50 ----------------------------------
14 net-mail/email/email-3.0.5.ebuild | 56 ---------------------------------------
15 net-mail/email/email-3.1.2.ebuild | 50 ----------------------------------
16 4 files changed, 159 deletions(-)
17
18 diff --git a/net-mail/email/Manifest b/net-mail/email/Manifest
19 index 17ca2b05c9a..2b2aacedaab 100644
20 --- a/net-mail/email/Manifest
21 +++ b/net-mail/email/Manifest
22 @@ -1,4 +1 @@
23 -DIST email-2.5.0.tar.bz2 133167 BLAKE2B 3c04076d20d84eaf098afac0ca214db6c3700e898e3f49cc1eaf0791904485504968cc442d4e81d9aa527786964423bb2e16894d005c848519ef07bbf106b05e SHA512 e1f56a875262db6dc79bd0e58e73875cc86bbc73c91c71fb44e9325e4d95b4133f32ca2f299e9bcdbb8217eb20ce155382f0c8d35c48f4d03caf88ef82193ad7
24 -DIST email-3.0.5.tar.bz2 176575 BLAKE2B 5981a3843bd58124584c7ab07c3d3ded6166fbd993e5a1415e28e0f73843c3b3f9776cfa9c57233002df7a516033060a6c7fae19c2d631b6c8a1cc294df95b45 SHA512 9cb664be7e23c7509d9091115b9ea5450bc90a78c16c3ac514cdff08a4d13f687c25ea5e10f9a644158e2f001c1022e03ba8d1994fcafa1605986c394f54621e
25 -DIST email-3.1.2.tar.bz2 179546 BLAKE2B 31bf4cb2c10d2ea3b668ebf7870edfc60683899bb7fbfb0b1bd4a126259307e88c0e385236961e34437637d5c8779b962d6ba8140bf2aecff1994cb1ff8026be SHA512 cd005a59b45985ec9ae3cfe86e989568732eaf1e2a127028d0faa7abc0e704ab59668c48b7249e8829fd4944ca8bb27fb3bd23bfe23df5f6fc861d1385f531d1
26 DIST email-3.1.3.tar.bz2 178396 BLAKE2B 645d1fd3f0585ce6cbe2e0f2354989f07b39c83c8d21789a94d27a9e9820ea02ec1b213080018c560c7c79ef6f8fa2b636df4f40c9bc5390321d438cf64c448e SHA512 3fc1a8aa653a519261614e54b3215b89e41273207aa63f64572c8820093922a820ecad5e939b0eadf8d4c0587be83ffcb239bb31fd959b96dcf566157420f33b
27
28 diff --git a/net-mail/email/email-2.5.0.ebuild b/net-mail/email/email-2.5.0.ebuild
29 deleted file mode 100644
30 index 10ed37c23d0..00000000000
31 --- a/net-mail/email/email-2.5.0.ebuild
32 +++ /dev/null
33 @@ -1,50 +0,0 @@
34 -# Copyright 1999-2018 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=0
38 -
39 -DESCRIPTION="Advanced CLI tool for sending email"
40 -HOMEPAGE="http://email.cleancode.org"
41 -SRC_URI="http://email.cleancode.org/download/${P}.tar.bz2"
42 -LICENSE="GPL-2"
43 -SLOT="0"
44 -
45 -KEYWORDS="alpha amd64 x86"
46 -IUSE=""
47 -
48 -DEPEND=""
49 -RDEPEND="${DEPEND}"
50 -
51 -src_compile() {
52 - local myconf=""
53 -
54 - if [ -f /etc/conf.d/clock ]; then
55 - . /etc/conf.d/clock
56 - if [ x$CLOCK = "xUTC" ]; then
57 - elog "Using UTC timestamps (from /etc/conf.d/clock)"
58 - myconf="${myconf} --with-utc"
59 - fi
60 - fi
61 -
62 - sed -i -e "s:/doc/email-\${version}:/share/doc:" configure
63 - sed -i -e "s:DIVIDER = '---':DIVIDER = '-- ':" email.conf
64 -
65 - econf ${myconf} || die "econf failed"
66 - emake || die "emake failed"
67 -}
68 -
69 -src_install() {
70 - doman email.1
71 - dodoc INSTALL quoted-printable.rfc RFC821 TODO
72 - make DESTDIR="${D}" install || die "install failed"
73 -}
74 -
75 -pkg_preinst() {
76 - rm "${D}"/usr/share/doc/"${P}"/email.1
77 -}
78 -
79 -pkg_postinst() {
80 - echo
81 - elog "Do not forget to edit /etc/email/email.conf file before using email."
82 - echo
83 -}
84
85 diff --git a/net-mail/email/email-3.0.5.ebuild b/net-mail/email/email-3.0.5.ebuild
86 deleted file mode 100644
87 index 5f321515d32..00000000000
88 --- a/net-mail/email/email-3.0.5.ebuild
89 +++ /dev/null
90 @@ -1,56 +0,0 @@
91 -# Copyright 1999-2018 Gentoo Foundation
92 -# Distributed under the terms of the GNU General Public License v2
93 -
94 -EAPI=0
95 -
96 -inherit flag-o-matic
97 -
98 -DESCRIPTION="Advanced CLI tool for sending email"
99 -HOMEPAGE="http://www.cleancode.org/projects/email"
100 -SRC_URI="http://www.cleancode.org/downloads/${PN}/${P}.tar.bz2"
101 -LICENSE="GPL-2"
102 -SLOT="0"
103 -
104 -KEYWORDS="~alpha ~amd64 ~x86"
105 -IUSE=""
106 -
107 -DEPEND=""
108 -RDEPEND="${DEPEND}"
109 -
110 -pkg_setup() {
111 - append-ldflags $(no-as-needed)
112 -}
113 -
114 -src_compile() {
115 - local myconf=""
116 -
117 - if [ -f /etc/conf.d/clock ]; then
118 - . /etc/conf.d/clock
119 - if [ x$CLOCK = "xUTC" ]; then
120 - elog "Using UTC timestamps (from /etc/conf.d/clock)"
121 - myconf="${myconf} --with-utc"
122 - fi
123 - fi
124 -
125 - sed -i -e "s:/doc/email-\${version}:/share/doc:" configure
126 - sed -i -e "s:DIVIDER = '---':DIVIDER = '-- ':" email.conf
127 -
128 - econf ${myconf} || die "econf failed"
129 - emake || die "emake failed"
130 -}
131 -
132 -src_install() {
133 - doman email.1
134 - dodoc INSTALL quoted-printable.rfc RFC821 TODO
135 - make DESTDIR="${D}" install || die "install failed"
136 -}
137 -
138 -pkg_preinst() {
139 - rm "${D}"/usr/share/doc/"${P}"/email.1
140 -}
141 -
142 -pkg_postinst() {
143 - echo
144 - elog "Do not forget to edit /etc/email/email.conf file before using email."
145 - echo
146 -}
147
148 diff --git a/net-mail/email/email-3.1.2.ebuild b/net-mail/email/email-3.1.2.ebuild
149 deleted file mode 100644
150 index b8e28f557b1..00000000000
151 --- a/net-mail/email/email-3.1.2.ebuild
152 +++ /dev/null
153 @@ -1,50 +0,0 @@
154 -# Copyright 1999-2018 Gentoo Foundation
155 -# Distributed under the terms of the GNU General Public License v2
156 -
157 -EAPI=0
158 -
159 -DESCRIPTION="Advanced CLI tool for sending email"
160 -HOMEPAGE="http://www.cleancode.org/projects/email"
161 -SRC_URI="http://www.cleancode.org/downloads/${PN}/${P}.tar.bz2"
162 -LICENSE="GPL-2"
163 -SLOT="0"
164 -
165 -KEYWORDS="~alpha ~amd64 ~x86"
166 -IUSE=""
167 -
168 -DEPEND=""
169 -RDEPEND="${DEPEND}"
170 -
171 -src_compile() {
172 - local myconf=""
173 -
174 - if [ -f /etc/conf.d/clock ]; then
175 - . /etc/conf.d/clock
176 - if [ x$CLOCK = "xUTC" ]; then
177 - elog "Using UTC timestamps (from /etc/conf.d/clock)"
178 - myconf="${myconf} --with-utc"
179 - fi
180 - fi
181 -
182 - sed -i -e "s:/doc/email-\${version}:/share/doc:" configure
183 - sed -i -e "s:DIVIDER = '---':DIVIDER = '-- ':" email.conf
184 -
185 - econf ${myconf} || die "econf failed"
186 - emake || die "emake failed"
187 -}
188 -
189 -src_install() {
190 - doman email.1
191 - dodoc INSTALL quoted-printable.rfc RFC821 TODO
192 - make DESTDIR="${D}" install || die "install failed"
193 -}
194 -
195 -pkg_preinst() {
196 - rm "${D}"/usr/share/doc/"${P}"/email.1
197 -}
198 -
199 -pkg_postinst() {
200 - echo
201 - elog "Do not forget to edit /etc/email/email.conf file before using email."
202 - echo
203 -}