Gentoo Archives: gentoo-commits

From: "William Hubbs (williamh)" <williamh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/PyZilla: PyZilla-0.1.0-r1.ebuild ChangeLog PyZilla-0.1.0.ebuild
Date: Tue, 24 Feb 2015 15:31:17
Message-Id: 20150224153104.7289F12757@oystercatcher.gentoo.org
1 williamh 15/02/24 15:31:04
2
3 Modified: ChangeLog
4 Added: PyZilla-0.1.0-r1.ebuild
5 Removed: PyZilla-0.1.0.ebuild
6 Log:
7 migrate to distutils-r1 and eapi 5, thanks to idella4
8
9 (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 0x30C46538)
10
11 Revision Changes Path
12 1.4 dev-python/PyZilla/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyZilla/ChangeLog?rev=1.4&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyZilla/ChangeLog?rev=1.4&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyZilla/ChangeLog?r1=1.3&r2=1.4
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-python/PyZilla/ChangeLog,v
21 retrieving revision 1.3
22 retrieving revision 1.4
23 diff -u -r1.3 -r1.4
24 --- ChangeLog 7 Apr 2011 18:25:56 -0000 1.3
25 +++ ChangeLog 24 Feb 2015 15:31:04 -0000 1.4
26 @@ -1,6 +1,12 @@
27 # ChangeLog for dev-python/PyZilla
28 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyZilla/ChangeLog,v 1.3 2011/04/07 18:25:56 arfrever Exp $
30 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
31 +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyZilla/ChangeLog,v 1.4 2015/02/24 15:31:04 williamh Exp $
32 +
33 +*PyZilla-0.1.0-r1 (24 Feb 2015)
34 +
35 + 24 Feb 2015; William Hubbs <williamh@g.o> +PyZilla-0.1.0-r1.ebuild,
36 + -PyZilla-0.1.0.ebuild:
37 + migrate to distutils-r1 and eapi 5, thanks to idella4
38
39 07 Apr 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
40 PyZilla-0.1.0.ebuild:
41 @@ -14,4 +20,3 @@
42 26 Mar 2011; Mike Frysinger <vapier@g.o> +PyZilla-0.1.0.ebuild,
43 +metadata.xml:
44 Initial ebuild.
45 -
46
47
48
49 1.1 dev-python/PyZilla/PyZilla-0.1.0-r1.ebuild
50
51 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyZilla/PyZilla-0.1.0-r1.ebuild?rev=1.1&view=markup
52 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyZilla/PyZilla-0.1.0-r1.ebuild?rev=1.1&content-type=text/plain
53
54 Index: PyZilla-0.1.0-r1.ebuild
55 ===================================================================
56 # Copyright 1999-2015 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 # $Header: /var/cvsroot/gentoo-x86/dev-python/PyZilla/PyZilla-0.1.0-r1.ebuild,v 1.1 2015/02/24 15:31:04 williamh Exp $
59
60 EAPI=5
61
62 PYTHON_COMPAT=( python2_7 )
63
64 inherit distutils-r1
65
66 DESCRIPTION="Python wrapper for the BugZilla XML-RPC API"
67 HOMEPAGE="http://pypi.python.org/pypi/PyZilla"
68 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
69
70 LICENSE="GPL-3"
71 SLOT="0"
72 KEYWORDS="~amd64 ~x86"
73 IUSE=""
74
75 DEPEND=""
76 RDEPEND=""