public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Samuli Suominen (ssuominen)" <ssuominen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/libdesktop-agnostic: libdesktop-agnostic-0.3.92.ebuild ChangeLog
Date: Sun, 22 Jan 2012 20:43:12 +0000 (UTC)	[thread overview]
Message-ID: <20120122204312.B2B902004B@flycatcher.gentoo.org> (raw)

ssuominen    12/01/22 20:43:12

  Modified:             libdesktop-agnostic-0.3.92.ebuild ChangeLog
  Log:
  Enable introspection by default.
  
  (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  x11-libs/libdesktop-agnostic/libdesktop-agnostic-0.3.92.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libdesktop-agnostic/libdesktop-agnostic-0.3.92.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libdesktop-agnostic/libdesktop-agnostic-0.3.92.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libdesktop-agnostic/libdesktop-agnostic-0.3.92.ebuild?r1=1.3&r2=1.4

Index: libdesktop-agnostic-0.3.92.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libdesktop-agnostic/libdesktop-agnostic-0.3.92.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libdesktop-agnostic-0.3.92.ebuild	24 May 2011 15:49:00 -0000	1.3
+++ libdesktop-agnostic-0.3.92.ebuild	22 Jan 2012 20:43:12 -0000	1.4
@@ -1,9 +1,11 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libdesktop-agnostic/libdesktop-agnostic-0.3.92.ebuild,v 1.3 2011/05/24 15:49:00 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libdesktop-agnostic/libdesktop-agnostic-0.3.92.ebuild,v 1.4 2012/01/22 20:43:12 ssuominen Exp $
+
+EAPI=4
+
+PYTHON_DEPEND="2:2.7"
 
-EAPI=3
-PYTHON_DEPEND="2"
 inherit python waf-utils
 
 DESCRIPTION="A desktop-agnostic library for GLib-based projects"
@@ -13,9 +15,9 @@
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="debug +gconf glade gnome introspection"
+IUSE="debug +gconf glade gnome +introspection"
 
-RDEPEND="dev-libs/glib:2
+RDEPEND=">=dev-libs/glib-2
 	dev-python/pygobject:2
 	dev-python/pygtk:2
 	x11-libs/gtk+:2
@@ -29,6 +31,7 @@
 
 pkg_setup() {
 	python_set_active_version 2
+	python_pkg_setup
 }
 
 src_configure() {
@@ -40,7 +43,7 @@
 	use glade && myconf="${myconf} --enable-glade"
 	use introspection || myconf="${myconf} --disable-gi"
 
-	VALAC=$(type -p valac-0.10) \
+	VALAC=$(type -P valac-0.10) \
 	waf-utils_src_configure \
 		--sysconfdir="${EPREFIX}"/etc \
 		--config-backends=${cfg} \



1.4                  x11-libs/libdesktop-agnostic/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libdesktop-agnostic/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libdesktop-agnostic/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libdesktop-agnostic/ChangeLog?r1=1.3&r2=1.4

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libdesktop-agnostic/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	24 May 2011 15:49:00 -0000	1.3
+++ ChangeLog	22 Jan 2012 20:43:12 -0000	1.4
@@ -1,6 +1,10 @@
 # ChangeLog for x11-libs/libdesktop-agnostic
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libdesktop-agnostic/ChangeLog,v 1.3 2011/05/24 15:49:00 angelos Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libdesktop-agnostic/ChangeLog,v 1.4 2012/01/22 20:43:12 ssuominen Exp $
+
+  22 Jan 2012; Samuli Suominen <ssuominen@gentoo.org>
+  libdesktop-agnostic-0.3.92.ebuild:
+  Enable introspection by default.
 
   24 May 2011; Christoph Mende <angelos@gentoo.org>
   libdesktop-agnostic-0.3.92.ebuild:






             reply	other threads:[~2012-01-22 20:43 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-01-22 20:43 Samuli Suominen (ssuominen) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-03-29 21:13 [gentoo-commits] gentoo-x86 commit in x11-libs/libdesktop-agnostic: libdesktop-agnostic-0.3.92.ebuild ChangeLog Christoph Mende (angelos)
2013-04-09 18:14 Agostino Sarubbo (ago)
2013-04-09 18:25 Agostino Sarubbo (ago)
2014-06-27 16:41 Christoph Mende (angelos)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20120122204312.B2B902004B@flycatcher.gentoo.org \
    --to=ssuominen@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox