diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-07-03 15:59:04 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-07-03 15:59:04 +0000 |
commit | 8ed6bd52b5e69df6117fe3860b846c8181e8b491 (patch) | |
tree | b3c80800f55e6dd994130009bcc5d3ad1758d5e8 | |
parent | Keyword amd64-linux and x86-linux (diff) | |
download | gentoo-2-8ed6bd52b5e69df6117fe3860b846c8181e8b491.tar.gz gentoo-2-8ed6bd52b5e69df6117fe3860b846c8181e8b491.tar.bz2 gentoo-2-8ed6bd52b5e69df6117fe3860b846c8181e8b491.zip |
Fix SRC_URI
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
-rw-r--r-- | dev-python/polib/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/polib/polib-1.0.4.ebuild | 7 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/polib/ChangeLog b/dev-python/polib/ChangeLog index df8d6456c7b3..ef66c91e17cb 100644 --- a/dev-python/polib/ChangeLog +++ b/dev-python/polib/ChangeLog @@ -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 <pacho@gentoo.org> 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). - diff --git a/dev-python/polib/polib-1.0.4.ebuild b/dev-python/polib/polib-1.0.4.ebuild index 4cc459089b30..c0498eaad6f7 100644 --- a/dev-python/polib/polib-1.0.4.ebuild +++ b/dev-python/polib/polib-1.0.4.ebuild @@ -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 @@ inherit distutils-r1 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 @@ IUSE="doc" RDEPEND="" DEPEND="${RDEPEND} - doc? ( dev-python/sphinx )" + doc? ( dev-python/sphinx ) +" python_compile_all() { if use doc; then |