Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/gst-python: gst-python-0.10.10.ebuild ChangeLog
Date: Sun, 24 Feb 2008 19:45:40
Message-Id: E1JTMmz-0007oc-50@stork.gentoo.org
1 eva 08/02/24 19:45:33
2
3 Modified: gst-python-0.10.10.ebuild ChangeLog
4 Log:
5 fix python eclass use, bug #207667
6 add examples USE flag, bug #111508
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.3 dev-python/gst-python/gst-python-0.10.10.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gst-python/gst-python-0.10.10.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gst-python/gst-python-0.10.10.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gst-python/gst-python-0.10.10.ebuild?r1=1.2&r2=1.3
15
16 Index: gst-python-0.10.10.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/gst-python/gst-python-0.10.10.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- gst-python-0.10.10.ebuild 29 Jan 2008 23:39:23 -0000 1.2
23 +++ gst-python-0.10.10.ebuild 24 Feb 2008 19:45:32 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gst-python/gst-python-0.10.10.ebuild,v 1.2 2008/01/29 23:39:23 drac Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/gst-python/gst-python-0.10.10.ebuild,v 1.3 2008/02/24 19:45:32 eva Exp $
29
30 NEED_PYTHON=2.4
31
32 @@ -13,7 +13,7 @@
33 LICENSE="LGPL-2"
34 SLOT="0.10"
35 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
36 -IUSE=""
37 +IUSE="examples"
38
39 RDEPEND=">=dev-python/pygtk-2.6.3
40 >=dev-libs/glib-2.8
41 @@ -29,14 +29,22 @@
42 unpack ${A}
43 cd "${S}"
44 epatch "${FILESDIR}"/${PN}-0.10.9-lazy.patch
45 +
46 + # disable pyc compiling
47 + mv py-compile py-compile.orig
48 + ln -s $(type -P true) py-compile
49 +
50 AT_M4DIR="common/m4" eautoreconf
51 }
52
53 src_install() {
54 emake DESTDIR="${D}" install || die "emake install failed."
55 dodoc AUTHORS ChangeLog NEWS README TODO
56 - docinto examples
57 - dodoc examples/*
58 +
59 + if use examples; then
60 + docinto examples
61 + dodoc examples/*
62 + fi
63 }
64
65 pkg_postinst() {
66
67
68
69 1.37 dev-python/gst-python/ChangeLog
70
71 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gst-python/ChangeLog?rev=1.37&view=markup
72 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gst-python/ChangeLog?rev=1.37&content-type=text/plain
73 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gst-python/ChangeLog?r1=1.36&r2=1.37
74
75 Index: ChangeLog
76 ===================================================================
77 RCS file: /var/cvsroot/gentoo-x86/dev-python/gst-python/ChangeLog,v
78 retrieving revision 1.36
79 retrieving revision 1.37
80 diff -u -r1.36 -r1.37
81 --- ChangeLog 29 Jan 2008 23:32:04 -0000 1.36
82 +++ ChangeLog 24 Feb 2008 19:45:32 -0000 1.37
83 @@ -1,6 +1,11 @@
84 # ChangeLog for dev-python/gst-python
85 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
86 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gst-python/ChangeLog,v 1.36 2008/01/29 23:32:04 drac Exp $
87 +# $Header: /var/cvsroot/gentoo-x86/dev-python/gst-python/ChangeLog,v 1.37 2008/02/24 19:45:32 eva Exp $
88 +
89 + 24 Feb 2008; Gilles Dartiguelongue <eva@g.o>
90 + gst-python-0.10.10.ebuild:
91 + fix python eclass use, bug #207667
92 + add examples USE flag, bug #111508
93
94 *gst-python-0.10.10 (29 Jan 2008)
95
96
97
98
99 --
100 gentoo-commits@l.g.o mailing list