patrick 15/08/01 09:51:14 Modified: ChangeLog Added: pygit2-0.22.1.ebuild Removed: pygit2-0.22.0-r1.ebuild Log: Bump for #556390 (Portage version: 2.2.20/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.39 dev-python/pygit2/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygit2/ChangeLog?rev=1.39&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygit2/ChangeLog?rev=1.39&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygit2/ChangeLog?r1=1.38&r2=1.39 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/pygit2/ChangeLog,v retrieving revision 1.38 retrieving revision 1.39 diff -u -r1.38 -r1.39 --- ChangeLog 7 Jun 2015 15:28:06 -0000 1.38 +++ ChangeLog 1 Aug 2015 09:51:14 -0000 1.39 @@ -1,6 +1,12 @@ # ChangeLog for dev-python/pygit2 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pygit2/ChangeLog,v 1.38 2015/06/07 15:28:06 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygit2/ChangeLog,v 1.39 2015/08/01 09:51:14 patrick Exp $ + +*pygit2-0.22.1 (01 Aug 2015) + + 01 Aug 2015; Patrick Lauer <[email protected]> +pygit2-0.22.1.ebuild, + -pygit2-0.22.0-r1.ebuild: + Bump for #556390 07 Jun 2015; Justin Lecher <[email protected]> metadata.xml: Add github to remote-id in metadata.xml 1.1 dev-python/pygit2/pygit2-0.22.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygit2/pygit2-0.22.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygit2/pygit2-0.22.1.ebuild?rev=1.1&content-type=text/plain Index: pygit2-0.22.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/pygit2/pygit2-0.22.1.ebuild,v 1.1 2015/08/01 09:51:14 patrick Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} ) inherit distutils-r1 versionator # infinite hang RESTRICT="test" DESCRIPTION="Python bindings for libgit2" HOMEPAGE="https://github.com/libgit2/pygit2" SRC_URI="https://github.com/libgit2/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2-with-linking-exception" SLOT="0" KEYWORDS="~amd64 ~x86" RDEPEND=" =dev-libs/libgit2-$(get_version_component_range 1-2)* dev-python/cffi:=[${PYTHON_USEDEP}] " DEPEND="${RDEPEND}" python_test() { esetup.py test }
