summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2013-05-29 21:41:18 +0000
committerPacho Ramos <pacho@gentoo.org>2013-05-29 21:41:18 +0000
commitcdb56c4231267945efcd6d9690d9bc466d651fd6 (patch)
treefcaca3956c09b34bc829798e9c9a7051674ba891 /net-libs
parentDev channel bump. (diff)
downloadgentoo-2-cdb56c4231267945efcd6d9690d9bc466d651fd6.tar.gz
gentoo-2-cdb56c4231267945efcd6d9690d9bc466d651fd6.tar.bz2
gentoo-2-cdb56c4231267945efcd6d9690d9bc466d651fd6.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')
-rw-r--r--net-libs/gupnp/ChangeLog8
-rw-r--r--net-libs/gupnp/gupnp-0.20.3.ebuild (renamed from net-libs/gupnp/gupnp-0.20.1.ebuild)10
2 files changed, 13 insertions, 5 deletions
diff --git a/net-libs/gupnp/ChangeLog b/net-libs/gupnp/ChangeLog
index acbe995c328d..d83ca37df7ba 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.64 2013/04/06 09:28:18 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/gupnp/ChangeLog,v 1.65 2013/05/29 21:41:17 pacho Exp $
+
+*gupnp-0.20.3 (29 May 2013)
+
+ 29 May 2013; Pacho Ramos <pacho@gentoo.org> +gupnp-0.20.3.ebuild,
+ -gupnp-0.20.1.ebuild:
+ Version bump, remove old
*gupnp-0.20.2 (06 Apr 2013)
diff --git a/net-libs/gupnp/gupnp-0.20.1.ebuild b/net-libs/gupnp/gupnp-0.20.3.ebuild
index e42f7556c0c9..dd3b7fbf6803 100644
--- a/net-libs/gupnp/gupnp-0.20.1.ebuild
+++ b/net-libs/gupnp/gupnp-0.20.3.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.1.ebuild,v 1.3 2013/04/04 01:31:52 patrick Exp $
+# $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"
@@ -25,12 +25,12 @@ RDEPEND="
>=sys-apps/util-linux-2.16
<sys-libs/e2fsprogs-libs-1.41.8 )
introspection? (
- >=dev-libs/gobject-introspection-0.6.4 )
+ >=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 )
- $(vala_depend)
!net-libs/gupnp-vala
"
DEPEND="${RDEPEND}
@@ -38,6 +38,9 @@ DEPEND="${RDEPEND}
sys-devel/gettext
virtual/pkgconfig
"
+src_prepare() {
+ use introspection && vala_src_prepare
+}
src_configure() {
local backend=unix
@@ -53,7 +56,6 @@ src_configure() {
}
src_install() {
- DOCS="AUTHORS ChangeLog NEWS README"
default
prune_libtool_files
}