commit: 67c3a51906c5b596c2a878445cc1564bfc018332 Author: stefson <herrtimson <AT> yahoo <DOT> de> AuthorDate: Sun Sep 3 15:23:13 2017 +0000 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org> CommitDate: Sun Sep 3 20:54:09 2017 +0000 URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=67c3a519
net-libs/miniupnpc: in tree version works and is stablizied for all musl arches Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org> net-libs/miniupnpc/Manifest | 3 -- net-libs/miniupnpc/metadata.xml | 16 --------- net-libs/miniupnpc/miniupnpc-1.8-r99.ebuild | 50 ----------------------------- 3 files changed, 69 deletions(-) diff --git a/net-libs/miniupnpc/Manifest b/net-libs/miniupnpc/Manifest deleted file mode 100644 index f809247..0000000 --- a/net-libs/miniupnpc/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST miniupnpc-1.8.tar.gz 70624 SHA256 bc5f73c7b0056252c1888a80e6075787a1e1e9112b808f863a245483ff79859c SHA512 8eedac9ad473fc952ca8896fe534d6da6b1b234e8b6f35f721394d4c71aca84ed287ca6c4f0455b50d97a45e4cd34e27d99a6813386e0864781364aa607e13d4 WHIRLPOOL 5b76ccbb5ed7daa9bb0d481b424b7c31a5f6dc85c5c812ba10175a29aefc0d3924f3db2aa8c3529d1241be59d67d1d4c702d27aad2de8c8a07fecf3857d73169 -EBUILD miniupnpc-1.8-r99.ebuild 1089 SHA256 973a1fcc49cc8dc85ae931bca9c0340c2b4670b146bd8b9b649c01c6e79f248e SHA512 f55ddc45e30ddb19e17009caa612f0dfb0cde921892abcc73f3939949c87772f4fae82a2e2f84f1339ff1392f04a377a61d9082c5f655668e33b7d153e648fa9 WHIRLPOOL 452ac05dca58c2a18618e42f9e28f75dccb9cf5660ff4f95cc38de82b0d2d2704dc496b23b89194a6044d9644f2ae1fc88e595f5fde71099964b7bfea279199f -MISC metadata.xml 448 SHA256 2b269b3fd58c1af75ee2047c957a00ffd35f39c6b9e169a82002e0582d533e52 SHA512 c121219bdbf8ed436042e611e7f0bde7301418e2959bb1bffed61477e580e3f854931813924db0946c1af2b7a7048df4961f6f69e7252178a59b37a29514255c WHIRLPOOL acece58f22d56121a3ecc34ed77caf6cb2fcf228bccc568d4ff918955de584619d3f08e34545ea5ae671ed60d18742c68acba403eaa41d47d09ec59fbcf9be6a diff --git a/net-libs/miniupnpc/metadata.xml b/net-libs/miniupnpc/metadata.xml deleted file mode 100644 index 1924c6e..0000000 --- a/net-libs/miniupnpc/metadata.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<maintainer type="person"> - <email>[email protected]</email> - <name>Michał Górny</name> -</maintainer> -<maintainer type="person"> - <email>[email protected]</email> - <name>Nikoli</name> -</maintainer> -<maintainer type="project"> - <email>[email protected]</email> - <name>Proxy Maintainers</name> -</maintainer> -</pkgmetadata> diff --git a/net-libs/miniupnpc/miniupnpc-1.8-r99.ebuild b/net-libs/miniupnpc/miniupnpc-1.8-r99.ebuild deleted file mode 100644 index a552b0f..0000000 --- a/net-libs/miniupnpc/miniupnpc-1.8-r99.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit eutils multilib toolchain-funcs - -DESCRIPTION="UPnP client library and a simple UPnP client" -HOMEPAGE="http://miniupnp.free.fr/" -SRC_URI="http://miniupnp.free.fr/files/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 arm ~mips ppc x86" -IUSE="kernel_linux static-libs" - -# Tests hang trying to kill server, bug #409349 -RESTRICT="test" - -RDEPEND="" -DEPEND="kernel_linux? ( sys-apps/lsb-release sys-apps/which ) - elibc_musl? ( sys-libs/queue )" - -src_prepare() { - epatch_user - - if ! use static-libs; then - sed -i \ - -e '/FILESTOINSTALL =/s/ $(LIBRARY)//' \ - -e '/$(INSTALL) -m 644 $(LIBRARY) $(INSTALLDIRLIB)/d' \ - Makefile || die - fi -} - -# Upstream cmake causes more trouble than it fixes, -# so we'll just stay with the Makefile for now. - -src_compile() { - tc-export CC AR - emake upnpc-shared $(use static-libs && echo upnpc-static) -} - -src_install() { - emake \ - PREFIX="${D}" \ - INSTALLDIRLIB="${D}usr/$(get_libdir)" \ - install - - dodoc README Changelog.txt -}
