diff options
author | Olivier Crête <tester@gentoo.org> | 2009-08-25 02:22:39 +0000 |
---|---|---|
committer | Olivier Crête <tester@gentoo.org> | 2009-08-25 02:22:39 +0000 |
commit | 50b8e30b4468d7e7fee298601d0df9f733bda3ef (patch) | |
tree | eb8923d53deb1e0c28d5008b92b524efff0a3bc7 /net-libs | |
parent | Version bump (see bug #263872). (diff) | |
download | gentoo-2-50b8e30b4468d7e7fee298601d0df9f733bda3ef.tar.gz gentoo-2-50b8e30b4468d7e7fee298601d0df9f733bda3ef.tar.bz2 gentoo-2-50b8e30b4468d7e7fee298601d0df9f733bda3ef.zip |
Version bump
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/telepathy-farsight/ChangeLog | 9 | ||||
-rw-r--r-- | net-libs/telepathy-farsight/telepathy-farsight-0.0.6.ebuild | 35 | ||||
-rw-r--r-- | net-libs/telepathy-farsight/telepathy-farsight-0.0.7.ebuild | 34 | ||||
-rw-r--r-- | net-libs/telepathy-farsight/telepathy-farsight-0.0.9.ebuild (renamed from net-libs/telepathy-farsight/telepathy-farsight-0.0.8.ebuild) | 4 |
4 files changed, 10 insertions, 72 deletions
diff --git a/net-libs/telepathy-farsight/ChangeLog b/net-libs/telepathy-farsight/ChangeLog index 2cb80f7f7095..eb348c4c9d14 100644 --- a/net-libs/telepathy-farsight/ChangeLog +++ b/net-libs/telepathy-farsight/ChangeLog @@ -1,6 +1,13 @@ # 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.4 2009/08/22 03:16:14 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-farsight/ChangeLog,v 1.5 2009/08/25 02:22:39 tester Exp $ + +*telepathy-farsight-0.0.9 (25 Aug 2009) + + 25 Aug 2009; Olivier Crête <tester@gentoo.org> + -telepathy-farsight-0.0.6.ebuild, -telepathy-farsight-0.0.7.ebuild, + -telepathy-farsight-0.0.8.ebuild, +telepathy-farsight-0.0.9.ebuild: + Version bump *telepathy-farsight-0.0.8 (22 Aug 2009) diff --git a/net-libs/telepathy-farsight/telepathy-farsight-0.0.6.ebuild b/net-libs/telepathy-farsight/telepathy-farsight-0.0.6.ebuild deleted file mode 100644 index 6e7f29587471..000000000000 --- a/net-libs/telepathy-farsight/telepathy-farsight-0.0.6.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# 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.6.ebuild,v 1.1 2009/05/10 21:06:59 ford_prefect 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="~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.8 - python? ( - >=dev-python/pygobject-2.12.0 - >=dev-python/pygtk-2.10 - >=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 -} diff --git a/net-libs/telepathy-farsight/telepathy-farsight-0.0.7.ebuild b/net-libs/telepathy-farsight/telepathy-farsight-0.0.7.ebuild deleted file mode 100644 index 50fb73f55add..000000000000 --- a/net-libs/telepathy-farsight/telepathy-farsight-0.0.7.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# 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.7.ebuild,v 1.2 2009/05/15 20:56:16 klausman 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.9 - 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 -} diff --git a/net-libs/telepathy-farsight/telepathy-farsight-0.0.8.ebuild b/net-libs/telepathy-farsight/telepathy-farsight-0.0.9.ebuild index 951e05cdf3db..1cd5fdafdf21 100644 --- a/net-libs/telepathy-farsight/telepathy-farsight-0.0.8.ebuild +++ b/net-libs/telepathy-farsight/telepathy-farsight-0.0.9.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/net-libs/telepathy-farsight/telepathy-farsight-0.0.8.ebuild,v 1.1 2009/08/22 03:16:14 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-farsight/telepathy-farsight-0.0.9.ebuild,v 1.1 2009/08/25 02:22:39 tester Exp $ EAPI="2" @@ -16,7 +16,7 @@ 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/telepathy-glib-0.7.34 >=net-libs/farsight2-0.0.14 python? ( >=dev-python/pygobject-2.12.0 |