idella4 14/06/03 02:18:49 Modified: ChangeLog Added: pymtp-0.0.6.ebuild Log: bump; py3 capable version (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.13 dev-python/pymtp/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pymtp/ChangeLog?rev=1.13&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pymtp/ChangeLog?rev=1.13&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pymtp/ChangeLog?r1=1.12&r2=1.13 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/pymtp/ChangeLog,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- ChangeLog 17 Sep 2012 20:26:11 -0000 1.12 +++ ChangeLog 3 Jun 2014 02:18:49 -0000 1.13 @@ -1,6 +1,11 @@ # ChangeLog for dev-python/pymtp -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pymtp/ChangeLog,v 1.12 2012/09/17 20:26:11 blueness Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pymtp/ChangeLog,v 1.13 2014/06/03 02:18:49 idella4 Exp $ + +*pymtp-0.0.6 (03 Jun 2014) + + 03 Jun 2014; Ian Delaney <[email protected]> +pymtp-0.0.6.ebuild: + bump; py3 capable version 17 Sep 2012; Anthony G. Basile <[email protected]> pymtp-0.0.4-r1.ebuild: Stable ppc, bug #429034 @@ -43,4 +48,3 @@ 06 May 2009; Samuli Suominen <[email protected]> +pymtp-0.0.4.ebuild: Initial commit wrt #227191, thanks to Andrea Pinazzi - 1.1 dev-python/pymtp/pymtp-0.0.6.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pymtp/pymtp-0.0.6.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pymtp/pymtp-0.0.6.ebuild?rev=1.1&content-type=text/plain Index: pymtp-0.0.6.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/pymtp/pymtp-0.0.6.ebuild,v 1.1 2014/06/03 02:18:49 idella4 Exp $ EAPI=5 PYTHON_COMPAT=( python{3_3,3_4} ) inherit distutils-r1 DESCRIPTION="LibMTP bindings for Python" HOMEPAGE="http://packages.debian.org/libmtp http://libmtp.sourceforge.net/ http://pypi.python.org/pypi/PyMTP" DEB_URI="mirror://debian/pool/main/${PN:0:1}/${PN}" SRC_URI="${DEB_URI}/${PN}_${PV}.orig.tar.gz" LICENSE=GPL-3 SLOT=0 KEYWORDS="~amd64 ~ppc ~x86" IUSE="examples" RDEPEND="media-libs/libmtp" DEPEND=${RDEPEND} S="${WORKDIR}"/PyMTP-${PV} python_install_all() { use examples && local EXAMPLES=( examples/. ) distutils-r1_python_install_all }
