summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2010-09-29 10:46:31 +0000
committerPacho Ramos <pacho@gentoo.org>2010-09-29 10:46:31 +0000
commita6a33d901914bc499b4fcd39aa15d06696b72990 (patch)
tree0ac35b6cba3b0b36e24c99aa81da099349657c57 /net-libs/telepathy-farsight
parentVersion bump with bugfixes, handle libproxy optional RDEPEND now that 0.4 is ... (diff)
downloadgentoo-2-a6a33d901914bc499b4fcd39aa15d06696b72990.tar.gz
gentoo-2-a6a33d901914bc499b4fcd39aa15d06696b72990.tar.bz2
gentoo-2-a6a33d901914bc499b4fcd39aa15d06696b72990.zip
Version bump with bugfixes, remove old.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
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.15.ebuild (renamed from net-libs/telepathy-farsight/telepathy-farsight-0.0.9.ebuild)6
2 files changed, 10 insertions, 4 deletions
diff --git a/net-libs/telepathy-farsight/ChangeLog b/net-libs/telepathy-farsight/ChangeLog
index 9435d108e33d..166a6b7171fd 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-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-farsight/ChangeLog,v 1.13 2010/08/07 16:49:44 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-farsight/ChangeLog,v 1.14 2010/09/29 10:46:31 pacho Exp $
+
+*telepathy-farsight-0.0.15 (29 Sep 2010)
+
+ 29 Sep 2010; Pacho Ramos <pacho@gentoo.org>
+ -telepathy-farsight-0.0.9.ebuild, +telepathy-farsight-0.0.15.ebuild:
+ Version bump with bugfixes, remove old.
07 Aug 2010; Raúl Porcel <armin76@gentoo.org>
telepathy-farsight-0.0.11.ebuild:
diff --git a/net-libs/telepathy-farsight/telepathy-farsight-0.0.9.ebuild b/net-libs/telepathy-farsight/telepathy-farsight-0.0.15.ebuild
index d77d1d968903..5d8af6e67406 100644
--- a/net-libs/telepathy-farsight/telepathy-farsight-0.0.9.ebuild
+++ b/net-libs/telepathy-farsight/telepathy-farsight-0.0.15.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 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.9.ebuild,v 1.3 2010/02/19 19:21:01 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-farsight/telepathy-farsight-0.0.15.ebuild,v 1.1 2010/09/29 10:46:31 pacho Exp $
EAPI="2"
@@ -17,7 +17,7 @@ RDEPEND=">=dev-libs/glib-2.16
>=sys-apps/dbus-0.60
>=dev-libs/dbus-glib-0.60
>=net-libs/telepathy-glib-0.7.34
- >=net-libs/farsight2-0.0.14
+ >=net-libs/farsight2-0.0.17
python? (
>=dev-python/pygobject-2.12.0
>=dev-python/gst-python-0.10.10 )"
@@ -30,5 +30,5 @@ src_configure() {
src_install() {
emake install DESTDIR="${D}" || die "emake install failed"
- dodoc NEWS ChangeLog
+ dodoc NEWS ChangeLog || die
}