mgorny 14/07/06 13:17:39 Modified: polib-1.0.4.ebuild ChangeLog Log: Replace obsolete mirror://bitbucket with the real URI. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path 1.3 dev-python/polib/polib-1.0.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/polib/polib-1.0.4.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/polib/polib-1.0.4.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/polib/polib-1.0.4.ebuild?r1=1.2&r2=1.3 Index: polib-1.0.4.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/polib/polib-1.0.4.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- polib-1.0.4.ebuild 3 Jul 2014 15:59:04 -0000 1.2 +++ polib-1.0.4.ebuild 6 Jul 2014 13:17:39 -0000 1.3 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/polib/polib-1.0.4.ebuild,v 1.2 2014/07/03 15:59:04 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/polib/polib-1.0.4.ebuild,v 1.3 2014/07/06 13:17:39 mgorny Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} ) @@ -9,7 +9,7 @@ DESCRIPTION="A library to manipulate gettext files (.po and .mo files)" HOMEPAGE="https://bitbucket.org/izi/polib/wiki/Home" -SRC_URI="mirror://bitbucket/izi/polib/downloads/${P}.tar.gz" +SRC_URI="https://www.bitbucket.org/izi/polib/downloads/${P}.tar.gz" LICENSE="MIT" SLOT="0" 1.3 dev-python/polib/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/polib/ChangeLog?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/polib/ChangeLog?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/polib/ChangeLog?r1=1.2&r2=1.3 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/polib/ChangeLog,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ChangeLog 3 Jul 2014 15:59:04 -0000 1.2 +++ ChangeLog 6 Jul 2014 13:17:39 -0000 1.3 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/polib # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/polib/ChangeLog,v 1.2 2014/07/03 15:59:04 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/polib/ChangeLog,v 1.3 2014/07/06 13:17:39 mgorny Exp $ + + 06 Jul 2014; Michał Górny <mgo...@gentoo.org> polib-1.0.4.ebuild: + Replace obsolete mirror://bitbucket with the real URI. 03 Jul 2014; Pacho Ramos <pa...@gentoo.org> polib-1.0.4.ebuild: Fix SRC_URI