Gentoo Archives: gentoo-commits

From: "Ian Delaney (idella4)" <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pymtp: pymtp-0.0.6.ebuild ChangeLog
Date: Tue, 03 Jun 2014 02:18:52
Message-Id: 20140603021849.55B3C2004F@flycatcher.gentoo.org
1 idella4 14/06/03 02:18:49
2
3 Modified: ChangeLog
4 Added: pymtp-0.0.6.ebuild
5 Log:
6 bump; py3 capable version
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
9
10 Revision Changes Path
11 1.13 dev-python/pymtp/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pymtp/ChangeLog?rev=1.13&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pymtp/ChangeLog?rev=1.13&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pymtp/ChangeLog?r1=1.12&r2=1.13
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/pymtp/ChangeLog,v
20 retrieving revision 1.12
21 retrieving revision 1.13
22 diff -u -r1.12 -r1.13
23 --- ChangeLog 17 Sep 2012 20:26:11 -0000 1.12
24 +++ ChangeLog 3 Jun 2014 02:18:49 -0000 1.13
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-python/pymtp
27 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pymtp/ChangeLog,v 1.12 2012/09/17 20:26:11 blueness Exp $
29 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pymtp/ChangeLog,v 1.13 2014/06/03 02:18:49 idella4 Exp $
31 +
32 +*pymtp-0.0.6 (03 Jun 2014)
33 +
34 + 03 Jun 2014; Ian Delaney <idella4@g.o> +pymtp-0.0.6.ebuild:
35 + bump; py3 capable version
36
37 17 Sep 2012; Anthony G. Basile <blueness@g.o> pymtp-0.0.4-r1.ebuild:
38 Stable ppc, bug #429034
39 @@ -43,4 +48,3 @@
40
41 06 May 2009; Samuli Suominen <ssuominen@g.o> +pymtp-0.0.4.ebuild:
42 Initial commit wrt #227191, thanks to Andrea Pinazzi
43 -
44
45
46
47 1.1 dev-python/pymtp/pymtp-0.0.6.ebuild
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pymtp/pymtp-0.0.6.ebuild?rev=1.1&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pymtp/pymtp-0.0.6.ebuild?rev=1.1&content-type=text/plain
51
52 Index: pymtp-0.0.6.ebuild
53 ===================================================================
54 # Copyright 1999-2014 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 # $Header: /var/cvsroot/gentoo-x86/dev-python/pymtp/pymtp-0.0.6.ebuild,v 1.1 2014/06/03 02:18:49 idella4 Exp $
57
58 EAPI=5
59
60 PYTHON_COMPAT=( python{3_3,3_4} )
61
62 inherit distutils-r1
63
64 DESCRIPTION="LibMTP bindings for Python"
65 HOMEPAGE="http://packages.debian.org/libmtp http://libmtp.sourceforge.net/ http://pypi.python.org/pypi/PyMTP"
66 DEB_URI="mirror://debian/pool/main/${PN:0:1}/${PN}"
67 SRC_URI="${DEB_URI}/${PN}_${PV}.orig.tar.gz"
68
69 LICENSE=GPL-3
70 SLOT=0
71 KEYWORDS="~amd64 ~ppc ~x86"
72 IUSE="examples"
73
74 RDEPEND="media-libs/libmtp"
75 DEPEND=${RDEPEND}
76
77 S="${WORKDIR}"/PyMTP-${PV}
78
79 python_install_all() {
80 use examples && local EXAMPLES=( examples/. )
81 distutils-r1_python_install_all
82 }