patrick 15/03/20 03:42:53 Modified: ChangeLog Added: alabaster-0.7.2.ebuild Log: Bump (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.5 dev-python/alabaster/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/alabaster/ChangeLog?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/alabaster/ChangeLog?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/alabaster/ChangeLog?r1=1.4&r2=1.5 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/alabaster/ChangeLog,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ChangeLog 18 Mar 2015 06:39:02 -0000 1.4 +++ ChangeLog 20 Mar 2015 03:42:53 -0000 1.5 @@ -1,6 +1,11 @@ # ChangeLog for dev-python/alabaster # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/alabaster/ChangeLog,v 1.4 2015/03/18 06:39:02 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/alabaster/ChangeLog,v 1.5 2015/03/20 03:42:53 patrick Exp $ + +*alabaster-0.7.2 (20 Mar 2015) + + 20 Mar 2015; Patrick Lauer <[email protected]> +alabaster-0.7.2.ebuild: + Bump 18 Mar 2015; Patrick Lauer <[email protected]> alabaster-0.6.3.ebuild: Add pypy3 1.1 dev-python/alabaster/alabaster-0.7.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/alabaster/alabaster-0.7.2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/alabaster/alabaster-0.7.2.ebuild?rev=1.1&content-type=text/plain Index: alabaster-0.7.2.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/alabaster/alabaster-0.7.2.ebuild,v 1.1 2015/03/20 03:42:53 patrick Exp $ EAPI="5" PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 ) inherit distutils-r1 flag-o-matic DESCRIPTION="A configurable sidebar-enabled Sphinx theme" HOMEPAGE="https://github.com/bitprophet/alabaster" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" KEYWORDS="~amd64 ~x86" SLOT="0" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
