Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pyparted: pyparted-3.9.ebuild ChangeLog
Date: Mon, 31 Dec 2012 18:00:29
Message-Id: 20121231180019.C4FB62171D@flycatcher.gentoo.org
1 jer 12/12/31 18:00:19
2
3 Modified: ChangeLog
4 Added: pyparted-3.9.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key A792A613)
9
10 Revision Changes Path
11 1.74 dev-python/pyparted/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyparted/ChangeLog?rev=1.74&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyparted/ChangeLog?rev=1.74&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyparted/ChangeLog?r1=1.73&r2=1.74
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/pyparted/ChangeLog,v
20 retrieving revision 1.73
21 retrieving revision 1.74
22 diff -u -r1.73 -r1.74
23 --- ChangeLog 22 Feb 2012 07:54:16 -0000 1.73
24 +++ ChangeLog 31 Dec 2012 18:00:19 -0000 1.74
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-python/pyparted
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparted/ChangeLog,v 1.73 2012/02/22 07:54:16 patrick Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparted/ChangeLog,v 1.74 2012/12/31 18:00:19 jer Exp $
30 +
31 +*pyparted-3.9 (31 Dec 2012)
32 +
33 + 31 Dec 2012; Jeroen Roovers <jer@g.o> +pyparted-3.9.ebuild:
34 + Version bump.
35
36 22 Feb 2012; Patrick Lauer <patrick@g.o> pyparted-3.8-r1.ebuild:
37 Restricting python stuff properly
38
39
40
41 1.1 dev-python/pyparted/pyparted-3.9.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyparted/pyparted-3.9.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyparted/pyparted-3.9.ebuild?rev=1.1&content-type=text/plain
45
46 Index: pyparted-3.9.ebuild
47 ===================================================================
48 # Copyright 1999-2012 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-python/pyparted/pyparted-3.9.ebuild,v 1.1 2012/12/31 18:00:19 jer Exp $
51
52 EAPI=4
53 PYTHON_DEPEND="2:2.7"
54 SUPPORT_PYTHON_ABIS="1"
55 RESTRICT_PYTHON_ABIS="2.5 3.* *-jython 2.7-pypy-*"
56 PYTHON_MODNAME="parted"
57
58 inherit distutils
59
60 DESCRIPTION="Python bindings for sys-block/parted"
61 HOMEPAGE="https://fedorahosted.org/pyparted/"
62 SRC_URI="https://fedorahosted.org/releases/p/y/${PN}/${P}.tar.gz"
63
64 LICENSE="GPL-2"
65 SLOT="0"
66 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
67 IUSE="test"
68
69 RDEPEND="
70 dev-python/decorator
71 >=sys-block/parted-3.1
72 sys-libs/ncurses
73 "
74 DEPEND="
75 ${RDEPEND}
76 test? ( dev-python/pychecker )
77 "