summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2011-03-30 20:02:28 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2011-03-30 20:02:28 +0000
commitb8aeda17bbc69701499ec19db570120029e81b79 (patch)
tree3bf81f5acc8320af486aff8b1f2b11959b643e23 /media-video/flumotion
parentRemove -j1 from src_install as there should be no problem now that compilatio... (diff)
downloadgentoo-2-b8aeda17bbc69701499ec19db570120029e81b79.tar.gz
gentoo-2-b8aeda17bbc69701499ec19db570120029e81b79.tar.bz2
gentoo-2-b8aeda17bbc69701499ec19db570120029e81b79.zip
add missing deps etc
(Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
Diffstat (limited to 'media-video/flumotion')
-rw-r--r--media-video/flumotion/flumotion-0.8.1.ebuild10
1 files changed, 8 insertions, 2 deletions
diff --git a/media-video/flumotion/flumotion-0.8.1.ebuild b/media-video/flumotion/flumotion-0.8.1.ebuild
index 6140d875fba8..d3669fdc7f6d 100644
--- a/media-video/flumotion/flumotion-0.8.1.ebuild
+++ b/media-video/flumotion/flumotion-0.8.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/flumotion/flumotion-0.8.1.ebuild,v 1.1 2011/03/30 19:51:59 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/flumotion/flumotion-0.8.1.ebuild,v 1.2 2011/03/30 20:02:28 ssuominen Exp $
EAPI=3
@@ -21,7 +21,9 @@ RDEPEND=""
DEPEND="${RDEPEND}
sys-devel/gettext
doc? ( dev-python/epydoc )
- test? ( dev-python/pychecker )"
+ test? ( dev-python/icalendar
+ dev-python/pychecker
+ dev-python/twisted-conch )"
src_prepare() {
rm -f py-compile
@@ -40,6 +42,10 @@ src_compile() {
emake -j1 fdpass_so_LINK="$(tc-getCC) ${LDFLAGS} -shared -o fdpass.so" || die
}
+src_test() {
+ Xemake -j1 check || die
+}
+
src_install() {
emake -j1 DESTDIR="${D}" install || die
dodoc AUTHORS ChangeLog NEWS README RELEASE TODO