summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Crête <tester@gentoo.org>2009-08-22 03:16:14 +0000
committerOlivier Crête <tester@gentoo.org>2009-08-22 03:16:14 +0000
commitbb43093c2436bc4e6f1b0259cbbbc4b037e05753 (patch)
treed60177ac775a901a058bcc98f7cac8126a8519cc /net-libs/telepathy-farsight
parentVersion bump, remove old (diff)
downloadgentoo-2-bb43093c2436bc4e6f1b0259cbbbc4b037e05753.tar.gz
gentoo-2-bb43093c2436bc4e6f1b0259cbbbc4b037e05753.tar.bz2
gentoo-2-bb43093c2436bc4e6f1b0259cbbbc4b037e05753.zip
Version bump
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'net-libs/telepathy-farsight')
-rw-r--r--net-libs/telepathy-farsight/ChangeLog8
-rw-r--r--net-libs/telepathy-farsight/telepathy-farsight-0.0.8.ebuild34
2 files changed, 41 insertions, 1 deletions
diff --git a/net-libs/telepathy-farsight/ChangeLog b/net-libs/telepathy-farsight/ChangeLog
index e4ccd6405c0f..2cb80f7f7095 100644
--- a/net-libs/telepathy-farsight/ChangeLog
+++ b/net-libs/telepathy-farsight/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-libs/telepathy-farsight
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-farsight/ChangeLog,v 1.3 2009/05/15 20:56:16 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-farsight/ChangeLog,v 1.4 2009/08/22 03:16:14 tester Exp $
+
+*telepathy-farsight-0.0.8 (22 Aug 2009)
+
+ 22 Aug 2009; Olivier Crête <tester@gentoo.org>
+ +telepathy-farsight-0.0.8.ebuild:
+ Version bump
15 May 2009; Tobias Klausmann <klausman@gentoo.org>
telepathy-farsight-0.0.7.ebuild:
diff --git a/net-libs/telepathy-farsight/telepathy-farsight-0.0.8.ebuild b/net-libs/telepathy-farsight/telepathy-farsight-0.0.8.ebuild
new file mode 100644
index 000000000000..951e05cdf3db
--- /dev/null
+++ b/net-libs/telepathy-farsight/telepathy-farsight-0.0.8.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-farsight/telepathy-farsight-0.0.8.ebuild,v 1.1 2009/08/22 03:16:14 tester Exp $
+
+EAPI="2"
+
+DESCRIPTION="Farsight connection manager for the Telepathy framework"
+HOMEPAGE="http://telepathy.freedesktop.org"
+SRC_URI="http://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~x86"
+IUSE="python"
+
+RDEPEND=">=dev-libs/glib-2.16
+ >=sys-apps/dbus-0.60
+ >=dev-libs/dbus-glib-0.60
+ >=net-libs/telepathy-glib-0.7.29
+ >=net-libs/farsight2-0.0.14
+ python? (
+ >=dev-python/pygobject-2.12.0
+ >=dev-python/gst-python-0.10.10 )"
+
+DEPEND="${RDEPEND}"
+
+src_configure() {
+ econf $(use_enable python)
+}
+
+src_install() {
+ emake install DESTDIR="${D}" || die "emake install failed"
+ dodoc NEWS ChangeLog
+}