public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ali Polatel (hawking)" <hawking@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in app-accessibility/orca: ChangeLog orca-2.22.1.ebuild orca-2.22.2.ebuild
Date: Thu, 29 May 2008 15:26:58 +0000	[thread overview]
Message-ID: <E1K1k1q-0000p3-Cz@stork.gentoo.org> (raw)

hawking     08/05/29 15:26:58

  Modified:             ChangeLog orca-2.22.1.ebuild orca-2.22.2.ebuild
  Log:
  python_mod_optimize is ROOT aware.
  (Portage version: 2.1.5.2)

Revision  Changes    Path
1.40                 app-accessibility/orca/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/orca/ChangeLog?rev=1.40&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/orca/ChangeLog?rev=1.40&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/orca/ChangeLog?r1=1.39&r2=1.40

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/orca/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog	28 May 2008 21:39:52 -0000	1.39
+++ ChangeLog	29 May 2008 15:26:57 -0000	1.40
@@ -1,6 +1,10 @@
 # ChangeLog for app-accessibility/orca
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/orca/ChangeLog,v 1.39 2008/05/28 21:39:52 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/orca/ChangeLog,v 1.40 2008/05/29 15:26:57 hawking Exp $
+
+  29 May 2008; Ali Polatel <hawking@gentoo.org> orca-2.22.1.ebuild,
+  orca-2.22.2.ebuild:
+  python_mod_optimize is ROOT aware.
 
 *orca-2.22.2 (28 May 2008)
 



1.2                  app-accessibility/orca/orca-2.22.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/orca/orca-2.22.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/orca/orca-2.22.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/orca/orca-2.22.1.ebuild?r1=1.1&r2=1.2

Index: orca-2.22.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/orca/orca-2.22.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- orca-2.22.1.ebuild	10 Apr 2008 22:42:23 -0000	1.1
+++ orca-2.22.1.ebuild	29 May 2008 15:26:57 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/orca/orca-2.22.1.ebuild,v 1.1 2008/04/10 22:42:23 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/orca/orca-2.22.1.ebuild,v 1.2 2008/05/29 15:26:57 hawking Exp $
 
 inherit gnome2 python
 
@@ -45,7 +45,7 @@
 pkg_postinst() {
 	gnome2_pkg_postinst
 	python_version
-	python_mod_optimize "${ROOT}"/usr/$(get_libdir)/python${PYVER}/site-packages/orca
+	python_mod_optimize /usr/$(get_libdir)/python${PYVER}/site-packages/orca
 }
 
 pkg_postrm() {



1.2                  app-accessibility/orca/orca-2.22.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/orca/orca-2.22.2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/orca/orca-2.22.2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/orca/orca-2.22.2.ebuild?r1=1.1&r2=1.2

Index: orca-2.22.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/orca/orca-2.22.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- orca-2.22.2.ebuild	28 May 2008 21:39:52 -0000	1.1
+++ orca-2.22.2.ebuild	29 May 2008 15:26:57 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/orca/orca-2.22.2.ebuild,v 1.1 2008/05/28 21:39:52 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/orca/orca-2.22.2.ebuild,v 1.2 2008/05/29 15:26:57 hawking Exp $
 
 inherit gnome2 python
 
@@ -45,7 +45,7 @@
 pkg_postinst() {
 	gnome2_pkg_postinst
 	python_version
-	python_mod_optimize "${ROOT}"/usr/$(get_libdir)/python${PYVER}/site-packages/orca
+	python_mod_optimize /usr/$(get_libdir)/python${PYVER}/site-packages/orca
 }
 
 pkg_postrm() {



-- 
gentoo-commits@lists.gentoo.org mailing list



                 reply	other threads:[~2008-05-29 15:27 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=E1K1k1q-0000p3-Cz@stork.gentoo.org \
    --to=hawking@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