public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Gilles Dartiguelongue (eva)" <eva@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in gnome-extra/at-spi: ChangeLog at-spi-1.32.0.ebuild
Date: Fri,  5 Nov 2010 18:56:21 +0000 (UTC)	[thread overview]
Message-ID: <20101105185621.5C1D220051@flycatcher.gentoo.org> (raw)

eva         10/11/05 18:56:21

  Modified:             ChangeLog at-spi-1.32.0.ebuild
  Log:
  Pin gtk+ dependency to slot 2.
  
  (Portage version: 2.2.0_alpha3/cvs/Linux x86_64)

Revision  Changes    Path
1.214                gnome-extra/at-spi/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/at-spi/ChangeLog?rev=1.214&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/at-spi/ChangeLog?rev=1.214&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/at-spi/ChangeLog?r1=1.213&r2=1.214

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-extra/at-spi/ChangeLog,v
retrieving revision 1.213
retrieving revision 1.214
diff -u -r1.213 -r1.214
--- ChangeLog	17 Oct 2010 15:04:19 -0000	1.213
+++ ChangeLog	5 Nov 2010 18:56:21 -0000	1.214
@@ -1,6 +1,9 @@
 # ChangeLog for gnome-extra/at-spi
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/at-spi/ChangeLog,v 1.213 2010/10/17 15:04:19 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/at-spi/ChangeLog,v 1.214 2010/11/05 18:56:21 eva Exp $
+
+  05 Nov 2010; Gilles Dartiguelongue <eva@gentoo.org> at-spi-1.32.0.ebuild:
+  Pin gtk+ dependency to slot 2.
 
   17 Oct 2010; Raúl Porcel <armin76@gentoo.org> at-spi-1.30.1.ebuild:
   alpha/ia64/sh/sparc stable wrt #324077



1.2                  gnome-extra/at-spi/at-spi-1.32.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/at-spi/at-spi-1.32.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/at-spi/at-spi-1.32.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/at-spi/at-spi-1.32.0.ebuild?r1=1.1&r2=1.2

Index: at-spi-1.32.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-extra/at-spi/at-spi-1.32.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- at-spi-1.32.0.ebuild	12 Oct 2010 18:12:17 -0000	1.1
+++ at-spi-1.32.0.ebuild	5 Nov 2010 18:56:21 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/at-spi/at-spi-1.32.0.ebuild,v 1.1 2010/10/12 18:12:17 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/at-spi/at-spi-1.32.0.ebuild,v 1.2 2010/11/05 18:56:21 eva Exp $
 
 EAPI="3"
 GCONF_DEBUG="no"
@@ -17,7 +17,7 @@
 IUSE="doc"
 
 RDEPEND=">=dev-libs/atk-1.29.2
-	>=x11-libs/gtk+-2.19.7
+	>=x11-libs/gtk+-2.19.7:2
 	>=gnome-base/libbonobo-1.107
 	>=gnome-base/orbit-2
 	>=dev-libs/dbus-glib-0.76
@@ -33,14 +33,15 @@
 DEPEND="${RDEPEND}
 	>=dev-util/pkgconfig-0.9
 	>=dev-util/intltool-0.40
-	gnome-base/gnome-common
-	dev-util/gtk-doc-am
 	doc? ( >=dev-util/gtk-doc-1 )
 
 	x11-libs/libXt
 	x11-proto/xextproto
 	x11-proto/inputproto
 	x11-proto/xproto"
+# eautoreconf needs:
+#	gnome-base/gnome-common
+#	dev-util/gtk-doc-am
 
 # needs a live properly configured environment. Not really suited to
 # an ebuild restricted environment
@@ -54,7 +55,7 @@
 	python_set_active_version 2
 }
 
-src_prepare () {
+src_prepare() {
 	gnome2_src_prepare
 
 	# disable pyc compiling






             reply	other threads:[~2010-11-05 18:56 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-11-05 18:56 Gilles Dartiguelongue (eva) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-03-22 20:04 [gentoo-commits] gentoo-x86 commit in gnome-extra/at-spi: ChangeLog at-spi-1.32.0.ebuild Brent Baude (ranger)
2011-03-21 20:40 Kacper Kowalik (xarthisius)
2011-03-12 19:54 Raul Porcel (armin76)
2011-02-24 20:54 Thomas Kahle (tomka)
2011-02-23 23:19 Markos Chandras (hwoarang)
2010-10-12 18:12 Pacho Ramos (pacho)

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=20101105185621.5C1D220051@flycatcher.gentoo.org \
    --to=eva@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