patrick 14/05/03 09:22:02 Modified: ChangeLog Added: pSQL-1.2.1.ebuild Log: Bump (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.3 dev-python/pSQL/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pSQL/ChangeLog?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pSQL/ChangeLog?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pSQL/ChangeLog?r1=1.2&r2=1.3 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/pSQL/ChangeLog,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ChangeLog 20 Sep 2013 17:53:21 -0000 1.2 +++ ChangeLog 3 May 2014 09:22:02 -0000 1.3 @@ -1,6 +1,11 @@ # ChangeLog for dev-python/pSQL -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pSQL/ChangeLog,v 1.2 2013/09/20 17:53:21 jlec Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pSQL/ChangeLog,v 1.3 2014/05/03 09:22:02 patrick Exp $ + +*pSQL-1.2.1 (03 May 2014) + + 03 May 2014; Patrick Lauer <[email protected]> +pSQL-1.2.1.ebuild: + Bump 20 Sep 2013; Justin Lecher <[email protected]> pSQL-1.2.0.ebuild, metadata.xml: Add missing REQUIRED_USE 1.1 dev-python/pSQL/pSQL-1.2.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pSQL/pSQL-1.2.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pSQL/pSQL-1.2.1.ebuild?rev=1.1&content-type=text/plain Index: pSQL-1.2.1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/pSQL/pSQL-1.2.1.ebuild,v 1.1 2014/05/03 09:22:02 patrick Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} ) inherit python-r1 DESCRIPTION="MySQL abstraction layer for python" HOMEPAGE="http://software.fionet.com/pSQL/" SRC_URI="http://software.fionet.com/pSQL/release/${P}.tar.gz" SLOT="0" LICENSE="GPL-2" KEYWORDS="~amd64 ~x86" IUSE="" REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND=" dev-python/mysql-python[${PYTHON_USEDEP}] dev-python/egenix-mx-base[${PYTHON_USEDEP}]" DEPEND="" src_install() { python_parallel_foreach_impl python_domodule pSQL.py dodoc *pSQL }
