diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2013-03-30 22:03:42 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2013-03-30 22:03:42 +0000 |
commit | 36a337b9e730cc7733fb912c5f9d46e1d790766b (patch) | |
tree | f688a9c7fb2d97d3d373a921f348e44ba84b5484 /dev-libs/libgee | |
parent | Version bump. (diff) | |
download | gentoo-2-36a337b9e730cc7733fb912c5f9d46e1d790766b.tar.gz gentoo-2-36a337b9e730cc7733fb912c5f9d46e1d790766b.tar.bz2 gentoo-2-36a337b9e730cc7733fb912c5f9d46e1d790766b.zip |
Do not depend on vala, it is not used for release tarballs.
(Portage version: 2.2.0_alpha170/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Diffstat (limited to 'dev-libs/libgee')
-rw-r--r-- | dev-libs/libgee/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/libgee/libgee-0.10.0.ebuild | 12 | ||||
-rw-r--r-- | dev-libs/libgee/libgee-0.8.5.ebuild | 12 |
3 files changed, 17 insertions, 13 deletions
diff --git a/dev-libs/libgee/ChangeLog b/dev-libs/libgee/ChangeLog index 81dd0c08a2c3..f4f8f06a6947 100644 --- a/dev-libs/libgee/ChangeLog +++ b/dev-libs/libgee/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/libgee # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgee/ChangeLog,v 1.68 2013/03/30 21:56:02 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgee/ChangeLog,v 1.69 2013/03/30 22:03:42 eva Exp $ + + 30 Mar 2013; Gilles Dartiguelongue <eva@gentoo.org> libgee-0.8.5.ebuild, + libgee-0.10.0.ebuild: + Do not depend on vala, it is not used for release tarballs. *libgee-0.8.5 (30 Mar 2013) diff --git a/dev-libs/libgee/libgee-0.10.0.ebuild b/dev-libs/libgee/libgee-0.10.0.ebuild index 451cff719aa6..9c6186ff76e5 100644 --- a/dev-libs/libgee/libgee-0.10.0.ebuild +++ b/dev-libs/libgee/libgee-0.10.0.ebuild @@ -1,12 +1,11 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgee/libgee-0.10.0.ebuild,v 1.1 2013/03/28 16:48:20 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgee/libgee-0.10.0.ebuild,v 1.2 2013/03/30 22:03:42 eva Exp $ EAPI="5" GCONF_DEBUG="no" -VALA_MIN_API_VERSION="0.18" -inherit gnome2 multilib vala +inherit gnome2 DESCRIPTION="GObject-based interfaces and classes for commonly used data structures" HOMEPAGE="https://live.gnome.org/Libgee" @@ -20,10 +19,11 @@ IUSE="+introspection" RDEPEND=">=dev-libs/glib-2.32:2 introspection? ( >=dev-libs/gobject-introspection-0.9.6:= )" DEPEND="${RDEPEND} - virtual/pkgconfig - $(vala_depend)" + virtual/pkgconfig" src_configure() { DOCS="AUTHORS ChangeLog* MAINTAINERS NEWS README" - gnome2_src_configure $(use_enable introspection) + gnome2_src_configure \ + $(use_enable introspection) + VALAC="$(type -P false)" } diff --git a/dev-libs/libgee/libgee-0.8.5.ebuild b/dev-libs/libgee/libgee-0.8.5.ebuild index dd43d62441c0..6f3691c33628 100644 --- a/dev-libs/libgee/libgee-0.8.5.ebuild +++ b/dev-libs/libgee/libgee-0.8.5.ebuild @@ -1,12 +1,11 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgee/libgee-0.8.5.ebuild,v 1.1 2013/03/30 21:56:02 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgee/libgee-0.8.5.ebuild,v 1.2 2013/03/30 22:03:42 eva Exp $ EAPI="5" GCONF_DEBUG="no" -VALA_MIN_API_VERSION="0.18" -inherit gnome2 multilib vala +inherit gnome2 DESCRIPTION="GObject-based interfaces and classes for commonly used data structures" HOMEPAGE="https://live.gnome.org/Libgee" @@ -21,10 +20,11 @@ RDEPEND=" >=dev-libs/glib-2.12:2 introspection? ( >=dev-libs/gobject-introspection-0.9.6:= )" DEPEND="${RDEPEND} - virtual/pkgconfig - $(vala_depend)" + virtual/pkgconfig" src_configure() { DOCS="AUTHORS ChangeLog* MAINTAINERS NEWS README" - gnome2_src_configure $(use_enable introspection) + gnome2_src_configure \ + $(use_enable introspection) + VALAC="$(type -P false)" } |