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.77) (envelope-from ) id 1SpR9y-0003TJ-SW for garchives@archives.gentoo.org; Thu, 12 Jul 2012 21:42:55 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 63942E065A; Thu, 12 Jul 2012 21:42:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 300EFE065A for ; Thu, 12 Jul 2012 21:42:47 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 930441B4018 for ; Thu, 12 Jul 2012 21:42:46 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 50C5FE5433 for ; Thu, 12 Jul 2012 21:42:45 +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: <1342129354.0160c7a98ef3e3ae90a51cdd3543027bfc9d1d70.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: net-libs/telepathy-logger-qt/ X-VCS-Repository: proj/kde X-VCS-Files: net-libs/telepathy-logger-qt/telepathy-logger-qt-0.4.0.ebuild X-VCS-Directories: net-libs/telepathy-logger-qt/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 0160c7a98ef3e3ae90a51cdd3543027bfc9d1d70 X-VCS-Branch: master Date: Thu, 12 Jul 2012 21:42:45 +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: 58409ae2-a0e0-450d-9894-337f44095d75 X-Archives-Hash: f94f1d8423480d495f5cbe97bf648521 commit: 0160c7a98ef3e3ae90a51cdd3543027bfc9d1d70 Author: Johannes Huber gentoo org> AuthorDate: Thu Jul 12 21:42:34 2012 +0000 Commit: Johannes Huber gentoo org> CommitDate: Thu Jul 12 21:42:34 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/kde.git;a=3Dc= ommit;h=3D0160c7a9 [net-libs/telepathy-logger-qt] Moved to tree. (Portage version: 2.2.0_alpha117/git/Linux x86_64, unsigned Manifest comm= it) --- .../telepathy-logger-qt-0.4.0.ebuild | 33 --------------= ------ 1 files changed, 0 insertions(+), 33 deletions(-) diff --git a/net-libs/telepathy-logger-qt/telepathy-logger-qt-0.4.0.ebuil= d b/net-libs/telepathy-logger-qt/telepathy-logger-qt-0.4.0.ebuild deleted file mode 100644 index 9e99dd5..0000000 --- a/net-libs/telepathy-logger-qt/telepathy-logger-qt-0.4.0.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=3D4 - -KDE_SCM=3D"git" -inherit kde4-base python - -DESCRIPTION=3D"Qt4 bindings for the Telepathy logger" -HOMEPAGE=3D"https://projects.kde.org/projects/kdereview/telepathy-logger= -qt" -if [[ ${PV} !=3D *9999* ]]; then - SRC_URI=3D"mirror://kde/unstable/kde-telepathy/${PV}/src/${P}.tar.bz2" - KEYWORDS=3D"~amd64 ~x86" -else - KEYWORDS=3D"" -fi - -LICENSE=3D"LGPL-2.1" -SLOT=3D"0" -IUSE=3D"debug" - -DEPEND=3D" - media-libs/qt-gstreamer - >=3Dnet-im/telepathy-logger-0.2.12-r1 - >=3Dnet-libs/telepathy-qt-0.9.1 -" -RDEPEND=3D"${DEPEND}" - -pkg_setup() { - python_set_active_version 2 - python_pkg_setup -}