Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/flumotion: flumotion-0.8.1.ebuild
Date: Wed, 30 Mar 2011 20:02:39
Message-Id: 20110330200229.0CAFE20054@flycatcher.gentoo.org
1 ssuominen 11/03/30 20:02:29
2
3 Modified: flumotion-0.8.1.ebuild
4 Log:
5 add missing deps etc
6
7 (Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 media-video/flumotion/flumotion-0.8.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/flumotion/flumotion-0.8.1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/flumotion/flumotion-0.8.1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/flumotion/flumotion-0.8.1.ebuild?r1=1.1&r2=1.2
15
16 Index: flumotion-0.8.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-video/flumotion/flumotion-0.8.1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- flumotion-0.8.1.ebuild 30 Mar 2011 19:51:59 -0000 1.1
23 +++ flumotion-0.8.1.ebuild 30 Mar 2011 20:02:28 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-video/flumotion/flumotion-0.8.1.ebuild,v 1.1 2011/03/30 19:51:59 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-video/flumotion/flumotion-0.8.1.ebuild,v 1.2 2011/03/30 20:02:28 ssuominen Exp $
29
30 EAPI=3
31
32 @@ -21,7 +21,9 @@
33 DEPEND="${RDEPEND}
34 sys-devel/gettext
35 doc? ( dev-python/epydoc )
36 - test? ( dev-python/pychecker )"
37 + test? ( dev-python/icalendar
38 + dev-python/pychecker
39 + dev-python/twisted-conch )"
40
41 src_prepare() {
42 rm -f py-compile
43 @@ -40,6 +42,10 @@
44 emake -j1 fdpass_so_LINK="$(tc-getCC) ${LDFLAGS} -shared -o fdpass.so" || die
45 }
46
47 +src_test() {
48 + Xemake -j1 check || die
49 +}
50 +
51 src_install() {
52 emake -j1 DESTDIR="${D}" install || die
53 dodoc AUTHORS ChangeLog NEWS README RELEASE TODO