summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2014-02-06 22:37:28 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2014-02-06 22:37:28 +0000
commitc3677632009b7d5388d3d0b83e63a9ae33900aad (patch)
tree859b8e76e2e809587dfbe906143525ae97e102ea /net-libs/gupnp-av
parentVersion bump. Cleanup old revision. (diff)
downloadgentoo-2-c3677632009b7d5388d3d0b83e63a9ae33900aad.tar.gz
gentoo-2-c3677632009b7d5388d3d0b83e63a9ae33900aad.tar.bz2
gentoo-2-c3677632009b7d5388d3d0b83e63a9ae33900aad.zip
Version bump. Clean up old revision.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Diffstat (limited to 'net-libs/gupnp-av')
-rw-r--r--net-libs/gupnp-av/ChangeLog10
-rw-r--r--net-libs/gupnp-av/gupnp-av-0.10.3.ebuild39
-rw-r--r--net-libs/gupnp-av/gupnp-av-0.12.5.ebuild (renamed from net-libs/gupnp-av/gupnp-av-0.12.2.ebuild)22
3 files changed, 19 insertions, 52 deletions
diff --git a/net-libs/gupnp-av/ChangeLog b/net-libs/gupnp-av/ChangeLog
index 465cb2975654..b4f55f4b488f 100644
--- a/net-libs/gupnp-av/ChangeLog
+++ b/net-libs/gupnp-av/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-libs/gupnp-av
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/gupnp-av/ChangeLog,v 1.35 2013/12/08 19:23:56 pacho Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-libs/gupnp-av/ChangeLog,v 1.36 2014/02/06 22:37:28 eva Exp $
+
+*gupnp-av-0.12.5 (06 Feb 2014)
+
+ 06 Feb 2014; Gilles Dartiguelongue <eva@gentoo.org> -gupnp-av-0.10.3.ebuild,
+ -gupnp-av-0.12.2.ebuild, +gupnp-av-0.12.5.ebuild:
+ Version bump. Clean up old revision.
08 Dec 2013; Pacho Ramos <pacho@gentoo.org> gupnp-av-0.12.4.ebuild:
x86 stable, bug #478252
diff --git a/net-libs/gupnp-av/gupnp-av-0.10.3.ebuild b/net-libs/gupnp-av/gupnp-av-0.10.3.ebuild
deleted file mode 100644
index 894b594e833d..000000000000
--- a/net-libs/gupnp-av/gupnp-av-0.10.3.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/gupnp-av/gupnp-av-0.10.3.ebuild,v 1.8 2013/02/02 23:03:39 ago Exp $
-
-EAPI="4"
-
-inherit gnome.org
-
-DESCRIPTION="A small utility library that aims to ease the handling UPnP A/V profiles"
-HOMEPAGE="http://gupnp.org/"
-
-LICENSE="LGPL-2"
-SLOT="0"
-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?]
- >=net-libs/gupnp-0.17[introspection?]
- introspection? ( >=dev-libs/gobject-introspection-0.9.5 )"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-DOCS="AUTHORS ChangeLog NEWS README"
-
-src_configure() {
- econf \
- $(use_enable introspection) \
- --disable-dependency-tracking \
- --disable-static \
- --disable-gtk-doc
-}
-
-src_install() {
- default
- # Remove pointless .la files
- find "${D}" -name '*.la' -delete
-}
diff --git a/net-libs/gupnp-av/gupnp-av-0.12.2.ebuild b/net-libs/gupnp-av/gupnp-av-0.12.5.ebuild
index 7c832ae4a053..9db6c9ff5349 100644
--- a/net-libs/gupnp-av/gupnp-av-0.12.2.ebuild
+++ b/net-libs/gupnp-av/gupnp-av-0.12.5.ebuild
@@ -1,12 +1,13 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/gupnp-av/gupnp-av-0.12.2.ebuild,v 1.2 2013/06/02 09:57:50 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/gupnp-av/gupnp-av-0.12.5.ebuild,v 1.1 2014/02/06 22:37:28 eva Exp $
EAPI="5"
+GCONF_DEBUG="no"
VALA_MIN_API_VERSION="0.14"
VALA_USE_DEPEND="vapigen"
-inherit eutils gnome.org vala
+inherit eutils gnome2 vala
DESCRIPTION="Utility library aiming to ease the handling UPnP A/V profiles"
HOMEPAGE="http://gupnp.org/"
@@ -31,14 +32,13 @@ DEPEND="${RDEPEND}
introspection? ( $(vala_depend) )
"
-src_configure() {
- econf \
- $(use_enable introspection) \
- --disable-static \
- --disable-gtk-doc
+src_prepare() {
+ use introspection && vala_src_prepare
+ gnome2_src_prepare
}
-src_install() {
- default
- prune_libtool_files
+src_configure() {
+ gnome2_src_configure \
+ $(use_enable introspection) \
+ --disable-static
}