diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2013-03-30 17:04:37 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2013-03-30 17:04:37 +0000 |
commit | b51ac545803ffa1f48a9b244272ce71f7dfc6234 (patch) | |
tree | 1af55d04ab3cc351fe45798d36b72b4047c9bf15 /net-libs/telepathy-glib | |
parent | Clean up old revision. (diff) | |
download | gentoo-2-b51ac545803ffa1f48a9b244272ce71f7dfc6234.tar.gz gentoo-2-b51ac545803ffa1f48a9b244272ce71f7dfc6234.tar.bz2 gentoo-2-b51ac545803ffa1f48a9b244272ce71f7dfc6234.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-glib')
-rw-r--r-- | net-libs/telepathy-glib/ChangeLog | 6 | ||||
-rw-r--r-- | net-libs/telepathy-glib/telepathy-glib-0.18.1.ebuild | 6 | ||||
-rw-r--r-- | net-libs/telepathy-glib/telepathy-glib-0.18.2.ebuild | 57 |
3 files changed, 8 insertions, 61 deletions
diff --git a/net-libs/telepathy-glib/ChangeLog b/net-libs/telepathy-glib/ChangeLog index 8b3465325101..aeb3dc26d9b5 100644 --- a/net-libs/telepathy-glib/ChangeLog +++ b/net-libs/telepathy-glib/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-libs/telepathy-glib # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-glib/ChangeLog,v 1.131 2013/03/29 13:41:28 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-glib/ChangeLog,v 1.132 2013/03/30 17:04:37 eva Exp $ + + 30 Mar 2013; Gilles Dartiguelongue <eva@gentoo.org> + telepathy-glib-0.18.1.ebuild, -telepathy-glib-0.18.2.ebuild: + Clean up old revisions. 29 Mar 2013; Agostino Sarubbo <ago@gentoo.org> telepathy-glib-0.20.1-r1.ebuild: diff --git a/net-libs/telepathy-glib/telepathy-glib-0.18.1.ebuild b/net-libs/telepathy-glib/telepathy-glib-0.18.1.ebuild index 7c2b8fe48b98..6a69e17ef4a1 100644 --- a/net-libs/telepathy-glib/telepathy-glib-0.18.1.ebuild +++ b/net-libs/telepathy-glib/telepathy-glib-0.18.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-glib/telepathy-glib-0.18.1.ebuild,v 1.11 2012/12/21 21:12:43 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-glib/telepathy-glib-0.18.1.ebuild,v 1.12 2013/03/30 17:04:37 eva Exp $ EAPI="4" PYTHON_DEPEND="2:2.5" @@ -13,7 +13,7 @@ SRC_URI="http://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1+" SLOT="0" -KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="alpha sparc" IUSE="debug +introspection +vala" RDEPEND=">=dev-libs/glib-2.30.0:2 diff --git a/net-libs/telepathy-glib/telepathy-glib-0.18.2.ebuild b/net-libs/telepathy-glib/telepathy-glib-0.18.2.ebuild deleted file mode 100644 index 187b7e5df806..000000000000 --- a/net-libs/telepathy-glib/telepathy-glib-0.18.2.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-glib/telepathy-glib-0.18.2.ebuild,v 1.3 2012/12/21 21:12:43 eva Exp $ - -EAPI="4" -PYTHON_DEPEND="2:2.5" -VALA_MIN_API_VERSION="0.14" -VALA_USE_DEPEND="vapigen" - -inherit python virtualx vala - -DESCRIPTION="GLib bindings for the Telepathy D-Bus protocol." -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 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" -IUSE="debug +introspection +vala" -REQUIRED_USE="vala? ( introspection )" - -RDEPEND=">=dev-libs/glib-2.30.0:2 - >=dev-libs/dbus-glib-0.90 - introspection? ( >=dev-libs/gobject-introspection-1.30 )" -DEPEND="${RDEPEND} - dev-libs/libxslt - virtual/pkgconfig - vala? ( $(vala_depend) )" - -src_prepare() { - python_convert_shebangs -r 2 examples tests tools - use vala && vala_src_prepare - default -} - -src_configure() { - econf --disable-static \ - --disable-installed-tests \ - PYTHON=$(PYTHON -2 -a) \ - $(use_enable debug backtrace) \ - $(use_enable debug debug-cache) \ - $(use_enable introspection) \ - $(use_enable vala vala-bindings) -} - -src_test() { - unset DBUS_SESSION_BUS_ADDRESS - # Needs dbus for tests (auto-launched) - Xemake -j1 check -} - -src_install() { - emake install DESTDIR="${D}" - dodoc AUTHORS ChangeLog NEWS README - - find "${D}" -name '*.la' -exec rm -f '{}' + -} |