public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-libs/libgee: ChangeLog libgee-0.8.5.ebuild libgee-0.10.0.ebuild
@ 2013-03-30 22:03 Gilles Dartiguelongue (eva)
  0 siblings, 0 replies; only message in thread
From: Gilles Dartiguelongue (eva) @ 2013-03-30 22:03 UTC (permalink / raw
  To: gentoo-commits

eva         13/03/30 22:03:42

  Modified:             ChangeLog libgee-0.8.5.ebuild libgee-0.10.0.ebuild
  Log:
  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)

Revision  Changes    Path
1.69                 dev-libs/libgee/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgee/ChangeLog?rev=1.69&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgee/ChangeLog?rev=1.69&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgee/ChangeLog?r1=1.68&r2=1.69

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libgee/ChangeLog,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- ChangeLog	30 Mar 2013 21:56:02 -0000	1.68
+++ ChangeLog	30 Mar 2013 22:03:42 -0000	1.69
@@ -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)
 



1.2                  dev-libs/libgee/libgee-0.8.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgee/libgee-0.8.5.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgee/libgee-0.8.5.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgee/libgee-0.8.5.ebuild?r1=1.1&r2=1.2

Index: libgee-0.8.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libgee/libgee-0.8.5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libgee-0.8.5.ebuild	30 Mar 2013 21:56:02 -0000	1.1
+++ libgee-0.8.5.ebuild	30 Mar 2013 22:03:42 -0000	1.2
@@ -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 @@
 	>=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)"
 }



1.2                  dev-libs/libgee/libgee-0.10.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgee/libgee-0.10.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgee/libgee-0.10.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgee/libgee-0.10.0.ebuild?r1=1.1&r2=1.2

Index: libgee-0.10.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libgee/libgee-0.10.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libgee-0.10.0.ebuild	28 Mar 2013 16:48:20 -0000	1.1
+++ libgee-0.10.0.ebuild	30 Mar 2013 22:03:42 -0000	1.2
@@ -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 @@
 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)"
 }





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-03-30 22:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-30 22:03 [gentoo-commits] gentoo-x86 commit in dev-libs/libgee: ChangeLog libgee-0.8.5.ebuild libgee-0.10.0.ebuild Gilles Dartiguelongue (eva)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox