idella4 15/07/06 05:18:47 Modified: ChangeLog Added: setuptools-git-1.1.ebuild Log: bump (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.12 dev-python/setuptools-git/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/setuptools-git/ChangeLog?rev=1.12&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/setuptools-git/ChangeLog?rev=1.12&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/setuptools-git/ChangeLog?r1=1.11&r2=1.12 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/setuptools-git/ChangeLog,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- ChangeLog 7 Jun 2015 16:05:57 -0000 1.11 +++ ChangeLog 6 Jul 2015 05:18:47 -0000 1.12 @@ -1,6 +1,11 @@ # ChangeLog for dev-python/setuptools-git # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools-git/ChangeLog,v 1.11 2015/06/07 16:05:57 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools-git/ChangeLog,v 1.12 2015/07/06 05:18:47 idella4 Exp $ + +*setuptools-git-1.1 (06 Jul 2015) + + 06 Jul 2015; Ian Delaney <[email protected]> +setuptools-git-1.1.ebuild: + bump 07 Jun 2015; Justin Lecher <[email protected]> metadata.xml: Add github to remote-id in metadata.xml 1.1 dev-python/setuptools-git/setuptools-git-1.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/setuptools-git/setuptools-git-1.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/setuptools-git/setuptools-git-1.1.ebuild?rev=1.1&content-type=text/plain Index: setuptools-git-1.1.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools-git/setuptools-git-1.1.ebuild,v 1.1 2015/07/06 05:18:47 idella4 Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} ) inherit distutils-r1 DESCRIPTION="Setuptools revision control system plugin for Git" HOMEPAGE="https://github.com/wichert/setuptools-git" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" # testsuite fails to acquire the required gitsettings of git config from the environment
