From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 9D6EF1381F3 for ; Thu, 11 Apr 2013 15:17:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 602E9E0A07; Thu, 11 Apr 2013 15:17:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DB03FE0A10 for ; Thu, 11 Apr 2013 15:16:59 +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 EC35D33DE6D for ; Thu, 11 Apr 2013 15:16:58 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 8EA03E4090 for ; Thu, 11 Apr 2013 15:16:57 +0000 (UTC) From: "Tomas Chvatal" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tomas Chvatal" Message-ID: <1365693407.b575028a816656cdc39639aabb5a2a75dca24cb3.scarabeus@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-9999.ebuild X-VCS-Directories: net-libs/telepathy-logger-qt/ X-VCS-Committer: scarabeus X-VCS-Committer-Name: Tomas Chvatal X-VCS-Revision: b575028a816656cdc39639aabb5a2a75dca24cb3 X-VCS-Branch: master Date: Thu, 11 Apr 2013 15:16:57 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f52a64f3-9cde-4876-a844-b7ba85068ed1 X-Archives-Hash: ff6b2f7c745f4171f149b93a7c7ce782 commit: b575028a816656cdc39639aabb5a2a75dca24cb3 Author: Tomas Chvatal suse cz> AuthorDate: Thu Apr 11 15:16:47 2013 +0000 Commit: Tomas Chvatal gentoo org> CommitDate: Thu Apr 11 15:16:47 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=b575028a Update the ebuild to python-r1 eclass. --- .../telepathy-logger-qt-9999.ebuild | 13 +++++-------- 1 files changed, 5 insertions(+), 8 deletions(-) diff --git a/net-libs/telepathy-logger-qt/telepathy-logger-qt-9999.ebuild b/net-libs/telepathy-logger-qt/telepathy-logger-qt-9999.ebuild index 446b3c3..e0e754a 100644 --- a/net-libs/telepathy-logger-qt/telepathy-logger-qt-9999.ebuild +++ b/net-libs/telepathy-logger-qt/telepathy-logger-qt-9999.ebuild @@ -2,14 +2,16 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 -inherit kde4-base python +PYTHON_COMPAT=( python{2_6,2_7} ) + +inherit kde4-base python-r1 DESCRIPTION="Qt4 bindings for the Telepathy logger" HOMEPAGE="https://projects.kde.org/projects/extragear/network/telepathy/telepathy-logger-qt" if [[ ${PV} != *9999* ]]; then - SRC_URI="mirror://kde/unstable/kde-telepathy/${PV}/src/${P}.tar.bz2" + SRC_URI="mirror://kde/stable/kde-telepathy/${PV}/src/${P}.tar.bz2" KEYWORDS="~amd64 ~x86" else KEYWORDS="" @@ -29,11 +31,6 @@ DEPEND="${RDEPEND} sys-devel/flex " -pkg_setup() { - python_set_active_version 2 - python_pkg_setup -} - src_configure() { local mycmakeargs=( -DBUILD_SHARED_LIBS=ON