summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/hyphenator/ChangeLog4
-rw-r--r--dev-python/hyphenator/Manifest4
-rw-r--r--dev-python/hyphenator/hyphenator-0.5.1.ebuild2
3 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/hyphenator/ChangeLog b/dev-python/hyphenator/ChangeLog
index b5f138968..2596ca47a 100644
--- a/dev-python/hyphenator/ChangeLog
+++ b/dev-python/hyphenator/ChangeLog
@@ -2,6 +2,10 @@
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 13 Aug 2010; Thomas Sachau (Tommy[D]) <tommy@gentoo.org>
+ hyphenator-0.5.1.ebuild:
+ Switch to pypi mirror list
+
05 Jun 2010; Michał Górny (sedzimir) <gentoo@mgorny.alt.pl>
hyphenator-0.5.1.ebuild:
Support Python ABIs.
diff --git a/dev-python/hyphenator/Manifest b/dev-python/hyphenator/Manifest
index 8db6c1e03..486250725 100644
--- a/dev-python/hyphenator/Manifest
+++ b/dev-python/hyphenator/Manifest
@@ -1,4 +1,4 @@
DIST hyphenator-0.5.1.tar.gz 4213 RMD160 fbdcdc0166e98eb62b764933ad24cb0ba38df6e6 SHA1 ff21d6b5d60114101c71c56a4b11a80a08b0bfb8 SHA256 58464213a4580b3325a48835fc468ec7488fe6297a39cf4aacdaa31933108c0f
-EBUILD hyphenator-0.5.1.ebuild 461 RMD160 07daf4b78888a68551dc71d339f40aee30b4d537 SHA1 d50dc79341c272e1c4eef222fbb64600ebbe8624 SHA256 659b012a06c95a77e2843580431be371a203dfcffaa94ea43b7f82890e628c2b
-MISC ChangeLog 508 RMD160 a5fc0998ba5f31433bc239ae452b310b1cb6dc51 SHA1 99b426ac11f576730052576c2dca30e307795c3f SHA256 a8987ca994fb548e9e7135512038582d7c7b57446de4534b1d27dd6711cf7e62
+EBUILD hyphenator-0.5.1.ebuild 436 RMD160 20e7b6bd7168bb42b2f517e4af30b6f8a35fdc3a SHA1 595baf406254e120dbd5d64a99494006ae3f6fd5 SHA256 765d32789020c609766faa0023374842daff04987a34ed09aa8f6b03af080238
+MISC ChangeLog 624 RMD160 3ab6ddaf1a3831e2580ac369a45adf35eb42ef73 SHA1 349977bc5cbfd81c092a88135346840d3281d481 SHA256 22935aa0a95fdbfea75c4223177728370fd9e3b835045f0033739cbee194b8cd
MISC metadata.xml 229 RMD160 f0f6417bec31ce8baba6d476664f7210c8c84c98 SHA1 e5f94f5caadc6f843fc90bb7959570cd503676fd SHA256 3b08fca3c878bdfc4e7639f477dd542d55a4ab5dce39a475e82633071d13eb3f
diff --git a/dev-python/hyphenator/hyphenator-0.5.1.ebuild b/dev-python/hyphenator/hyphenator-0.5.1.ebuild
index ad7d345f2..70071de13 100644
--- a/dev-python/hyphenator/hyphenator-0.5.1.ebuild
+++ b/dev-python/hyphenator/hyphenator-0.5.1.ebuild
@@ -10,7 +10,7 @@ inherit distutils python
DESCRIPTION="Hyphenate text using myspell dictionaries"
HOMEPAGE="http://code.google.com/p/python-hyphenator/"
-SRC_URI="http://pypi.python.org/packages/source/${PN:0:1}/${PN}/${P}.tar.gz"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"