jer 15/06/16 04:26:23 Modified: ChangeLog Added: unidecode-0.04.18.ebuild Log: Version bump. (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path 1.41 dev-python/unidecode/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/unidecode/ChangeLog?rev=1.41&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/unidecode/ChangeLog?rev=1.41&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/unidecode/ChangeLog?r1=1.40&r2=1.41 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/unidecode/ChangeLog,v retrieving revision 1.40 retrieving revision 1.41 diff -u -r1.40 -r1.41 --- ChangeLog 4 Jun 2015 07:28:41 -0000 1.40 +++ ChangeLog 16 Jun 2015 04:26:23 -0000 1.41 @@ -1,6 +1,11 @@ # ChangeLog for dev-python/unidecode # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/unidecode/ChangeLog,v 1.40 2015/06/04 07:28:41 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/unidecode/ChangeLog,v 1.41 2015/06/16 04:26:23 jer Exp $ + +*unidecode-0.04.18 (16 Jun 2015) + + 16 Jun 2015; Jeroen Roovers <[email protected]> +unidecode-0.04.18.ebuild: + Version bump. 04 Jun 2015; Justin Lecher <[email protected]> metadata.xml: Add pypi to remote-id in metadata.xml 1.1 dev-python/unidecode/unidecode-0.04.18.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/unidecode/unidecode-0.04.18.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/unidecode/unidecode-0.04.18.ebuild?rev=1.1&content-type=text/plain Index: unidecode-0.04.18.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/unidecode/unidecode-0.04.18.ebuild,v 1.1 2015/06/16 04:26:23 jer Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) MY_PN=Unidecode MY_P=${MY_PN}-${PV} inherit distutils-r1 DESCRIPTION="Module providing ASCII transliterations of Unicode text" HOMEPAGE="http://pypi.python.org/pypi/Unidecode" SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~sparc ~x86" S=${WORKDIR}/${MY_P} DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" python_test() { esetup.py test || die "Tests failed under ${EPYTHON}" }
