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/pylast: metadata.xml pylast-1.0.0.ebuild ChangeLog
Date: Sat, 29 Nov 2014 03:45:23
Message-Id: 20141129034517.B7CB2B215@oystercatcher.gentoo.org
1 idella4 14/11/29 03:45:17
2
3 Modified: metadata.xml pylast-1.0.0.ebuild ChangeLog
4 Log:
5 clean old python impl, take maintainer ownership
6
7 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
8
9 Revision Changes Path
10 1.3 dev-python/pylast/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylast/metadata.xml?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylast/metadata.xml?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylast/metadata.xml?r1=1.2&r2=1.3
15
16 Index: metadata.xml
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/pylast/metadata.xml,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- metadata.xml 20 Oct 2013 19:18:14 -0000 1.2
23 +++ metadata.xml 29 Nov 2014 03:45:17 -0000 1.3
24 @@ -2,7 +2,8 @@
25 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
26 <pkgmetadata>
27 <maintainer>
28 - <email>maintainer-needed@g.o</email>
29 + <email>idella4gentoo.org</email>
30 + <name>Ian Delaney</name>
31 </maintainer>
32 <longdescription lang="en">
33 Python interface to last.fm and other api-compatible websites
34
35
36
37 1.2 dev-python/pylast/pylast-1.0.0.ebuild
38
39 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylast/pylast-1.0.0.ebuild?rev=1.2&view=markup
40 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylast/pylast-1.0.0.ebuild?rev=1.2&content-type=text/plain
41 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylast/pylast-1.0.0.ebuild?r1=1.1&r2=1.2
42
43 Index: pylast-1.0.0.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/dev-python/pylast/pylast-1.0.0.ebuild,v
46 retrieving revision 1.1
47 retrieving revision 1.2
48 diff -u -r1.1 -r1.2
49 --- pylast-1.0.0.ebuild 23 Sep 2014 14:55:02 -0000 1.1
50 +++ pylast-1.0.0.ebuild 29 Nov 2014 03:45:17 -0000 1.2
51 @@ -1,10 +1,10 @@
52 # Copyright 1999-2014 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pylast/pylast-1.0.0.ebuild,v 1.1 2014/09/23 14:55:02 idella4 Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pylast/pylast-1.0.0.ebuild,v 1.2 2014/11/29 03:45:17 idella4 Exp $
56
57 EAPI=5
58
59 -PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy )
60 +PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
61
62 inherit distutils-r1
63
64
65
66
67 1.9 dev-python/pylast/ChangeLog
68
69 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylast/ChangeLog?rev=1.9&view=markup
70 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylast/ChangeLog?rev=1.9&content-type=text/plain
71 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylast/ChangeLog?r1=1.8&r2=1.9
72
73 Index: ChangeLog
74 ===================================================================
75 RCS file: /var/cvsroot/gentoo-x86/dev-python/pylast/ChangeLog,v
76 retrieving revision 1.8
77 retrieving revision 1.9
78 diff -u -r1.8 -r1.9
79 --- ChangeLog 10 Oct 2014 15:23:29 -0000 1.8
80 +++ ChangeLog 29 Nov 2014 03:45:17 -0000 1.9
81 @@ -1,6 +1,10 @@
82 # ChangeLog for dev-python/pylast
83 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
84 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pylast/ChangeLog,v 1.8 2014/10/10 15:23:29 ago Exp $
85 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pylast/ChangeLog,v 1.9 2014/11/29 03:45:17 idella4 Exp $
86 +
87 + 29 Nov 2014; Ian Delaney <idella4@g.o> metadata.xml,
88 + pylast-1.0.0.ebuild:
89 + clean old python impl, take maintainer ownership
90
91 10 Oct 2014; Agostino Sarubbo <ago@g.o> pylast-0.5.11-r1.ebuild:
92 Stable for amd64, wrt bug #521812