diff options
author | Michał Górny <mgorny@gentoo.org> | 2011-05-27 07:43:36 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2011-05-27 07:43:36 +0000 |
commit | d0bacc75846d125fe7a4240e78a15ed7426164cf (patch) | |
tree | 6677b04ad1b53292251115f110952a771a900de7 /dev-python | |
parent | dev-python/psutil: Version and EAPI bump. (diff) | |
download | sunrise-reviewed-d0bacc75846d125fe7a4240e78a15ed7426164cf.tar.gz sunrise-reviewed-d0bacc75846d125fe7a4240e78a15ed7426164cf.tar.bz2 sunrise-reviewed-d0bacc75846d125fe7a4240e78a15ed7426164cf.zip |
dev-python/hyphenator: EAPI bump.
(Portage version: 2.2.0_alpha35/git/Linux x86_64, signed Manifest commit with key 42B9401D)
svn path=/sunrise/; revision=12100
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/hyphenator/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/hyphenator/Manifest | 16 | ||||
-rw-r--r-- | dev-python/hyphenator/hyphenator-0.5.1.ebuild | 3 |
3 files changed, 20 insertions, 4 deletions
diff --git a/dev-python/hyphenator/ChangeLog b/dev-python/hyphenator/ChangeLog index 2596ca47a..10d0fdef3 100644 --- a/dev-python/hyphenator/ChangeLog +++ b/dev-python/hyphenator/ChangeLog @@ -1,7 +1,10 @@ # ChangeLog for dev-python/hyphenator -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 27 May 2011; Michał Górny <mgorny@gentoo.org> hyphenator-0.5.1.ebuild: + EAPI bump. + 13 Aug 2010; Thomas Sachau (Tommy[D]) <tommy@gentoo.org> hyphenator-0.5.1.ebuild: Switch to pypi mirror list diff --git a/dev-python/hyphenator/Manifest b/dev-python/hyphenator/Manifest index 486250725..7b8d297b1 100644 --- a/dev-python/hyphenator/Manifest +++ b/dev-python/hyphenator/Manifest @@ -1,4 +1,16 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA256 + DIST hyphenator-0.5.1.tar.gz 4213 RMD160 fbdcdc0166e98eb62b764933ad24cb0ba38df6e6 SHA1 ff21d6b5d60114101c71c56a4b11a80a08b0bfb8 SHA256 58464213a4580b3325a48835fc468ec7488fe6297a39cf4aacdaa31933108c0f -EBUILD hyphenator-0.5.1.ebuild 436 RMD160 20e7b6bd7168bb42b2f517e4af30b6f8a35fdc3a SHA1 595baf406254e120dbd5d64a99494006ae3f6fd5 SHA256 765d32789020c609766faa0023374842daff04987a34ed09aa8f6b03af080238 -MISC ChangeLog 624 RMD160 3ab6ddaf1a3831e2580ac369a45adf35eb42ef73 SHA1 349977bc5cbfd81c092a88135346840d3281d481 SHA256 22935aa0a95fdbfea75c4223177728370fd9e3b835045f0033739cbee194b8cd +EBUILD hyphenator-0.5.1.ebuild 443 RMD160 b1a013394d2e25c00042ca309dfeb500b4dd2280 SHA1 f4f6f911f3b62225b68c2d022390f87033035f66 SHA256 d7cec6c36b32263298cb9dbd51ae878c490836380fb8be88adf8f48336d2599f +MISC ChangeLog 713 RMD160 d4ce9c41de02666d899e96c14ffc7f00fcb28fde SHA1 b9802925ea16f854448df71ff294a6ce579cf50f SHA256 1761662d4b6b05a54bcf76e0a02a0c9b9f2f2179e851dc1fdbc4b0679cb65ae1 MISC metadata.xml 229 RMD160 f0f6417bec31ce8baba6d476664f7210c8c84c98 SHA1 e5f94f5caadc6f843fc90bb7959570cd503676fd SHA256 3b08fca3c878bdfc4e7639f477dd542d55a4ab5dce39a475e82633071d13eb3f +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2.0.17 (GNU/Linux) + +iJwEAQEIAAYFAk3fVhcACgkQfXuS5UK5QB0D1gP/anGVb2SVIEcHxMpSo1Li7DkK +JPLQwU8Qo5xmx7WO/ydkB7wCWH9XkkXsw6e4Fv3mW6faPngN9RSu3ywMjqvcpJv+ +mIkW/Byup56u+ZdCSrQwta/Ic0LyrDGrAwxf15N12sr/TNQxEyVaCFwxsE/Li5if +3v2MG3PjOmDJjU9adDU= +=xTO3 +-----END PGP SIGNATURE----- diff --git a/dev-python/hyphenator/hyphenator-0.5.1.ebuild b/dev-python/hyphenator/hyphenator-0.5.1.ebuild index 70071de13..82a9729be 100644 --- a/dev-python/hyphenator/hyphenator-0.5.1.ebuild +++ b/dev-python/hyphenator/hyphenator-0.5.1.ebuild @@ -1,7 +1,8 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ +EAPI=3 SUPPORT_PYTHON_ABIS=1 PYTHON_DEPEND=2 RESTRICT_PYTHON_ABIS="3.*" |