diff options
author | 2014-04-26 06:36:11 +0000 | |
---|---|---|
committer | 2014-04-26 06:36:11 +0000 | |
commit | 6cc2f8558f9df897ede7d72ae0bf4387fc634168 (patch) | |
tree | a3051e77ba71a3af368b28e4e74f9a097d939ee6 /net-libs/gupnp | |
parent | Move to testing in some arches due other gupnp dependencies (diff) | |
download | gentoo-2-6cc2f8558f9df897ede7d72ae0bf4387fc634168.tar.gz gentoo-2-6cc2f8558f9df897ede7d72ae0bf4387fc634168.tar.bz2 gentoo-2-6cc2f8558f9df897ede7d72ae0bf4387fc634168.zip |
drop old
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'net-libs/gupnp')
-rw-r--r-- | net-libs/gupnp/ChangeLog | 6 | ||||
-rw-r--r-- | net-libs/gupnp/gupnp-0.18.4.ebuild | 61 | ||||
-rw-r--r-- | net-libs/gupnp/gupnp-0.20.8.ebuild | 69 |
3 files changed, 5 insertions, 131 deletions
diff --git a/net-libs/gupnp/ChangeLog b/net-libs/gupnp/ChangeLog index fa199ace16ab..ecc180cc72c9 100644 --- a/net-libs/gupnp/ChangeLog +++ b/net-libs/gupnp/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-libs/gupnp # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/gupnp/ChangeLog,v 1.81 2014/03/28 02:33:37 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/gupnp/ChangeLog,v 1.82 2014/04/26 06:36:11 pacho Exp $ + + 26 Apr 2014; Pacho Ramos <pacho@gentoo.org> -gupnp-0.18.4.ebuild, + -gupnp-0.20.8.ebuild: + drop old 28 Mar 2014; Jeroen Roovers <jer@gentoo.org> gupnp-0.20.10.ebuild: Stable for HPPA (bug #499954). diff --git a/net-libs/gupnp/gupnp-0.18.4.ebuild b/net-libs/gupnp/gupnp-0.18.4.ebuild deleted file mode 100644 index 734631464629..000000000000 --- a/net-libs/gupnp/gupnp-0.18.4.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.18.4.ebuild,v 1.8 2013/04/01 18:25:27 ago Exp $ - -EAPI="4" - -inherit eutils gnome.org multilib - -DESCRIPTION="An object-oriented framework for creating UPnP devs and control points" -HOMEPAGE="http://gupnp.org/" - -LICENSE="LGPL-2" -SLOT="0" -KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86" -IUSE="connman +introspection kernel_linux networkmanager" - -RDEPEND=">=net-libs/gssdp-0.11.2[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 ) - connman? ( - >=dev-libs/glib-2.28 - >=net-misc/connman-0.80 ) - networkmanager? ( >=dev-libs/glib-2.26 )" -DEPEND="${RDEPEND} - virtual/pkgconfig - sys-devel/gettext" - -DOCS="AUTHORS ChangeLog NEWS README" - -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-dependency-tracking \ - --disable-gtk-doc \ - --with-context-manager=${backend} -} - -src_install() { - default - # Remove pointless .la files - find "${D}" -name '*.la' -delete -} - -pkg_preinst() { - preserve_old_lib /usr/$(get_libdir)/libgupnp-1.0.so.3 -} - -pkg_postinst() { - preserve_old_lib_notify /usr/$(get_libdir)/libgupnp-1.0.so.3 -} diff --git a/net-libs/gupnp/gupnp-0.20.8.ebuild b/net-libs/gupnp/gupnp-0.20.8.ebuild deleted file mode 100644 index 909c47fa6e7c..000000000000 --- a/net-libs/gupnp/gupnp-0.20.8.ebuild +++ /dev/null @@ -1,69 +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.8.ebuild,v 1.4 2013/12/22 16:19:00 jer Exp $ - -EAPI="5" -GCONF_DEBUG="no" -VALA_MIN_API_VERSION="0.14" -VALA_USE_DEPEND="vapigen" -# FIXME: Claims to works with python3 but appears to be wishful thinking -PYTHON_COMPAT=( python{2_6,2_7} ) -PYTHON_REQ_USE="xml" - -inherit gnome2 python-r1 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" - -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 - 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} -} - -src_install() { - gnome2_src_install - python_parallel_foreach_impl python_doscript tools/gupnp-binding-tool -} |