Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libetpan/
Date: Tue, 09 May 2017 07:56:28
Message-Id: 1494316578.ef252f1305d18c4baf1c3e1dd20b4c469644cffe.polynomial-c@gentoo
1 commit: ef252f1305d18c4baf1c3e1dd20b4c469644cffe
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 9 07:55:58 2017 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Tue May 9 07:56:18 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef252f13
7
8 net-libs/libetpan: Removed old.
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11
12 net-libs/libetpan/Manifest | 1 -
13 net-libs/libetpan/libetpan-1.7.2.ebuild | 79 ---------------------------------
14 net-libs/libetpan/libetpan-1.7.ebuild | 79 ---------------------------------
15 3 files changed, 159 deletions(-)
16
17 diff --git a/net-libs/libetpan/Manifest b/net-libs/libetpan/Manifest
18 index 319b687252e..018e6242c5a 100644
19 --- a/net-libs/libetpan/Manifest
20 +++ b/net-libs/libetpan/Manifest
21 @@ -1,4 +1,3 @@
22 DIST libetpan-1.6.tar.gz 6144117 SHA256 7962b1f9445be24d1eb72daddabaebb427074c14a50e9dad0cebdec044c71e17 SHA512 e3f19cfe231e8cadbb6cba3a765611e3aaeb260fa78e05cea1153a59015abe547c0f3a8b84c6b41cbbd17d04a4c7ab7b14d1b1b44a1a4b24ac124cb200a191a5 WHIRLPOOL b72a50513dbd55898e79b14a53088277b12ae7ac911ab0a9692d47f85dadd1b80a9ba616bd7a2beb89d9406940f4edf24cabf93aabef0cd27d6de6bef4e29a40
23 DIST libetpan-1.7.2.tar.gz 6186628 SHA256 32797282a420f3174f4a679548e20fa2bb4acb404b827d62c2f44d3de4eb3120 SHA512 b7b7c201d65bc2ad595b93d310d2569ca3bf61e599010e0f46a7e776da6ebc6a897df6e073a4878cb134d6d4bec6ea65b2a3e02d44b60f9045b5aa58b689cdca WHIRLPOOL 695b7104e79b9cfd0f482f686ad451aca319709b7455b14d8bdd3b788eb2c7e2c4a461c9fec2e4a9d4ffcc9fc1801113d8259524d9217c907fde0a2b631ce36f
24 -DIST libetpan-1.7.tar.gz 6184289 SHA256 47d0c049d8adcdcfd0698e9f1fcb85416b0b2f476eed1f52aae72c2883cf05b0 SHA512 b90c46f6692df7a7889be68f5712a6b6d58ef1931edb82674da2cb6690c2150c935ca782fd32c1567c31cdff629261bd1ba23921b12431d781a086729489573e WHIRLPOOL b6c286a0554ecf4ad3c0d09dd45d1892a665bdc4eed4e19b65745de3a6195351cccef51da6447f34d57a29dacd01bbb16067d30911b837db914016ddb7ab2e87
25 DIST libetpan-1.8.tar.gz 6188927 SHA256 4e67a7b4abadcf3cc16fa16e1621a68e54d489dadfd9a7d1f960c172e953b6eb SHA512 a5e97998803cc56dbd54356153c8579b52a9675fe95fbf642c3158215428d9d2cb30c4e0060c5f4dd760634fff5b1c2a32ce4bb70a5f2bc6398a071ce95e1efd WHIRLPOOL 41e7e184a3f1789726055cb8bc9941057eb0c4b7bf6057dd94519b46905c1dd9fa45c403fa05c45eaa2b36a03af74b35097348ed471b9428f6bf4e864dbdd791
26
27 diff --git a/net-libs/libetpan/libetpan-1.7.2.ebuild b/net-libs/libetpan/libetpan-1.7.2.ebuild
28 deleted file mode 100644
29 index 69dffb1bcb0..00000000000
30 --- a/net-libs/libetpan/libetpan-1.7.2.ebuild
31 +++ /dev/null
32 @@ -1,79 +0,0 @@
33 -# Copyright 1999-2017 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=6
37 -inherit autotools eutils
38 -
39 -DESCRIPTION="A portable, efficient middleware for different kinds of mail access"
40 -HOMEPAGE="http://libetpan.sourceforge.net/"
41 -SRC_URI="https://github.com/dinhviethoa/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
42 -
43 -LICENSE="BSD"
44 -SLOT="0"
45 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
46 -IUSE="berkdb debug gnutls ipv6 liblockfile sasl ssl static-libs"
47 -
48 -DEPEND="berkdb? ( sys-libs/db:= )
49 - ssl? (
50 - gnutls? ( net-libs/gnutls )
51 - !gnutls? ( dev-libs/openssl:0= )
52 - )
53 - sasl? ( dev-libs/cyrus-sasl )
54 - liblockfile? ( net-libs/liblockfile )"
55 -RDEPEND="${DEPEND}"
56 -
57 -PATCHES=(
58 - "${FILESDIR}"/${PN}-1.0-nonnull.patch
59 -)
60 -
61 -pkg_setup() {
62 - if use gnutls && ! use ssl ; then
63 - ewarn "You have \"gnutls\" USE flag enabled but \"ssl\" USE flag disabled!"
64 - ewarn "No ssl support will be available in ${PN}."
65 - fi
66 -}
67 -
68 -src_prepare() {
69 - default
70 -
71 - sed -i \
72 - -e "s/-O2 -g//" \
73 - configure.ac
74 -
75 - eautoreconf
76 -}
77 -
78 -src_configure() {
79 - local sslconf
80 -
81 - if use ssl; then
82 - if use gnutls; then
83 - sslconf="--with-gnutls --without-openssl"
84 - else
85 - sslconf="--without-gnutls --with-openssl"
86 - fi
87 - else
88 - sslconf="--without-gnutls --without-openssl"
89 - fi
90 -
91 - # in Prefix emake uses SHELL=${BASH}, export CONFIG_SHELL to the same so
92 - # libtool recognises it as valid shell (bug #300211)
93 - use prefix && export CONFIG_SHELL=${BASH}
94 - # The configure script contains an error, in that it doesn't check the
95 - # argument of --enable-{debug,optim}, hence --disable-debug results in
96 - # --enable-debug=no, which isn't checked and debugging flags are blindly
97 - # injected. So, avoid passing --disable-debug when we don't need it.
98 - econf \
99 - $(usex debug '--enable-debug' '') \
100 - $(use_enable berkdb db) \
101 - $(use_with sasl) \
102 - $(use_enable ipv6) \
103 - $(use_enable liblockfile lockfile) \
104 - $(use_enable static-libs static) \
105 - ${sslconf}
106 -}
107 -
108 -src_install() {
109 - default
110 - use static-libs || prune_libtool_files --all
111 -}
112
113 diff --git a/net-libs/libetpan/libetpan-1.7.ebuild b/net-libs/libetpan/libetpan-1.7.ebuild
114 deleted file mode 100644
115 index 69dffb1bcb0..00000000000
116 --- a/net-libs/libetpan/libetpan-1.7.ebuild
117 +++ /dev/null
118 @@ -1,79 +0,0 @@
119 -# Copyright 1999-2017 Gentoo Foundation
120 -# Distributed under the terms of the GNU General Public License v2
121 -
122 -EAPI=6
123 -inherit autotools eutils
124 -
125 -DESCRIPTION="A portable, efficient middleware for different kinds of mail access"
126 -HOMEPAGE="http://libetpan.sourceforge.net/"
127 -SRC_URI="https://github.com/dinhviethoa/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
128 -
129 -LICENSE="BSD"
130 -SLOT="0"
131 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
132 -IUSE="berkdb debug gnutls ipv6 liblockfile sasl ssl static-libs"
133 -
134 -DEPEND="berkdb? ( sys-libs/db:= )
135 - ssl? (
136 - gnutls? ( net-libs/gnutls )
137 - !gnutls? ( dev-libs/openssl:0= )
138 - )
139 - sasl? ( dev-libs/cyrus-sasl )
140 - liblockfile? ( net-libs/liblockfile )"
141 -RDEPEND="${DEPEND}"
142 -
143 -PATCHES=(
144 - "${FILESDIR}"/${PN}-1.0-nonnull.patch
145 -)
146 -
147 -pkg_setup() {
148 - if use gnutls && ! use ssl ; then
149 - ewarn "You have \"gnutls\" USE flag enabled but \"ssl\" USE flag disabled!"
150 - ewarn "No ssl support will be available in ${PN}."
151 - fi
152 -}
153 -
154 -src_prepare() {
155 - default
156 -
157 - sed -i \
158 - -e "s/-O2 -g//" \
159 - configure.ac
160 -
161 - eautoreconf
162 -}
163 -
164 -src_configure() {
165 - local sslconf
166 -
167 - if use ssl; then
168 - if use gnutls; then
169 - sslconf="--with-gnutls --without-openssl"
170 - else
171 - sslconf="--without-gnutls --with-openssl"
172 - fi
173 - else
174 - sslconf="--without-gnutls --without-openssl"
175 - fi
176 -
177 - # in Prefix emake uses SHELL=${BASH}, export CONFIG_SHELL to the same so
178 - # libtool recognises it as valid shell (bug #300211)
179 - use prefix && export CONFIG_SHELL=${BASH}
180 - # The configure script contains an error, in that it doesn't check the
181 - # argument of --enable-{debug,optim}, hence --disable-debug results in
182 - # --enable-debug=no, which isn't checked and debugging flags are blindly
183 - # injected. So, avoid passing --disable-debug when we don't need it.
184 - econf \
185 - $(usex debug '--enable-debug' '') \
186 - $(use_enable berkdb db) \
187 - $(use_with sasl) \
188 - $(use_enable ipv6) \
189 - $(use_enable liblockfile lockfile) \
190 - $(use_enable static-libs static) \
191 - ${sslconf}
192 -}
193 -
194 -src_install() {
195 - default
196 - use static-libs || prune_libtool_files --all
197 -}