From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2E46C138330 for ; Wed, 31 Aug 2016 13:30:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 20B4421C072; Wed, 31 Aug 2016 13:30:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9292421C072 for ; Wed, 31 Aug 2016 13:30:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BC38A33BEBE for ; Wed, 31 Aug 2016 13:30:39 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 285892467 for ; Wed, 31 Aug 2016 13:30:38 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1472650222.cace01536c9fe6b10164993eae63b4b6ae36787d.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: dev-util/kdevelop-python/ X-VCS-Repository: proj/kde X-VCS-Files: dev-util/kdevelop-python/kdevelop-python-5.0.0.ebuild dev-util/kdevelop-python/kdevelop-python-5.0.9999.ebuild dev-util/kdevelop-python/kdevelop-python-9999.ebuild X-VCS-Directories: dev-util/kdevelop-python/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: cace01536c9fe6b10164993eae63b4b6ae36787d X-VCS-Branch: master Date: Wed, 31 Aug 2016 13:30:38 +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: 4cd39ce2-e876-4d33-993b-087e3d968ba1 X-Archives-Hash: 92033254a5f88a245144aaf2768f0eb0 commit: cace01536c9fe6b10164993eae63b4b6ae36787d Author: Andreas Sturmlechner gmail com> AuthorDate: Wed Aug 31 13:17:52 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Wed Aug 31 13:30:22 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=cace0153 dev-util/kdevelop-python: Switch to python-single-r1.eclass Package-Manager: portage-2.2.28 dev-util/kdevelop-python/kdevelop-python-5.0.0.ebuild | 4 ++-- dev-util/kdevelop-python/kdevelop-python-5.0.9999.ebuild | 4 ++-- dev-util/kdevelop-python/kdevelop-python-9999.ebuild | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dev-util/kdevelop-python/kdevelop-python-5.0.0.ebuild b/dev-util/kdevelop-python/kdevelop-python-5.0.0.ebuild index 50e6aca..5c64de7 100644 --- a/dev-util/kdevelop-python/kdevelop-python-5.0.0.ebuild +++ b/dev-util/kdevelop-python/kdevelop-python-5.0.0.ebuild @@ -8,7 +8,7 @@ EGIT_BRANCH="5.0" KDEBASE="kdevelop" KMNAME="kdev-python" PYTHON_COMPAT=( python3_5 ) -inherit kde5 python-any-r1 +inherit kde5 python-single-r1 DESCRIPTION="Python plugin for KDevelop" IUSE="" @@ -38,7 +38,7 @@ RDEPEND="${DEPEND} RESTRICT+=" test" pkg_setup() { - python-any-r1_pkg_setup + python-single-r1_pkg_setup kde5_pkg_setup } diff --git a/dev-util/kdevelop-python/kdevelop-python-5.0.9999.ebuild b/dev-util/kdevelop-python/kdevelop-python-5.0.9999.ebuild index 50e6aca..5c64de7 100644 --- a/dev-util/kdevelop-python/kdevelop-python-5.0.9999.ebuild +++ b/dev-util/kdevelop-python/kdevelop-python-5.0.9999.ebuild @@ -8,7 +8,7 @@ EGIT_BRANCH="5.0" KDEBASE="kdevelop" KMNAME="kdev-python" PYTHON_COMPAT=( python3_5 ) -inherit kde5 python-any-r1 +inherit kde5 python-single-r1 DESCRIPTION="Python plugin for KDevelop" IUSE="" @@ -38,7 +38,7 @@ RDEPEND="${DEPEND} RESTRICT+=" test" pkg_setup() { - python-any-r1_pkg_setup + python-single-r1_pkg_setup kde5_pkg_setup } diff --git a/dev-util/kdevelop-python/kdevelop-python-9999.ebuild b/dev-util/kdevelop-python/kdevelop-python-9999.ebuild index 5aaec66..98cc938 100644 --- a/dev-util/kdevelop-python/kdevelop-python-9999.ebuild +++ b/dev-util/kdevelop-python/kdevelop-python-9999.ebuild @@ -7,7 +7,7 @@ EAPI=6 KDEBASE="kdevelop" KMNAME="kdev-python" PYTHON_COMPAT=( python3_5 ) -inherit kde5 python-any-r1 +inherit kde5 python-single-r1 DESCRIPTION="Python plugin for KDevelop" IUSE="" @@ -37,7 +37,7 @@ RDEPEND="${DEPEND} RESTRICT+=" test" pkg_setup() { - python-any-r1_pkg_setup + python-single-r1_pkg_setup kde5_pkg_setup }