diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-03-09 16:53:27 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-03-09 16:53:27 +0000 |
commit | 80208fb578cf92cc308906660ca6d7860c6b2a1f (patch) | |
tree | 6f06818031b553c506fc10dfe9908a835df288aa /media-libs/hupnp-ng | |
parent | 06a7b5647e11a8ddf69b1c3d3ded6a8ba28b923e (diff) |
gentoo resync : 09.03.2018
Diffstat (limited to 'media-libs/hupnp-ng')
-rw-r--r-- | media-libs/hupnp-ng/Manifest | 2 | ||||
-rw-r--r-- | media-libs/hupnp-ng/hupnp-ng-9999.ebuild | 43 | ||||
-rw-r--r-- | media-libs/hupnp-ng/metadata.xml | 15 |
3 files changed, 0 insertions, 60 deletions
diff --git a/media-libs/hupnp-ng/Manifest b/media-libs/hupnp-ng/Manifest deleted file mode 100644 index a25dfa37129e..000000000000 --- a/media-libs/hupnp-ng/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -EBUILD hupnp-ng-9999.ebuild 954 BLAKE2B 029f84267a8386bb2b529a03ce0cad456ed0211a53a3f54ef0f2e59f62e692d8cc40d4964d096ce147d1bb41e8df30ff2d29ff95e8abd8e44515cc7752f9d8e7 SHA512 75e1024882d9e98df47137dad5bd468ad3a35c20940367e85f7603acd0182f9faa6a68e1bddd67ca55b984221ae62aa1d9b8bc46b4848bec873049a3701b170f -MISC metadata.xml 448 BLAKE2B 30e637343df9aad0944916216a85780ee6d8791a357783625c6504b64e7c8dacf1cedd29aae43373796a575b3dd6976d0e3690d86fd73774dff3c2c49347bbf6 SHA512 017fb82d44ea05053370a2fdec4ca810d2554efc71dbac6c280e9de244d1831c0b6e82b08ea24cd02017d15f09e5f22e59146d4e290f4b7400ea047ce087de3d diff --git a/media-libs/hupnp-ng/hupnp-ng-9999.ebuild b/media-libs/hupnp-ng/hupnp-ng-9999.ebuild deleted file mode 100644 index b42933c85045..000000000000 --- a/media-libs/hupnp-ng/hupnp-ng-9999.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -EGIT_REPO_URI="https://github.com/0xd34df00d/hupnp-ng.git" - -inherit multilib base qt4-r2 git-r3 - -DESCRIPTION="A software library for building UPnP devices, fork of herqq" -HOMEPAGE="https://github.com/0xd34df00d/hupnp-ng" - -LICENSE="LGPL-3" -SLOT="0" -KEYWORDS="" - -# no release of QtSolutions using bundled libQtSolutions_SOAP -RDEPEND=" - dev-qt/qtcore:4 - dev-qt/qtgui:4 - dev-qt/qtxmlpatterns:4 - !media-libs/herqq -" -DEPEND="${RDEPEND}" - -src_prepare() { - # fix the .pro file for multilib issues - sed \ - -e "s:PREFIX/lib:PREFIX/$(get_libdir):" \ - -i "${S}/hupnp/src.pro" \ - -i "${S}/hupnp_av/hupnp_av.pro" \ - -i "${S}/hupnp/lib/qtsoap-2.7-opensource/buildlib/buildlib.pro" || die - - qt4-r2_src_prepare -} - -src_configure() { - eqmake4 \ - PREFIX="${EPREFIX}/usr" \ - "CONFIG += DISABLE_AVTESTAPP" \ - "CONFIG += DISABLE_TESTAPP" \ - herqq.pro -} diff --git a/media-libs/hupnp-ng/metadata.xml b/media-libs/hupnp-ng/metadata.xml deleted file mode 100644 index a8c459232893..000000000000 --- a/media-libs/hupnp-ng/metadata.xml +++ /dev/null @@ -1,15 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>0xd34df00d@gmail.com</email> - <name>Georg Rudoy</name> - </maintainer> - <maintainer type="project"> - <email>proxy-maint@gentoo.org</email> - <name>Proxy Maintainers</name> - </maintainer> - <upstream> - <remote-id type="github">0xd34df00d/hupnp-ng</remote-id> - </upstream> -</pkgmetadata> |