diff options
author | Pacho Ramos <pacho@gentoo.org> | 2013-05-30 19:20:05 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2013-05-30 19:20:05 +0000 |
commit | 3797eb4fc98c67106236f3f583925808eaa83308 (patch) | |
tree | 87db8ab4c50d9c9a14b86ed29390cb3d4182ae95 /net-libs/gupnp-av | |
parent | Version bump, drop shebangs conversion because functions starting by _ are me... (diff) | |
download | gentoo-2-3797eb4fc98c67106236f3f583925808eaa83308.tar.gz gentoo-2-3797eb4fc98c67106236f3f583925808eaa83308.tar.bz2 gentoo-2-3797eb4fc98c67106236f3f583925808eaa83308.zip |
Version bump, remove 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 | 8 | ||||
-rw-r--r-- | net-libs/gupnp-av/gupnp-av-0.10.2.ebuild | 41 | ||||
-rw-r--r-- | net-libs/gupnp-av/gupnp-av-0.12.2.ebuild | 45 | ||||
-rw-r--r-- | net-libs/gupnp-av/gupnp-av-0.8.0.ebuild | 40 |
4 files changed, 52 insertions, 82 deletions
diff --git a/net-libs/gupnp-av/ChangeLog b/net-libs/gupnp-av/ChangeLog index 9879ecb3a2c5..737d97e711c0 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.29 2013/03/31 16:46:06 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/gupnp-av/ChangeLog,v 1.30 2013/05/30 19:20:05 pacho Exp $ + +*gupnp-av-0.12.2 (30 May 2013) + + 30 May 2013; Pacho Ramos <pacho@gentoo.org> +gupnp-av-0.12.2.ebuild, + -gupnp-av-0.10.2.ebuild, -gupnp-av-0.8.0.ebuild: + Version bump, remove old 31 Mar 2013; Gilles Dartiguelongue <eva@gentoo.org> gupnp-av-0.12.1.ebuild: Cosmetic + QA fixes. diff --git a/net-libs/gupnp-av/gupnp-av-0.10.2.ebuild b/net-libs/gupnp-av/gupnp-av-0.10.2.ebuild deleted file mode 100644 index 8d66fcadd22b..000000000000 --- a/net-libs/gupnp-av/gupnp-av-0.10.2.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2012 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.2.ebuild,v 1.1 2012/07/22 21:08:01 eva 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="~amd64 ~ppc ~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 \ - --disable-gtk-doc-html \ - --disable-gtk-doc-pdf -} - -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.2.ebuild new file mode 100644 index 000000000000..a1a785beb3d6 --- /dev/null +++ b/net-libs/gupnp-av/gupnp-av-0.12.2.ebuild @@ -0,0 +1,45 @@ +# 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 $ + +EAPI="5" +VALA_MIN_API_VERSION="0.14" +VALA_USE_DEPEND="vapigen" + +inherit eutils gnome.org 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_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.8.0.ebuild b/net-libs/gupnp-av/gupnp-av-0.8.0.ebuild deleted file mode 100644 index 4dc9d723a688..000000000000 --- a/net-libs/gupnp-av/gupnp-av-0.8.0.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2012 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.8.0.ebuild,v 1.5 2012/09/07 23:47:55 ago Exp $ - -EAPI="4" - -DESCRIPTION="A small utility library that aims to ease the handling UPnP A/V profiles" -HOMEPAGE="http://gupnp.org/" -SRC_URI="http://gupnp.org/sites/all/files/sources/${P}.tar.gz" - -LICENSE="LGPL-2" -SLOT="0" -KEYWORDS="amd64 ~ppc ~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.13[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 \ - --disable-gtk-doc-html \ - --disable-gtk-doc-pdf -} - -src_install() { - default - # Remove pointless .la files - find "${D}" -name '*.la' -exec rm -f {} + || die -} |