From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RFnF0-0001bh-QH for garchives@archives.gentoo.org; Mon, 17 Oct 2011 13:28:30 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6C4A421C025; Mon, 17 Oct 2011 13:28:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 2666121C025 for ; Mon, 17 Oct 2011 13:28:21 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5E68D1B4022 for ; Mon, 17 Oct 2011 13:28:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 9D2D380042 for ; Mon, 17 Oct 2011 13:28:19 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <259912db155ac30719d1638dfb38911a92a3d742.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: net-libs/telepathy-glib/, net-libs/libgcal/ X-VCS-Repository: proj/kde X-VCS-Files: net-libs/libgcal/metadata.xml net-libs/telepathy-glib/metadata.xml net-libs/telepathy-glib/telepathy-glib-0.15.1.ebuild X-VCS-Directories: net-libs/telepathy-glib/ net-libs/libgcal/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 259912db155ac30719d1638dfb38911a92a3d742 Date: Mon, 17 Oct 2011 13:28:19 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: aeb70a80f0207c53e0664c03b2d247a4 commit: 259912db155ac30719d1638dfb38911a92a3d742 Author: Johannes Huber gmx de> AuthorDate: Mon Oct 17 13:28:33 2011 +0000 Commit: Johannes Huber gmx de> CommitDate: Mon Oct 17 13:28:33 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/kde.git;a=3Dc= ommit;h=3D259912db [net-libs/telepathy-glib] Removed, newer version in tree. (Portage version: 2.2.0_alpha67/git/Linux i686, signed Manifest commit wi= th key DF018462) --- net-libs/libgcal/metadata.xml | 5 +- net-libs/telepathy-glib/metadata.xml | 18 ------ .../telepathy-glib/telepathy-glib-0.15.1.ebuild | 65 --------------= ------ 3 files changed, 1 insertions(+), 87 deletions(-) diff --git a/net-libs/libgcal/metadata.xml b/net-libs/libgcal/metadata.xm= l index 616f048..8d1e86a 100644 --- a/net-libs/libgcal/metadata.xml +++ b/net-libs/libgcal/metadata.xml @@ -1,8 +1,5 @@ -no-herd - - maintainer-needed@gentoo.org - +kde diff --git a/net-libs/telepathy-glib/metadata.xml b/net-libs/telepathy-gl= ib/metadata.xml deleted file mode 100644 index 1bef2fe..0000000 --- a/net-libs/telepathy-glib/metadata.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - gnome - voip - - peper@gentoo.org - Piotr Jaroszy=C5=84ski - - - - - Use dev-libs/gobject-introspection - for introspection - Enable bindings for dev-lang/vala - - - diff --git a/net-libs/telepathy-glib/telepathy-glib-0.15.1.ebuild b/net-l= ibs/telepathy-glib/telepathy-glib-0.15.1.ebuild deleted file mode 100644 index 874ce9e..0000000 --- a/net-libs/telepathy-glib/telepathy-glib-0.15.1.ebuild +++ /dev/null @@ -1,65 +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-glib/telepathy-gli= b-0.14.7.ebuild,v 1.1 2011/06/03 17:01:40 pacho Exp $ - -EAPI=3D"3" -PYTHON_DEPEND=3D"2:2.5" - -inherit python virtualx - -DESCRIPTION=3D"GLib bindings for the Telepathy D-Bus protocol." -HOMEPAGE=3D"http://telepathy.freedesktop.org" -SRC_URI=3D"http://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz" - -LICENSE=3D"LGPL-2.1" -SLOT=3D"0" -KEYWORDS=3D"~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -IUSE=3D"debug +introspection +vala" - -# Tests fail in /stream-tube/creation -RESTRICT=3D"test" -RDEPEND=3D">=3Ddev-libs/glib-2.25.16:2 - >=3Ddev-libs/dbus-glib-0.82 - introspection? ( >=3Ddev-libs/gobject-introspection-0.9.6 ) - vala? ( - dev-lang/vala:0.12[vapigen] - >=3Ddev-libs/gobject-introspection-0.9.6 )" -DEPEND=3D"${RDEPEND} - dev-libs/libxslt - >=3Ddev-util/pkgconfig-0.21" - -src_prepare() { - python_convert_shebangs -r 2 examples tests tools - default_src_prepare -} - -src_configure() { - local myconf - - if use vala; then - myconf=3D"--enable-introspection - VALAC=3D$(type -p valac-0.12) - VAPIGEN=3D$(type -p vapigen-0.12)" - fi - - econf --disable-static \ - PYTHON=3D$(PYTHON -2 -a) \ - $(use_enable debug backtrace) \ - $(use_enable debug handle-leak-debug) \ - $(use_enable debug debug-cache) \ - $(use_enable introspection) \ - $(use_enable vala vala-bindings) \ - ${myconf} -} - -src_test() { - # Needs dbus for tests (auto-launched) - Xemake -j1 check || die -} - -src_install() { - emake install DESTDIR=3D"${D}" || die "emake install failed" - dodoc AUTHORS ChangeLog NEWS README || die "dodoc failed" - - find "${ED}" -name '*.la' -exec rm -f '{}' + || die -}