Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libesmtp/
Date: Wed, 15 May 2019 18:38:22
Message-Id: 1557945481.b347db30cc7f1816d867f151c7cdb53b19fd41b0.asturm@gentoo
1 commit: b347db30cc7f1816d867f151c7cdb53b19fd41b0
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 15 15:31:32 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed May 15 18:38:01 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b347db30
7
8 net-libs/libesmtp: Drop old
9
10 Package-Manager: Portage-2.3.66, Repoman-2.3.12
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 net-libs/libesmtp/libesmtp-1.0.6-r1.ebuild | 39 ---------------------------
14 net-libs/libesmtp/libesmtp-1.0.6-r2.ebuild | 43 ------------------------------
15 2 files changed, 82 deletions(-)
16
17 diff --git a/net-libs/libesmtp/libesmtp-1.0.6-r1.ebuild b/net-libs/libesmtp/libesmtp-1.0.6-r1.ebuild
18 deleted file mode 100644
19 index ea11090f93f..00000000000
20 --- a/net-libs/libesmtp/libesmtp-1.0.6-r1.ebuild
21 +++ /dev/null
22 @@ -1,39 +0,0 @@
23 -# Copyright 1999-2018 Gentoo Authors
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI=5
27 -inherit libtool
28 -
29 -DESCRIPTION="lib that implements the client side of the SMTP protocol"
30 -HOMEPAGE="http://brianstafford.info/libesmtp/"
31 -SRC_URI="http://brianstafford.info/${PN}/${P}.tar.bz2"
32 -
33 -LICENSE="LGPL-2.1 GPL-2"
34 -SLOT="0"
35 -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~x86-linux ~x86-macos"
36 -IUSE="debug ntlm ssl static-libs threads"
37 -
38 -RDEPEND="ssl? ( dev-libs/openssl )"
39 -DEPEND="${RDEPEND}"
40 -
41 -src_prepare() {
42 - elibtoolize
43 -}
44 -
45 -src_configure() {
46 - econf \
47 - --disable-dependency-tracking \
48 - $(use_enable static-libs static) \
49 - --enable-all \
50 - $(use_enable ntlm) \
51 - $(use_enable threads pthreads) \
52 - $(use_enable debug) \
53 - $(use_with ssl openssl)
54 -}
55 -
56 -src_install() {
57 - emake DESTDIR="${D}" install
58 - dodoc AUTHORS ChangeLog NEWS Notes README TODO
59 - insinto /usr/share/doc/${PF}/xml
60 - doins doc/api.xml
61 -}
62
63 diff --git a/net-libs/libesmtp/libesmtp-1.0.6-r2.ebuild b/net-libs/libesmtp/libesmtp-1.0.6-r2.ebuild
64 deleted file mode 100644
65 index 1bd5ae76df7..00000000000
66 --- a/net-libs/libesmtp/libesmtp-1.0.6-r2.ebuild
67 +++ /dev/null
68 @@ -1,43 +0,0 @@
69 -# Copyright 1999-2018 Gentoo Authors
70 -# Distributed under the terms of the GNU General Public License v2
71 -
72 -EAPI=5
73 -inherit libtool
74 -
75 -DESCRIPTION="lib that implements the client side of the SMTP protocol"
76 -HOMEPAGE="http://brianstafford.info/libesmtp/"
77 -SRC_URI="http://brianstafford.info/${PN}/${P}.tar.bz2"
78 -
79 -LICENSE="LGPL-2.1 GPL-2"
80 -SLOT="0"
81 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-macos"
82 -IUSE="debug libressl ntlm ssl static-libs threads"
83 -
84 -RDEPEND="
85 - ssl? (
86 - !libressl? ( dev-libs/openssl:0= )
87 - libressl? ( dev-libs/libressl:0= )
88 - )"
89 -DEPEND="${RDEPEND}"
90 -
91 -src_prepare() {
92 - elibtoolize
93 -}
94 -
95 -src_configure() {
96 - econf \
97 - --disable-dependency-tracking \
98 - $(use_enable static-libs static) \
99 - --enable-all \
100 - $(use_enable ntlm) \
101 - $(use_enable threads pthreads) \
102 - $(use_enable debug) \
103 - $(use_with ssl openssl)
104 -}
105 -
106 -src_install() {
107 - emake DESTDIR="${D}" install
108 - dodoc AUTHORS ChangeLog NEWS Notes README TODO
109 - insinto /usr/share/doc/${PF}/xml
110 - doins doc/api.xml
111 -}