public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/kde:master commit in: kde-base/superkaramba/
@ 2013-05-29 15:50 Michael Palimaka
  0 siblings, 0 replies; 6+ messages in thread
From: Michael Palimaka @ 2013-05-29 15:50 UTC (permalink / raw
  To: gentoo-commits

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)
 	)
 


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-base/superkaramba/
@ 2013-07-03  8:53 Michael Palimaka
  0 siblings, 0 replies; 6+ messages in thread
From: Michael Palimaka @ 2013-07-03  8:53 UTC (permalink / raw
  To: gentoo-commits

commit:     bd1d2b68b376c40e05023fed76fc42bf58e45b49
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Jul  3 08:51:38 2013 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Jul  3 08:51:38 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=bd1d2b68

[kde-base/superkaramba] Use correct variable for python dependencies.

Package-Manager: portage-2.1.12.11

---
 kde-base/superkaramba/superkaramba-4.10.49.9999.ebuild | 2 +-
 kde-base/superkaramba/superkaramba-4.10.90.ebuild      | 2 +-
 kde-base/superkaramba/superkaramba-9999.ebuild         | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/kde-base/superkaramba/superkaramba-4.10.49.9999.ebuild b/kde-base/superkaramba/superkaramba-4.10.49.9999.ebuild
index 917c16e..444b613 100644
--- a/kde-base/superkaramba/superkaramba-4.10.49.9999.ebuild
+++ b/kde-base/superkaramba/superkaramba-4.10.49.9999.ebuild
@@ -18,7 +18,7 @@ DEPEND="
 	x11-libs/libX11
 	x11-libs/libXrender
 	python? (
-		${PYTHON_DEPEND}
+		${PYTHON_DEPS}
 		$(add_kdebase_dep pykde4 "${PYTHON_USEDEP}")
 	)
 "

diff --git a/kde-base/superkaramba/superkaramba-4.10.90.ebuild b/kde-base/superkaramba/superkaramba-4.10.90.ebuild
index b4c7f4f..4845291 100644
--- a/kde-base/superkaramba/superkaramba-4.10.90.ebuild
+++ b/kde-base/superkaramba/superkaramba-4.10.90.ebuild
@@ -18,7 +18,7 @@ DEPEND="
 	x11-libs/libX11
 	x11-libs/libXrender
 	python? (
-		${PYTHON_DEPEND}
+		${PYTHON_DEPS}
 		$(add_kdebase_dep pykde4 "${PYTHON_USEDEP}")
 	)
 "

diff --git a/kde-base/superkaramba/superkaramba-9999.ebuild b/kde-base/superkaramba/superkaramba-9999.ebuild
index 917c16e..444b613 100644
--- a/kde-base/superkaramba/superkaramba-9999.ebuild
+++ b/kde-base/superkaramba/superkaramba-9999.ebuild
@@ -18,7 +18,7 @@ DEPEND="
 	x11-libs/libX11
 	x11-libs/libXrender
 	python? (
-		${PYTHON_DEPEND}
+		${PYTHON_DEPS}
 		$(add_kdebase_dep pykde4 "${PYTHON_USEDEP}")
 	)
 "


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-base/superkaramba/
@ 2013-08-01  0:03 Johannes Huber
  0 siblings, 0 replies; 6+ messages in thread
From: Johannes Huber @ 2013-08-01  0:03 UTC (permalink / raw
  To: gentoo-commits

commit:     caef65a326ad4469f73ab6604c528634804ca8ae
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Thu Aug  1 00:03:15 2013 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Thu Aug  1 00:03:15 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=caef65a3

[kde-base/superkaramba] Update HOMEPAGE wrt bug #478868.

Package-Manager: portage-2.2.0_alpha191

---
 kde-base/superkaramba/superkaramba-4.10.97.ebuild      | 2 ++
 kde-base/superkaramba/superkaramba-4.11.49.9999.ebuild | 2 ++
 kde-base/superkaramba/superkaramba-9999.ebuild         | 2 ++
 3 files changed, 6 insertions(+)

diff --git a/kde-base/superkaramba/superkaramba-4.10.97.ebuild b/kde-base/superkaramba/superkaramba-4.10.97.ebuild
index 4845291..e4416e0 100644
--- a/kde-base/superkaramba/superkaramba-4.10.97.ebuild
+++ b/kde-base/superkaramba/superkaramba-4.10.97.ebuild
@@ -8,6 +8,8 @@ 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."
+HOMEPAGE="http://kde.org/applications/utilities/superkaramba
+http://utils.kde.org/projects/superkaramba"
 KEYWORDS=" ~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="debug python"
 

diff --git a/kde-base/superkaramba/superkaramba-4.11.49.9999.ebuild b/kde-base/superkaramba/superkaramba-4.11.49.9999.ebuild
index 444b613..c0e7fa8 100644
--- a/kde-base/superkaramba/superkaramba-4.11.49.9999.ebuild
+++ b/kde-base/superkaramba/superkaramba-4.11.49.9999.ebuild
@@ -8,6 +8,8 @@ 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."
+HOMEPAGE="http://kde.org/applications/utilities/superkaramba
+http://utils.kde.org/projects/superkaramba"
 KEYWORDS=""
 IUSE="debug python"
 

diff --git a/kde-base/superkaramba/superkaramba-9999.ebuild b/kde-base/superkaramba/superkaramba-9999.ebuild
index 444b613..c0e7fa8 100644
--- a/kde-base/superkaramba/superkaramba-9999.ebuild
+++ b/kde-base/superkaramba/superkaramba-9999.ebuild
@@ -8,6 +8,8 @@ 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."
+HOMEPAGE="http://kde.org/applications/utilities/superkaramba
+http://utils.kde.org/projects/superkaramba"
 KEYWORDS=""
 IUSE="debug python"
 


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-base/superkaramba/
@ 2013-08-08 10:58 Michael Palimaka
  0 siblings, 0 replies; 6+ messages in thread
From: Michael Palimaka @ 2013-08-08 10:58 UTC (permalink / raw
  To: gentoo-commits

commit:     e6a3916e1a1a22fd52d80b8b3aceb27441bf2739
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Aug  8 10:55:00 2013 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Aug  8 10:55:00 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=e6a3916e

[kde-base/superkaramba] Remove support for deprecated python versions.

Package-Manager: portage-2.1.13.6

---
 kde-base/superkaramba/superkaramba-4.10.97.ebuild      | 2 +-
 kde-base/superkaramba/superkaramba-4.11.49.9999.ebuild | 2 +-
 kde-base/superkaramba/superkaramba-9999.ebuild         | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/kde-base/superkaramba/superkaramba-4.10.97.ebuild b/kde-base/superkaramba/superkaramba-4.10.97.ebuild
index e4416e0..4a3a802 100644
--- a/kde-base/superkaramba/superkaramba-4.10.97.ebuild
+++ b/kde-base/superkaramba/superkaramba-4.10.97.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_5,2_6,2_7} )
+PYTHON_COMPAT=( python{2_6,2_7} )
 inherit python-single-r1 kde4-base
 
 DESCRIPTION="A tool to create interactive applets for the KDE desktop."

diff --git a/kde-base/superkaramba/superkaramba-4.11.49.9999.ebuild b/kde-base/superkaramba/superkaramba-4.11.49.9999.ebuild
index c0e7fa8..1af8a90 100644
--- a/kde-base/superkaramba/superkaramba-4.11.49.9999.ebuild
+++ b/kde-base/superkaramba/superkaramba-4.11.49.9999.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_5,2_6,2_7} )
+PYTHON_COMPAT=( python{2_6,2_7} )
 inherit python-single-r1 kde4-base
 
 DESCRIPTION="A tool to create interactive applets for the KDE desktop."

diff --git a/kde-base/superkaramba/superkaramba-9999.ebuild b/kde-base/superkaramba/superkaramba-9999.ebuild
index c0e7fa8..1af8a90 100644
--- a/kde-base/superkaramba/superkaramba-9999.ebuild
+++ b/kde-base/superkaramba/superkaramba-9999.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_5,2_6,2_7} )
+PYTHON_COMPAT=( python{2_6,2_7} )
 inherit python-single-r1 kde4-base
 
 DESCRIPTION="A tool to create interactive applets for the KDE desktop."


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-base/superkaramba/
@ 2014-05-01 22:46 Johannes Huber
  0 siblings, 0 replies; 6+ messages in thread
From: Johannes Huber @ 2014-05-01 22:46 UTC (permalink / raw
  To: gentoo-commits

commit:     d0da072645e3b8e2a866876e26146acca2495478
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Thu May  1 22:39:02 2014 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Thu May  1 22:39:02 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=d0da0726

[kde-base/superkaramba] Drop Python 2.6 support

Package-Manager: portage-2.2.10

---
 kde-base/superkaramba/superkaramba-4.13.49.9999.ebuild | 2 +-
 kde-base/superkaramba/superkaramba-4.9999.ebuild       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-base/superkaramba/superkaramba-4.13.49.9999.ebuild b/kde-base/superkaramba/superkaramba-4.13.49.9999.ebuild
index 13050b3..0e4e60c 100644
--- a/kde-base/superkaramba/superkaramba-4.13.49.9999.ebuild
+++ b/kde-base/superkaramba/superkaramba-4.13.49.9999.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_6,2_7} )
+PYTHON_COMPAT=( python2_7 )
 inherit python-single-r1 kde4-base
 
 DESCRIPTION="A tool to create interactive applets for the KDE desktop."

diff --git a/kde-base/superkaramba/superkaramba-4.9999.ebuild b/kde-base/superkaramba/superkaramba-4.9999.ebuild
index 13050b3..0e4e60c 100644
--- a/kde-base/superkaramba/superkaramba-4.9999.ebuild
+++ b/kde-base/superkaramba/superkaramba-4.9999.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_6,2_7} )
+PYTHON_COMPAT=( python2_7 )
 inherit python-single-r1 kde4-base
 
 DESCRIPTION="A tool to create interactive applets for the KDE desktop."


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-base/superkaramba/
@ 2014-07-23 10:41 Michael Palimaka
  0 siblings, 0 replies; 6+ messages in thread
From: Michael Palimaka @ 2014-07-23 10:41 UTC (permalink / raw
  To: gentoo-commits

commit:     973641cf9ecc8fbac8de42e670117e0d1fbc4865
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 23 10:40:17 2014 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Jul 23 10:40:17 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=973641cf

[kde-base/superkaramba] Sync with portage.

Package-Manager: portage-2.2.10

---
 kde-base/superkaramba/superkaramba-4.13.90.ebuild      | 2 +-
 kde-base/superkaramba/superkaramba-4.14.49.9999.ebuild | 2 +-
 kde-base/superkaramba/superkaramba-4.9999.ebuild       | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/kde-base/superkaramba/superkaramba-4.13.90.ebuild b/kde-base/superkaramba/superkaramba-4.13.90.ebuild
index 3e356cd..a630c22 100644
--- a/kde-base/superkaramba/superkaramba-4.13.90.ebuild
+++ b/kde-base/superkaramba/superkaramba-4.13.90.ebuild
@@ -29,7 +29,7 @@ RDEPEND="${DEPEND}
 "
 
 pkg_setup() {
-	python-single-r1_pkg_setup
+	use python && python-single-r1_pkg_setup
 	kde4-base_pkg_setup
 }
 

diff --git a/kde-base/superkaramba/superkaramba-4.14.49.9999.ebuild b/kde-base/superkaramba/superkaramba-4.14.49.9999.ebuild
index 0e4e60c..f223db3 100644
--- a/kde-base/superkaramba/superkaramba-4.14.49.9999.ebuild
+++ b/kde-base/superkaramba/superkaramba-4.14.49.9999.ebuild
@@ -29,7 +29,7 @@ RDEPEND="${DEPEND}
 "
 
 pkg_setup() {
-	python-single-r1_pkg_setup
+	use python && python-single-r1_pkg_setup
 	kde4-base_pkg_setup
 }
 

diff --git a/kde-base/superkaramba/superkaramba-4.9999.ebuild b/kde-base/superkaramba/superkaramba-4.9999.ebuild
index 0e4e60c..f223db3 100644
--- a/kde-base/superkaramba/superkaramba-4.9999.ebuild
+++ b/kde-base/superkaramba/superkaramba-4.9999.ebuild
@@ -29,7 +29,7 @@ RDEPEND="${DEPEND}
 "
 
 pkg_setup() {
-	python-single-r1_pkg_setup
+	use python && python-single-r1_pkg_setup
 	kde4-base_pkg_setup
 }
 


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-07-24 22:45 UTC | newest]

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox