summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Crête <tester@gentoo.org>2009-07-08 12:10:53 +0000
committerOlivier Crête <tester@gentoo.org>2009-07-08 12:10:53 +0000
commitf22da3862f8a2c7ac052f29eae8fc1c5a7367fd0 (patch)
treefb53f065be4dabafd090e5ea708dea0fa99bf889
parentVersion bump, fixes security issue, bug #276214, thank Alex Legler for report... (diff)
downloadgentoo-2-f22da3862f8a2c7ac052f29eae8fc1c5a7367fd0.tar.gz
gentoo-2-f22da3862f8a2c7ac052f29eae8fc1c5a7367fd0.tar.bz2
gentoo-2-f22da3862f8a2c7ac052f29eae8fc1c5a7367fd0.zip
Add test restriction, remove old
(Portage version: 2.1.6.13/cvs/Linux i686)
-rw-r--r--media-libs/farsight/ChangeLog6
-rw-r--r--media-libs/farsight/farsight-0.1.27.ebuild51
-rw-r--r--media-libs/farsight/farsight-0.1.28-r1.ebuild4
3 files changed, 8 insertions, 53 deletions
diff --git a/media-libs/farsight/ChangeLog b/media-libs/farsight/ChangeLog
index b2af90a0a9d7..a7fc83515fb6 100644
--- a/media-libs/farsight/ChangeLog
+++ b/media-libs/farsight/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-libs/farsight
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/farsight/ChangeLog,v 1.23 2009/03/30 03:37:32 tester Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/farsight/ChangeLog,v 1.24 2009/07/08 12:10:53 tester Exp $
+
+ 08 Jul 2009; Olivier Crête <tester@gentoo.org> -farsight-0.1.27.ebuild,
+ farsight-0.1.28-r1.ebuild:
+ Add test restriction, remove old
*farsight-0.1.28-r1 (30 Mar 2009)
diff --git a/media-libs/farsight/farsight-0.1.27.ebuild b/media-libs/farsight/farsight-0.1.27.ebuild
deleted file mode 100644
index 5e353553cf2b..000000000000
--- a/media-libs/farsight/farsight-0.1.27.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/farsight/farsight-0.1.27.ebuild,v 1.1 2008/04/12 21:43:21 tester Exp $
-
-DESCRIPTION="FarSight is an audio/video conferencing framework specifically designed for Instant Messengers."
-HOMEPAGE="http://farsight.freedesktop.org/"
-SRC_URI="http://farsight.freedesktop.org/releases/${PN}/${P}.tar.gz"
-#EDARCS_REPO_URI="http://projects.collabora.co.uk/darcs/farsight/farsight"
-
-LICENSE="LGPL-2.1"
-KEYWORDS="~amd64 ~x86"
-IUSE="jingle doc test"
-# msn yahoo
-SLOT="0"
-
-COMMON_DEPEND="=media-libs/gstreamer-0.10*
- >=media-libs/gstreamer-0.10.13
- =media-libs/gst-plugins-base-0.10*
- >=dev-libs/glib-2.6
- dev-libs/libxml2
- jingle? ( >=net-libs/libjingle-0.3.11 )"
-
-RDEPEND="${COMMON_DEPEND}
- >=media-plugins/gst-plugins-farsight-0.12.7
- !<net-voip/telepathy-stream-engine-0.5.0
- =media-libs/gst-plugins-good-0.10*
- =media-plugins/gst-plugins-ffmpeg-0.10*"
-
-DEPEND="${COMMON_DEPEND}
- dev-util/pkgconfig
- doc? ( >=dev-util/gtk-doc-1.5 )
- test? ( >=dev-libs/check-0.9.4 )"
-
-src_compile() {
- # I'm disabling clinkc because it sucks, isnt in portage
- # and I couldnt care less for upnp
- econf --enable-rtp \
- --disable-clinkc \
- $(use_enable doc) \
- $(use_enable jingle jingle-p2p) || die "econf failed"
- # Not yet ported to the new version
- # $(use_enable msn msnwebcam) \
- # $(use_enable msn msnavconf) \
- # $(use_enable yahoo yahoowebcam) \
- emake || die "emake failed"
-}
-
-src_install() {
- emake install DESTDIR="${D}" || die "emake install failed"
- dodoc AUTHORS README TODO
-}
diff --git a/media-libs/farsight/farsight-0.1.28-r1.ebuild b/media-libs/farsight/farsight-0.1.28-r1.ebuild
index fff5dcdde09a..457ffc7e88b2 100644
--- a/media-libs/farsight/farsight-0.1.28-r1.ebuild
+++ b/media-libs/farsight/farsight-0.1.28-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/farsight/farsight-0.1.28-r1.ebuild,v 1.1 2009/03/30 03:37:32 tester Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/farsight/farsight-0.1.28-r1.ebuild,v 1.2 2009/07/08 12:10:53 tester Exp $
DESCRIPTION="FarSight is an audio/video conferencing framework specifically designed for Instant Messengers."
HOMEPAGE="http://farsight.freedesktop.org/"
@@ -13,6 +13,8 @@ IUSE="jingle doc test"
# msn yahoo
SLOT="0"
+RESTRICT="test"
+
COMMON_DEPEND="=media-libs/gstreamer-0.10*
>=media-libs/gstreamer-0.10.13
=media-libs/gst-plugins-base-0.10*