diff options
author | Pacho Ramos <pacho@gentoo.org> | 2013-06-02 09:57:50 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2013-06-02 09:57:50 +0000 |
commit | 90f6f8d515dc1930389f9443183fd22f11a50e3e (patch) | |
tree | 513c2a6a6e49ed5671121e7234a014aea0923bf6 /net-libs/gupnp-av | |
parent | arm stable, bug #471456 (diff) | |
download | gentoo-2-90f6f8d515dc1930389f9443183fd22f11a50e3e.tar.gz gentoo-2-90f6f8d515dc1930389f9443183fd22f11a50e3e.tar.bz2 gentoo-2-90f6f8d515dc1930389f9443183fd22f11a50e3e.zip |
Remove unneeded DOCS variable, letting PM to handle installation (that will also stop installing empty file), drop old.
(Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'net-libs/gupnp-av')
-rw-r--r-- | net-libs/gupnp-av/ChangeLog | 7 | ||||
-rw-r--r-- | net-libs/gupnp-av/gupnp-av-0.12.1.ebuild | 46 | ||||
-rw-r--r-- | net-libs/gupnp-av/gupnp-av-0.12.2.ebuild | 3 |
3 files changed, 7 insertions, 49 deletions
diff --git a/net-libs/gupnp-av/ChangeLog b/net-libs/gupnp-av/ChangeLog index 737d97e711c0..18164397bff5 100644 --- a/net-libs/gupnp-av/ChangeLog +++ b/net-libs/gupnp-av/ChangeLog @@ -1,6 +1,11 @@ # 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.30 2013/05/30 19:20:05 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/gupnp-av/ChangeLog,v 1.31 2013/06/02 09:57:50 pacho Exp $ + + 02 Jun 2013; Pacho Ramos <pacho@gentoo.org> -gupnp-av-0.12.1.ebuild, + gupnp-av-0.12.2.ebuild: + Remove unneeded DOCS variable, letting PM to handle installation (that will + also stop installing empty file), drop old. *gupnp-av-0.12.2 (30 May 2013) diff --git a/net-libs/gupnp-av/gupnp-av-0.12.1.ebuild b/net-libs/gupnp-av/gupnp-av-0.12.1.ebuild deleted file mode 100644 index f4752d46070c..000000000000 --- a/net-libs/gupnp-av/gupnp-av-0.12.1.ebuild +++ /dev/null @@ -1,46 +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.12.1.ebuild,v 1.2 2013/03/31 16:46:06 eva Exp $ - -EAPI="5" -VALA_MIN_API_VERSION="0.14" -VALA_USE_DEPEND="vapigen" - -inherit eutils gnome.org vala - -DESCRIPTION="A small utility library that aims 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_configure() { - DOCS="AUTHORS ChangeLog NEWS README" - - econf \ - $(use_enable introspection) \ - --disable-static \ - --disable-gtk-doc -} - -src_install() { - default - prune_libtool_files -} diff --git a/net-libs/gupnp-av/gupnp-av-0.12.2.ebuild b/net-libs/gupnp-av/gupnp-av-0.12.2.ebuild index a1a785beb3d6..7c832ae4a053 100644 --- a/net-libs/gupnp-av/gupnp-av-0.12.2.ebuild +++ b/net-libs/gupnp-av/gupnp-av-0.12.2.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-av/gupnp-av-0.12.2.ebuild,v 1.1 2013/05/30 19:20:05 pacho Exp $ +# $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 $ EAPI="5" VALA_MIN_API_VERSION="0.14" @@ -32,7 +32,6 @@ DEPEND="${RDEPEND} " src_configure() { - DOCS="AUTHORS ChangeLog NEWS README" econf \ $(use_enable introspection) \ --disable-static \ |