Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/librelp/
Date: Tue, 31 Dec 2019 03:17:37
Message-Id: 1577761311.aa27680b9032f21d27e0664e8a2adfebf2166839.whissi@gentoo
1 commit: aa27680b9032f21d27e0664e8a2adfebf2166839
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 31 03:01:51 2019 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 31 03:01:51 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa27680b
7
8 dev-libs/librelp: drop old
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 dev-libs/librelp/Manifest | 2 -
14 dev-libs/librelp/librelp-1.2.18.ebuild | 66 -----------------------------
15 dev-libs/librelp/librelp-1.3.0.ebuild | 76 ----------------------------------
16 3 files changed, 144 deletions(-)
17
18 diff --git a/dev-libs/librelp/Manifest b/dev-libs/librelp/Manifest
19 index a713989ed53..014cc712da7 100644
20 --- a/dev-libs/librelp/Manifest
21 +++ b/dev-libs/librelp/Manifest
22 @@ -1,3 +1 @@
23 -DIST librelp-1.2.18.tar.gz 506766 BLAKE2B 939bd2279e03a6431fbdfb787aa3d62b3f622ec3248dfc7c0a0a141294c27319081092a624c328374cdba0cbd51659301a77ad41bed27ba13f47601f7a607944 SHA512 7193438238b7019e7a4944d6d900a1fa5a369ff8a6b97a6dca7e82b6637c0f391ec3554eeeaa285881457cb2abe72fa1a893244ec9a36cc9d2e2592d58c5462a
24 -DIST librelp-1.3.0.tar.gz 514470 BLAKE2B 3e8d844d3cccd4c148036191f376ba49b3851a2c7e95361bb31a1a172ca0813caa96eb3753b2285a2547c85e073de3237a749bc64fc0fead69ab170656dcb200 SHA512 6e60398c68a78f4b4202a697e144f1516ff3bbb32192f745b52c77d107954febf8cb31d2e166efa96c00122f6807860ecd01084f1d3d4005336f2cb75e6461c9
25 DIST librelp-1.4.0.tar.gz 519235 BLAKE2B 9c1e52cc9f666e75f261db65f45e3d954afa033cac59f93394c30ba99ed772d71b2882bdbb9bed696e57ed99805d47e57fd5e331cc3bc3850c5f15041a0d70d0 SHA512 92d01a51b4ee3c66d1f65d2e26f214646d72b41a8411ab700fe5f9f30f805ef98dec962526ef95c8d8428bf7398d38f656c919f95a3e49382adc745ef9eb4239
26
27 diff --git a/dev-libs/librelp/librelp-1.2.18.ebuild b/dev-libs/librelp/librelp-1.2.18.ebuild
28 deleted file mode 100644
29 index fd69546976e..00000000000
30 --- a/dev-libs/librelp/librelp-1.2.18.ebuild
31 +++ /dev/null
32 @@ -1,66 +0,0 @@
33 -# Copyright 1999-2019 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI="7"
37 -
38 -inherit autotools
39 -
40 -DESCRIPTION="An easy to use library for the RELP protocol"
41 -HOMEPAGE="http://www.librelp.com/"
42 -SRC_URI="http://download.rsyslog.com/${PN}/${P}.tar.gz"
43 -
44 -LICENSE="GPL-3+ doc? ( FDL-1.3 )"
45 -
46 -# subslot = soname version
47 -SLOT="0/0.4.0"
48 -
49 -KEYWORDS="amd64 arm ~arm64 hppa sparc x86"
50 -IUSE="debug doc +ssl +gnutls libressl openssl static-libs"
51 -REQUIRED_USE="ssl? ( ^^ ( gnutls openssl ) )"
52 -
53 -RDEPEND="
54 - ssl? (
55 - gnutls? ( >=net-libs/gnutls-3.3.17.1:0= )
56 - openssl? (
57 - !libressl? ( dev-libs/openssl:0= )
58 - libressl? ( dev-libs/libressl:0= )
59 - )
60 - )"
61 -DEPEND="${RDEPEND}
62 - virtual/pkgconfig"
63 -
64 -src_prepare() {
65 - sed -i \
66 - -e 's/ -g"/"/g' \
67 - configure.ac || die "sed failed"
68 -
69 - default
70 -
71 - eautoreconf
72 -}
73 -
74 -src_configure() {
75 - local myeconfargs=(
76 - --disable-valgrind
77 - $(use_enable debug)
78 - $(use_enable gnutls tls)
79 - $(use_enable openssl tls-openssl)
80 - $(use_enable static-libs static)
81 - )
82 -
83 - econf "${myeconfargs[@]}"
84 -}
85 -
86 -src_test() {
87 - emake -j1 check
88 -}
89 -
90 -src_install() {
91 - local DOCS=( ChangeLog )
92 - use doc && local HTML_DOCS=( doc/relp.html )
93 - default
94 -
95 - if ! use static-libs; then
96 - find "${D}" -name '*.la' -delete || die
97 - fi
98 -}
99
100 diff --git a/dev-libs/librelp/librelp-1.3.0.ebuild b/dev-libs/librelp/librelp-1.3.0.ebuild
101 deleted file mode 100644
102 index 9ce8c653d49..00000000000
103 --- a/dev-libs/librelp/librelp-1.3.0.ebuild
104 +++ /dev/null
105 @@ -1,76 +0,0 @@
106 -# Copyright 1999-2019 Gentoo Authors
107 -# Distributed under the terms of the GNU General Public License v2
108 -
109 -EAPI="7"
110 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
111 -
112 -inherit autotools python-any-r1
113 -
114 -DESCRIPTION="An easy to use library for the RELP protocol"
115 -HOMEPAGE="http://www.librelp.com/"
116 -SRC_URI="http://download.rsyslog.com/${PN}/${P}.tar.gz"
117 -
118 -LICENSE="GPL-3+ doc? ( FDL-1.3 )"
119 -
120 -# subslot = soname version
121 -SLOT="0/0.4.0"
122 -
123 -KEYWORDS="amd64 arm ~arm64 hppa ~sparc x86"
124 -IUSE="debug doc +ssl +gnutls libressl openssl static-libs test"
125 -REQUIRED_USE="ssl? ( ^^ ( gnutls openssl ) )"
126 -
127 -RDEPEND="
128 - ssl? (
129 - gnutls? ( >=net-libs/gnutls-3.3.17.1:0= )
130 - openssl? (
131 - !libressl? ( dev-libs/openssl:0= )
132 - libressl? ( dev-libs/libressl:0= )
133 - )
134 - )"
135 -DEPEND="${RDEPEND}
136 - test? ( ${PYTHON_DEPS} )
137 - virtual/pkgconfig"
138 -
139 -RESTRICT="!test? ( test )"
140 -
141 -PATCHES=( "${FILESDIR}"/${P}-dummyclient.py-Py3-compatibility.patch )
142 -
143 -pkg_setup() {
144 - use test && python-any-r1_pkg_setup
145 -}
146 -
147 -src_prepare() {
148 - sed -i \
149 - -e 's/ -g"/"/g' \
150 - configure.ac || die "sed failed"
151 -
152 - default
153 -
154 - eautoreconf
155 -}
156 -
157 -src_configure() {
158 - local myeconfargs=(
159 - --disable-valgrind
160 - $(use_enable debug)
161 - $(use_enable gnutls tls)
162 - $(use_enable openssl tls-openssl)
163 - $(use_enable static-libs static)
164 - )
165 -
166 - econf "${myeconfargs[@]}"
167 -}
168 -
169 -src_test() {
170 - emake -j1 check
171 -}
172 -
173 -src_install() {
174 - local DOCS=( ChangeLog )
175 - use doc && local HTML_DOCS=( doc/relp.html )
176 - default
177 -
178 - if ! use static-libs; then
179 - find "${D}" -name '*.la' -delete || die
180 - fi
181 -}