diff options
author | Rob Cakebread <pythonhead@gentoo.org> | 2008-05-02 18:35:54 +0000 |
---|---|---|
committer | Rob Cakebread <pythonhead@gentoo.org> | 2008-05-02 18:35:54 +0000 |
commit | a2f7dbb376e985cb4f896c2c0dfed140f97956eb (patch) | |
tree | 17a8704d77812ef3cbfe416e2edef998cbb9ec58 /dev-python/iconvcodec | |
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/iconvcodec')
-rw-r--r-- | dev-python/iconvcodec/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/iconvcodec/iconvcodec-1.1.2.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-python/iconvcodec/ChangeLog b/dev-python/iconvcodec/ChangeLog index 8b472ca60817..c5f9310fd3a4 100644 --- a/dev-python/iconvcodec/ChangeLog +++ b/dev-python/iconvcodec/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/iconvcodec -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/iconvcodec/ChangeLog,v 1.6 2007/02/22 00:28:37 peper Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/iconvcodec/ChangeLog,v 1.7 2008/05/02 18:35:54 pythonhead Exp $ + + 02 May 2008; Rob Cakebread <pythonhead@gentoo.org> + iconvcodec-1.1.2.ebuild: + Use berlios mirror. bug #218657 22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog: Transition to Manifest2. diff --git a/dev-python/iconvcodec/iconvcodec-1.1.2.ebuild b/dev-python/iconvcodec/iconvcodec-1.1.2.ebuild index f95d18a9153c..0dd11923568f 100644 --- a/dev-python/iconvcodec/iconvcodec-1.1.2.ebuild +++ b/dev-python/iconvcodec/iconvcodec-1.1.2.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/iconvcodec/iconvcodec-1.1.2.ebuild,v 1.5 2006/07/12 15:40:16 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/iconvcodec/iconvcodec-1.1.2.ebuild,v 1.6 2008/05/02 18:35:54 pythonhead Exp $ inherit distutils DESCRIPTION="Python Codecs for Iconv Encodings" -SRC_URI="http://download.berlios.de/cjkpython/${P}.tar.gz" +SRC_URI="mirror://berlios/cjkpython/${P}.tar.gz" HOMEPAGE="http://cjkpython.i18n.org/" IUSE="" |