summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2016-10-16 18:25:51 +0200
committerPacho Ramos <pacho@gentoo.org>2016-10-16 18:30:40 +0200
commit510b2e5cca1583991f63ccc0835f06a9d948a7e3 (patch)
treef4d1a8fb09c9dee3659b7cfb5f5c74d9593918cd /net-libs/gupnp-av
parentmedia-gfx/gthumb: Version bump (diff)
downloadgentoo-510b2e5cca1583991f63ccc0835f06a9d948a7e3.tar.gz
gentoo-510b2e5cca1583991f63ccc0835f06a9d948a7e3.tar.bz2
gentoo-510b2e5cca1583991f63ccc0835f06a9d948a7e3.zip
net-libs/gupnp-av: Drop old
Package-Manager: portage-2.3.1
Diffstat (limited to 'net-libs/gupnp-av')
-rw-r--r--net-libs/gupnp-av/Manifest1
-rw-r--r--net-libs/gupnp-av/gupnp-av-0.12.7.ebuild44
2 files changed, 0 insertions, 45 deletions
diff --git a/net-libs/gupnp-av/Manifest b/net-libs/gupnp-av/Manifest
index 9de6a2f3efb3..14f5ae8065b4 100644
--- a/net-libs/gupnp-av/Manifest
+++ b/net-libs/gupnp-av/Manifest
@@ -1,2 +1 @@
-DIST gupnp-av-0.12.7.tar.xz 349292 SHA256 35e775bc4f7801d65dcb710905a6b8420ce751a239b5651e6d830615dc906ea8 SHA512 21af09a74409c696124b7d92746ba72a46f804df65ca968034cbfe10f0c73b18446b7cceceb8e62e4d1689f699ef9a785c465cb8caf9294ec8e9bc38e86d16c2 WHIRLPOOL 4c102cb8ebab50e377159b12e0d633718fa60365f2099a8e7c0680367c41e3d7dbace96abb4790600ad2d5d1c67123883ad50e2dd978f9a0e3be16b08af56f60
DIST gupnp-av-0.12.8.tar.xz 357248 SHA256 759bc7d46aff894c282d17f508d9b5be82de96aa74b10cb6b0fc6c5e07cc273c SHA512 d56b9316758c0e4f4fbe3c5f4ca25b60c6f5a4fbbdd6037695598f1643fa112b334a7eca72df531c37e3c994e018c3fc018694f29f5c4240cff3a3e63075bcb7 WHIRLPOOL 67e20c07126b28f53ce69c3ba9a71a8a17a9943b262c25ab65a3f9a6438a2e7c5a7435d5b72c7156e2f1f93f59ce0b86dde8604e52d80ee8482f643c57417a0e
diff --git a/net-libs/gupnp-av/gupnp-av-0.12.7.ebuild b/net-libs/gupnp-av/gupnp-av-0.12.7.ebuild
deleted file mode 100644
index c9e36a65ea61..000000000000
--- a/net-libs/gupnp-av/gupnp-av-0.12.7.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="no"
-VALA_MIN_API_VERSION="0.22"
-VALA_USE_DEPEND="vapigen"
-
-inherit eutils gnome2 vala
-
-DESCRIPTION="Utility library aiming to ease the handling UPnP A/V profiles"
-HOMEPAGE="http://gupnp.org/"
-
-LICENSE="LGPL-2"
-SLOT="0/2" # subslot: soname version
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
-IUSE="+introspection"
-
-RDEPEND="
- >=dev-libs/glib-2.16:2
- >=net-libs/gssdp-0.9.2[introspection?]
- >=net-libs/libsoup-2.28.2:2.4[introspection?]
- dev-libs/libxml2
- >=net-libs/gupnp-0.19[introspection?]
- introspection? ( >=dev-libs/gobject-introspection-0.9.5 )
- !net-libs/gupnp-vala
-"
-DEPEND="${RDEPEND}
- >=dev-util/gtk-doc-am-1.10
- virtual/pkgconfig
- introspection? ( $(vala_depend) )
-"
-
-src_prepare() {
- use introspection && vala_src_prepare
- gnome2_src_prepare
-}
-
-src_configure() {
- gnome2_src_configure \
- $(use_enable introspection) \
- --disable-static
-}