summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2013-10-17 20:45:12 +0000
committerPacho Ramos <pacho@gentoo.org>2013-10-17 20:45:12 +0000
commit07ed854f0915145ab757e4dc1227eb7de75e4f69 (patch)
tree18df5cbea96585fea116deb07549d0c4dedf8c08
parentarm stable, bug #476364 (diff)
downloadgentoo-2-07ed854f0915145ab757e4dc1227eb7de75e4f69.tar.gz
gentoo-2-07ed854f0915145ab757e4dc1227eb7de75e4f69.tar.bz2
gentoo-2-07ed854f0915145ab757e4dc1227eb7de75e4f69.zip
Version bump, drop old
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
-rw-r--r--net-libs/gupnp/ChangeLog8
-rw-r--r--net-libs/gupnp/gupnp-0.20.3.ebuild61
-rw-r--r--net-libs/gupnp/gupnp-0.20.4.ebuild57
-rw-r--r--net-libs/gupnp/gupnp-0.20.7.ebuild (renamed from net-libs/gupnp/gupnp-0.20.5.ebuild)14
4 files changed, 13 insertions, 127 deletions
diff --git a/net-libs/gupnp/ChangeLog b/net-libs/gupnp/ChangeLog
index 40a9bf7b8983..e9aad8faf5a8 100644
--- a/net-libs/gupnp/ChangeLog
+++ b/net-libs/gupnp/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-libs/gupnp
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/gupnp/ChangeLog,v 1.70 2013/10/15 09:44:16 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/gupnp/ChangeLog,v 1.71 2013/10/17 20:45:12 pacho Exp $
+
+*gupnp-0.20.7 (17 Oct 2013)
+
+ 17 Oct 2013; Pacho Ramos <pacho@gentoo.org> +gupnp-0.20.7.ebuild,
+ -gupnp-0.20.3.ebuild, -gupnp-0.20.4.ebuild, -gupnp-0.20.5.ebuild:
+ Version bump, drop old
15 Oct 2013; Justin Lecher <jlec@gentoo.org> gupnp-0.20.6.ebuild,
metadata.xml:
diff --git a/net-libs/gupnp/gupnp-0.20.3.ebuild b/net-libs/gupnp/gupnp-0.20.3.ebuild
deleted file mode 100644
index dd3b7fbf6803..000000000000
--- a/net-libs/gupnp/gupnp-0.20.3.ebuild
+++ /dev/null
@@ -1,61 +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/gupnp-0.20.3.ebuild,v 1.1 2013/05/29 21:41:17 pacho Exp $
-
-EAPI="5"
-VALA_MIN_API_VERSION="0.14"
-VALA_USE_DEPEND="vapigen"
-
-inherit eutils gnome.org vala
-
-DESCRIPTION="An object-oriented framework for creating UPnP devs and control points"
-HOMEPAGE="http://gupnp.org/"
-
-LICENSE="LGPL-2"
-SLOT="0/4"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="connman +introspection kernel_linux networkmanager"
-
-RDEPEND="
- >=net-libs/gssdp-0.13.0:0=[introspection?]
- >=net-libs/libsoup-2.28.2:2.4[introspection?]
- >=dev-libs/glib-2.24:2
- dev-libs/libxml2
- || (
- >=sys-apps/util-linux-2.16
- <sys-libs/e2fsprogs-libs-1.41.8 )
- introspection? (
- >=dev-libs/gobject-introspection-0.6.4
- $(vala_depend) )
- connman? (
- >=dev-libs/glib-2.28:2
- >=net-misc/connman-0.80 )
- networkmanager? ( >=dev-libs/glib-2.26:2 )
- !net-libs/gupnp-vala
-"
-DEPEND="${RDEPEND}
- >=dev-util/gtk-doc-am-1
- sys-devel/gettext
- virtual/pkgconfig
-"
-src_prepare() {
- use introspection && vala_src_prepare
-}
-
-src_configure() {
- local backend=unix
- use kernel_linux && backend=linux
- use connman && backend=connman
- use networkmanager && backend=network-manager
-
- econf \
- $(use_enable introspection) \
- --disable-static \
- --disable-gtk-doc \
- --with-context-manager=${backend}
-}
-
-src_install() {
- default
- prune_libtool_files
-}
diff --git a/net-libs/gupnp/gupnp-0.20.4.ebuild b/net-libs/gupnp/gupnp-0.20.4.ebuild
deleted file mode 100644
index bc9b4c0ed4ab..000000000000
--- a/net-libs/gupnp/gupnp-0.20.4.ebuild
+++ /dev/null
@@ -1,57 +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/gupnp-0.20.4.ebuild,v 1.1 2013/08/01 18:49:36 pacho Exp $
-
-EAPI="5"
-GCONF_DEBUG="no"
-VALA_MIN_API_VERSION="0.14"
-VALA_USE_DEPEND="vapigen"
-
-inherit gnome2 vala
-
-DESCRIPTION="An object-oriented framework for creating UPnP devs and control points"
-HOMEPAGE="http://gupnp.org/"
-
-LICENSE="LGPL-2"
-SLOT="0/4"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="connman +introspection kernel_linux networkmanager"
-
-RDEPEND="
- >=net-libs/gssdp-0.13.0:0=[introspection?]
- >=net-libs/libsoup-2.28.2:2.4[introspection?]
- >=dev-libs/glib-2.24:2
- dev-libs/libxml2
- || (
- >=sys-apps/util-linux-2.16
- <sys-libs/e2fsprogs-libs-1.41.8 )
- introspection? (
- >=dev-libs/gobject-introspection-0.6.4
- $(vala_depend) )
- connman? (
- >=dev-libs/glib-2.28:2
- >=net-misc/connman-0.80 )
- networkmanager? ( >=dev-libs/glib-2.26:2 )
- !net-libs/gupnp-vala
-"
-DEPEND="${RDEPEND}
- >=dev-util/gtk-doc-am-1
- sys-devel/gettext
- virtual/pkgconfig
-"
-src_prepare() {
- use introspection && vala_src_prepare
- gnome2_src_prepare
-}
-
-src_configure() {
- local backend=unix
- use kernel_linux && backend=linux
- use connman && backend=connman
- use networkmanager && backend=network-manager
-
- gnome2_src_configure \
- $(use_enable introspection) \
- --disable-static \
- --with-context-manager=${backend}
-}
diff --git a/net-libs/gupnp/gupnp-0.20.5.ebuild b/net-libs/gupnp/gupnp-0.20.7.ebuild
index 60f2b9abcc16..798e9f5a5a28 100644
--- a/net-libs/gupnp/gupnp-0.20.5.ebuild
+++ b/net-libs/gupnp/gupnp-0.20.7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/gupnp/gupnp-0.20.5.ebuild,v 1.1 2013/08/25 21:53:31 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/gupnp/gupnp-0.20.7.ebuild,v 1.1 2013/10/17 20:45:12 pacho Exp $
EAPI="5"
GCONF_DEBUG="no"
@@ -10,7 +10,7 @@ VALA_USE_DEPEND="vapigen"
PYTHON_COMPAT=( python{2_6,2_7} )
PYTHON_REQ_USE="xml"
-inherit gnome2 python-any-r1 vala
+inherit gnome2 python-r1 vala
DESCRIPTION="An object-oriented framework for creating UPnP devs and control points"
HOMEPAGE="http://gupnp.org/"
@@ -20,7 +20,10 @@ SLOT="0/4"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="connman +introspection kernel_linux networkmanager"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
RDEPEND="
+ ${PYTHON_DEPS}
>=net-libs/gssdp-0.13.0:0=[introspection?]
>=net-libs/libsoup-2.28.2:2.4[introspection?]
>=dev-libs/glib-2.24:2
@@ -38,16 +41,11 @@ RDEPEND="
!net-libs/gupnp-vala
"
DEPEND="${RDEPEND}
- ${PYTHON_DEPS}
>=dev-util/gtk-doc-am-1
sys-devel/gettext
virtual/pkgconfig
"
-pkg_setup() {
- python-any-r1_pkg_setup
-}
-
src_prepare() {
use introspection && vala_src_prepare
gnome2_src_prepare
@@ -67,5 +65,5 @@ src_configure() {
src_install() {
gnome2_src_install
- python_doscript tools/gupnp-binding-tool
+ python_parallel_foreach_impl python_doscript tools/gupnp-binding-tool
}