diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2013-03-30 17:02:42 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2013-03-30 17:02:42 +0000 |
commit | 3f471c85f01e41c0ad530d51201716845fb61681 (patch) | |
tree | 600e8531ae72f4d7993ccf1d11ec8856a3d8e3f5 /net-libs/telepathy-farsight | |
parent | Update NVIDIA license (bug #463872 by Richard Yao). (diff) | |
download | gentoo-2-3f471c85f01e41c0ad530d51201716845fb61681.tar.gz gentoo-2-3f471c85f01e41c0ad530d51201716845fb61681.tar.bz2 gentoo-2-3f471c85f01e41c0ad530d51201716845fb61681.zip |
Clean up old revisions.
(Portage version: 2.2.0_alpha166/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Diffstat (limited to 'net-libs/telepathy-farsight')
4 files changed, 6 insertions, 153 deletions
diff --git a/net-libs/telepathy-farsight/ChangeLog b/net-libs/telepathy-farsight/ChangeLog index b05281646730..1580b45868f0 100644 --- a/net-libs/telepathy-farsight/ChangeLog +++ b/net-libs/telepathy-farsight/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-libs/telepathy-farsight # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-farsight/ChangeLog,v 1.34 2013/02/03 11:43:43 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-farsight/ChangeLog,v 1.35 2013/03/30 17:02:42 eva Exp $ + + 30 Mar 2013; Gilles Dartiguelongue <eva@gentoo.org> + -telepathy-farsight-0.0.15.ebuild, -telepathy-farsight-0.0.16.ebuild, + -telepathy-farsight-0.0.17.ebuild: + Clean up old revisions. 03 Feb 2013; Pacho Ramos <pacho@gentoo.org> metadata.xml: Cleanup due #453094 diff --git a/net-libs/telepathy-farsight/telepathy-farsight-0.0.15.ebuild b/net-libs/telepathy-farsight/telepathy-farsight-0.0.15.ebuild deleted file mode 100644 index 7755c02d8e63..000000000000 --- a/net-libs/telepathy-farsight/telepathy-farsight-0.0.15.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2011 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.15.ebuild,v 1.8 2011/10/24 06:18:30 tetromino Exp $ - -EAPI="3" -PYTHON_DEPEND="python? 2:2.6" - -inherit python - -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 ia64 ppc sparc x86" -IUSE="python" - -RDEPEND=">=dev-libs/glib-2.16:2 - >=sys-apps/dbus-0.60 - >=dev-libs/dbus-glib-0.60 - >=net-libs/telepathy-glib-0.7.34 - >=net-libs/farsight2-0.0.17 - python? ( - >=dev-python/pygobject-2.12.0:2 - >=dev-python/gst-python-0.10.10 )" - -DEPEND="${RDEPEND}" - -pkg_setup() { - if use python; then - python_set_active_version 2 - python_pkg_setup - fi -} - -src_prepare() { - if use python; then - python_convert_shebangs -r 2 . - fi -} - -src_configure() { - econf $(use_enable python) -} - -src_install() { - emake install DESTDIR="${D}" || die "emake install failed" - dodoc NEWS ChangeLog || die -} diff --git a/net-libs/telepathy-farsight/telepathy-farsight-0.0.16.ebuild b/net-libs/telepathy-farsight/telepathy-farsight-0.0.16.ebuild deleted file mode 100644 index aa7ab78767dc..000000000000 --- a/net-libs/telepathy-farsight/telepathy-farsight-0.0.16.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2011 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.16.ebuild,v 1.2 2011/10/24 06:18:30 tetromino Exp $ - -EAPI="3" -PYTHON_DEPEND="python? 2:2.6" - -inherit python - -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 ~ia64 ~ppc ~sparc ~x86" -IUSE="python" - -RDEPEND=">=dev-libs/glib-2.16:2 - >=sys-apps/dbus-0.60 - >=dev-libs/dbus-glib-0.60 - >=net-libs/telepathy-glib-0.13.4 - >=net-libs/farsight2-0.0.17 - python? ( - >=dev-python/pygobject-2.12.0:2 - >=dev-python/gst-python-0.10.10 )" - -DEPEND="${RDEPEND}" - -pkg_setup() { - if use python; then - python_set_active_version 2 - python_pkg_setup - fi -} - -src_prepare() { - if use python; then - python_convert_shebangs -r 2 . - fi -} - -src_configure() { - econf $(use_enable python) --disable-static -} - -src_install() { - emake install DESTDIR="${D}" || die "emake install failed" - python_clean_installation_image - dodoc NEWS ChangeLog || die -} diff --git a/net-libs/telepathy-farsight/telepathy-farsight-0.0.17.ebuild b/net-libs/telepathy-farsight/telepathy-farsight-0.0.17.ebuild deleted file mode 100644 index 9cdbb9d40efe..000000000000 --- a/net-libs/telepathy-farsight/telepathy-farsight-0.0.17.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2011 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.17.ebuild,v 1.7 2011/10/24 06:18:30 tetromino Exp $ - -EAPI="3" -PYTHON_DEPEND="python? 2:2.6" - -inherit python - -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 ia64 ppc sparc x86 ~x86-linux" -IUSE="python" - -RDEPEND=">=dev-libs/glib-2.16:2 - >=sys-apps/dbus-0.60 - >=dev-libs/dbus-glib-0.60 - >=net-libs/telepathy-glib-0.13.4 - >=net-libs/farsight2-0.0.17 - python? ( - >=dev-python/pygobject-2.12.0:2 - >=dev-python/gst-python-0.10.10 )" - -DEPEND="${RDEPEND}" - -pkg_setup() { - if use python; then - python_set_active_version 2 - python_pkg_setup - fi -} - -src_prepare() { - if use python; then - python_convert_shebangs -r 2 . - fi -} - -src_configure() { - econf $(use_enable python) --disable-static -} - -src_install() { - emake install DESTDIR="${D}" || die "emake install failed" - python_clean_installation_image - dodoc NEWS ChangeLog || die -} |