diff options
author | 2008-05-02 18:35:54 +0000 | |
---|---|---|
committer | 2008-05-02 18:35:54 +0000 | |
commit | a2f7dbb376e985cb4f896c2c0dfed140f97956eb (patch) | |
tree | 17a8704d77812ef3cbfe416e2edef998cbb9ec58 /dev-python/cjkcodecs | |
parent | Fixed SRC_URI, see bug #218657. (diff) | |
download | historical-a2f7dbb376e985cb4f896c2c0dfed140f97956eb.tar.gz historical-a2f7dbb376e985cb4f896c2c0dfed140f97956eb.tar.bz2 historical-a2f7dbb376e985cb4f896c2c0dfed140f97956eb.zip |
Use berlios mirror. bug #218657
Package-Manager: portage-2.1.5_rc6
Diffstat (limited to 'dev-python/cjkcodecs')
-rw-r--r-- | dev-python/cjkcodecs/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/cjkcodecs/cjkcodecs-1.1.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/cjkcodecs/ChangeLog b/dev-python/cjkcodecs/ChangeLog index 20fd71c258df..3754f365da76 100644 --- a/dev-python/cjkcodecs/ChangeLog +++ b/dev-python/cjkcodecs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/cjkcodecs # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/cjkcodecs/ChangeLog,v 1.20 2008/01/17 18:28:53 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/cjkcodecs/ChangeLog,v 1.21 2008/05/02 18:31:06 pythonhead Exp $ + + 02 May 2008; Rob Cakebread <pythonhead@gentoo.org> cjkcodecs-1.1.1.ebuild: + Use berlios mirror. bug #218657 17 Jan 2008; Fabian Groffen <grobian@gentoo.org> cjkcodecs-1.1.1.ebuild: Dropped ppc-macos keyword, see you in prefix diff --git a/dev-python/cjkcodecs/cjkcodecs-1.1.1.ebuild b/dev-python/cjkcodecs/cjkcodecs-1.1.1.ebuild index 81c01e599ff6..1dec43211049 100644 --- a/dev-python/cjkcodecs/cjkcodecs-1.1.1.ebuild +++ b/dev-python/cjkcodecs/cjkcodecs-1.1.1.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/cjkcodecs/cjkcodecs-1.1.1.ebuild,v 1.12 2008/01/17 18:28:53 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/cjkcodecs/cjkcodecs-1.1.1.ebuild,v 1.13 2008/05/02 18:31:06 pythonhead Exp $ inherit distutils DESCRIPTION="Python Codecs for CJK Encodings. Aimed at replacing ChineseCodecs, JapaneseCodecs and KoreanCodecs" HOMEPAGE="http://cjkpython.i18n.org/" -SRC_URI="http://download.berlios.de/cjkpython/${P}.tar.bz2" +SRC_URI="mirror://berlios/cjkpython/${P}.tar.bz2" LICENSE="BSD" SLOT="0" |