radhermit    15/01/18 23:33:39

  Modified:             ChangeLog
  Added:                pygit2-0.22.0.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
4AB3E85B4F064CA3)

Revision  Changes    Path
1.32                 dev-python/pygit2/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygit2/ChangeLog?rev=1.32&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygit2/ChangeLog?rev=1.32&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygit2/ChangeLog?r1=1.31&r2=1.32

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pygit2/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog   5 Nov 2014 06:48:30 -0000       1.31
+++ ChangeLog   18 Jan 2015 23:33:39 -0000      1.32
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/pygit2
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pygit2/ChangeLog,v 1.31 
2014/11/05 06:48:30 radhermit Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pygit2/ChangeLog,v 1.32 
2015/01/18 23:33:39 radhermit Exp $
+
+*pygit2-0.22.0 (18 Jan 2015)
+
+  18 Jan 2015; Tim Harder <radher...@gentoo.org> +pygit2-0.22.0.ebuild:
+  Version bump.
 
 *pygit2-0.21.4 (05 Nov 2014)
 



1.1                  dev-python/pygit2/pygit2-0.22.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygit2/pygit2-0.22.0.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygit2/pygit2-0.22.0.ebuild?rev=1.1&content-type=text/plain

Index: pygit2-0.22.0.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.0.ebuild,v 1.1 
2015/01/18 23:33:39 radhermit Exp $

EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} )

inherit distutils-r1 versionator

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
}




Reply via email to