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/mpop/
Date: Tue, 25 Dec 2018 20:12:16
Message-Id: 1545768689.3a411af7fb81920f174b105aeeab3059815292bc.radhermit@gentoo
1 commit: 3a411af7fb81920f174b105aeeab3059815292bc
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 25 20:11:29 2018 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 25 20:11:29 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a411af7
7
8 net-mail/mpop: remove old
9
10 Signed-off-by: Tim Harder <radhermit <AT> gentoo.org>
11
12 net-mail/mpop/Manifest | 3 ---
13 net-mail/mpop/mpop-1.2.4.ebuild | 51 -----------------------------------------
14 net-mail/mpop/mpop-1.2.5.ebuild | 51 -----------------------------------------
15 net-mail/mpop/mpop-1.2.6.ebuild | 51 -----------------------------------------
16 4 files changed, 156 deletions(-)
17
18 diff --git a/net-mail/mpop/Manifest b/net-mail/mpop/Manifest
19 index 430cbc798a3..8758b93201b 100644
20 --- a/net-mail/mpop/Manifest
21 +++ b/net-mail/mpop/Manifest
22 @@ -1,5 +1,2 @@
23 -DIST mpop-1.2.4.tar.xz 268900 BLAKE2B 9469c450930864ca902d333fac0fad492a798ca8012caa38730a31ba70caf11c65b8e56f67d0517c30303d880139ca161163bf52e334fea74a066993163cfcdb SHA512 2ddc395f76adcc9fa1a1bdf0749a29eeb40a51b3c1633fb0e6b967b68be79a160ae8aab8433a2565a2146ca0d24d2ad00e1cb5a66652e737dd0ccdbac27ae70f
24 -DIST mpop-1.2.5.tar.xz 269204 BLAKE2B bbcaef547676827c89c04dc8afb84f6679788b085d39dac5cc9881b0334ec1aae9752fedc44d762c85f381403a90c1e62306e1fc7ea9ef6fe075b8a1f6f642ee SHA512 9c724915f2f6b776ed0d8f27b3af5e2c86c63ccfd2eb4bcdf69f4f86f47d10ab23a21cd76e5ee173ba18bb7ccbc5f13a2dc9c2cbbfa91b9a40dddc5197c4c1de
25 -DIST mpop-1.2.6.tar.xz 269912 BLAKE2B cfcdf1cf4bf8e2ba6a9ccc8d7c725f2bcbcbcb545ad27b0bccfceba0d9b6d04d729035c96346027eb9c5821832f740d388163dcc7a15555d4d5c6361ab0824fe SHA512 ba4dedebbe4b7b9f84a339e7c605cc9082e95d8cf0c5331dbc74b83ef64f7de47da996e61dbbaa33dd093650a3021eb75a7f188a9abc985c741108d060b6bd7b
26 DIST mpop-1.2.8.tar.xz 272632 BLAKE2B aebea78c44103284929d7819e00377c8d64d0de1c7cd877e8d63ea4e3481ccf05d9d27ec5b5f7433bf723bdd421a7fe8ed54a2e44ede9dbb3a6447a98e5596cd SHA512 34039d6a4b3b316679cb646ed0db6b0a11f47554576e9aad35402388718c3c7787e3854c144cec921cab0aea22e0484a1f71c2283bc1d0a37e6e69a0f6530602
27 DIST mpop-1.4.1.tar.xz 296968 BLAKE2B 89304b7c63882dd394ff6797d87ceca1aa8af3efa4198fc0adeeba5b5704b57459ee466319f59657d65dfac2a3b8531a4515e51391e7f5030008589e689a0a92 SHA512 66b2ad8fab2d4a8262eb3689b094ac19cc961ef9fd5fd51c2c72b14c9f759194b906d2450b7c6cbeddb78e871198a2be8b336bc1fc7d6990a2b8b9d66068a2e5
28
29 diff --git a/net-mail/mpop/mpop-1.2.4.ebuild b/net-mail/mpop/mpop-1.2.4.ebuild
30 deleted file mode 100644
31 index 88d21a14ec4..00000000000
32 --- a/net-mail/mpop/mpop-1.2.4.ebuild
33 +++ /dev/null
34 @@ -1,51 +0,0 @@
35 -# Copyright 1999-2016 Gentoo Foundation
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=6
39 -
40 -DESCRIPTION="A small, fast, and portable POP3 client"
41 -HOMEPAGE="http://mpop.sourceforge.net/"
42 -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
43 -
44 -LICENSE="GPL-3"
45 -SLOT="0"
46 -KEYWORDS="~amd64 ~arm ~x86"
47 -IUSE="gnutls idn libressl libsecret nls sasl ssl vim-syntax"
48 -
49 -RDEPEND="
50 - idn? ( net-dns/libidn )
51 - libsecret? ( app-crypt/libsecret )
52 - nls? ( virtual/libintl )
53 - sasl? ( virtual/gsasl )
54 - ssl? (
55 - gnutls? ( net-libs/gnutls )
56 - !gnutls? (
57 - !libressl? ( dev-libs/openssl:0= )
58 - libressl? ( dev-libs/libressl:0= )
59 - )
60 - )"
61 -DEPEND="${RDEPEND}
62 - nls? ( sys-devel/gettext )
63 - virtual/pkgconfig"
64 -
65 -REQUIRED_USE="gnutls? ( ssl )"
66 -
67 -DOCS="AUTHORS ChangeLog NEWS NOTES README THANKS"
68 -
69 -src_configure() {
70 - econf \
71 - $(use_enable nls) \
72 - $(use_with ssl ssl $(usex gnutls "gnutls" "openssl")) \
73 - $(use_with sasl libgsasl) \
74 - $(use_with idn libidn) \
75 - $(use_with libsecret )
76 -}
77 -
78 -src_install() {
79 - default
80 -
81 - if use vim-syntax ; then
82 - insinto /usr/share/vim/vimfiles/syntax
83 - doins scripts/vim/mpop.vim
84 - fi
85 -}
86
87 diff --git a/net-mail/mpop/mpop-1.2.5.ebuild b/net-mail/mpop/mpop-1.2.5.ebuild
88 deleted file mode 100644
89 index 88d21a14ec4..00000000000
90 --- a/net-mail/mpop/mpop-1.2.5.ebuild
91 +++ /dev/null
92 @@ -1,51 +0,0 @@
93 -# Copyright 1999-2016 Gentoo Foundation
94 -# Distributed under the terms of the GNU General Public License v2
95 -
96 -EAPI=6
97 -
98 -DESCRIPTION="A small, fast, and portable POP3 client"
99 -HOMEPAGE="http://mpop.sourceforge.net/"
100 -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
101 -
102 -LICENSE="GPL-3"
103 -SLOT="0"
104 -KEYWORDS="~amd64 ~arm ~x86"
105 -IUSE="gnutls idn libressl libsecret nls sasl ssl vim-syntax"
106 -
107 -RDEPEND="
108 - idn? ( net-dns/libidn )
109 - libsecret? ( app-crypt/libsecret )
110 - nls? ( virtual/libintl )
111 - sasl? ( virtual/gsasl )
112 - ssl? (
113 - gnutls? ( net-libs/gnutls )
114 - !gnutls? (
115 - !libressl? ( dev-libs/openssl:0= )
116 - libressl? ( dev-libs/libressl:0= )
117 - )
118 - )"
119 -DEPEND="${RDEPEND}
120 - nls? ( sys-devel/gettext )
121 - virtual/pkgconfig"
122 -
123 -REQUIRED_USE="gnutls? ( ssl )"
124 -
125 -DOCS="AUTHORS ChangeLog NEWS NOTES README THANKS"
126 -
127 -src_configure() {
128 - econf \
129 - $(use_enable nls) \
130 - $(use_with ssl ssl $(usex gnutls "gnutls" "openssl")) \
131 - $(use_with sasl libgsasl) \
132 - $(use_with idn libidn) \
133 - $(use_with libsecret )
134 -}
135 -
136 -src_install() {
137 - default
138 -
139 - if use vim-syntax ; then
140 - insinto /usr/share/vim/vimfiles/syntax
141 - doins scripts/vim/mpop.vim
142 - fi
143 -}
144
145 diff --git a/net-mail/mpop/mpop-1.2.6.ebuild b/net-mail/mpop/mpop-1.2.6.ebuild
146 deleted file mode 100644
147 index 88d21a14ec4..00000000000
148 --- a/net-mail/mpop/mpop-1.2.6.ebuild
149 +++ /dev/null
150 @@ -1,51 +0,0 @@
151 -# Copyright 1999-2016 Gentoo Foundation
152 -# Distributed under the terms of the GNU General Public License v2
153 -
154 -EAPI=6
155 -
156 -DESCRIPTION="A small, fast, and portable POP3 client"
157 -HOMEPAGE="http://mpop.sourceforge.net/"
158 -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
159 -
160 -LICENSE="GPL-3"
161 -SLOT="0"
162 -KEYWORDS="~amd64 ~arm ~x86"
163 -IUSE="gnutls idn libressl libsecret nls sasl ssl vim-syntax"
164 -
165 -RDEPEND="
166 - idn? ( net-dns/libidn )
167 - libsecret? ( app-crypt/libsecret )
168 - nls? ( virtual/libintl )
169 - sasl? ( virtual/gsasl )
170 - ssl? (
171 - gnutls? ( net-libs/gnutls )
172 - !gnutls? (
173 - !libressl? ( dev-libs/openssl:0= )
174 - libressl? ( dev-libs/libressl:0= )
175 - )
176 - )"
177 -DEPEND="${RDEPEND}
178 - nls? ( sys-devel/gettext )
179 - virtual/pkgconfig"
180 -
181 -REQUIRED_USE="gnutls? ( ssl )"
182 -
183 -DOCS="AUTHORS ChangeLog NEWS NOTES README THANKS"
184 -
185 -src_configure() {
186 - econf \
187 - $(use_enable nls) \
188 - $(use_with ssl ssl $(usex gnutls "gnutls" "openssl")) \
189 - $(use_with sasl libgsasl) \
190 - $(use_with idn libidn) \
191 - $(use_with libsecret )
192 -}
193 -
194 -src_install() {
195 - default
196 -
197 - if use vim-syntax ; then
198 - insinto /usr/share/vim/vimfiles/syntax
199 - doins scripts/vim/mpop.vim
200 - fi
201 -}