idella4 14/12/30 23:27:50 Modified: ChangeLog Added: scripttest-1.2-r1.ebuild Removed: scripttest-1.2.ebuild scripttest-1.1.1.ebuild Log: revbump; conversion -> distutils-r1, rm old (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.3 dev-python/scripttest/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/scripttest/ChangeLog?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/scripttest/ChangeLog?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/scripttest/ChangeLog?r1=1.2&r2=1.3 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/scripttest/ChangeLog,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ChangeLog 9 Mar 2012 09:13:24 -0000 1.2 +++ ChangeLog 30 Dec 2014 23:27:50 -0000 1.3 @@ -1,6 +1,12 @@ # ChangeLog for dev-python/scripttest -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/scripttest/ChangeLog,v 1.2 2012/03/09 09:13:24 patrick Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/scripttest/ChangeLog,v 1.3 2014/12/30 23:27:50 idella4 Exp $ + +*scripttest-1.2-r1 (30 Dec 2014) + + 30 Dec 2014; Ian Delaney <idel...@gentoo.org> +scripttest-1.2-r1.ebuild, + -scripttest-1.1.1.ebuild, -scripttest-1.2.ebuild: + revbump; conversion -> distutils-r1, rm old *scripttest-1.2 (09 Mar 2012) @@ -12,4 +18,3 @@ 03 Sep 2011; Dirkjan Ochtman <d...@gentoo.org> +scripttest-1.1.1.ebuild, +metadata.xml: Initial version 1.1.1 (for testing sqlalchemy-migrate). - 1.1 dev-python/scripttest/scripttest-1.2-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/scripttest/scripttest-1.2-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/scripttest/scripttest-1.2-r1.ebuild?rev=1.1&content-type=text/plain Index: scripttest-1.2-r1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/scripttest/scripttest-1.2-r1.ebuild,v 1.1 2014/12/30 23:27:50 idella4 Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 MY_PN="ScriptTest" MY_P="${MY_PN}-${PV}" DESCRIPTION="A very small text templating language" HOMEPAGE="http://pythonpaste.org/scripttest/ http://pypi.python.org/pypi/ScriptTest" SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" RDEPEND="" S="${WORKDIR}/${MY_P}"