radhermit 14/03/15 10:45:59 Modified: ChangeLog Added: dulwich-0.9.5.ebuild Log: Version bump. (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Revision Changes Path 1.74 dev-python/dulwich/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dulwich/ChangeLog?rev=1.74&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dulwich/ChangeLog?rev=1.74&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dulwich/ChangeLog?r1=1.73&r2=1.74 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/dulwich/ChangeLog,v retrieving revision 1.73 retrieving revision 1.74 diff -u -r1.73 -r1.74 --- ChangeLog 4 Mar 2014 20:05:47 -0000 1.73 +++ ChangeLog 15 Mar 2014 10:45:59 -0000 1.74 @@ -1,6 +1,11 @@ # ChangeLog for dev-python/dulwich # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/dulwich/ChangeLog,v 1.73 2014/03/04 20:05:47 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/dulwich/ChangeLog,v 1.74 2014/03/15 10:45:59 radhermit Exp $ + +*dulwich-0.9.5 (15 Mar 2014) + + 15 Mar 2014; Tim Harder <[email protected]> +dulwich-0.9.5.ebuild: + Version bump. 04 Mar 2014; Agostino Sarubbo <[email protected]> dulwich-0.9.4.ebuild: Stable for x86, wrt bug #502778 1.1 dev-python/dulwich/dulwich-0.9.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dulwich/dulwich-0.9.5.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dulwich/dulwich-0.9.5.ebuild?rev=1.1&content-type=text/plain Index: dulwich-0.9.5.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/dulwich/dulwich-0.9.5.ebuild,v 1.1 2014/03/15 10:45:59 radhermit Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} pypy2_0 ) inherit distutils-r1 DESCRIPTION="Dulwich is a pure-Python implementation of the Git file formats and protocols." HOMEPAGE="http://samba.org/~jelmer/dulwich/ http://pypi.python.org/pypi/dulwich" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="doc test" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] test? ( dev-python/nose[${PYTHON_USEDEP}] virtual/python-unittest2[${PYTHON_USEDEP}] )" RDEPEND="" DISTUTILS_IN_SOURCE_BUILD=1 python_compile_all() { use doc && emake -C docs html } python_test() { ln -s "${BUILD_DIR}"/lib/dulwich/*.so dulwich/ || die nosetests -v || die "Tests failed under ${EPYTHON}" } python_install_all() { use doc && local HTML_DOCS=( docs/build/html/. ) distutils-r1_python_install_all }
