diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-03-06 22:38:44 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-03-06 22:38:44 +0000 |
commit | 653e47d7a500f97d0e59292942ecb17c84ce968c (patch) | |
tree | 14a192b7f12c32ba97bd0ef93e8ddd6310ea6958 /dev-python/sphinxtogithub | |
parent | amd64 stable, bug 540290 (diff) | |
download | gentoo-2-653e47d7a500f97d0e59292942ecb17c84ce968c.tar.gz gentoo-2-653e47d7a500f97d0e59292942ecb17c84ce968c.tar.bz2 gentoo-2-653e47d7a500f97d0e59292942ecb17c84ce968c.zip |
amd64 stable, bug 540290
(Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-python/sphinxtogithub')
-rw-r--r-- | dev-python/sphinxtogithub/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/sphinxtogithub/sphinxtogithub-1.1.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/sphinxtogithub/ChangeLog b/dev-python/sphinxtogithub/ChangeLog index 2b630391101f..891186fd6856 100644 --- a/dev-python/sphinxtogithub/ChangeLog +++ b/dev-python/sphinxtogithub/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/sphinxtogithub -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinxtogithub/ChangeLog,v 1.5 2014/09/24 19:40:14 maekke Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinxtogithub/ChangeLog,v 1.6 2015/03/06 22:38:44 pacho Exp $ + + 06 Mar 2015; Pacho Ramos <pacho@gentoo.org> sphinxtogithub-1.1.0.ebuild: + amd64 stable, bug 540290 24 Sep 2014; Markus Meier <maekke@gentoo.org> sphinxtogithub-1.1.0.ebuild: add ~arm, bug #519616 diff --git a/dev-python/sphinxtogithub/sphinxtogithub-1.1.0.ebuild b/dev-python/sphinxtogithub/sphinxtogithub-1.1.0.ebuild index eced604a2a5e..7bc31ab84d0d 100644 --- a/dev-python/sphinxtogithub/sphinxtogithub-1.1.0.ebuild +++ b/dev-python/sphinxtogithub/sphinxtogithub-1.1.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinxtogithub/sphinxtogithub-1.1.0.ebuild,v 1.2 2014/09/24 19:40:14 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinxtogithub/sphinxtogithub-1.1.0.ebuild,v 1.3 2015/03/06 22:38:44 pacho Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} pypy pypy2_0 ) @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="amd64 ~arm ~x86" IUSE="" |