djc 14/10/12 12:28:15 Modified: ChangeLog Added: hgdistver-0.22.ebuild Log: Version bump hgdistver to 0.22 (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 30380381)
Revision Changes Path 1.14 dev-python/hgdistver/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/hgdistver/ChangeLog?rev=1.14&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/hgdistver/ChangeLog?rev=1.14&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/hgdistver/ChangeLog?r1=1.13&r2=1.14 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/hgdistver/ChangeLog,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- ChangeLog 3 Jul 2014 13:08:38 -0000 1.13 +++ ChangeLog 12 Oct 2014 12:28:15 -0000 1.14 @@ -1,6 +1,11 @@ # ChangeLog for dev-python/hgdistver # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/hgdistver/ChangeLog,v 1.13 2014/07/03 13:08:38 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/hgdistver/ChangeLog,v 1.14 2014/10/12 12:28:15 djc Exp $ + +*hgdistver-0.22 (12 Oct 2014) + + 12 Oct 2014; Dirkjan Ochtman <[email protected]> +hgdistver-0.22.ebuild: + Version bump hgdistver to 0.22 03 Jul 2014; Tobias Klausmann <[email protected]> hgdistver-0.18.ebuild: Keyworded on alpha, bug #514448 1.1 dev-python/hgdistver/hgdistver-0.22.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/hgdistver/hgdistver-0.22.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/hgdistver/hgdistver-0.22.ebuild?rev=1.1&content-type=text/plain Index: hgdistver-0.22.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/hgdistver/hgdistver-0.22.ebuild,v 1.1 2014/10/12 12:28:15 djc Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) inherit distutils-r1 DESCRIPTION="utility lib to generate python package version infos from mercurial tags" HOMEPAGE="http://bitbucket.org/RonnyPfannschmidt/hgdistver/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~x86 ~x86-fbsd" IUSE="test" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] test? ( dev-python/pytest[${PYTHON_USEDEP}] )" RDEPEND="" python_test() { py.test || die "Tests failed under ${EPYTHON}" }
