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: Sat, 30 Apr 2016 04:02:15
Message-Id: 1461988818.6442ffdac1fe46232b160eba4afbd9493db34628.radhermit@gentoo
1 commit: 6442ffdac1fe46232b160eba4afbd9493db34628
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 30 04:00:18 2016 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 30 04:00:18 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6442ffda
7
8 net-mail/mpop: remove old
9
10 net-mail/mpop/Manifest | 2 --
11 net-mail/mpop/mpop-1.0.29.ebuild | 77 ----------------------------------------
12 net-mail/mpop/mpop-1.2.0.ebuild | 49 -------------------------
13 3 files changed, 128 deletions(-)
14
15 diff --git a/net-mail/mpop/Manifest b/net-mail/mpop/Manifest
16 index 9854017..039328f 100644
17 --- a/net-mail/mpop/Manifest
18 +++ b/net-mail/mpop/Manifest
19 @@ -1,4 +1,2 @@
20 -DIST mpop-1.0.29.tar.bz2 292369 SHA256 bd7409741629669969b176ed664e0adec449bf434b9f333e74fed534b28690b8 SHA512 fbb55bf2c83024cc4397f6f59c6977a5f77ab697bbcc508a5160cd74047b4c0b717c76970d760f413356efd0527da0c9a129f34a664fea080ad39f5cef16ccb1 WHIRLPOOL b450422ee343175940136abe3ba09a4ab16e7257a93c97ee0067fc5f43db6663ba12ce06bb5ce7a6f143bd3302390f13a0023dc6bc25152dae12f97a5bdcd808
21 -DIST mpop-1.2.0.tar.xz 264560 SHA256 9d28817a6950f64aadf10bf5841400701917102181ebf96c136fbd4707c17ba7 SHA512 f01d3d5f8e9b9fc70a8d774bb8669655573c23492f85191e5709aefc8ee9cde83e177f7803cd8cc0166fa5457f8566510655a8d47100d337ca17c8d543f450af WHIRLPOOL eeac66490fc74b203a79816622343ccab4c02cfd89dd433de5096ed182ede7a3b63c28daccdb986bd464d07863ed3a104f72a6913c020d8703eed0b608c8ab64
22 DIST mpop-1.2.2.tar.xz 266272 SHA256 d1e7d7d18147996cfc6195cdfb936ca51620cb841a7460043d8cc838ca48bfc3 SHA512 5cb78ac088fa5da4e6c8f049510e0aab986b73f062b05169482adf6b14cb9abe04f93bd4672837c3b406880f86e4bbf6f5dd8c5b98b1bcad485ac43ea48ae7c7 WHIRLPOOL 81628892d46ca32086bdcd9a4608894d5f5f2b460340bc521592a146a017c41aef77f8e264277cb753ad9fd2ca33df83c60aae99b8d1f3a146cb12e860fea7a6
23 DIST mpop-1.2.4.tar.xz 268900 SHA256 933f6b02afe549d76d0bf631ec97781bd4dd36152fb63d498b82e64e99a11f95 SHA512 2ddc395f76adcc9fa1a1bdf0749a29eeb40a51b3c1633fb0e6b967b68be79a160ae8aab8433a2565a2146ca0d24d2ad00e1cb5a66652e737dd0ccdbac27ae70f WHIRLPOOL 587c2a9679b6e57d4ea6ceed8751ea809eb213f1ecb8aecab3265b9366093ec3f6e9231f41286cad8073eb6ede68e85b4af09cf2c5934ef9f1aa041198072a36
24
25 diff --git a/net-mail/mpop/mpop-1.0.29.ebuild b/net-mail/mpop/mpop-1.0.29.ebuild
26 deleted file mode 100644
27 index 44c026f..0000000
28 --- a/net-mail/mpop/mpop-1.0.29.ebuild
29 +++ /dev/null
30 @@ -1,77 +0,0 @@
31 -# Copyright 1999-2015 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -# $Id$
34 -
35 -EAPI=5
36 -PYTHON_COMPAT=( python2_7 )
37 -
38 -inherit python-single-r1
39 -
40 -DESCRIPTION="A small, fast, and portable POP3 client"
41 -HOMEPAGE="http://mpop.sourceforge.net/"
42 -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
43 -
44 -LICENSE="GPL-3"
45 -SLOT="0"
46 -KEYWORDS="~amd64 ~x86"
47 -IUSE="gnome-keyring gnutls idn nls sasl ssl vim-syntax"
48 -REQUIRED_USE="gnome-keyring? ( ${PYTHON_REQUIRED_USE} )"
49 -
50 -RDEPEND="
51 - gnome-keyring? (
52 - ${PYTHON_DEPS}
53 - dev-python/gnome-keyring-python
54 - gnome-base/libgnome-keyring
55 - )
56 - idn? ( net-dns/libidn )
57 - nls? ( virtual/libintl )
58 - sasl? ( virtual/gsasl )
59 - ssl? (
60 - gnutls? ( net-libs/gnutls )
61 - !gnutls? ( dev-libs/openssl )
62 - )"
63 -DEPEND="${RDEPEND}
64 - nls? ( sys-devel/gettext )
65 - virtual/pkgconfig"
66 -
67 -REQUIRED_USE="gnutls? ( ssl )"
68 -
69 -DOCS="AUTHORS ChangeLog NEWS NOTES README THANKS"
70 -
71 -src_configure() {
72 - econf \
73 - $(use_with gnome-keyring ) \
74 - $(use_with idn libidn) \
75 - $(use_enable nls) \
76 - $(use_with sasl libgsasl) \
77 - $(use_with ssl ssl $(usex gnutls "gnutls" "openssl"))
78 -}
79 -
80 -src_install() {
81 - default
82 -
83 - if use gnome-keyring ; then
84 - src_install_contrib mpop-gnome-tool mpop-gnome-tool.py README
85 - python_fix_shebang "${D}"/usr/share/${PN}/mpop-gnome-tool/mpop-gnome-tool.py
86 - fi
87 -
88 - if use vim-syntax ; then
89 - insinto /usr/share/vim/vimfiles/syntax
90 - doins scripts/vim/mpop.vim
91 - fi
92 -}
93 -
94 -src_install_contrib() {
95 - subdir="$1"
96 - bins="$2"
97 - docs="$3"
98 - local dir=/usr/share/${PN}/$subdir
99 - insinto ${dir}
100 - exeinto ${dir}
101 - for i in $bins ; do
102 - doexe scripts/$subdir/$i
103 - done
104 - for i in $docs ; do
105 - newdoc scripts/$subdir/$i $subdir.$i
106 - done
107 -}
108
109 diff --git a/net-mail/mpop/mpop-1.2.0.ebuild b/net-mail/mpop/mpop-1.2.0.ebuild
110 deleted file mode 100644
111 index 89b55c0..0000000
112 --- a/net-mail/mpop/mpop-1.2.0.ebuild
113 +++ /dev/null
114 @@ -1,49 +0,0 @@
115 -# Copyright 1999-2015 Gentoo Foundation
116 -# Distributed under the terms of the GNU General Public License v2
117 -# $Id$
118 -
119 -EAPI=5
120 -
121 -DESCRIPTION="A small, fast, and portable POP3 client"
122 -HOMEPAGE="http://mpop.sourceforge.net/"
123 -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
124 -
125 -LICENSE="GPL-3"
126 -SLOT="0"
127 -KEYWORDS="~amd64 ~x86"
128 -IUSE="gnutls idn libsecret nls sasl ssl vim-syntax"
129 -
130 -RDEPEND="
131 - idn? ( net-dns/libidn )
132 - libsecret? ( app-crypt/libsecret )
133 - nls? ( virtual/libintl )
134 - sasl? ( virtual/gsasl )
135 - ssl? (
136 - gnutls? ( net-libs/gnutls )
137 - !gnutls? ( dev-libs/openssl )
138 - )"
139 -DEPEND="${RDEPEND}
140 - nls? ( sys-devel/gettext )
141 - virtual/pkgconfig"
142 -
143 -REQUIRED_USE="gnutls? ( ssl )"
144 -
145 -DOCS="AUTHORS ChangeLog NEWS NOTES README THANKS"
146 -
147 -src_configure() {
148 - econf \
149 - $(use_enable nls) \
150 - $(use_with ssl ssl $(usex gnutls "gnutls" "openssl")) \
151 - $(use_with sasl libgsasl) \
152 - $(use_with idn libidn) \
153 - $(use_with libsecret )
154 -}
155 -
156 -src_install() {
157 - default
158 -
159 - if use vim-syntax ; then
160 - insinto /usr/share/vim/vimfiles/syntax
161 - doins scripts/vim/mpop.vim
162 - fi
163 -}