pacho 14/07/03 15:59:05 Modified: polib-1.0.4.ebuild ChangeLog Log: Fix SRC_URI (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Revision Changes Path 1.2 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.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/polib/polib-1.0.4.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/polib/polib-1.0.4.ebuild?r1=1.1&r2=1.2 Index: polib-1.0.4.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/polib/polib-1.0.4.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- polib-1.0.4.ebuild 9 May 2014 03:41:48 -0000 1.1 +++ polib-1.0.4.ebuild 3 Jul 2014 15:59:04 -0000 1.2 @@ -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.1 2014/05/09 03:41:48 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/polib/polib-1.0.4.ebuild,v 1.2 2014/07/03 15:59:04 pacho 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="https://bitbucket.org/izi/polib/downloads/${P}.tar.gz" +SRC_URI="mirror://bitbucket/izi/polib/downloads/${P}.tar.gz" LICENSE="MIT" SLOT="0" @@ -18,7 +18,8 @@ RDEPEND="" DEPEND="${RDEPEND} - doc? ( dev-python/sphinx )" + doc? ( dev-python/sphinx ) +" python_compile_all() { if use doc; then 1.2 dev-python/polib/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/polib/ChangeLog?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/polib/ChangeLog?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/polib/ChangeLog?r1=1.1&r2=1.2 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/polib/ChangeLog,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ChangeLog 9 May 2014 03:41:48 -0000 1.1 +++ ChangeLog 3 Jul 2014 15:59:04 -0000 1.2 @@ -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.1 2014/05/09 03:41:48 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/polib/ChangeLog,v 1.2 2014/07/03 15:59:04 pacho Exp $ + + 03 Jul 2014; Pacho Ramos <[email protected]> polib-1.0.4.ebuild: + Fix SRC_URI *polib-1.0.4 (09 May 2014) @@ -8,4 +11,3 @@ +metadata.xml: New package, required for gnome-extra/nemo; thanks to pavel sanda for submitted ebuild (bug #456994). -
