diff options
author | Tristan Heaven <tristan@gentoo.org> | 2008-03-24 11:30:14 +0000 |
---|---|---|
committer | Tristan Heaven <tristan@gentoo.org> | 2008-03-24 11:30:14 +0000 |
commit | dd7912ce23e94e8aabe0a6ce387eb47e882434e4 (patch) | |
tree | f5e3d4f48d4c49827aef66a5a4cc2a05a8c5c66d /x11-misc | |
parent | amd64 stable wrt bug #214416 (diff) | |
download | historical-dd7912ce23e94e8aabe0a6ce387eb47e882434e4.tar.gz historical-dd7912ce23e94e8aabe0a6ce387eb47e882434e4.tar.bz2 historical-dd7912ce23e94e8aabe0a6ce387eb47e882434e4.zip |
Fix python eclass usage
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/revelation/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/revelation/Manifest | 14 | ||||
-rw-r--r-- | x11-misc/revelation/revelation-0.4.11.ebuild | 12 |
3 files changed, 23 insertions, 10 deletions
diff --git a/x11-misc/revelation/ChangeLog b/x11-misc/revelation/ChangeLog index 462318e5f2b9..aed7ac73a906 100644 --- a/x11-misc/revelation/ChangeLog +++ b/x11-misc/revelation/ChangeLog @@ -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: diff --git a/x11-misc/revelation/Manifest b/x11-misc/revelation/Manifest index 403d4da0a726..ed059dffe001 100644 --- a/x11-misc/revelation/Manifest +++ b/x11-misc/revelation/Manifest @@ -1,4 +1,14 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + DIST revelation-0.4.11.tar.bz2 639842 RMD160 7253dd746cb992cd9bdb8220ee03a1dad6b2af5d SHA1 6adec19f57bfed5e365a39ed23f4d8185a01a2e7 SHA256 82c321ed75dbb6f6e36afd3275598cae3d880fab60c7a0ec6ead08184635efeb -EBUILD revelation-0.4.11.ebuild 1059 RMD160 6e799083187d5a6ddfd59694d7b4b25c376af5fd SHA1 096b568fe388e57c4a9ca84eadd0b3065a70a406 SHA256 47715666b457104ac1132f203beafcd0eff3ff990b034076dc4e277857df8213 -MISC ChangeLog 1165 RMD160 036adf3c53c5d52bcb6a11ebaaff035b7887cc05 SHA1 6fac50426308e611548f267762d893a51b94b197 SHA256 c8fc7a0e16d78b034394aa77252d02ff0025ae21f1c823f1781aa4eae675e0cd +EBUILD revelation-0.4.11.ebuild 1061 RMD160 2fb0e7bf8e529897c3d6720d5421e025bc12893d SHA1 9cde779026f35806e1b586001b57126ef37e15eb SHA256 b0a3cd94a13354c885012bfd6facc5c3ea0ace458fd4296917e44827207808aa +MISC ChangeLog 1265 RMD160 366b789b6a33cccffb2d909c78eb9cca835738d6 SHA1 8fc88df5a76da2aec86c9e8491a9dbf6ecd762b0 SHA256 9fa909032a449ed62353b53856d8edac21f84a7ddf096d07fafb500d6b48ecaa MISC metadata.xml 253 RMD160 33155d552badd3133f93e25bfcd82b62d296deb9 SHA1 b30245f00aae656e7a024b2ab4b8ad8e5549250f SHA256 2ddc2634b7e897546998869bcf0803bfbf4940cb75da9e45a2a8f421b4dabfd3 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2.0.7 (GNU/Linux) + +iD8DBQFH55DLdz7hIScOURERAslsAKCOu3ow83PkZ/CDCBoU4UfvuyuZDwCfSEur +ofRLEt8aph8q6HWL6DHhMBA= +=b/V8 +-----END PGP SIGNATURE----- diff --git a/x11-misc/revelation/revelation-0.4.11.ebuild b/x11-misc/revelation/revelation-0.4.11.ebuild index d744bbc35059..749d821e8449 100644 --- a/x11-misc/revelation/revelation-0.4.11.ebuild +++ b/x11-misc/revelation/revelation-0.4.11.ebuild @@ -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 @@ SLOT="0" 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 @@ src_install() { 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() { |