diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-03-06 22:37:36 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-03-06 22:37:36 +0000 |
commit | 728612309c18fee9bc0d4cbdd572872069237be4 (patch) | |
tree | e58dc18fddebcab4223f733ed532e0a250bc5e3c /dev-python/setuptools_hg | |
parent | amd64 stable, bug 540290 (diff) | |
download | gentoo-2-728612309c18fee9bc0d4cbdd572872069237be4.tar.gz gentoo-2-728612309c18fee9bc0d4cbdd572872069237be4.tar.bz2 gentoo-2-728612309c18fee9bc0d4cbdd572872069237be4.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/setuptools_hg')
-rw-r--r-- | dev-python/setuptools_hg/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/setuptools_hg/setuptools_hg-0.4-r1.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-python/setuptools_hg/ChangeLog b/dev-python/setuptools_hg/ChangeLog index 381cd4afbe63..3ac2c03e0aa8 100644 --- a/dev-python/setuptools_hg/ChangeLog +++ b/dev-python/setuptools_hg/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/setuptools_hg # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools_hg/ChangeLog,v 1.8 2015/02/02 14:47:20 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools_hg/ChangeLog,v 1.9 2015/03/06 22:37:36 pacho Exp $ + + 06 Mar 2015; Pacho Ramos <pacho@gentoo.org> setuptools_hg-0.4-r1.ebuild: + amd64 stable, bug 540290 02 Feb 2015; Manuel Rüger <mrueg@gentoo.org> -setuptools_hg-0.4.ebuild: Remove old. diff --git a/dev-python/setuptools_hg/setuptools_hg-0.4-r1.ebuild b/dev-python/setuptools_hg/setuptools_hg-0.4-r1.ebuild index cd4db9269bb7..2ad962c00a2e 100644 --- a/dev-python/setuptools_hg/setuptools_hg-0.4-r1.ebuild +++ b/dev-python/setuptools_hg/setuptools_hg-0.4-r1.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/setuptools_hg/setuptools_hg-0.4-r1.ebuild,v 1.5 2014/11/25 11:28:53 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools_hg/setuptools_hg-0.4-r1.ebuild,v 1.6 2015/03/06 22:37:36 pacho Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy pypy2_0 ) @@ -12,7 +12,7 @@ HOMEPAGE="http://pypi.python.org/pypi/setuptools_hg http://bitbucket.org/jezdez/ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="GPL-2" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" SLOT="0" IUSE="" |