* [gentoo-commits] gentoo-x86 commit in x11-misc/revelation: revelation-0.4.11.ebuild ChangeLog
@ 2008-03-24 11:30 Tristan Heaven (nyhm)
0 siblings, 0 replies; 2+ messages in thread
From: Tristan Heaven (nyhm) @ 2008-03-24 11:30 UTC (permalink / raw
To: gentoo-commits
nyhm 08/03/24 11:30:15
Modified: revelation-0.4.11.ebuild ChangeLog
Log:
Fix python eclass usage
(Portage version: 2.1.4.4)
Revision Changes Path
1.7 x11-misc/revelation/revelation-0.4.11.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/revelation/revelation-0.4.11.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/revelation/revelation-0.4.11.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/revelation/revelation-0.4.11.ebuild?r1=1.6&r2=1.7
Index: revelation-0.4.11.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/revelation/revelation-0.4.11.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- revelation-0.4.11.ebuild 16 Apr 2007 11:28:25 -0000 1.6
+++ revelation-0.4.11.ebuild 24 Mar 2008 11:30:14 -0000 1.7
@@ -1,8 +1,8 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/revelation/revelation-0.4.11.ebuild,v 1.6 2007/04/16 11:28:25 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/revelation/revelation-0.4.11.ebuild,v 1.7 2008/03/24 11:30:14 nyhm Exp $
-inherit python gnome2
+inherit multilib python gnome2
DESCRIPTION="A password manager for GNOME"
HOMEPAGE="http://oss.codepoet.no/revelation/"
@@ -13,8 +13,8 @@
KEYWORDS="amd64 ppc x86"
IUSE=""
-DEPEND=">=dev-python/gnome-python-desktop-2.16
- >=dev-python/pygtk-2.10.3
+DEPEND="dev-python/gnome-python-desktop
+ dev-python/pygtk
dev-python/pycrypto
sys-libs/cracklib
dev-python/gnome-python-extras"
@@ -38,7 +38,7 @@
pkg_postinst() {
gnome2_pkg_postinst
python_version
- python_mod_optimize "${ROOT}"/usr/lib/python${PYVER}/site-packages/${PN}
+ python_mod_optimize "${ROOT}"/usr/$(get_libdir)/python${PYVER}/site-packages/${PN}
}
pkg_postrm() {
1.9 x11-misc/revelation/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/revelation/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/revelation/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/revelation/ChangeLog?r1=1.8&r2=1.9
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/revelation/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog 16 Apr 2007 11:28:25 -0000 1.8
+++ ChangeLog 24 Mar 2008 11:30:14 -0000 1.9
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/revelation
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/revelation/ChangeLog,v 1.8 2007/04/16 11:28:25 opfer Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/revelation/ChangeLog,v 1.9 2008/03/24 11:30:14 nyhm Exp $
+
+ 24 Mar 2008; Tristan Heaven <nyhm@gentoo.org> revelation-0.4.11.ebuild:
+ Fix python eclass usage
16 Apr 2007; Christian Faulhammer <opfer@gentoo.org>
revelation-0.4.11.ebuild:
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-misc/revelation: revelation-0.4.11.ebuild ChangeLog
@ 2008-05-29 18:20 Ali Polatel (hawking)
0 siblings, 0 replies; 2+ messages in thread
From: Ali Polatel (hawking) @ 2008-05-29 18:20 UTC (permalink / raw
To: gentoo-commits
hawking 08/05/29 18:20:23
Modified: revelation-0.4.11.ebuild ChangeLog
Log:
python_mod_optimize is ROOT aware.
(Portage version: 2.1.5.2)
Revision Changes Path
1.8 x11-misc/revelation/revelation-0.4.11.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/revelation/revelation-0.4.11.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/revelation/revelation-0.4.11.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/revelation/revelation-0.4.11.ebuild?r1=1.7&r2=1.8
Index: revelation-0.4.11.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/revelation/revelation-0.4.11.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- revelation-0.4.11.ebuild 24 Mar 2008 11:30:14 -0000 1.7
+++ revelation-0.4.11.ebuild 29 May 2008 18:20:23 -0000 1.8
@@ -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/x11-misc/revelation/revelation-0.4.11.ebuild,v 1.7 2008/03/24 11:30:14 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/revelation/revelation-0.4.11.ebuild,v 1.8 2008/05/29 18:20:23 hawking Exp $
inherit multilib python gnome2
@@ -38,7 +38,7 @@
pkg_postinst() {
gnome2_pkg_postinst
python_version
- python_mod_optimize "${ROOT}"/usr/$(get_libdir)/python${PYVER}/site-packages/${PN}
+ python_mod_optimize /usr/$(get_libdir)/python${PYVER}/site-packages/${PN}
}
pkg_postrm() {
1.10 x11-misc/revelation/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/revelation/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/revelation/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/revelation/ChangeLog?r1=1.9&r2=1.10
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/revelation/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog 24 Mar 2008 11:30:14 -0000 1.9
+++ ChangeLog 29 May 2008 18:20:23 -0000 1.10
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/revelation
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/revelation/ChangeLog,v 1.9 2008/03/24 11:30:14 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/revelation/ChangeLog,v 1.10 2008/05/29 18:20:23 hawking Exp $
+
+ 29 May 2008; Ali Polatel <hawking@gentoo.org> revelation-0.4.11.ebuild:
+ python_mod_optimize is ROOT aware.
24 Mar 2008; Tristan Heaven <nyhm@gentoo.org> revelation-0.4.11.ebuild:
Fix python eclass usage
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-05-29 18:20 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-29 18:20 [gentoo-commits] gentoo-x86 commit in x11-misc/revelation: revelation-0.4.11.ebuild ChangeLog Ali Polatel (hawking)
-- strict thread matches above, loose matches on Subject: below --
2008-03-24 11:30 Tristan Heaven (nyhm)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox