Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/miniupnpc/
Date: Sun, 05 Nov 2017 12:20:18
Message-Id: 1509884386.f8c8a8739012a4e62385bb4c703703a509db0fe6.mgorny@gentoo
1 commit: f8c8a8739012a4e62385bb4c703703a509db0fe6
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 5 08:41:33 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 5 12:19:46 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8c8a873
7
8 net-libs/miniupnpc: Drop old
9
10 net-libs/miniupnpc/Manifest | 3 --
11 net-libs/miniupnpc/miniupnpc-1.8.ebuild | 49 ---------------------
12 net-libs/miniupnpc/miniupnpc-1.9.20151008.ebuild | 56 ------------------------
13 net-libs/miniupnpc/miniupnpc-2.0.20161216.ebuild | 54 -----------------------
14 4 files changed, 162 deletions(-)
15
16 diff --git a/net-libs/miniupnpc/Manifest b/net-libs/miniupnpc/Manifest
17 index b4a2b1139ec..985b31ec336 100644
18 --- a/net-libs/miniupnpc/Manifest
19 +++ b/net-libs/miniupnpc/Manifest
20 @@ -1,5 +1,2 @@
21 -DIST miniupnpc-1.8.tar.gz 70624 SHA256 bc5f73c7b0056252c1888a80e6075787a1e1e9112b808f863a245483ff79859c SHA512 8eedac9ad473fc952ca8896fe534d6da6b1b234e8b6f35f721394d4c71aca84ed287ca6c4f0455b50d97a45e4cd34e27d99a6813386e0864781364aa607e13d4 WHIRLPOOL 5b76ccbb5ed7daa9bb0d481b424b7c31a5f6dc85c5c812ba10175a29aefc0d3924f3db2aa8c3529d1241be59d67d1d4c702d27aad2de8c8a07fecf3857d73169
22 -DIST miniupnpc-1.9.20151008.tar.gz 83538 SHA256 e444ac3b587ce82709c4d0cfca1fe71f44f9fc433e9f946b12b9e1bfe667a633 SHA512 b13e6044184f47d0f9e78c4c97d2887ab763121b2b21c86652bf3ea1b05335cfbcfd91eecb8d1dcfb5530f2528e6cf3e9c49c742d5e771dba68a774d2c2ad4ca WHIRLPOOL 839b531eb6cae7ada0bbaa0c4230a1f6889f6a288a114262bf6e27aa27638800636127fea3066427fb030e8f449794681d2bffeb8e2d30876d8ef9e4a3ade3cc
23 -DIST miniupnpc-2.0.20161216.tar.gz 85780 SHA256 01e14408d6fc628de9afabc4417b84adeaba4c0ec517e7b8e278cb2993dafd3e SHA512 ed1413fa6cd8eeb0d01e595e5470b255b1119a9bcf28da17765a4a3f0eb2b514409a9bfe9cd041274761b61441389c290754055ff07d599bb653a4efe47e920f WHIRLPOOL fde2dc16f5cfd6e7d066ec49646ac79b6d262988afe928d80aaf47f6b7f868a272ac46d3136c56ed8373e800d1538fe4dd6c34255080e2bd01cc0cb8b56e37fc
24 DIST miniupnpc-2.0.20170509.tar.gz 86055 SHA256 d3c368627f5cdfb66d3ebd64ca39ba54d6ff14a61966dbecb8dd296b7039f16a SHA512 71ec052ef6c8ad0d529e467ddae6eae19a93b9816174eeac753aa90e036cc2f00cf7e8d1cdb188ef8280849a988fe2995e37b63f8e2a361e021c1d1b306bff6f WHIRLPOOL 86c1a7a1d8800dbc0d1eccad66a5cb61a59af38989ca79c3b8df926ed12d9c7760d0b5d0e59d5d3190b45c7801a76c3e209f156836277992131c587b97c1a48c
25 DIST miniupnpc-2.0.20171102.tar.gz 86363 SHA256 148517020581260c8a2fa532224870bc53e59004777affcaf27ef636a72825d4 SHA512 5af68a58bef587ea5cc405155b1aca4438de3b56d5fb7e11945edd79e5cbdbf44c708b7f1ad3c3fde6bf4710de69782acf30cfcce327c5a906f4eb8f76a6ba37 WHIRLPOOL 80a9d0e487ddb2ac69af8e738144e74985c5b5acf8c4b7736121e58dbd04eaa38d90853e375334d7f05011b6134536e776757737f549410a6291941b0e47bf1e
26
27 diff --git a/net-libs/miniupnpc/miniupnpc-1.8.ebuild b/net-libs/miniupnpc/miniupnpc-1.8.ebuild
28 deleted file mode 100644
29 index 5161bf8264b..00000000000
30 --- a/net-libs/miniupnpc/miniupnpc-1.8.ebuild
31 +++ /dev/null
32 @@ -1,49 +0,0 @@
33 -# Copyright 1999-2014 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=5
37 -
38 -inherit eutils multilib toolchain-funcs
39 -
40 -DESCRIPTION="UPnP client library and a simple UPnP client"
41 -HOMEPAGE="http://miniupnp.free.fr/"
42 -SRC_URI="http://miniupnp.free.fr/files/${P}.tar.gz"
43 -
44 -LICENSE="BSD"
45 -SLOT="0"
46 -KEYWORDS="amd64 arm hppa ~mips ppc ppc64 sparc x86 ~x86-fbsd"
47 -IUSE="kernel_linux static-libs"
48 -
49 -# Tests hang trying to kill server, bug #409349
50 -RESTRICT="test"
51 -
52 -RDEPEND=""
53 -DEPEND="kernel_linux? ( sys-apps/lsb-release sys-apps/which )"
54 -
55 -src_prepare() {
56 - epatch_user
57 -
58 - if ! use static-libs; then
59 - sed -i \
60 - -e '/FILESTOINSTALL =/s/ $(LIBRARY)//' \
61 - -e '/$(INSTALL) -m 644 $(LIBRARY) $(INSTALLDIRLIB)/d' \
62 - Makefile || die
63 - fi
64 -}
65 -
66 -# Upstream cmake causes more trouble than it fixes,
67 -# so we'll just stay with the Makefile for now.
68 -
69 -src_compile() {
70 - tc-export CC AR
71 - emake upnpc-shared $(use static-libs && echo upnpc-static)
72 -}
73 -
74 -src_install() {
75 - emake \
76 - PREFIX="${D}" \
77 - INSTALLDIRLIB="${D}usr/$(get_libdir)" \
78 - install
79 -
80 - dodoc README Changelog.txt
81 -}
82
83 diff --git a/net-libs/miniupnpc/miniupnpc-1.9.20151008.ebuild b/net-libs/miniupnpc/miniupnpc-1.9.20151008.ebuild
84 deleted file mode 100644
85 index 58d094ed95f..00000000000
86 --- a/net-libs/miniupnpc/miniupnpc-1.9.20151008.ebuild
87 +++ /dev/null
88 @@ -1,56 +0,0 @@
89 -# Copyright 1999-2017 Gentoo Foundation
90 -# Distributed under the terms of the GNU General Public License v2
91 -
92 -EAPI=5
93 -
94 -inherit eutils multilib toolchain-funcs
95 -
96 -DESCRIPTION="UPnP client library and a simple UPnP client"
97 -HOMEPAGE="http://miniupnp.free.fr/"
98 -SRC_URI="http://miniupnp.free.fr/files/${P}.tar.gz"
99 -
100 -LICENSE="BSD"
101 -SLOT="0/14"
102 -KEYWORDS="amd64 arm hppa ~mips ppc ppc64 sparc x86 ~x86-fbsd"
103 -IUSE="ipv6 kernel_linux static-libs"
104 -
105 -RDEPEND=""
106 -DEPEND="kernel_linux? ( sys-apps/lsb-release sys-apps/which )"
107 -
108 -src_prepare() {
109 - epatch_user
110 -
111 - # These bins are not installed, upnpc-static requires building static lib
112 - # Reduce APIVERSION used to build SONAME since last API change was
113 - # backwards compatible to surprise of all the universe.
114 - sed -i -e '/EXECUTABLES =/s/ upnpc-static listdevices//' \
115 - -e '/APIVERSION/s:15:14:' Makefile || die
116 -
117 - if ! use static-libs; then
118 - sed -i \
119 - -e '/FILESTOINSTALL =/s/ $(LIBRARY)//' \
120 - -e '/$(INSTALL) -m 644 $(LIBRARY) $(DESTDIR)$(INSTALLDIRLIB)/d' \
121 - Makefile || die
122 - fi
123 -}
124 -
125 -# Upstream cmake causes more trouble than it fixes,
126 -# so we'll just stay with the Makefile for now.
127 -
128 -src_compile() {
129 - tc-export CC AR
130 - emake upnpc-shared $(usex static-libs upnpc-static '')
131 -}
132 -
133 -src_test() {
134 - emake -j1 HAVE_IPV6=$(usex ipv6) check
135 -}
136 -
137 -src_install() {
138 - emake \
139 - PREFIX="${D}" \
140 - INSTALLDIRLIB="${D}usr/$(get_libdir)" \
141 - install
142 -
143 - dodoc README Changelog.txt
144 -}
145
146 diff --git a/net-libs/miniupnpc/miniupnpc-2.0.20161216.ebuild b/net-libs/miniupnpc/miniupnpc-2.0.20161216.ebuild
147 deleted file mode 100644
148 index 1d4b221f9b5..00000000000
149 --- a/net-libs/miniupnpc/miniupnpc-2.0.20161216.ebuild
150 +++ /dev/null
151 @@ -1,54 +0,0 @@
152 -# Copyright 1999-2017 Gentoo Foundation
153 -# Distributed under the terms of the GNU General Public License v2
154 -
155 -EAPI=6
156 -
157 -inherit toolchain-funcs
158 -
159 -DESCRIPTION="UPnP client library and a simple UPnP client"
160 -HOMEPAGE="http://miniupnp.free.fr/"
161 -SRC_URI="http://miniupnp.free.fr/files/${P}.tar.gz"
162 -
163 -LICENSE="BSD"
164 -SLOT="0/16"
165 -KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
166 -IUSE="ipv6 kernel_linux static-libs"
167 -
168 -RDEPEND=""
169 -DEPEND="kernel_linux? ( sys-apps/lsb-release sys-apps/which )"
170 -
171 -src_prepare() {
172 - eapply_user
173 -
174 - # These bins are not installed, upnpc-static requires building static lib
175 - sed -i -e '/EXECUTABLES =/s/ upnpc-static listdevices//' Makefile || die
176 -
177 - if ! use static-libs; then
178 - sed -i \
179 - -e '/FILESTOINSTALL =/s/ $(LIBRARY)//' \
180 - -e '/$(INSTALL) -m 644 $(LIBRARY) $(DESTDIR)$(INSTALLDIRLIB)/d' \
181 - Makefile || die
182 - fi
183 -}
184 -
185 -# Upstream cmake causes more trouble than it fixes,
186 -# so we'll just stay with the Makefile for now.
187 -
188 -src_compile() {
189 - tc-export CC AR
190 - emake upnpc-shared $(usex static-libs upnpc-static '')
191 -}
192 -
193 -src_test() {
194 - emake -j1 HAVE_IPV6=$(usex ipv6) check
195 -}
196 -
197 -src_install() {
198 - emake \
199 - DESTDIR="${D}" \
200 - PREFIX="${EPREFIX}/usr" \
201 - INSTALLDIRLIB="${EPREFIX}/usr/$(get_libdir)" \
202 - install
203 -
204 - dodoc README Changelog.txt
205 -}