public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-accessibility/orca: ChangeLog orca-2.22.1.ebuild orca-2.22.2.ebuild
@ 2008-05-29 15:26 Ali Polatel (hawking)
  0 siblings, 0 replies; only message in thread
From: Ali Polatel (hawking) @ 2008-05-29 15:26 UTC (permalink / raw
  To: gentoo-commits

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



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

only message in thread, other threads:[~2008-05-29 15:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-29 15:26 [gentoo-commits] gentoo-x86 commit in app-accessibility/orca: ChangeLog orca-2.22.1.ebuild orca-2.22.2.ebuild Ali Polatel (hawking)

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