public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Palimaka" <kensington@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: kde-base/superkaramba/
Date: Wed, 29 May 2013 15:50:44 +0000 (UTC)	[thread overview]
Message-ID: <1369842533.d4bf958663d7ba80b14ee05e3abc962a201d7dbd.kensington@gentoo> (raw)

commit:     d4bf958663d7ba80b14ee05e3abc962a201d7dbd
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed May 29 15:48:53 2013 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed May 29 15:48:53 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=d4bf9586

[kde-base/superkaramba] Migrate to python-single-r1. Add missing dependencies.

Package-Manager: portage-2.1.12.2

---
 .../superkaramba/superkaramba-4.10.49.9999.ebuild    | 20 +++++++++++++-------
 kde-base/superkaramba/superkaramba-9999.ebuild       | 20 +++++++++++++-------
 2 files changed, 26 insertions(+), 14 deletions(-)

diff --git a/kde-base/superkaramba/superkaramba-4.10.49.9999.ebuild b/kde-base/superkaramba/superkaramba-4.10.49.9999.ebuild
index 9a450fa..917c16e 100644
--- a/kde-base/superkaramba/superkaramba-4.10.49.9999.ebuild
+++ b/kde-base/superkaramba/superkaramba-4.10.49.9999.ebuild
@@ -4,29 +4,35 @@
 
 EAPI=5
 
-PYTHON_DEPEND="python? 2"
-inherit python kde4-base
+PYTHON_COMPAT=( python{2_5,2_6,2_7} )
+inherit python-single-r1 kde4-base
 
 DESCRIPTION="A tool to create interactive applets for the KDE desktop."
 KEYWORDS=""
 IUSE="debug python"
 
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+
 DEPEND="
 	media-libs/qimageblitz
-	python? ( $(add_kdebase_dep pykde4) )
+	x11-libs/libX11
+	x11-libs/libXrender
+	python? (
+		${PYTHON_DEPEND}
+		$(add_kdebase_dep pykde4 "${PYTHON_USEDEP}")
+	)
 "
 RDEPEND="${DEPEND}
-	python? ( $(add_kdebase_dep krosspython) )
+	python? ( $(add_kdebase_dep krosspython "${PYTHON_USEDEP}") )
 "
 
 pkg_setup() {
-	python_set_active_version 2
-	python_pkg_setup
+	python-single-r1_pkg_setup
 	kde4-base_pkg_setup
 }
 
 src_configure() {
-	mycmakeargs=(
+	local mycmakeargs=(
 		$(cmake-utils_use_with python PythonLibs)
 	)
 

diff --git a/kde-base/superkaramba/superkaramba-9999.ebuild b/kde-base/superkaramba/superkaramba-9999.ebuild
index 9a450fa..917c16e 100644
--- a/kde-base/superkaramba/superkaramba-9999.ebuild
+++ b/kde-base/superkaramba/superkaramba-9999.ebuild
@@ -4,29 +4,35 @@
 
 EAPI=5
 
-PYTHON_DEPEND="python? 2"
-inherit python kde4-base
+PYTHON_COMPAT=( python{2_5,2_6,2_7} )
+inherit python-single-r1 kde4-base
 
 DESCRIPTION="A tool to create interactive applets for the KDE desktop."
 KEYWORDS=""
 IUSE="debug python"
 
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+
 DEPEND="
 	media-libs/qimageblitz
-	python? ( $(add_kdebase_dep pykde4) )
+	x11-libs/libX11
+	x11-libs/libXrender
+	python? (
+		${PYTHON_DEPEND}
+		$(add_kdebase_dep pykde4 "${PYTHON_USEDEP}")
+	)
 "
 RDEPEND="${DEPEND}
-	python? ( $(add_kdebase_dep krosspython) )
+	python? ( $(add_kdebase_dep krosspython "${PYTHON_USEDEP}") )
 "
 
 pkg_setup() {
-	python_set_active_version 2
-	python_pkg_setup
+	python-single-r1_pkg_setup
 	kde4-base_pkg_setup
 }
 
 src_configure() {
-	mycmakeargs=(
+	local mycmakeargs=(
 		$(cmake-utils_use_with python PythonLibs)
 	)
 


             reply	other threads:[~2013-05-29 15:50 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-29 15:50 Michael Palimaka [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-07-03  8:53 [gentoo-commits] proj/kde:master commit in: kde-base/superkaramba/ Michael Palimaka
2013-08-01  0:03 Johannes Huber
2013-08-08 10:58 Michael Palimaka
2014-05-01 22:46 Johannes Huber
2014-07-23 10:41 Michael Palimaka

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1369842533.d4bf958663d7ba80b14ee05e3abc962a201d7dbd.kensington@gentoo \
    --to=kensington@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox