summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-03-04 10:32:57 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2018-03-04 11:04:50 +0100
commit05a1fe8519c6e7681f98436fd14caa088cb65243 (patch)
tree616545728af7ff3a3d56d9a691202f596c664026 /media-libs
parentsys-auth/elogind: docdir to PF (diff)
downloadgentoo-05a1fe8519c6e7681f98436fd14caa088cb65243.tar.gz
gentoo-05a1fe8519c6e7681f98436fd14caa088cb65243.tar.bz2
gentoo-05a1fe8519c6e7681f98436fd14caa088cb65243.zip
profiles: Remove last-rited media-libs/hupnp-ng, sys-apps/ultracopier
Closes: https://bugs.gentoo.org/464658 Closes: https://bugs.gentoo.org/644370
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/hupnp-ng/hupnp-ng-9999.ebuild43
-rw-r--r--media-libs/hupnp-ng/metadata.xml15
2 files changed, 0 insertions, 58 deletions
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>