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 dev-python/pyatspi: ChangeLog pyatspi-2.8.0.ebuild
Date: Sun, 28 Jul 2013 18:37:21 +0000 (UTC)	[thread overview]
Message-ID: <20130728183721.A5C192171C@flycatcher.gentoo.org> (raw)

eva         13/07/28 18:37:21

  Modified:             ChangeLog pyatspi-2.8.0.ebuild
  Log:
  Add missing REQUIRED_USE and drop redundant run_in_build_dir.
  
  (Portage version: 2.2.0_alpha190/cvs/Linux x86_64, signed Manifest commit with key C6085806)

Revision  Changes    Path
1.22                 dev-python/pyatspi/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyatspi/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyatspi/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyatspi/ChangeLog?r1=1.21&r2=1.22

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyatspi/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	28 Mar 2013 16:55:54 -0000	1.21
+++ ChangeLog	28 Jul 2013 18:37:21 -0000	1.22
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pyatspi
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyatspi/ChangeLog,v 1.21 2013/03/28 16:55:54 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyatspi/ChangeLog,v 1.22 2013/07/28 18:37:21 eva Exp $
+
+  28 Jul 2013; Gilles Dartiguelongue <eva@gentoo.org> pyatspi-2.8.0.ebuild:
+  Add missing REQUIRED_USE and drop redundant run_in_build_dir.
 
 *pyatspi-2.8.0 (28 Mar 2013)
 



1.2                  dev-python/pyatspi/pyatspi-2.8.0.ebuild

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

Index: pyatspi-2.8.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyatspi/pyatspi-2.8.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pyatspi-2.8.0.ebuild	28 Mar 2013 16:55:54 -0000	1.1
+++ pyatspi-2.8.0.ebuild	28 Jul 2013 18:37:21 -0000	1.2
@@ -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/dev-python/pyatspi/pyatspi-2.8.0.ebuild,v 1.1 2013/03/28 16:55:54 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyatspi/pyatspi-2.8.0.ebuild,v 1.2 2013/07/28 18:37:21 eva Exp $
 
 EAPI="5"
 GCONF_DEBUG="no"
@@ -16,11 +16,13 @@
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="" # test
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 # test suite is obsolete (at-spi-1.x era) and unpassable
 RESTRICT="test"
 
-COMMON_DEPEND="dev-python/dbus-python[${PYTHON_USEDEP}]
+COMMON_DEPEND="
+	dev-python/dbus-python[${PYTHON_USEDEP}]
 	>=dev-python/pygobject-2.90.1:3[${PYTHON_USEDEP}]
 	${PYTHON_DEPS}
 "
@@ -56,10 +58,4 @@
 		python_doscript examples/magFocusTracker.py
 	}
 	python_foreach_impl run_in_build_dir installing
-}
-
-run_in_build_dir() {
-	pushd "${BUILD_DIR}" > /dev/null || die
-	"$@"
-	popd > /dev/null
-}
+}
\ No newline at end of file





             reply	other threads:[~2013-07-28 18:37 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-28 18:37 Gilles Dartiguelongue (eva) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-04-26  7:12 [gentoo-commits] gentoo-x86 commit in dev-python/pyatspi: ChangeLog pyatspi-2.8.0.ebuild 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=20130728183721.A5C192171C@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