Gentoo Archives: gentoo-commits

From: "Chris Gianelloni (wolf31o2)" <wolf31o2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pyparted: ChangeLog pyparted-1.8.9.ebuild
Date: Thu, 20 Sep 2007 20:17:47
Message-Id: E1IYSLL-0005FX-ME@stork.gentoo.org
1 wolf31o2 07/09/20 20:09:47
2
3 Modified: ChangeLog pyparted-1.8.9.ebuild
4 Log:
5 Removed rpm dependency, fixed second DEPEND line, removed line using debug USE which wasn't in IUSE, and added ~arch KEYWORDS for the dropped arches for testing. Closing bug #192786.
6 (Portage version: 2.1.3.7)
7
8 Revision Changes Path
9 1.31 dev-python/pyparted/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyparted/ChangeLog?rev=1.31&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyparted/ChangeLog?rev=1.31&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyparted/ChangeLog?r1=1.30&r2=1.31
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-python/pyparted/ChangeLog,v
18 retrieving revision 1.30
19 retrieving revision 1.31
20 diff -u -r1.30 -r1.31
21 --- ChangeLog 27 Aug 2007 19:59:18 -0000 1.30
22 +++ ChangeLog 20 Sep 2007 20:09:47 -0000 1.31
23 @@ -1,6 +1,11 @@
24 # ChangeLog for dev-python/pyparted
25 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparted/ChangeLog,v 1.30 2007/08/27 19:59:18 wolf31o2 Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparted/ChangeLog,v 1.31 2007/09/20 20:09:47 wolf31o2 Exp $
28 +
29 + 20 Sep 2007; Chris Gianelloni <wolf31o2@g.o> pyparted-1.8.9.ebuild:
30 + Removed rpm dependency, fixed second DEPEND line, removed line using debug
31 + USE which wasn't in IUSE, and added ~arch KEYWORDS for the dropped arches
32 + for testing. Closing bug #192786.
33
34 27 Aug 2007; Chris Gianelloni <wolf31o2@g.o> pyparted-1.8.9.ebuild:
35 Changed python dependency from =2.4 to >=2.4 since this works fine with
36
37
38
39 1.3 dev-python/pyparted/pyparted-1.8.9.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyparted/pyparted-1.8.9.ebuild?rev=1.3&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyparted/pyparted-1.8.9.ebuild?rev=1.3&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyparted/pyparted-1.8.9.ebuild?r1=1.2&r2=1.3
44
45 Index: pyparted-1.8.9.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-python/pyparted/pyparted-1.8.9.ebuild,v
48 retrieving revision 1.2
49 retrieving revision 1.3
50 diff -u -r1.2 -r1.3
51 --- pyparted-1.8.9.ebuild 27 Aug 2007 19:59:18 -0000 1.2
52 +++ pyparted-1.8.9.ebuild 20 Sep 2007 20:09:47 -0000 1.3
53 @@ -1,25 +1,23 @@
54 # Copyright 1999-2007 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparted/pyparted-1.8.9.ebuild,v 1.2 2007/08/27 19:59:18 wolf31o2 Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparted/pyparted-1.8.9.ebuild,v 1.3 2007/09/20 20:09:47 wolf31o2 Exp $
58
59 -inherit flag-o-matic
60 +inherit multilib
61
62 DESCRIPTION="Python bindings for parted"
63 HOMEPAGE="http://dcantrel.fedorapeople.org/pyparted/"
64 SRC_URI="http://dcantrel.fedorapeople.org/pyparted/${P}.tar.bz2"
65 LICENSE="GPL-2"
66 SLOT="0"
67 -KEYWORDS="~x86"
68 -DEPEND="sys-libs/ncurses"
69 +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
70 IUSE=""
71
72 -# Needed to build...
73 -DEPEND=">=dev-lang/python-2.4
74 - >=sys-apps/parted-1.7.0
75 - >=app-arch/rpm-4"
76 +DEPEND="sys-libs/ncurses
77 + >=dev-lang/python-2.4
78 + >=sys-apps/parted-1.7.0"
79
80 src_compile() {
81 - useq debug && append-flags -O -ggdb -DDEBUG
82 + sed -i "s/\$(shell rpm --eval \"%{_libdir}\")/usr\/$(get_libdir)/" Makefile || die "cannot fix libdir"
83 emake || die "make failed"
84 }
85
86
87
88
89 --
90 gentoo-commits@g.o mailing list