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 DC00A1381F3 for ; Sat, 29 Jun 2013 10:44:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 924B5E09E4; Sat, 29 Jun 2013 10:44:26 +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 2D003E09E4 for ; Sat, 29 Jun 2013 10:44:26 +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 3838933E7EF for ; Sat, 29 Jun 2013 10:44:25 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id C15C4E468F for ; Sat, 29 Jun 2013 10:44:23 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1372502660.0c53c824689927f401f210ba32c9d1dee53189d7.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-misc/veromix/ X-VCS-Repository: proj/kde X-VCS-Files: kde-misc/veromix/veromix-0.17.0.ebuild X-VCS-Directories: kde-misc/veromix/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 0c53c824689927f401f210ba32c9d1dee53189d7 X-VCS-Branch: master Date: Sat, 29 Jun 2013 10:44:23 +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: 46683c4e-2c6c-4b3c-b6f3-c194f9272aa1 X-Archives-Hash: db4cf91fd9e0c430d8b46190fec60ef1 commit: 0c53c824689927f401f210ba32c9d1dee53189d7 Author: Johannes Huber gentoo org> AuthorDate: Sat Jun 29 10:44:20 2013 +0000 Commit: Johannes Huber gentoo org> CommitDate: Sat Jun 29 10:44:20 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=0c53c824 [kde-misc/veromix] Port to non-deprecated python eclass. EAPI 5. Package-Manager: portage-2.2.0_alpha186 --- kde-misc/veromix/veromix-0.17.0.ebuild | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/kde-misc/veromix/veromix-0.17.0.ebuild b/kde-misc/veromix/veromix-0.17.0.ebuild index aba42cf..2f6f068 100644 --- a/kde-misc/veromix/veromix-0.17.0.ebuild +++ b/kde-misc/veromix/veromix-0.17.0.ebuild @@ -2,10 +2,11 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 -PYTHON_DEPEND="2" +EAPI=5 + +PYTHON_COMPAT=( python{2_5,2_6,2_7} ) CMAKE_REQUIRED="never" -inherit python kde4-base +inherit python-single-r1 kde4-base DESCRIPTION="Plasmoid mixer for the Pulseaudio sound server" HOMEPAGE="http://kde-look.org/content/show.php?content=116676" @@ -16,7 +17,12 @@ SLOT="4" KEYWORDS="~amd64" IUSE="debug" -DEPEND="app-arch/unzip" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +DEPEND=" + ${PYTHON_DEPS} + app-arch/unzip +" RDEPEND=" $(add_kdebase_dep plasma-workspace python) dev-python/PyQt4[dbus] @@ -31,12 +37,12 @@ S=${WORKDIR} DOCS=( Changelog ) pkg_setup() { - python_pkg_setup + python-single-r1_pkg_setup kde4-base_pkg_setup } src_prepare() { - python_convert_shebangs -r 2 "${S}" + python_fix_shebang "${S}" sed -e '/^all:/s/build//' -i Makefile || die sed -e 's|/usr/share/kde4/apps/|/usr/share/apps/|' -i Makefile \ -i org.veromix.pulseaudio.service || die