* [gentoo-commits] proj/kde:master commit in: kde-base/pykde4/
@ 2011-02-19 1:12 Jonathan Callen
0 siblings, 0 replies; 46+ messages in thread
From: Jonathan Callen @ 2011-02-19 1:12 UTC (permalink / raw
To: gentoo-commits
commit: a4d4efac6a302d84663eff0e799f96604bdd85c9
Author: abcd <abcd <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 19 01:12:12 2011 +0000
Commit: Jonathan Callen <abcd <AT> gentoo <DOT> org>
CommitDate: Sat Feb 19 01:12:12 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=a4d4efac
[kde-base/pykde4] add HACK to get pykde4 to (start to) build
Note that pykde4 still does not build with this, but that's an upstream
issue.
(Portage version: 2.2.0_alpha23_p5/git/Linux i686, signed Manifest commit with key 229E5838)
---
kde-base/pykde4/pykde4-9999.ebuild | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/kde-base/pykde4/pykde4-9999.ebuild b/kde-base/pykde4/pykde4-9999.ebuild
index 854099c..6d1aafc 100644
--- a/kde-base/pykde4/pykde4-9999.ebuild
+++ b/kde-base/pykde4/pykde4-9999.ebuild
@@ -5,7 +5,12 @@
EAPI=3
KMNAME="kdebindings"
-KMMODULE="python/pykde4"
+if [[ ${PV} != 9999 ]]; then
+ KMMODULE="python/pykde4"
+else
+ # HACK HACK HACK
+ KMMODULE="."
+fi
OPENGL_REQUIRED="always"
PYTHON_USE_WITH="threads"
RESTRICT_PYTHON_ABIS="2.4"
^ permalink raw reply related [flat|nested] 46+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/pykde4/
@ 2011-03-26 21:15 Andreas K. Huettel
0 siblings, 0 replies; 46+ messages in thread
From: Andreas K. Huettel @ 2011-03-26 21:15 UTC (permalink / raw
To: gentoo-commits
commit: 5f05d444d0ad0fe84414a04d67429619885d835f
Author: Andreas K. Huettel (dilfridge) <mail <AT> akhuettel <DOT> de>
AuthorDate: Sat Mar 26 21:15:33 2011 +0000
Commit: Andreas K. Huettel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Mar 26 21:15:33 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=5f05d444
[kde-base/pykde4] Add QScintilla support, bug 354163
(Portage version: 2.1.9.44/git/Linux x86_64, RepoMan options: --force, signed Manifest commit with key B6C5F7DE)
---
kde-base/pykde4/metadata.xml | 1 +
...kde4-4.6.9999.ebuild => pykde4-4.6.1-r1.ebuild} | 7 ++++---
kde-base/pykde4/pykde4-4.6.9999.ebuild | 5 +++--
kde-base/pykde4/pykde4-9999.ebuild | 5 +++--
4 files changed, 11 insertions(+), 7 deletions(-)
diff --git a/kde-base/pykde4/metadata.xml b/kde-base/pykde4/metadata.xml
index 9015e18..8f572af 100644
--- a/kde-base/pykde4/metadata.xml
+++ b/kde-base/pykde4/metadata.xml
@@ -4,5 +4,6 @@
<herd>kde</herd>
<use>
<flag name="semantic-desktop">Enables Nepomuk and Soprano python language bindings</flag>
+ <flag name="qscintilla">Enables QScintilla python language bindings</flag>
</use>
</pkgmetadata>
diff --git a/kde-base/pykde4/pykde4-4.6.9999.ebuild b/kde-base/pykde4/pykde4-4.6.1-r1.ebuild
similarity index 90%
copy from kde-base/pykde4/pykde4-4.6.9999.ebuild
copy to kde-base/pykde4/pykde4-4.6.1-r1.ebuild
index 854099c..c3d2b0d 100644
--- a/kde-base/pykde4/pykde4-4.6.9999.ebuild
+++ b/kde-base/pykde4/pykde4-4.6.1-r1.ebuild
@@ -14,14 +14,15 @@ EGIT_REPONAME="pykde4"
inherit python kde4-meta
DESCRIPTION="Python bindings for KDE4"
-KEYWORDS=""
-IUSE="debug doc examples semantic-desktop"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="debug doc examples qscintilla semantic-desktop"
# blocker added due to compatibility issues and error during compile time
DEPEND="
!dev-python/pykde
>=dev-python/sip-4.12
$(add_kdebase_dep kdelibs 'opengl,semantic-desktop?')
+ qscintilla? ( x11-libs/qscintilla )
semantic-desktop? ( $(add_kdebase_dep kdepimlibs 'semantic-desktop') )
aqua? ( >=dev-python/PyQt4-4.8.2[dbus,declarative,sql,svg,webkit,aqua] )
!aqua? ( >=dev-python/PyQt4-4.8.2[dbus,declarative,sql,svg,webkit,X] )
@@ -47,7 +48,7 @@ src_prepare() {
src_configure() {
mycmakeargs=(
- -DWITH_QScintilla=OFF
+ $(cmake-utils_use_with qscintilla)
-DWITH_PolkitQt=OFF
$(cmake-utils_use_with semantic-desktop Soprano)
$(cmake-utils_use_with semantic-desktop Nepomuk)
diff --git a/kde-base/pykde4/pykde4-4.6.9999.ebuild b/kde-base/pykde4/pykde4-4.6.9999.ebuild
index 854099c..3c439b2 100644
--- a/kde-base/pykde4/pykde4-4.6.9999.ebuild
+++ b/kde-base/pykde4/pykde4-4.6.9999.ebuild
@@ -15,13 +15,14 @@ inherit python kde4-meta
DESCRIPTION="Python bindings for KDE4"
KEYWORDS=""
-IUSE="debug doc examples semantic-desktop"
+IUSE="debug doc examples qscintilla semantic-desktop"
# blocker added due to compatibility issues and error during compile time
DEPEND="
!dev-python/pykde
>=dev-python/sip-4.12
$(add_kdebase_dep kdelibs 'opengl,semantic-desktop?')
+ qscintilla? ( x11-libs/qscintilla )
semantic-desktop? ( $(add_kdebase_dep kdepimlibs 'semantic-desktop') )
aqua? ( >=dev-python/PyQt4-4.8.2[dbus,declarative,sql,svg,webkit,aqua] )
!aqua? ( >=dev-python/PyQt4-4.8.2[dbus,declarative,sql,svg,webkit,X] )
@@ -47,7 +48,7 @@ src_prepare() {
src_configure() {
mycmakeargs=(
- -DWITH_QScintilla=OFF
+ $(cmake-utils_use_with qscintilla)
-DWITH_PolkitQt=OFF
$(cmake-utils_use_with semantic-desktop Soprano)
$(cmake-utils_use_with semantic-desktop Nepomuk)
diff --git a/kde-base/pykde4/pykde4-9999.ebuild b/kde-base/pykde4/pykde4-9999.ebuild
index 6d1aafc..d12111a 100644
--- a/kde-base/pykde4/pykde4-9999.ebuild
+++ b/kde-base/pykde4/pykde4-9999.ebuild
@@ -20,13 +20,14 @@ inherit python kde4-meta
DESCRIPTION="Python bindings for KDE4"
KEYWORDS=""
-IUSE="debug doc examples semantic-desktop"
+IUSE="debug doc examples qscintilla semantic-desktop"
# blocker added due to compatibility issues and error during compile time
DEPEND="
!dev-python/pykde
>=dev-python/sip-4.12
$(add_kdebase_dep kdelibs 'opengl,semantic-desktop?')
+ qscintilla? ( x11-libs/qscintilla )
semantic-desktop? ( $(add_kdebase_dep kdepimlibs 'semantic-desktop') )
aqua? ( >=dev-python/PyQt4-4.8.2[dbus,declarative,sql,svg,webkit,aqua] )
!aqua? ( >=dev-python/PyQt4-4.8.2[dbus,declarative,sql,svg,webkit,X] )
@@ -52,7 +53,7 @@ src_prepare() {
src_configure() {
mycmakeargs=(
- -DWITH_QScintilla=OFF
+ $(cmake-utils_use_with qscintilla)
-DWITH_PolkitQt=OFF
$(cmake-utils_use_with semantic-desktop Soprano)
$(cmake-utils_use_with semantic-desktop Nepomuk)
^ permalink raw reply related [flat|nested] 46+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/pykde4/
@ 2011-04-10 0:54 Marc Schiffbauer
0 siblings, 0 replies; 46+ messages in thread
From: Marc Schiffbauer @ 2011-04-10 0:54 UTC (permalink / raw
To: gentoo-commits
commit: ab0a1aa7f5129660c542cad0f1e7d4d6f3a7113b
Author: Marc Schiffbauer <marc <AT> schiffbauer <DOT> net>
AuthorDate: Sun Apr 10 00:48:26 2011 +0000
Commit: Marc Schiffbauer <marc <AT> schiffbauer <DOT> net>
CommitDate: Sun Apr 10 00:53:55 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=ab0a1aa7
[kde-base/pykde4] Equalize 9999 and 4.6.9999
---
kde-base/pykde4/pykde4-4.6.9999.ebuild | 7 ++++++-
kde-base/pykde4/pykde4-9999.ebuild | 2 +-
2 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/kde-base/pykde4/pykde4-4.6.9999.ebuild b/kde-base/pykde4/pykde4-4.6.9999.ebuild
index 3c439b2..9b3eea3 100644
--- a/kde-base/pykde4/pykde4-4.6.9999.ebuild
+++ b/kde-base/pykde4/pykde4-4.6.9999.ebuild
@@ -5,7 +5,12 @@
EAPI=3
KMNAME="kdebindings"
-KMMODULE="python/pykde4"
+if [[ ${PV} != *9999 ]]; then
+ KMMODULE="python/pykde4"
+else
+ # HACK HACK HACK
+ KMMODULE="."
+fi
OPENGL_REQUIRED="always"
PYTHON_USE_WITH="threads"
RESTRICT_PYTHON_ABIS="2.4"
diff --git a/kde-base/pykde4/pykde4-9999.ebuild b/kde-base/pykde4/pykde4-9999.ebuild
index d12111a..9b3eea3 100644
--- a/kde-base/pykde4/pykde4-9999.ebuild
+++ b/kde-base/pykde4/pykde4-9999.ebuild
@@ -5,7 +5,7 @@
EAPI=3
KMNAME="kdebindings"
-if [[ ${PV} != 9999 ]]; then
+if [[ ${PV} != *9999 ]]; then
KMMODULE="python/pykde4"
else
# HACK HACK HACK
^ permalink raw reply related [flat|nested] 46+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/pykde4/
@ 2011-04-17 17:20 Maciej Mrozowski
0 siblings, 0 replies; 46+ messages in thread
From: Maciej Mrozowski @ 2011-04-17 17:20 UTC (permalink / raw
To: gentoo-commits
commit: 8df83ce4cba8291e2f34530dcf41f1b210f8a516
Author: Maciej Mrozowski <reavertm <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 17 17:18:51 2011 +0000
Commit: Maciej Mrozowski <reavertm <AT> gentoo <DOT> org>
CommitDate: Sun Apr 17 17:20:11 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=8df83ce4
[kde-base/pykde4] Remove bogus scintilla support. Add -DKDE3_SUPPORT in order to build KTabWidget::label deprecated bindings
---
kde-base/pykde4/metadata.xml | 1 -
kde-base/pykde4/pykde4-4.6.1-r1.ebuild | 87 --------------------------------
kde-base/pykde4/pykde4-4.6.9999.ebuild | 8 ++-
kde-base/pykde4/pykde4-9999.ebuild | 8 ++-
4 files changed, 10 insertions(+), 94 deletions(-)
diff --git a/kde-base/pykde4/metadata.xml b/kde-base/pykde4/metadata.xml
index 8f572af..9015e18 100644
--- a/kde-base/pykde4/metadata.xml
+++ b/kde-base/pykde4/metadata.xml
@@ -4,6 +4,5 @@
<herd>kde</herd>
<use>
<flag name="semantic-desktop">Enables Nepomuk and Soprano python language bindings</flag>
- <flag name="qscintilla">Enables QScintilla python language bindings</flag>
</use>
</pkgmetadata>
diff --git a/kde-base/pykde4/pykde4-4.6.1-r1.ebuild b/kde-base/pykde4/pykde4-4.6.1-r1.ebuild
deleted file mode 100644
index c3d2b0d..0000000
--- a/kde-base/pykde4/pykde4-4.6.1-r1.ebuild
+++ /dev/null
@@ -1,87 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-
-KMNAME="kdebindings"
-KMMODULE="python/pykde4"
-OPENGL_REQUIRED="always"
-PYTHON_USE_WITH="threads"
-RESTRICT_PYTHON_ABIS="2.4"
-KDE_SCM="git"
-EGIT_REPONAME="pykde4"
-inherit python kde4-meta
-
-DESCRIPTION="Python bindings for KDE4"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="debug doc examples qscintilla semantic-desktop"
-
-# blocker added due to compatibility issues and error during compile time
-DEPEND="
- !dev-python/pykde
- >=dev-python/sip-4.12
- $(add_kdebase_dep kdelibs 'opengl,semantic-desktop?')
- qscintilla? ( x11-libs/qscintilla )
- semantic-desktop? ( $(add_kdebase_dep kdepimlibs 'semantic-desktop') )
- aqua? ( >=dev-python/PyQt4-4.8.2[dbus,declarative,sql,svg,webkit,aqua] )
- !aqua? ( >=dev-python/PyQt4-4.8.2[dbus,declarative,sql,svg,webkit,X] )
-"
-RDEPEND="${DEPEND}"
-
-pkg_setup() {
- python_pkg_setup
- kde4-meta_pkg_setup
-}
-
-src_prepare() {
- kde4-meta_src_prepare
-
- if ! use examples; then
- sed -e '/^ADD_SUBDIRECTORY(examples)/s/^/# DISABLED /' -i ${KMMODULE}/CMakeLists.txt \
- || die "Failed to disable examples"
- fi
-
- # See bug 322351
- use arm && epatch "${FILESDIR}/${PN}-4.4.4-arm-sip.patch"
-}
-
-src_configure() {
- mycmakeargs=(
- $(cmake-utils_use_with qscintilla)
- -DWITH_PolkitQt=OFF
- $(cmake-utils_use_with semantic-desktop Soprano)
- $(cmake-utils_use_with semantic-desktop Nepomuk)
- $(cmake-utils_use_with semantic-desktop KdepimLibs)
- )
-
- kde4-meta_src_configure
-}
-
-src_install() {
- use doc && HTML_DOCS=("${S}/${KMMODULE}/docs/html/")
-
- kde4-meta_src_install
-
- python_convert_shebangs -q -r $(python_get_version) "${ED}"
- python_clean_installation_image -q
-}
-
-pkg_postinst() {
- kde4-meta_pkg_postinst
-
- python_mod_optimize PyKDE4 PyQt4
-
- if use examples; then
- echo
- elog "PyKDE4 examples have been installed to"
- elog "${EKDEDIR}/share/apps/${PN}/examples"
- echo
- fi
-}
-
-pkg_postrm() {
- kde4-meta_pkg_postrm
-
- python_mod_cleanup PyKDE4 PyQt4
-}
diff --git a/kde-base/pykde4/pykde4-4.6.9999.ebuild b/kde-base/pykde4/pykde4-4.6.9999.ebuild
index 9b3eea3..439c597 100644
--- a/kde-base/pykde4/pykde4-4.6.9999.ebuild
+++ b/kde-base/pykde4/pykde4-4.6.9999.ebuild
@@ -20,14 +20,13 @@ inherit python kde4-meta
DESCRIPTION="Python bindings for KDE4"
KEYWORDS=""
-IUSE="debug doc examples qscintilla semantic-desktop"
+IUSE="debug doc examples semantic-desktop"
# blocker added due to compatibility issues and error during compile time
DEPEND="
!dev-python/pykde
>=dev-python/sip-4.12
$(add_kdebase_dep kdelibs 'opengl,semantic-desktop?')
- qscintilla? ( x11-libs/qscintilla )
semantic-desktop? ( $(add_kdebase_dep kdepimlibs 'semantic-desktop') )
aqua? ( >=dev-python/PyQt4-4.8.2[dbus,declarative,sql,svg,webkit,aqua] )
!aqua? ( >=dev-python/PyQt4-4.8.2[dbus,declarative,sql,svg,webkit,X] )
@@ -52,9 +51,12 @@ src_prepare() {
}
src_configure() {
+ # Required for KTabWidget::label
+ append-cxxflags -DKDE3_SUPPORT
+
mycmakeargs=(
- $(cmake-utils_use_with qscintilla)
-DWITH_PolkitQt=OFF
+ -DWITH_QScintilla=OFF
$(cmake-utils_use_with semantic-desktop Soprano)
$(cmake-utils_use_with semantic-desktop Nepomuk)
$(cmake-utils_use_with semantic-desktop KdepimLibs)
diff --git a/kde-base/pykde4/pykde4-9999.ebuild b/kde-base/pykde4/pykde4-9999.ebuild
index 9b3eea3..439c597 100644
--- a/kde-base/pykde4/pykde4-9999.ebuild
+++ b/kde-base/pykde4/pykde4-9999.ebuild
@@ -20,14 +20,13 @@ inherit python kde4-meta
DESCRIPTION="Python bindings for KDE4"
KEYWORDS=""
-IUSE="debug doc examples qscintilla semantic-desktop"
+IUSE="debug doc examples semantic-desktop"
# blocker added due to compatibility issues and error during compile time
DEPEND="
!dev-python/pykde
>=dev-python/sip-4.12
$(add_kdebase_dep kdelibs 'opengl,semantic-desktop?')
- qscintilla? ( x11-libs/qscintilla )
semantic-desktop? ( $(add_kdebase_dep kdepimlibs 'semantic-desktop') )
aqua? ( >=dev-python/PyQt4-4.8.2[dbus,declarative,sql,svg,webkit,aqua] )
!aqua? ( >=dev-python/PyQt4-4.8.2[dbus,declarative,sql,svg,webkit,X] )
@@ -52,9 +51,12 @@ src_prepare() {
}
src_configure() {
+ # Required for KTabWidget::label
+ append-cxxflags -DKDE3_SUPPORT
+
mycmakeargs=(
- $(cmake-utils_use_with qscintilla)
-DWITH_PolkitQt=OFF
+ -DWITH_QScintilla=OFF
$(cmake-utils_use_with semantic-desktop Soprano)
$(cmake-utils_use_with semantic-desktop Nepomuk)
$(cmake-utils_use_with semantic-desktop KdepimLibs)
^ permalink raw reply related [flat|nested] 46+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/pykde4/
@ 2011-05-24 15:12 Jorge Manuel B. S. Vicetto
0 siblings, 0 replies; 46+ messages in thread
From: Jorge Manuel B. S. Vicetto @ 2011-05-24 15:12 UTC (permalink / raw
To: gentoo-commits
commit: 2a7de01e8b90dbee756ab75d13ede2ed5c3dd6b8
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto <AT> gentoo <DOT> org>
AuthorDate: Tue May 24 15:06:56 2011 +0000
Commit: Jorge Manuel B. S. Vicetto <jmbsvicetto <AT> gentoo <DOT> org>
CommitDate: Tue May 24 15:06:56 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=2a7de01e
[kde-base/pykde4] 4.6.80 version bump.
(Portage version: 2.2.0_alpha34/git/Linux x86_64, signed Manifest commit with key BB0E6E98)
---
kde-base/pykde4/pykde4-4.6.80.ebuild | 87 ++++++++++++++++++++++++++++++++++
1 files changed, 87 insertions(+), 0 deletions(-)
diff --git a/kde-base/pykde4/pykde4-4.6.80.ebuild b/kde-base/pykde4/pykde4-4.6.80.ebuild
new file mode 100644
index 0000000..07ebefb
--- /dev/null
+++ b/kde-base/pykde4/pykde4-4.6.80.ebuild
@@ -0,0 +1,87 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="3"
+
+OPENGL_REQUIRED="always"
+PYTHON_USE_WITH="threads"
+RESTRICT_PYTHON_ABIS="2.4"
+KDE_SCM="git"
+EGIT_REPONAME="pykde4"
+inherit python kde4-base
+
+DESCRIPTION="Python bindings for KDE4"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="debug doc examples semantic-desktop"
+
+# blocker added due to compatibility issues and error during compile time
+DEPEND="
+ !dev-python/pykde
+ >=dev-python/sip-4.12
+ $(add_kdebase_dep kdelibs 'opengl,semantic-desktop=')
+ semantic-desktop? ( $(add_kdebase_dep kdepimlibs 'semantic-desktop') )
+ aqua? ( >=dev-python/PyQt4-4.8.2[dbus,declarative,sql,svg,webkit,aqua] )
+ !aqua? ( >=dev-python/PyQt4-4.8.2[dbus,declarative,sql,svg,webkit,X] )
+"
+RDEPEND="${DEPEND}"
+
+pkg_setup() {
+ python_pkg_setup
+ kde4-base_pkg_setup
+}
+
+src_prepare() {
+ kde4-base_src_prepare
+
+ if ! use examples; then
+ sed -e '/^ADD_SUBDIRECTORY(examples)/s/^/# DISABLED /' -i CMakeLists.txt \
+ || die "Failed to disable examples"
+ fi
+
+ # See bug 322351
+ use arm && epatch "${FILESDIR}/${PN}-4.4.4-arm-sip.patch"
+}
+
+src_configure() {
+ # Required for KTabWidget::label
+ append-cxxflags -DKDE3_SUPPORT
+
+ mycmakeargs=(
+ -DWITH_PolkitQt=OFF
+ -DWITH_QScintilla=OFF
+ $(cmake-utils_use_with semantic-desktop Soprano)
+ $(cmake-utils_use_with semantic-desktop Nepomuk)
+ $(cmake-utils_use_with semantic-desktop KdepimLibs)
+ )
+
+ kde4-base_src_configure
+}
+
+src_install() {
+ use doc && HTML_DOCS=("${S}/${KMMODULE}/docs/html/")
+
+ kde4-base_src_install
+
+ python_convert_shebangs -q -r $(python_get_version) "${ED}"
+ python_clean_installation_image -q
+}
+
+pkg_postinst() {
+ kde4-base_pkg_postinst
+
+ python_mod_optimize PyKDE4 PyQt4
+
+ if use examples; then
+ echo
+ elog "PyKDE4 examples have been installed to"
+ elog "${EKDEDIR}/share/apps/${PN}/examples"
+ echo
+ fi
+}
+
+pkg_postrm() {
+ kde4-base_pkg_postrm
+
+ python_mod_cleanup PyKDE4 PyQt4
+}
^ permalink raw reply related [flat|nested] 46+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/pykde4/
@ 2011-06-21 20:58 Andreas Hüttel
0 siblings, 0 replies; 46+ messages in thread
From: Andreas Hüttel @ 2011-06-21 20:58 UTC (permalink / raw
To: gentoo-commits
commit: 041dd728d646962f74c84ef5fc5325b4e358e131
Author: Andreas K. Huettel (dilfridge) <mail <AT> akhuettel <DOT> de>
AuthorDate: Tue Jun 21 20:58:05 2011 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Jun 21 20:58:05 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=041dd728
[kde-base/pykde4] Python bytecode cleanup not required anymore since bug 372407 is fixed
(Portage version: 2.1.10.3/git/Linux x86_64, signed Manifest commit with key B6C5F7DE)
---
kde-base/pykde4/pykde4-4.6.49.9999.ebuild | 1 -
kde-base/pykde4/pykde4-4.6.80.ebuild | 1 -
kde-base/pykde4/pykde4-9999.ebuild | 1 -
3 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/kde-base/pykde4/pykde4-4.6.49.9999.ebuild b/kde-base/pykde4/pykde4-4.6.49.9999.ebuild
index 694ee8d..cee0181 100644
--- a/kde-base/pykde4/pykde4-4.6.49.9999.ebuild
+++ b/kde-base/pykde4/pykde4-4.6.49.9999.ebuild
@@ -73,7 +73,6 @@ src_install() {
kde4-meta_src_install
python_convert_shebangs -q -r $(python_get_version) "${ED}"
- python_clean_installation_image -q
}
pkg_postinst() {
diff --git a/kde-base/pykde4/pykde4-4.6.80.ebuild b/kde-base/pykde4/pykde4-4.6.80.ebuild
index 9923b13..5010dbd 100644
--- a/kde-base/pykde4/pykde4-4.6.80.ebuild
+++ b/kde-base/pykde4/pykde4-4.6.80.ebuild
@@ -64,7 +64,6 @@ src_install() {
kde4-base_src_install
python_convert_shebangs -q -r $(python_get_version) "${ED}"
- python_clean_installation_image -q
}
pkg_postinst() {
diff --git a/kde-base/pykde4/pykde4-9999.ebuild b/kde-base/pykde4/pykde4-9999.ebuild
index 74db3f9..fcc38c8 100644
--- a/kde-base/pykde4/pykde4-9999.ebuild
+++ b/kde-base/pykde4/pykde4-9999.ebuild
@@ -64,7 +64,6 @@ src_install() {
kde4-base_src_install
python_convert_shebangs -q -r $(python_get_version) "${ED}"
- python_clean_installation_image -q
}
pkg_postinst() {
^ permalink raw reply related [flat|nested] 46+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/pykde4/
@ 2011-06-21 21:51 Andreas Hüttel
0 siblings, 0 replies; 46+ messages in thread
From: Andreas Hüttel @ 2011-06-21 21:51 UTC (permalink / raw
To: gentoo-commits
commit: 52e78473dced1b1a5a3f69c346e2b36448e69864
Author: Andreas K. Huettel (dilfridge) <mail <AT> akhuettel <DOT> de>
AuthorDate: Tue Jun 21 21:51:18 2011 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Jun 21 21:51:18 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=52e78473
[kde-base/pykde4] Optimize / cleanup only files belonging to PyKDE4, on request from Arfrever
(Portage version: 2.1.10.3/git/Linux x86_64, signed Manifest commit with key B6C5F7DE)
---
kde-base/pykde4/pykde4-4.6.49.9999.ebuild | 4 ++--
kde-base/pykde4/pykde4-4.6.80.ebuild | 4 ++--
kde-base/pykde4/pykde4-9999.ebuild | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/kde-base/pykde4/pykde4-4.6.49.9999.ebuild b/kde-base/pykde4/pykde4-4.6.49.9999.ebuild
index cee0181..dc5bcc8 100644
--- a/kde-base/pykde4/pykde4-4.6.49.9999.ebuild
+++ b/kde-base/pykde4/pykde4-4.6.49.9999.ebuild
@@ -78,7 +78,7 @@ src_install() {
pkg_postinst() {
kde4-meta_pkg_postinst
- python_mod_optimize PyKDE4 PyQt4
+ python_mod_optimize PyKDE4 PyQt4/uic/pykdeuic4.py PyQt4/uic/widget-plugins/kde4.py
if use examples; then
echo
@@ -91,5 +91,5 @@ pkg_postinst() {
pkg_postrm() {
kde4-meta_pkg_postrm
- python_mod_cleanup PyKDE4 PyQt4
+ python_mod_cleanup PyKDE4 PyQt4/uic/pykdeuic4.py PyQt4/uic/widget-plugins/kde4.py
}
diff --git a/kde-base/pykde4/pykde4-4.6.80.ebuild b/kde-base/pykde4/pykde4-4.6.80.ebuild
index 5010dbd..4988bf8 100644
--- a/kde-base/pykde4/pykde4-4.6.80.ebuild
+++ b/kde-base/pykde4/pykde4-4.6.80.ebuild
@@ -69,7 +69,7 @@ src_install() {
pkg_postinst() {
kde4-base_pkg_postinst
- python_mod_optimize PyKDE4 PyQt4
+ python_mod_optimize PyKDE4 PyQt4/uic/pykdeuic4.py PyQt4/uic/widget-plugins/kde4.py
if use examples; then
echo
@@ -82,5 +82,5 @@ pkg_postinst() {
pkg_postrm() {
kde4-base_pkg_postrm
- python_mod_cleanup PyKDE4 PyQt4
+ python_mod_cleanup PyKDE4 PyQt4/uic/pykdeuic4.py PyQt4/uic/widget-plugins/kde4.py
}
diff --git a/kde-base/pykde4/pykde4-9999.ebuild b/kde-base/pykde4/pykde4-9999.ebuild
index fcc38c8..b3ce214 100644
--- a/kde-base/pykde4/pykde4-9999.ebuild
+++ b/kde-base/pykde4/pykde4-9999.ebuild
@@ -69,7 +69,7 @@ src_install() {
pkg_postinst() {
kde4-base_pkg_postinst
- python_mod_optimize PyKDE4 PyQt4
+ python_mod_optimize PyKDE4 PyQt4/uic/pykdeuic4.py PyQt4/uic/widget-plugins/kde4.py
if use examples; then
echo
@@ -82,5 +82,5 @@ pkg_postinst() {
pkg_postrm() {
kde4-base_pkg_postrm
- python_mod_cleanup PyKDE4 PyQt4
+ python_mod_cleanup PyKDE4 PyQt4/uic/pykdeuic4.py PyQt4/uic/widget-plugins/kde4.py
}
^ permalink raw reply related [flat|nested] 46+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/pykde4/
@ 2011-06-24 11:59 Jorge Manuel B. S. Vicetto
0 siblings, 0 replies; 46+ messages in thread
From: Jorge Manuel B. S. Vicetto @ 2011-06-24 11:59 UTC (permalink / raw
To: gentoo-commits
commit: c258a74daaf14a707d96d8f860e6921a6336adc0
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 23 23:25:38 2011 +0000
Commit: Jorge Manuel B. S. Vicetto <jmbsvicetto <AT> gentoo <DOT> org>
CommitDate: Fri Jun 24 11:51:17 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=c258a74d
[kde-base/pykde4] 4.6.90 version bump.
(Portage version: 2.2.0_alpha41/git/Linux x86_64, signed Manifest commit with key BB0E6E98)
---
kde-base/pykde4/pykde4-4.6.90.ebuild | 86 ++++++++++++++++++++++++++++++++++
1 files changed, 86 insertions(+), 0 deletions(-)
diff --git a/kde-base/pykde4/pykde4-4.6.90.ebuild b/kde-base/pykde4/pykde4-4.6.90.ebuild
new file mode 100644
index 0000000..4988bf8
--- /dev/null
+++ b/kde-base/pykde4/pykde4-4.6.90.ebuild
@@ -0,0 +1,86 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=3
+
+OPENGL_REQUIRED="always"
+PYTHON_USE_WITH="threads"
+RESTRICT_PYTHON_ABIS="2.4"
+KDE_SCM="git"
+EGIT_REPONAME="pykde4"
+inherit python kde4-base
+
+DESCRIPTION="Python bindings for KDE4"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="debug doc examples semantic-desktop"
+
+# blocker added due to compatibility issues and error during compile time
+DEPEND="
+ !dev-python/pykde
+ >=dev-python/sip-4.12
+ $(add_kdebase_dep kdelibs 'opengl,semantic-desktop=')
+ semantic-desktop? ( $(add_kdebase_dep kdepimlibs 'semantic-desktop') )
+ aqua? ( >=dev-python/PyQt4-4.8.2[dbus,declarative,sql,svg,webkit,aqua] )
+ !aqua? ( >=dev-python/PyQt4-4.8.2[dbus,declarative,sql,svg,webkit,X] )
+"
+RDEPEND="${DEPEND}"
+
+pkg_setup() {
+ python_pkg_setup
+ kde4-base_pkg_setup
+}
+
+src_prepare() {
+ kde4-base_src_prepare
+
+ if ! use examples; then
+ sed -e '/^ADD_SUBDIRECTORY(examples)/s/^/# DISABLED /' -i CMakeLists.txt \
+ || die "Failed to disable examples"
+ fi
+
+ # See bug 322351
+ use arm && epatch "${FILESDIR}/${PN}-4.4.4-arm-sip.patch"
+}
+
+src_configure() {
+ # Required for KTabWidget::label
+ append-cxxflags -DKDE3_SUPPORT
+
+ mycmakeargs=(
+ -DWITH_PolkitQt=OFF
+ -DWITH_QScintilla=OFF
+ $(cmake-utils_use_with semantic-desktop Soprano)
+ $(cmake-utils_use_with semantic-desktop Nepomuk)
+ $(cmake-utils_use_with semantic-desktop KdepimLibs)
+ )
+
+ kde4-base_src_configure
+}
+
+src_install() {
+ use doc && HTML_DOCS=("${S}/docs/html/")
+
+ kde4-base_src_install
+
+ python_convert_shebangs -q -r $(python_get_version) "${ED}"
+}
+
+pkg_postinst() {
+ kde4-base_pkg_postinst
+
+ python_mod_optimize PyKDE4 PyQt4/uic/pykdeuic4.py PyQt4/uic/widget-plugins/kde4.py
+
+ if use examples; then
+ echo
+ elog "PyKDE4 examples have been installed to"
+ elog "${EPREFIX}/usr/share/apps/${PN}/examples"
+ echo
+ fi
+}
+
+pkg_postrm() {
+ kde4-base_pkg_postrm
+
+ python_mod_cleanup PyKDE4 PyQt4/uic/pykdeuic4.py PyQt4/uic/widget-plugins/kde4.py
+}
^ permalink raw reply related [flat|nested] 46+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/pykde4/
@ 2011-07-12 21:03 Andreas Hüttel
0 siblings, 0 replies; 46+ messages in thread
From: Andreas Hüttel @ 2011-07-12 21:03 UTC (permalink / raw
To: gentoo-commits
commit: 99a5ac90412c0ef5b1fc1d831654a9749e3b95ce
Author: Andreas K. Huettel (dilfridge) <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 12 21:02:44 2011 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Jul 12 21:02:44 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=99a5ac90
[kde-base/pykde4] Raise sip version dependency to ensure things work with python-3.2, bug 374703
(Portage version: 2.1.10.4/git/Linux x86_64, signed Manifest commit with key 7887F787)
---
kde-base/pykde4/pykde4-4.6.95.ebuild | 2 +-
kde-base/pykde4/pykde4-4.7.49.9999.ebuild | 2 +-
kde-base/pykde4/pykde4-9999.ebuild | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/kde-base/pykde4/pykde4-4.6.95.ebuild b/kde-base/pykde4/pykde4-4.6.95.ebuild
index ac84026..422ab47 100644
--- a/kde-base/pykde4/pykde4-4.6.95.ebuild
+++ b/kde-base/pykde4/pykde4-4.6.95.ebuild
@@ -20,7 +20,7 @@ IUSE="debug doc examples semantic-desktop"
# blocker added due to compatibility issues and error during compile time
RDEPEND="
!dev-python/pykde
- >=dev-python/sip-4.12
+ >=dev-python/sip-4.12.3-r2
$(add_kdebase_dep kdelibs 'opengl,semantic-desktop=')
semantic-desktop? ( $(add_kdebase_dep kdepimlibs 'semantic-desktop') )
aqua? ( >=dev-python/PyQt4-4.8.2[dbus,declarative,sql,svg,webkit,aqua] )
diff --git a/kde-base/pykde4/pykde4-4.7.49.9999.ebuild b/kde-base/pykde4/pykde4-4.7.49.9999.ebuild
index edee11c..3bc6ece 100644
--- a/kde-base/pykde4/pykde4-4.7.49.9999.ebuild
+++ b/kde-base/pykde4/pykde4-4.7.49.9999.ebuild
@@ -20,7 +20,7 @@ IUSE="debug doc examples semantic-desktop"
# blocker added due to compatibility issues and error during compile time
RDEPEND="
!dev-python/pykde
- >=dev-python/sip-4.12
+ >=dev-python/sip-4.12.3-r2
$(add_kdebase_dep kdelibs 'opengl,semantic-desktop=')
semantic-desktop? ( $(add_kdebase_dep kdepimlibs 'semantic-desktop') )
aqua? ( >=dev-python/PyQt4-4.8.2[dbus,declarative,sql,svg,webkit,aqua] )
diff --git a/kde-base/pykde4/pykde4-9999.ebuild b/kde-base/pykde4/pykde4-9999.ebuild
index edee11c..3bc6ece 100644
--- a/kde-base/pykde4/pykde4-9999.ebuild
+++ b/kde-base/pykde4/pykde4-9999.ebuild
@@ -20,7 +20,7 @@ IUSE="debug doc examples semantic-desktop"
# blocker added due to compatibility issues and error during compile time
RDEPEND="
!dev-python/pykde
- >=dev-python/sip-4.12
+ >=dev-python/sip-4.12.3-r2
$(add_kdebase_dep kdelibs 'opengl,semantic-desktop=')
semantic-desktop? ( $(add_kdebase_dep kdepimlibs 'semantic-desktop') )
aqua? ( >=dev-python/PyQt4-4.8.2[dbus,declarative,sql,svg,webkit,aqua] )
^ permalink raw reply related [flat|nested] 46+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/pykde4/
@ 2011-07-31 21:56 Jonathan Callen
0 siblings, 0 replies; 46+ messages in thread
From: Jonathan Callen @ 2011-07-31 21:56 UTC (permalink / raw
To: gentoo-commits
commit: e8b27e09d4c0c95b01e6831e06a68b3d42cfcaed
Author: Jonathan Callen <abcd <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 31 21:56:36 2011 +0000
Commit: Jonathan Callen <abcd <AT> gentoo <DOT> org>
CommitDate: Sun Jul 31 21:56:36 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=e8b27e09
[kde-base/pykde4] Fix call to python_merge_...
---
kde-base/pykde4/pykde4-4.7.49.9999.ebuild | 2 +-
kde-base/pykde4/pykde4-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/kde-base/pykde4/pykde4-4.7.49.9999.ebuild b/kde-base/pykde4/pykde4-4.7.49.9999.ebuild
index 3bc6ece..e1bbf35 100644
--- a/kde-base/pykde4/pykde4-4.7.49.9999.ebuild
+++ b/kde-base/pykde4/pykde4-4.7.49.9999.ebuild
@@ -125,7 +125,7 @@ src_install() {
}
python_execute_function installation
- python_merge_intermediate_installation_images "${T}/images/${PYTHON_ABI}"
+ python_merge_intermediate_installation_images "${T}/images"
# As we don't call the eclass's src_install, we have to install the docs manually
DOCS=("${S}"/{AUTHORS,NEWS,README})
diff --git a/kde-base/pykde4/pykde4-9999.ebuild b/kde-base/pykde4/pykde4-9999.ebuild
index 3bc6ece..e1bbf35 100644
--- a/kde-base/pykde4/pykde4-9999.ebuild
+++ b/kde-base/pykde4/pykde4-9999.ebuild
@@ -125,7 +125,7 @@ src_install() {
}
python_execute_function installation
- python_merge_intermediate_installation_images "${T}/images/${PYTHON_ABI}"
+ python_merge_intermediate_installation_images "${T}/images"
# As we don't call the eclass's src_install, we have to install the docs manually
DOCS=("${S}"/{AUTHORS,NEWS,README})
^ permalink raw reply related [flat|nested] 46+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/pykde4/
@ 2011-09-07 21:43 Alexey Shvetsov
0 siblings, 0 replies; 46+ messages in thread
From: Alexey Shvetsov @ 2011-09-07 21:43 UTC (permalink / raw
To: gentoo-commits
commit: 8fae897028171aef347432b920b99a4484cca30f
Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 7 21:39:54 2011 +0000
Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
CommitDate: Wed Sep 7 21:39:54 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=8fae8970
[kde-base/pykde4] Drop old blockers
(Portage version: 2.2.0_alpha54/git/Linux x86_64, signed Manifest commit with key F82F92E6)
---
kde-base/pykde4/pykde4-4.7.49.9999.ebuild | 1 -
kde-base/pykde4/pykde4-9999.ebuild | 1 -
2 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/kde-base/pykde4/pykde4-4.7.49.9999.ebuild b/kde-base/pykde4/pykde4-4.7.49.9999.ebuild
index e1bbf35..e99a0cb 100644
--- a/kde-base/pykde4/pykde4-4.7.49.9999.ebuild
+++ b/kde-base/pykde4/pykde4-4.7.49.9999.ebuild
@@ -19,7 +19,6 @@ IUSE="debug doc examples semantic-desktop"
# blocker added due to compatibility issues and error during compile time
RDEPEND="
- !dev-python/pykde
>=dev-python/sip-4.12.3-r2
$(add_kdebase_dep kdelibs 'opengl,semantic-desktop=')
semantic-desktop? ( $(add_kdebase_dep kdepimlibs 'semantic-desktop') )
diff --git a/kde-base/pykde4/pykde4-9999.ebuild b/kde-base/pykde4/pykde4-9999.ebuild
index e1bbf35..e99a0cb 100644
--- a/kde-base/pykde4/pykde4-9999.ebuild
+++ b/kde-base/pykde4/pykde4-9999.ebuild
@@ -19,7 +19,6 @@ IUSE="debug doc examples semantic-desktop"
# blocker added due to compatibility issues and error during compile time
RDEPEND="
- !dev-python/pykde
>=dev-python/sip-4.12.3-r2
$(add_kdebase_dep kdelibs 'opengl,semantic-desktop=')
semantic-desktop? ( $(add_kdebase_dep kdepimlibs 'semantic-desktop') )
^ permalink raw reply related [flat|nested] 46+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/pykde4/
@ 2012-03-07 2:42 Patrick Lauer
0 siblings, 0 replies; 46+ messages in thread
From: Patrick Lauer @ 2012-03-07 2:42 UTC (permalink / raw
To: gentoo-commits
commit: 79b38b60cb26a4339b406a33ac02c54baa0941d0
Author: Patrick Lauer <patrick.lauer <AT> star-group <DOT> net>
AuthorDate: Wed Mar 7 02:41:47 2012 +0000
Commit: Patrick Lauer <patrick <AT> gentoo <DOT> org>
CommitDate: Wed Mar 7 02:41:47 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=79b38b60
Restricting pypy
---
kde-base/pykde4/pykde4-4.8.49.9999.ebuild | 2 +-
kde-base/pykde4/pykde4-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/kde-base/pykde4/pykde4-4.8.49.9999.ebuild b/kde-base/pykde4/pykde4-4.8.49.9999.ebuild
index cc4ccd4..a67b428 100644
--- a/kde-base/pykde4/pykde4-4.8.49.9999.ebuild
+++ b/kde-base/pykde4/pykde4-4.8.49.9999.ebuild
@@ -5,7 +5,7 @@
EAPI=4
PYTHON_DEPEND="*:2.5"
-RESTRICT_PYTHON_ABIS="*-jython 2.4"
+RESTRICT_PYTHON_ABIS="*-jython 2.4 2.7-pypy-*"
PYTHON_USE_WITH="threads"
SUPPORT_PYTHON_ABIS="1"
diff --git a/kde-base/pykde4/pykde4-9999.ebuild b/kde-base/pykde4/pykde4-9999.ebuild
index e06e5f7..905cf5d 100644
--- a/kde-base/pykde4/pykde4-9999.ebuild
+++ b/kde-base/pykde4/pykde4-9999.ebuild
@@ -5,7 +5,7 @@
EAPI=4
PYTHON_DEPEND="*:2.5"
-RESTRICT_PYTHON_ABIS="*-jython 2.4"
+RESTRICT_PYTHON_ABIS="*-jython 2.4 2.7-pypy-*"
PYTHON_USE_WITH="threads"
SUPPORT_PYTHON_ABIS="1"
^ permalink raw reply related [flat|nested] 46+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/pykde4/
@ 2012-05-01 17:30 Andreas Hüttel
0 siblings, 0 replies; 46+ messages in thread
From: Andreas Hüttel @ 2012-05-01 17:30 UTC (permalink / raw
To: gentoo-commits
commit: 8d1a3a2ce131c3fb9e80daef56daf9062b87d2ee
Author: Andreas K. Huettel (dilfridge) <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue May 1 17:30:23 2012 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue May 1 17:30:23 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=8d1a3a2c
[kde-base/pykde4] Require semantic-desktop when tests are enabled, bug 403855
(Portage version: 2.2.0_alpha101/git/Linux x86_64, unsigned Manifest commit)
---
kde-base/pykde4/pykde4-4.8.3.ebuild | 1 +
kde-base/pykde4/pykde4-4.8.49.9999.ebuild | 1 +
kde-base/pykde4/pykde4-9999.ebuild | 1 +
3 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/kde-base/pykde4/pykde4-4.8.3.ebuild b/kde-base/pykde4/pykde4-4.8.3.ebuild
index a83ba29..8c30b8f 100644
--- a/kde-base/pykde4/pykde4-4.8.3.ebuild
+++ b/kde-base/pykde4/pykde4-4.8.3.ebuild
@@ -16,6 +16,7 @@ inherit python portability kde4-base
DESCRIPTION="Python bindings for KDE4"
KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
IUSE="debug doc examples semantic-desktop"
+REQUIRED_USE="test? ( semantic-desktop )"
# blocker added due to compatibility issues and error during compile time
RDEPEND="
diff --git a/kde-base/pykde4/pykde4-4.8.49.9999.ebuild b/kde-base/pykde4/pykde4-4.8.49.9999.ebuild
index a67b428..088adbf 100644
--- a/kde-base/pykde4/pykde4-4.8.49.9999.ebuild
+++ b/kde-base/pykde4/pykde4-4.8.49.9999.ebuild
@@ -16,6 +16,7 @@ inherit python portability kde4-base
DESCRIPTION="Python bindings for KDE4"
KEYWORDS=""
IUSE="debug doc examples semantic-desktop"
+REQUIRED_USE="test? ( semantic-desktop )"
# blocker added due to compatibility issues and error during compile time
RDEPEND="
diff --git a/kde-base/pykde4/pykde4-9999.ebuild b/kde-base/pykde4/pykde4-9999.ebuild
index 905cf5d..e8131e3 100644
--- a/kde-base/pykde4/pykde4-9999.ebuild
+++ b/kde-base/pykde4/pykde4-9999.ebuild
@@ -16,6 +16,7 @@ inherit python portability kde4-base
DESCRIPTION="Python bindings for KDE4"
KEYWORDS=""
IUSE="debug doc examples semantic-desktop"
+REQUIRED_USE="test? ( semantic-desktop )"
# blocker added due to compatibility issues and error during compile time
RDEPEND="
^ permalink raw reply related [flat|nested] 46+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/pykde4/
@ 2012-05-23 14:04 Michael Palimaka
0 siblings, 0 replies; 46+ messages in thread
From: Michael Palimaka @ 2012-05-23 14:04 UTC (permalink / raw
To: gentoo-commits
commit: 967221777c38c1bd2211c0d37ddf36e20b6e6fd9
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed May 23 13:59:06 2012 +0000
Commit: Michael Palimaka <kensington <AT> astralcloak <DOT> net>
CommitDate: Wed May 23 13:59:06 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=96722177
[kde-base/pykde4] Explicitly inherit multilib.
(Portage version: 2.1.10.62/git/Linux x86_64, unsigned Manifest commit)
---
kde-base/pykde4/pykde4-4.8.49.9999.ebuild | 2 +-
kde-base/pykde4/pykde4-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/kde-base/pykde4/pykde4-4.8.49.9999.ebuild b/kde-base/pykde4/pykde4-4.8.49.9999.ebuild
index 088adbf..39a1f4a 100644
--- a/kde-base/pykde4/pykde4-4.8.49.9999.ebuild
+++ b/kde-base/pykde4/pykde4-4.8.49.9999.ebuild
@@ -11,7 +11,7 @@ SUPPORT_PYTHON_ABIS="1"
OPENGL_REQUIRED="always"
KDE_SCM="git"
-inherit python portability kde4-base
+inherit python portability kde4-base multilib
DESCRIPTION="Python bindings for KDE4"
KEYWORDS=""
diff --git a/kde-base/pykde4/pykde4-9999.ebuild b/kde-base/pykde4/pykde4-9999.ebuild
index e8131e3..50508b3 100644
--- a/kde-base/pykde4/pykde4-9999.ebuild
+++ b/kde-base/pykde4/pykde4-9999.ebuild
@@ -11,7 +11,7 @@ SUPPORT_PYTHON_ABIS="1"
OPENGL_REQUIRED="always"
KDE_SCM="git"
-inherit python portability kde4-base
+inherit python portability kde4-base multilib
DESCRIPTION="Python bindings for KDE4"
KEYWORDS=""
^ permalink raw reply related [flat|nested] 46+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/pykde4/
@ 2012-06-08 11:12 Andreas Hüttel
0 siblings, 0 replies; 46+ messages in thread
From: Andreas Hüttel @ 2012-06-08 11:12 UTC (permalink / raw
To: gentoo-commits
commit: ced6b341eaccdcf2458d9d1235b30edbbd6aee54
Author: Andreas K. Huettel (dilfridge) <mail <AT> akhuettel <DOT> de>
AuthorDate: Fri Jun 8 11:13:08 2012 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Jun 8 11:13:08 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=ced6b341
[kde-base/pykde] Require soprano version with tcpclient stub
(Portage version: 2.2.0_alpha110/git/Linux x86_64, unsigned Manifest commit)
---
kde-base/pykde4/pykde4-4.8.90.ebuild | 5 ++++-
kde-base/pykde4/pykde4-9999.ebuild | 5 ++++-
2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/kde-base/pykde4/pykde4-4.8.90.ebuild b/kde-base/pykde4/pykde4-4.8.90.ebuild
index dabc4b0..8511636 100644
--- a/kde-base/pykde4/pykde4-4.8.90.ebuild
+++ b/kde-base/pykde4/pykde4-4.8.90.ebuild
@@ -22,7 +22,10 @@ REQUIRED_USE="test? ( semantic-desktop )"
RDEPEND="
>=dev-python/sip-4.13.1
$(add_kdebase_dep kdelibs 'opengl,semantic-desktop=')
- semantic-desktop? ( $(add_kdebase_dep kdepimlibs 'semantic-desktop') )
+ semantic-desktop? (
+ $(add_kdebase_dep kdepimlibs 'semantic-desktop')
+ >=dev-libs/soprano-2.7.56-r1
+ )
aqua? ( >=dev-python/PyQt4-4.9[dbus,declarative,sql,svg,webkit,aqua] )
!aqua? ( >=dev-python/PyQt4-4.9[dbus,declarative,sql,svg,webkit,X] )
"
diff --git a/kde-base/pykde4/pykde4-9999.ebuild b/kde-base/pykde4/pykde4-9999.ebuild
index 50508b3..def86b3 100644
--- a/kde-base/pykde4/pykde4-9999.ebuild
+++ b/kde-base/pykde4/pykde4-9999.ebuild
@@ -22,7 +22,10 @@ REQUIRED_USE="test? ( semantic-desktop )"
RDEPEND="
>=dev-python/sip-4.13.1
$(add_kdebase_dep kdelibs 'opengl,semantic-desktop=')
- semantic-desktop? ( $(add_kdebase_dep kdepimlibs 'semantic-desktop') )
+ semantic-desktop? (
+ $(add_kdebase_dep kdepimlibs 'semantic-desktop')
+ >=dev-libs/soprano-2.7.56-r1
+ )
aqua? ( >=dev-python/PyQt4-4.9[dbus,declarative,sql,svg,webkit,aqua] )
!aqua? ( >=dev-python/PyQt4-4.9[dbus,declarative,sql,svg,webkit,X] )
"
^ permalink raw reply related [flat|nested] 46+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/pykde4/
@ 2012-11-17 23:11 Andreas Hüttel
0 siblings, 0 replies; 46+ messages in thread
From: Andreas Hüttel @ 2012-11-17 23:11 UTC (permalink / raw
To: gentoo-commits
commit: 7ff9f74fdd6b0d544075036f2fae5f08532f5866
Author: Andreas K. Huettel (dilfridge) <mail <AT> akhuettel <DOT> de>
AuthorDate: Sat Nov 17 23:15:44 2012 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Nov 17 23:15:44 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=7ff9f74f
[kde-base/pykde] Add test to IUSE
Package-Manager: portage-2.2.0_alpha142
---
kde-base/pykde4/pykde4-4.9.49.9999.ebuild | 2 +-
kde-base/pykde4/pykde4-4.9.80.ebuild | 2 +-
kde-base/pykde4/pykde4-9999.ebuild | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/kde-base/pykde4/pykde4-4.9.49.9999.ebuild b/kde-base/pykde4/pykde4-4.9.49.9999.ebuild
index 0b7f34b..204640f 100644
--- a/kde-base/pykde4/pykde4-4.9.49.9999.ebuild
+++ b/kde-base/pykde4/pykde4-4.9.49.9999.ebuild
@@ -14,7 +14,7 @@ inherit python portability kde4-base multilib
DESCRIPTION="Python bindings for KDE4"
KEYWORDS=""
-IUSE="debug doc examples semantic-desktop"
+IUSE="debug doc examples semantic-desktop test"
REQUIRED_USE="test? ( semantic-desktop )"
# blocker added due to compatibility issues and error during compile time
diff --git a/kde-base/pykde4/pykde4-4.9.80.ebuild b/kde-base/pykde4/pykde4-4.9.80.ebuild
index 08b5bf1..313f2eb 100644
--- a/kde-base/pykde4/pykde4-4.9.80.ebuild
+++ b/kde-base/pykde4/pykde4-4.9.80.ebuild
@@ -14,7 +14,7 @@ inherit python portability kde4-base multilib
DESCRIPTION="Python bindings for KDE4"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="debug doc examples semantic-desktop"
+IUSE="debug doc examples semantic-desktop test"
REQUIRED_USE="test? ( semantic-desktop )"
# blocker added due to compatibility issues and error during compile time
diff --git a/kde-base/pykde4/pykde4-9999.ebuild b/kde-base/pykde4/pykde4-9999.ebuild
index da7d576..3b2f3cd 100644
--- a/kde-base/pykde4/pykde4-9999.ebuild
+++ b/kde-base/pykde4/pykde4-9999.ebuild
@@ -14,7 +14,7 @@ inherit python portability kde4-base multilib
DESCRIPTION="Python bindings for KDE4"
KEYWORDS=""
-IUSE="debug doc examples semantic-desktop"
+IUSE="debug doc examples semantic-desktop test"
REQUIRED_USE="test? ( semantic-desktop )"
# blocker added due to compatibility issues and error during compile time
^ permalink raw reply related [flat|nested] 46+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/pykde4/
@ 2012-12-29 10:03 Andreas Hüttel
0 siblings, 0 replies; 46+ messages in thread
From: Andreas Hüttel @ 2012-12-29 10:03 UTC (permalink / raw
To: gentoo-commits
commit: 2d2766958e7eb81e77c64fc870fd53702d7922e5
Author: Andreas K. Huettel (dilfridge) <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 29 10:04:29 2012 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Dec 29 10:04:29 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=2d276695
[kde-base/pykde4] raise sip version dep as required by cmake files
---
kde-base/pykde4/pykde4-4.10.49.9999.ebuild | 2 +-
kde-base/pykde4/pykde4-4.9.95.ebuild | 2 +-
kde-base/pykde4/pykde4-9999.ebuild | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/kde-base/pykde4/pykde4-4.10.49.9999.ebuild b/kde-base/pykde4/pykde4-4.10.49.9999.ebuild
index 3b2f3cd..b67d7c9 100644
--- a/kde-base/pykde4/pykde4-4.10.49.9999.ebuild
+++ b/kde-base/pykde4/pykde4-4.10.49.9999.ebuild
@@ -19,7 +19,7 @@ REQUIRED_USE="test? ( semantic-desktop )"
# blocker added due to compatibility issues and error during compile time
RDEPEND="
- >=dev-python/sip-4.13.1
+ >=dev-python/sip-4.14
$(add_kdebase_dep kdelibs 'opengl,semantic-desktop=')
semantic-desktop? (
$(add_kdebase_dep kdepimlibs 'semantic-desktop')
diff --git a/kde-base/pykde4/pykde4-4.9.95.ebuild b/kde-base/pykde4/pykde4-4.9.95.ebuild
index 313f2eb..86b605a 100644
--- a/kde-base/pykde4/pykde4-4.9.95.ebuild
+++ b/kde-base/pykde4/pykde4-4.9.95.ebuild
@@ -19,7 +19,7 @@ REQUIRED_USE="test? ( semantic-desktop )"
# blocker added due to compatibility issues and error during compile time
RDEPEND="
- >=dev-python/sip-4.13.1
+ >=dev-python/sip-4.14
$(add_kdebase_dep kdelibs 'opengl,semantic-desktop=')
semantic-desktop? (
$(add_kdebase_dep kdepimlibs 'semantic-desktop')
diff --git a/kde-base/pykde4/pykde4-9999.ebuild b/kde-base/pykde4/pykde4-9999.ebuild
index 3b2f3cd..b67d7c9 100644
--- a/kde-base/pykde4/pykde4-9999.ebuild
+++ b/kde-base/pykde4/pykde4-9999.ebuild
@@ -19,7 +19,7 @@ REQUIRED_USE="test? ( semantic-desktop )"
# blocker added due to compatibility issues and error during compile time
RDEPEND="
- >=dev-python/sip-4.13.1
+ >=dev-python/sip-4.14
$(add_kdebase_dep kdelibs 'opengl,semantic-desktop=')
semantic-desktop? (
$(add_kdebase_dep kdepimlibs 'semantic-desktop')
^ permalink raw reply related [flat|nested] 46+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/pykde4/
@ 2012-12-29 11:51 Andreas Hüttel
0 siblings, 0 replies; 46+ messages in thread
From: Andreas Hüttel @ 2012-12-29 11:51 UTC (permalink / raw
To: gentoo-commits
commit: fdf7d253cd91c10d730770476e1e7eed09dfb229
Author: Andreas K. Huettel (dilfridge) <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 29 11:51:52 2012 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Dec 29 11:51:52 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=fdf7d253
[kde-base/pykde4] raise PyQt4 version dep
---
kde-base/pykde4/pykde4-4.10.49.9999.ebuild | 4 ++--
kde-base/pykde4/pykde4-4.9.95.ebuild | 4 ++--
kde-base/pykde4/pykde4-9999.ebuild | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/kde-base/pykde4/pykde4-4.10.49.9999.ebuild b/kde-base/pykde4/pykde4-4.10.49.9999.ebuild
index b67d7c9..9fad9b3 100644
--- a/kde-base/pykde4/pykde4-4.10.49.9999.ebuild
+++ b/kde-base/pykde4/pykde4-4.10.49.9999.ebuild
@@ -25,8 +25,8 @@ RDEPEND="
$(add_kdebase_dep kdepimlibs 'semantic-desktop')
>=dev-libs/soprano-2.8.0
)
- aqua? ( >=dev-python/PyQt4-4.9[dbus,declarative,sql,svg,webkit,aqua] )
- !aqua? ( >=dev-python/PyQt4-4.9[dbus,declarative,sql,svg,webkit,X] )
+ aqua? ( >=dev-python/PyQt4-4.9.5[dbus,declarative,sql,svg,webkit,aqua] )
+ !aqua? ( >=dev-python/PyQt4-4.9.5[dbus,declarative,sql,svg,webkit,X] )
"
DEPEND="${RDEPEND}
sys-devel/libtool
diff --git a/kde-base/pykde4/pykde4-4.9.95.ebuild b/kde-base/pykde4/pykde4-4.9.95.ebuild
index 86b605a..710fa25 100644
--- a/kde-base/pykde4/pykde4-4.9.95.ebuild
+++ b/kde-base/pykde4/pykde4-4.9.95.ebuild
@@ -25,8 +25,8 @@ RDEPEND="
$(add_kdebase_dep kdepimlibs 'semantic-desktop')
>=dev-libs/soprano-2.8.0
)
- aqua? ( >=dev-python/PyQt4-4.9[dbus,declarative,sql,svg,webkit,aqua] )
- !aqua? ( >=dev-python/PyQt4-4.9[dbus,declarative,sql,svg,webkit,X] )
+ aqua? ( >=dev-python/PyQt4-4.9.5[dbus,declarative,sql,svg,webkit,aqua] )
+ !aqua? ( >=dev-python/PyQt4-4.9.5[dbus,declarative,sql,svg,webkit,X] )
"
DEPEND="${RDEPEND}
sys-devel/libtool
diff --git a/kde-base/pykde4/pykde4-9999.ebuild b/kde-base/pykde4/pykde4-9999.ebuild
index b67d7c9..9fad9b3 100644
--- a/kde-base/pykde4/pykde4-9999.ebuild
+++ b/kde-base/pykde4/pykde4-9999.ebuild
@@ -25,8 +25,8 @@ RDEPEND="
$(add_kdebase_dep kdepimlibs 'semantic-desktop')
>=dev-libs/soprano-2.8.0
)
- aqua? ( >=dev-python/PyQt4-4.9[dbus,declarative,sql,svg,webkit,aqua] )
- !aqua? ( >=dev-python/PyQt4-4.9[dbus,declarative,sql,svg,webkit,X] )
+ aqua? ( >=dev-python/PyQt4-4.9.5[dbus,declarative,sql,svg,webkit,aqua] )
+ !aqua? ( >=dev-python/PyQt4-4.9.5[dbus,declarative,sql,svg,webkit,X] )
"
DEPEND="${RDEPEND}
sys-devel/libtool
^ permalink raw reply related [flat|nested] 46+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/pykde4/
@ 2012-12-29 12:33 Andreas Hüttel
0 siblings, 0 replies; 46+ messages in thread
From: Andreas Hüttel @ 2012-12-29 12:33 UTC (permalink / raw
To: gentoo-commits
commit: 86c2177938761bbfb71882a194da31e88a20e2fd
Author: Andreas K. Huettel (dilfridge) <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 29 12:33:50 2012 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Dec 29 12:33:50 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=86c21779
[kde-base/pykde4] Need useflag script in PyQt4 if existing
---
kde-base/pykde4/pykde4-4.10.49.9999.ebuild | 4 ++--
kde-base/pykde4/pykde4-4.9.49.9999.ebuild | 4 ++--
kde-base/pykde4/pykde4-4.9.95.ebuild | 4 ++--
kde-base/pykde4/pykde4-9999.ebuild | 4 ++--
4 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/kde-base/pykde4/pykde4-4.10.49.9999.ebuild b/kde-base/pykde4/pykde4-4.10.49.9999.ebuild
index 9fad9b3..a6b4bf9 100644
--- a/kde-base/pykde4/pykde4-4.10.49.9999.ebuild
+++ b/kde-base/pykde4/pykde4-4.10.49.9999.ebuild
@@ -25,8 +25,8 @@ RDEPEND="
$(add_kdebase_dep kdepimlibs 'semantic-desktop')
>=dev-libs/soprano-2.8.0
)
- aqua? ( >=dev-python/PyQt4-4.9.5[dbus,declarative,sql,svg,webkit,aqua] )
- !aqua? ( >=dev-python/PyQt4-4.9.5[dbus,declarative,sql,svg,webkit,X] )
+ aqua? ( >=dev-python/PyQt4-4.9.5[dbus,declarative,script(+),sql,svg,webkit,aqua] )
+ !aqua? ( >=dev-python/PyQt4-4.9.5[dbus,declarative,script(+),sql,svg,webkit,X] )
"
DEPEND="${RDEPEND}
sys-devel/libtool
diff --git a/kde-base/pykde4/pykde4-4.9.49.9999.ebuild b/kde-base/pykde4/pykde4-4.9.49.9999.ebuild
index 204640f..df82f5c 100644
--- a/kde-base/pykde4/pykde4-4.9.49.9999.ebuild
+++ b/kde-base/pykde4/pykde4-4.9.49.9999.ebuild
@@ -25,8 +25,8 @@ RDEPEND="
$(add_kdebase_dep kdepimlibs 'semantic-desktop')
>=dev-libs/soprano-2.8.0
)
- aqua? ( >=dev-python/PyQt4-4.9[dbus,declarative,sql,svg,webkit,aqua] )
- !aqua? ( >=dev-python/PyQt4-4.9[dbus,declarative,sql,svg,webkit,X] )
+ aqua? ( >=dev-python/PyQt4-4.9[dbus,declarative,script(+),sql,svg,webkit,aqua] )
+ !aqua? ( >=dev-python/PyQt4-4.9[dbus,declarative,script(+),sql,svg,webkit,X] )
"
DEPEND="${RDEPEND}
sys-devel/libtool
diff --git a/kde-base/pykde4/pykde4-4.9.95.ebuild b/kde-base/pykde4/pykde4-4.9.95.ebuild
index 710fa25..5b7d15f 100644
--- a/kde-base/pykde4/pykde4-4.9.95.ebuild
+++ b/kde-base/pykde4/pykde4-4.9.95.ebuild
@@ -25,8 +25,8 @@ RDEPEND="
$(add_kdebase_dep kdepimlibs 'semantic-desktop')
>=dev-libs/soprano-2.8.0
)
- aqua? ( >=dev-python/PyQt4-4.9.5[dbus,declarative,sql,svg,webkit,aqua] )
- !aqua? ( >=dev-python/PyQt4-4.9.5[dbus,declarative,sql,svg,webkit,X] )
+ aqua? ( >=dev-python/PyQt4-4.9.5[dbus,declarative,script(+),sql,svg,webkit,aqua] )
+ !aqua? ( >=dev-python/PyQt4-4.9.5[dbus,declarative,script(+),sql,svg,webkit,X] )
"
DEPEND="${RDEPEND}
sys-devel/libtool
diff --git a/kde-base/pykde4/pykde4-9999.ebuild b/kde-base/pykde4/pykde4-9999.ebuild
index 9fad9b3..a6b4bf9 100644
--- a/kde-base/pykde4/pykde4-9999.ebuild
+++ b/kde-base/pykde4/pykde4-9999.ebuild
@@ -25,8 +25,8 @@ RDEPEND="
$(add_kdebase_dep kdepimlibs 'semantic-desktop')
>=dev-libs/soprano-2.8.0
)
- aqua? ( >=dev-python/PyQt4-4.9.5[dbus,declarative,sql,svg,webkit,aqua] )
- !aqua? ( >=dev-python/PyQt4-4.9.5[dbus,declarative,sql,svg,webkit,X] )
+ aqua? ( >=dev-python/PyQt4-4.9.5[dbus,declarative,script(+),sql,svg,webkit,aqua] )
+ !aqua? ( >=dev-python/PyQt4-4.9.5[dbus,declarative,script(+),sql,svg,webkit,X] )
"
DEPEND="${RDEPEND}
sys-devel/libtool
^ permalink raw reply related [flat|nested] 46+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/pykde4/
@ 2013-01-17 16:50 Michael Palimaka
0 siblings, 0 replies; 46+ messages in thread
From: Michael Palimaka @ 2013-01-17 16:50 UTC (permalink / raw
To: gentoo-commits
commit: f2234c064e3f0bb40ebef6a76d05b8839599e9f4
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 17 16:42:19 2013 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Jan 17 16:46:25 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=f2234c06
[kde-base/pykde4] Use sip subslots.
Package-Manager: portage-2.1.11.43
---
kde-base/pykde4/pykde4-4.10.49.9999.ebuild | 2 +-
kde-base/pykde4/pykde4-4.9.95.ebuild | 2 +-
kde-base/pykde4/pykde4-4.9.97.ebuild | 2 +-
kde-base/pykde4/pykde4-4.9.98.ebuild | 2 +-
kde-base/pykde4/pykde4-9999.ebuild | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/kde-base/pykde4/pykde4-4.10.49.9999.ebuild b/kde-base/pykde4/pykde4-4.10.49.9999.ebuild
index d7ec75a..1b6d481 100644
--- a/kde-base/pykde4/pykde4-4.10.49.9999.ebuild
+++ b/kde-base/pykde4/pykde4-4.10.49.9999.ebuild
@@ -19,7 +19,7 @@ REQUIRED_USE="test? ( semantic-desktop )"
# blocker added due to compatibility issues and error during compile time
RDEPEND="
- >=dev-python/sip-4.14
+ >=dev-python/sip-4.14:=
$(add_kdebase_dep kdelibs 'opengl,semantic-desktop=')
semantic-desktop? (
$(add_kdebase_dep kdepimlibs 'semantic-desktop')
diff --git a/kde-base/pykde4/pykde4-4.9.95.ebuild b/kde-base/pykde4/pykde4-4.9.95.ebuild
index cff8480..67d056b 100644
--- a/kde-base/pykde4/pykde4-4.9.95.ebuild
+++ b/kde-base/pykde4/pykde4-4.9.95.ebuild
@@ -19,7 +19,7 @@ REQUIRED_USE="test? ( semantic-desktop )"
# blocker added due to compatibility issues and error during compile time
RDEPEND="
- >=dev-python/sip-4.14
+ >=dev-python/sip-4.14:=
$(add_kdebase_dep kdelibs 'opengl,semantic-desktop=')
semantic-desktop? (
$(add_kdebase_dep kdepimlibs 'semantic-desktop')
diff --git a/kde-base/pykde4/pykde4-4.9.97.ebuild b/kde-base/pykde4/pykde4-4.9.97.ebuild
index 5c056ad..41a1914 100644
--- a/kde-base/pykde4/pykde4-4.9.97.ebuild
+++ b/kde-base/pykde4/pykde4-4.9.97.ebuild
@@ -19,7 +19,7 @@ REQUIRED_USE="test? ( semantic-desktop )"
# blocker added due to compatibility issues and error during compile time
RDEPEND="
- >=dev-python/sip-4.14
+ >=dev-python/sip-4.14:=
$(add_kdebase_dep kdelibs 'opengl,semantic-desktop=')
semantic-desktop? (
$(add_kdebase_dep kdepimlibs 'semantic-desktop')
diff --git a/kde-base/pykde4/pykde4-4.9.98.ebuild b/kde-base/pykde4/pykde4-4.9.98.ebuild
index b4d2130..460d39b 100644
--- a/kde-base/pykde4/pykde4-4.9.98.ebuild
+++ b/kde-base/pykde4/pykde4-4.9.98.ebuild
@@ -19,7 +19,7 @@ REQUIRED_USE="test? ( semantic-desktop )"
# blocker added due to compatibility issues and error during compile time
RDEPEND="
- >=dev-python/sip-4.14
+ >=dev-python/sip-4.14:=
$(add_kdebase_dep kdelibs 'opengl,semantic-desktop=')
semantic-desktop? (
$(add_kdebase_dep kdepimlibs 'semantic-desktop')
diff --git a/kde-base/pykde4/pykde4-9999.ebuild b/kde-base/pykde4/pykde4-9999.ebuild
index 27d5dad..964af3c 100644
--- a/kde-base/pykde4/pykde4-9999.ebuild
+++ b/kde-base/pykde4/pykde4-9999.ebuild
@@ -19,7 +19,7 @@ REQUIRED_USE="test? ( semantic-desktop )"
# blocker added due to compatibility issues and error during compile time
RDEPEND="
- >=dev-python/sip-4.14
+ >=dev-python/sip-4.14:=
$(add_kdebase_dep kdelibs 'opengl,semantic-desktop=')
semantic-desktop? (
$(add_kdebase_dep kdepimlibs 'semantic-desktop')
^ permalink raw reply related [flat|nested] 46+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/pykde4/
@ 2013-01-18 10:08 Andreas Hüttel
0 siblings, 0 replies; 46+ messages in thread
From: Andreas Hüttel @ 2013-01-18 10:08 UTC (permalink / raw
To: gentoo-commits
commit: 77e04be59d5f747f5d077132a3b3ed3e780e9701
Author: Andreas K. Huettel <mail <AT> akhuettel <DOT> de>
AuthorDate: Fri Jan 18 10:07:15 2013 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Jan 18 10:07:15 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=77e04be5
[kde-base/pykde4] Only install version-dependent bin of pykdeuic4
---
kde-base/pykde4/pykde4-4.10.49.9999.ebuild | 1 +
kde-base/pykde4/pykde4-4.9.98.ebuild | 1 +
kde-base/pykde4/pykde4-9999.ebuild | 1 +
3 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/kde-base/pykde4/pykde4-4.10.49.9999.ebuild b/kde-base/pykde4/pykde4-4.10.49.9999.ebuild
index 964af3c..982076b 100644
--- a/kde-base/pykde4/pykde4-4.10.49.9999.ebuild
+++ b/kde-base/pykde4/pykde4-4.10.49.9999.ebuild
@@ -77,6 +77,7 @@ src_configure() {
$(cmake-utils_use_with semantic-desktop Nepomuk)
$(cmake-utils_use_with semantic-desktop KdepimLibs)
-DPYTHON_EXECUTABLE=$(PYTHON -a)
+ -DPYKDEUIC4_ALTINSTALL=TRUE
)
local CMAKE_BUILD_DIR=${S}_build-${PYTHON_ABI}
kde4-base_src_configure
diff --git a/kde-base/pykde4/pykde4-4.9.98.ebuild b/kde-base/pykde4/pykde4-4.9.98.ebuild
index 910b8b0..22e8a0a 100644
--- a/kde-base/pykde4/pykde4-4.9.98.ebuild
+++ b/kde-base/pykde4/pykde4-4.9.98.ebuild
@@ -77,6 +77,7 @@ src_configure() {
$(cmake-utils_use_with semantic-desktop Nepomuk)
$(cmake-utils_use_with semantic-desktop KdepimLibs)
-DPYTHON_EXECUTABLE=$(PYTHON -a)
+ -DPYKDEUIC4_ALTINSTALL=TRUE
)
local CMAKE_BUILD_DIR=${S}_build-${PYTHON_ABI}
kde4-base_src_configure
diff --git a/kde-base/pykde4/pykde4-9999.ebuild b/kde-base/pykde4/pykde4-9999.ebuild
index 964af3c..982076b 100644
--- a/kde-base/pykde4/pykde4-9999.ebuild
+++ b/kde-base/pykde4/pykde4-9999.ebuild
@@ -77,6 +77,7 @@ src_configure() {
$(cmake-utils_use_with semantic-desktop Nepomuk)
$(cmake-utils_use_with semantic-desktop KdepimLibs)
-DPYTHON_EXECUTABLE=$(PYTHON -a)
+ -DPYKDEUIC4_ALTINSTALL=TRUE
)
local CMAKE_BUILD_DIR=${S}_build-${PYTHON_ABI}
kde4-base_src_configure
^ permalink raw reply related [flat|nested] 46+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/pykde4/
@ 2013-01-29 18:49 Michael Palimaka
0 siblings, 0 replies; 46+ messages in thread
From: Michael Palimaka @ 2013-01-29 18:49 UTC (permalink / raw
To: gentoo-commits
commit: 1f6b499be0f393da0ea712fd523892f7a7a6be28
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 29 18:45:21 2013 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Jan 29 18:45:21 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=1f6b499b
[kde-base/pykde4] Migrate to the new python eclass.
Package-Manager: portage-2.1.11.50
---
kde-base/pykde4/pykde4-4.10.49.9999.ebuild | 69 ++++++++++++++------------
kde-base/pykde4/pykde4-4.9.98.ebuild | 71 +++++++++++++++-------------
kde-base/pykde4/pykde4-9999.ebuild | 69 ++++++++++++++------------
3 files changed, 112 insertions(+), 97 deletions(-)
diff --git a/kde-base/pykde4/pykde4-4.10.49.9999.ebuild b/kde-base/pykde4/pykde4-4.10.49.9999.ebuild
index 982076b..45f4b2e 100644
--- a/kde-base/pykde4/pykde4-4.10.49.9999.ebuild
+++ b/kde-base/pykde4/pykde4-4.10.49.9999.ebuild
@@ -3,14 +3,11 @@
# $Header: $
EAPI=5
-
-PYTHON_DEPEND="*:2.5"
-RESTRICT_PYTHON_ABIS="*-jython 2.4 2.7-pypy-*"
-PYTHON_USE_WITH="threads"
-SUPPORT_PYTHON_ABIS="1"
-
+PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2} )
+PYTHON_REQ_USE="threads"
OPENGL_REQUIRED="always"
-inherit python portability kde4-base multilib
+
+inherit python-r1 portability kde4-base multilib
DESCRIPTION="Python bindings for KDE4"
KEYWORDS=""
@@ -19,30 +16,33 @@ REQUIRED_USE="test? ( semantic-desktop )"
# blocker added due to compatibility issues and error during compile time
RDEPEND="
- >=dev-python/sip-4.14:=
+ ${PYTHON_DEPS}
+ >=dev-python/sip-4.14:=[${PYTHON_USEDEP}]
+
$(add_kdebase_dep kdelibs 'opengl,semantic-desktop=')
semantic-desktop? (
$(add_kdebase_dep kdepimlibs 'semantic-desktop')
>=dev-libs/soprano-2.9.0
)
- aqua? ( >=dev-python/PyQt4-4.9.5[dbus,declarative,script(+),sql,svg,webkit,aqua] )
- !aqua? ( >=dev-python/PyQt4-4.9.5[dbus,declarative,script(+),sql,svg,webkit,X] )
+ aqua? ( >=dev-python/PyQt4-4.9.5[${PYTHON_USEDEP},dbus,declarative,script(+),sql,svg,webkit,aqua] )
+ !aqua? ( >=dev-python/PyQt4-4.9.5[${PYTHON_USEDEP},dbus,declarative,script(+),sql,svg,webkit,X] )
"
DEPEND="${RDEPEND}
sys-devel/libtool
"
pkg_setup() {
- python_pkg_setup
kde4-base_pkg_setup
have_python2=false
scan_python_versions() {
- [[ ${PYTHON_ABI} == 2.* ]] && have_python2=true
- :
+ if [[ ${EPYTHON} == python2.* ]]; then
+ have_python2=true
+ fi
}
- python_execute_function -q scan_python_versions
+ python_foreach_impl scan_python_versions
+
if ! ${have_python2}; then
ewarn "You do not have a Python 2 version selected."
ewarn "kpythonpluginfactory will not be built"
@@ -60,30 +60,35 @@ src_prepare() {
# See bug 322351
use arm && epatch "${FILESDIR}/${PN}-4.4.4-arm-sip.patch"
- sed -i -e 's/kpythonpluginfactory /kpython${PYTHON_SHORT_VERSION}pluginfactory /g' kpythonpluginfactory/CMakeLists.txt
+ sed -e 's/kpythonpluginfactory /kpython${PYTHON_SHORT_VERSION}pluginfactory /g' \
+ -i kpythonpluginfactory/CMakeLists.txt || die
if ${have_python2}; then
mkdir -p "${WORKDIR}/wrapper" || die "failed to copy wrapper"
cp "${FILESDIR}/kpythonpluginfactorywrapper.c-r1" "${WORKDIR}/wrapper/kpythonpluginfactorywrapper.c" || die "failed to copy wrapper"
fi
+ python_copy_sources
+
}
src_configure() {
configuration() {
+ pushd "${BUILD_DIR}" > /dev/null
local mycmakeargs=(
-DWITH_PolkitQt=OFF
-DWITH_QScintilla=OFF
$(cmake-utils_use_with semantic-desktop Soprano)
$(cmake-utils_use_with semantic-desktop Nepomuk)
$(cmake-utils_use_with semantic-desktop KdepimLibs)
- -DPYTHON_EXECUTABLE=$(PYTHON -a)
+ -DPYTHON_EXECUTABLE=${PYTHON}
-DPYKDEUIC4_ALTINSTALL=TRUE
)
local CMAKE_BUILD_DIR=${S}_build-${PYTHON_ABI}
kde4-base_src_configure
+ popd > /dev/null
}
- python_execute_function configuration
+ python_foreach_impl configuration
}
echo_and_run() {
@@ -93,13 +98,15 @@ echo_and_run() {
src_compile() {
compilation() {
+ pushd "${BUILD_DIR}" > /dev/null
local CMAKE_BUILD_DIR=${S}_build-${PYTHON_ABI}
kde4-base_src_compile
+ popd > /dev/null
}
- python_execute_function compilation
+ python_foreach_impl compilation
if ${have_python2}; then
- cd "${WORKDIR}/wrapper"
+ pushd "${WORKDIR}/wrapper" > /dev/null
echo_and_run libtool --tag=CC --mode=compile $(tc-getCC) \
-shared \
${CFLAGS} ${CPPFLAGS} \
@@ -114,17 +121,22 @@ src_compile() {
-rpath "${EPREFIX}/usr/$(get_libdir)/kde4" \
kpythonpluginfactorywrapper.lo \
$(dlopen_lib)
+ popd > /dev/null
fi
}
src_install() {
installation() {
- cd "${S}_build-${PYTHON_ABI}"
- emake DESTDIR="${T}/images/${PYTHON_ABI}" install
+ pushd "${BUILD_DIR}" > /dev/null
+ emake DESTDIR="${D}" install
+ popd > /dev/null
+
+ mv "${ED}"/usr/bin/pykdeuic4{,-${EPYTHON}} || die
+ python_optimize
}
- python_execute_function installation
+ python_foreach_impl installation
- python_merge_intermediate_installation_images "${T}/images"
+ dosym python-exec /usr/bin/pykdeuic4
# As we don't call the eclass's src_install, we have to install the docs manually
DOCS=("${S}"/{AUTHORS,NEWS,README})
@@ -132,17 +144,16 @@ src_install() {
base_src_install_docs
if ${have_python2}; then
- cd "${WORKDIR}/wrapper"
+ pushd "${WORKDIR}/wrapper" > /dev/null
echo_and_run libtool --mode=install install kpythonpluginfactory.la "${ED}/usr/$(get_libdir)/kde4/kpythonpluginfactory.la"
rm "${ED}/usr/$(get_libdir)/kde4/kpythonpluginfactory.la"
+ popd > /dev/null
fi
}
pkg_postinst() {
kde4-base_pkg_postinst
- python_mod_optimize PyKDE4 PyQt4/uic/pykdeuic4.py PyQt4/uic/widget-plugins/kde4.py
-
if use examples; then
echo
elog "PyKDE4 examples have been installed to"
@@ -150,9 +161,3 @@ pkg_postinst() {
echo
fi
}
-
-pkg_postrm() {
- kde4-base_pkg_postrm
-
- python_mod_cleanup PyKDE4 PyQt4/uic/pykdeuic4.py PyQt4/uic/widget-plugins/kde4.py
-}
diff --git a/kde-base/pykde4/pykde4-4.9.98.ebuild b/kde-base/pykde4/pykde4-4.9.98.ebuild
index 22e8a0a..45f4b2e 100644
--- a/kde-base/pykde4/pykde4-4.9.98.ebuild
+++ b/kde-base/pykde4/pykde4-4.9.98.ebuild
@@ -3,46 +3,46 @@
# $Header: $
EAPI=5
-
-PYTHON_DEPEND="*:2.5"
-RESTRICT_PYTHON_ABIS="*-jython 2.4 2.7-pypy-*"
-PYTHON_USE_WITH="threads"
-SUPPORT_PYTHON_ABIS="1"
-
+PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2} )
+PYTHON_REQ_USE="threads"
OPENGL_REQUIRED="always"
-inherit python portability kde4-base multilib
+
+inherit python-r1 portability kde4-base multilib
DESCRIPTION="Python bindings for KDE4"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS=""
IUSE="debug doc examples semantic-desktop test"
REQUIRED_USE="test? ( semantic-desktop )"
# blocker added due to compatibility issues and error during compile time
RDEPEND="
- >=dev-python/sip-4.14:=
+ ${PYTHON_DEPS}
+ >=dev-python/sip-4.14:=[${PYTHON_USEDEP}]
+
$(add_kdebase_dep kdelibs 'opengl,semantic-desktop=')
semantic-desktop? (
$(add_kdebase_dep kdepimlibs 'semantic-desktop')
>=dev-libs/soprano-2.9.0
)
- aqua? ( >=dev-python/PyQt4-4.9.5[dbus,declarative,script(+),sql,svg,webkit,aqua] )
- !aqua? ( >=dev-python/PyQt4-4.9.5[dbus,declarative,script(+),sql,svg,webkit,X] )
+ aqua? ( >=dev-python/PyQt4-4.9.5[${PYTHON_USEDEP},dbus,declarative,script(+),sql,svg,webkit,aqua] )
+ !aqua? ( >=dev-python/PyQt4-4.9.5[${PYTHON_USEDEP},dbus,declarative,script(+),sql,svg,webkit,X] )
"
DEPEND="${RDEPEND}
sys-devel/libtool
"
pkg_setup() {
- python_pkg_setup
kde4-base_pkg_setup
have_python2=false
scan_python_versions() {
- [[ ${PYTHON_ABI} == 2.* ]] && have_python2=true
- :
+ if [[ ${EPYTHON} == python2.* ]]; then
+ have_python2=true
+ fi
}
- python_execute_function -q scan_python_versions
+ python_foreach_impl scan_python_versions
+
if ! ${have_python2}; then
ewarn "You do not have a Python 2 version selected."
ewarn "kpythonpluginfactory will not be built"
@@ -60,30 +60,35 @@ src_prepare() {
# See bug 322351
use arm && epatch "${FILESDIR}/${PN}-4.4.4-arm-sip.patch"
- sed -i -e 's/kpythonpluginfactory /kpython${PYTHON_SHORT_VERSION}pluginfactory /g' kpythonpluginfactory/CMakeLists.txt
+ sed -e 's/kpythonpluginfactory /kpython${PYTHON_SHORT_VERSION}pluginfactory /g' \
+ -i kpythonpluginfactory/CMakeLists.txt || die
if ${have_python2}; then
mkdir -p "${WORKDIR}/wrapper" || die "failed to copy wrapper"
cp "${FILESDIR}/kpythonpluginfactorywrapper.c-r1" "${WORKDIR}/wrapper/kpythonpluginfactorywrapper.c" || die "failed to copy wrapper"
fi
+ python_copy_sources
+
}
src_configure() {
configuration() {
+ pushd "${BUILD_DIR}" > /dev/null
local mycmakeargs=(
-DWITH_PolkitQt=OFF
-DWITH_QScintilla=OFF
$(cmake-utils_use_with semantic-desktop Soprano)
$(cmake-utils_use_with semantic-desktop Nepomuk)
$(cmake-utils_use_with semantic-desktop KdepimLibs)
- -DPYTHON_EXECUTABLE=$(PYTHON -a)
+ -DPYTHON_EXECUTABLE=${PYTHON}
-DPYKDEUIC4_ALTINSTALL=TRUE
)
local CMAKE_BUILD_DIR=${S}_build-${PYTHON_ABI}
kde4-base_src_configure
+ popd > /dev/null
}
- python_execute_function configuration
+ python_foreach_impl configuration
}
echo_and_run() {
@@ -93,13 +98,15 @@ echo_and_run() {
src_compile() {
compilation() {
+ pushd "${BUILD_DIR}" > /dev/null
local CMAKE_BUILD_DIR=${S}_build-${PYTHON_ABI}
kde4-base_src_compile
+ popd > /dev/null
}
- python_execute_function compilation
+ python_foreach_impl compilation
if ${have_python2}; then
- cd "${WORKDIR}/wrapper"
+ pushd "${WORKDIR}/wrapper" > /dev/null
echo_and_run libtool --tag=CC --mode=compile $(tc-getCC) \
-shared \
${CFLAGS} ${CPPFLAGS} \
@@ -114,17 +121,22 @@ src_compile() {
-rpath "${EPREFIX}/usr/$(get_libdir)/kde4" \
kpythonpluginfactorywrapper.lo \
$(dlopen_lib)
+ popd > /dev/null
fi
}
src_install() {
installation() {
- cd "${S}_build-${PYTHON_ABI}"
- emake DESTDIR="${T}/images/${PYTHON_ABI}" install
+ pushd "${BUILD_DIR}" > /dev/null
+ emake DESTDIR="${D}" install
+ popd > /dev/null
+
+ mv "${ED}"/usr/bin/pykdeuic4{,-${EPYTHON}} || die
+ python_optimize
}
- python_execute_function installation
+ python_foreach_impl installation
- python_merge_intermediate_installation_images "${T}/images"
+ dosym python-exec /usr/bin/pykdeuic4
# As we don't call the eclass's src_install, we have to install the docs manually
DOCS=("${S}"/{AUTHORS,NEWS,README})
@@ -132,17 +144,16 @@ src_install() {
base_src_install_docs
if ${have_python2}; then
- cd "${WORKDIR}/wrapper"
+ pushd "${WORKDIR}/wrapper" > /dev/null
echo_and_run libtool --mode=install install kpythonpluginfactory.la "${ED}/usr/$(get_libdir)/kde4/kpythonpluginfactory.la"
rm "${ED}/usr/$(get_libdir)/kde4/kpythonpluginfactory.la"
+ popd > /dev/null
fi
}
pkg_postinst() {
kde4-base_pkg_postinst
- python_mod_optimize PyKDE4 PyQt4/uic/pykdeuic4.py PyQt4/uic/widget-plugins/kde4.py
-
if use examples; then
echo
elog "PyKDE4 examples have been installed to"
@@ -150,9 +161,3 @@ pkg_postinst() {
echo
fi
}
-
-pkg_postrm() {
- kde4-base_pkg_postrm
-
- python_mod_cleanup PyKDE4 PyQt4/uic/pykdeuic4.py PyQt4/uic/widget-plugins/kde4.py
-}
diff --git a/kde-base/pykde4/pykde4-9999.ebuild b/kde-base/pykde4/pykde4-9999.ebuild
index 982076b..45f4b2e 100644
--- a/kde-base/pykde4/pykde4-9999.ebuild
+++ b/kde-base/pykde4/pykde4-9999.ebuild
@@ -3,14 +3,11 @@
# $Header: $
EAPI=5
-
-PYTHON_DEPEND="*:2.5"
-RESTRICT_PYTHON_ABIS="*-jython 2.4 2.7-pypy-*"
-PYTHON_USE_WITH="threads"
-SUPPORT_PYTHON_ABIS="1"
-
+PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2} )
+PYTHON_REQ_USE="threads"
OPENGL_REQUIRED="always"
-inherit python portability kde4-base multilib
+
+inherit python-r1 portability kde4-base multilib
DESCRIPTION="Python bindings for KDE4"
KEYWORDS=""
@@ -19,30 +16,33 @@ REQUIRED_USE="test? ( semantic-desktop )"
# blocker added due to compatibility issues and error during compile time
RDEPEND="
- >=dev-python/sip-4.14:=
+ ${PYTHON_DEPS}
+ >=dev-python/sip-4.14:=[${PYTHON_USEDEP}]
+
$(add_kdebase_dep kdelibs 'opengl,semantic-desktop=')
semantic-desktop? (
$(add_kdebase_dep kdepimlibs 'semantic-desktop')
>=dev-libs/soprano-2.9.0
)
- aqua? ( >=dev-python/PyQt4-4.9.5[dbus,declarative,script(+),sql,svg,webkit,aqua] )
- !aqua? ( >=dev-python/PyQt4-4.9.5[dbus,declarative,script(+),sql,svg,webkit,X] )
+ aqua? ( >=dev-python/PyQt4-4.9.5[${PYTHON_USEDEP},dbus,declarative,script(+),sql,svg,webkit,aqua] )
+ !aqua? ( >=dev-python/PyQt4-4.9.5[${PYTHON_USEDEP},dbus,declarative,script(+),sql,svg,webkit,X] )
"
DEPEND="${RDEPEND}
sys-devel/libtool
"
pkg_setup() {
- python_pkg_setup
kde4-base_pkg_setup
have_python2=false
scan_python_versions() {
- [[ ${PYTHON_ABI} == 2.* ]] && have_python2=true
- :
+ if [[ ${EPYTHON} == python2.* ]]; then
+ have_python2=true
+ fi
}
- python_execute_function -q scan_python_versions
+ python_foreach_impl scan_python_versions
+
if ! ${have_python2}; then
ewarn "You do not have a Python 2 version selected."
ewarn "kpythonpluginfactory will not be built"
@@ -60,30 +60,35 @@ src_prepare() {
# See bug 322351
use arm && epatch "${FILESDIR}/${PN}-4.4.4-arm-sip.patch"
- sed -i -e 's/kpythonpluginfactory /kpython${PYTHON_SHORT_VERSION}pluginfactory /g' kpythonpluginfactory/CMakeLists.txt
+ sed -e 's/kpythonpluginfactory /kpython${PYTHON_SHORT_VERSION}pluginfactory /g' \
+ -i kpythonpluginfactory/CMakeLists.txt || die
if ${have_python2}; then
mkdir -p "${WORKDIR}/wrapper" || die "failed to copy wrapper"
cp "${FILESDIR}/kpythonpluginfactorywrapper.c-r1" "${WORKDIR}/wrapper/kpythonpluginfactorywrapper.c" || die "failed to copy wrapper"
fi
+ python_copy_sources
+
}
src_configure() {
configuration() {
+ pushd "${BUILD_DIR}" > /dev/null
local mycmakeargs=(
-DWITH_PolkitQt=OFF
-DWITH_QScintilla=OFF
$(cmake-utils_use_with semantic-desktop Soprano)
$(cmake-utils_use_with semantic-desktop Nepomuk)
$(cmake-utils_use_with semantic-desktop KdepimLibs)
- -DPYTHON_EXECUTABLE=$(PYTHON -a)
+ -DPYTHON_EXECUTABLE=${PYTHON}
-DPYKDEUIC4_ALTINSTALL=TRUE
)
local CMAKE_BUILD_DIR=${S}_build-${PYTHON_ABI}
kde4-base_src_configure
+ popd > /dev/null
}
- python_execute_function configuration
+ python_foreach_impl configuration
}
echo_and_run() {
@@ -93,13 +98,15 @@ echo_and_run() {
src_compile() {
compilation() {
+ pushd "${BUILD_DIR}" > /dev/null
local CMAKE_BUILD_DIR=${S}_build-${PYTHON_ABI}
kde4-base_src_compile
+ popd > /dev/null
}
- python_execute_function compilation
+ python_foreach_impl compilation
if ${have_python2}; then
- cd "${WORKDIR}/wrapper"
+ pushd "${WORKDIR}/wrapper" > /dev/null
echo_and_run libtool --tag=CC --mode=compile $(tc-getCC) \
-shared \
${CFLAGS} ${CPPFLAGS} \
@@ -114,17 +121,22 @@ src_compile() {
-rpath "${EPREFIX}/usr/$(get_libdir)/kde4" \
kpythonpluginfactorywrapper.lo \
$(dlopen_lib)
+ popd > /dev/null
fi
}
src_install() {
installation() {
- cd "${S}_build-${PYTHON_ABI}"
- emake DESTDIR="${T}/images/${PYTHON_ABI}" install
+ pushd "${BUILD_DIR}" > /dev/null
+ emake DESTDIR="${D}" install
+ popd > /dev/null
+
+ mv "${ED}"/usr/bin/pykdeuic4{,-${EPYTHON}} || die
+ python_optimize
}
- python_execute_function installation
+ python_foreach_impl installation
- python_merge_intermediate_installation_images "${T}/images"
+ dosym python-exec /usr/bin/pykdeuic4
# As we don't call the eclass's src_install, we have to install the docs manually
DOCS=("${S}"/{AUTHORS,NEWS,README})
@@ -132,17 +144,16 @@ src_install() {
base_src_install_docs
if ${have_python2}; then
- cd "${WORKDIR}/wrapper"
+ pushd "${WORKDIR}/wrapper" > /dev/null
echo_and_run libtool --mode=install install kpythonpluginfactory.la "${ED}/usr/$(get_libdir)/kde4/kpythonpluginfactory.la"
rm "${ED}/usr/$(get_libdir)/kde4/kpythonpluginfactory.la"
+ popd > /dev/null
fi
}
pkg_postinst() {
kde4-base_pkg_postinst
- python_mod_optimize PyKDE4 PyQt4/uic/pykdeuic4.py PyQt4/uic/widget-plugins/kde4.py
-
if use examples; then
echo
elog "PyKDE4 examples have been installed to"
@@ -150,9 +161,3 @@ pkg_postinst() {
echo
fi
}
-
-pkg_postrm() {
- kde4-base_pkg_postrm
-
- python_mod_cleanup PyKDE4 PyQt4/uic/pykdeuic4.py PyQt4/uic/widget-plugins/kde4.py
-}
^ permalink raw reply related [flat|nested] 46+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/pykde4/
@ 2013-01-30 14:59 Marc Schiffbauer
0 siblings, 0 replies; 46+ messages in thread
From: Marc Schiffbauer @ 2013-01-30 14:59 UTC (permalink / raw
To: gentoo-commits
commit: c74e2683685a04caab364e7f7cecfe0a9a22e740
Author: Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 30 14:59:20 2013 +0000
Commit: Marc Schiffbauer <marc <AT> schiffbauer <DOT> net>
CommitDate: Wed Jan 30 14:59:20 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=c74e2683
[kde-base/pykde4] fix install
---
kde-base/pykde4/pykde4-4.10.49.9999.ebuild | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/kde-base/pykde4/pykde4-4.10.49.9999.ebuild b/kde-base/pykde4/pykde4-4.10.49.9999.ebuild
index 45f4b2e..3b04f53 100644
--- a/kde-base/pykde4/pykde4-4.10.49.9999.ebuild
+++ b/kde-base/pykde4/pykde4-4.10.49.9999.ebuild
@@ -131,7 +131,7 @@ src_install() {
emake DESTDIR="${D}" install
popd > /dev/null
- mv "${ED}"/usr/bin/pykdeuic4{,-${EPYTHON}} || die
+ mv "${ED}"/usr/bin/pykdeuic4-{${EPYTHON/python/},${EPYTHON}} || die
python_optimize
}
python_foreach_impl installation
^ permalink raw reply related [flat|nested] 46+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/pykde4/
@ 2013-01-30 16:46 Michael Palimaka
0 siblings, 0 replies; 46+ messages in thread
From: Michael Palimaka @ 2013-01-30 16:46 UTC (permalink / raw
To: gentoo-commits
commit: bf6c070b9da53f09f7cb2109a2e9642407d811fe
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 30 16:46:07 2013 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Jan 30 16:46:07 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=bf6c070b
[kde-base/pykde4] Apply previous commit to other versions. Fix DESTDIR for prefix.
Package-Manager: portage-2.1.11.50
---
kde-base/pykde4/pykde4-4.10.49.9999.ebuild | 2 +-
kde-base/pykde4/pykde4-4.9.98.ebuild | 4 ++--
kde-base/pykde4/pykde4-9999.ebuild | 4 ++--
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/kde-base/pykde4/pykde4-4.10.49.9999.ebuild b/kde-base/pykde4/pykde4-4.10.49.9999.ebuild
index 3b04f53..bf02402 100644
--- a/kde-base/pykde4/pykde4-4.10.49.9999.ebuild
+++ b/kde-base/pykde4/pykde4-4.10.49.9999.ebuild
@@ -128,7 +128,7 @@ src_compile() {
src_install() {
installation() {
pushd "${BUILD_DIR}" > /dev/null
- emake DESTDIR="${D}" install
+ emake DESTDIR="${ED}" install
popd > /dev/null
mv "${ED}"/usr/bin/pykdeuic4-{${EPYTHON/python/},${EPYTHON}} || die
diff --git a/kde-base/pykde4/pykde4-4.9.98.ebuild b/kde-base/pykde4/pykde4-4.9.98.ebuild
index 45f4b2e..bf02402 100644
--- a/kde-base/pykde4/pykde4-4.9.98.ebuild
+++ b/kde-base/pykde4/pykde4-4.9.98.ebuild
@@ -128,10 +128,10 @@ src_compile() {
src_install() {
installation() {
pushd "${BUILD_DIR}" > /dev/null
- emake DESTDIR="${D}" install
+ emake DESTDIR="${ED}" install
popd > /dev/null
- mv "${ED}"/usr/bin/pykdeuic4{,-${EPYTHON}} || die
+ mv "${ED}"/usr/bin/pykdeuic4-{${EPYTHON/python/},${EPYTHON}} || die
python_optimize
}
python_foreach_impl installation
diff --git a/kde-base/pykde4/pykde4-9999.ebuild b/kde-base/pykde4/pykde4-9999.ebuild
index 45f4b2e..bf02402 100644
--- a/kde-base/pykde4/pykde4-9999.ebuild
+++ b/kde-base/pykde4/pykde4-9999.ebuild
@@ -128,10 +128,10 @@ src_compile() {
src_install() {
installation() {
pushd "${BUILD_DIR}" > /dev/null
- emake DESTDIR="${D}" install
+ emake DESTDIR="${ED}" install
popd > /dev/null
- mv "${ED}"/usr/bin/pykdeuic4{,-${EPYTHON}} || die
+ mv "${ED}"/usr/bin/pykdeuic4-{${EPYTHON/python/},${EPYTHON}} || die
python_optimize
}
python_foreach_impl installation
^ permalink raw reply related [flat|nested] 46+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/pykde4/
@ 2013-01-31 1:41 Jonathan Callen
0 siblings, 0 replies; 46+ messages in thread
From: Jonathan Callen @ 2013-01-31 1:41 UTC (permalink / raw
To: gentoo-commits
commit: ff8045504c87f5a3735054d8372a5c6e3f49fedc
Author: Jonathan Callen <abcd <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 31 01:40:47 2013 +0000
Commit: Jonathan Callen <abcd <AT> gentoo <DOT> org>
CommitDate: Thu Jan 31 01:40:47 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=ff804550
[kde-base/pykde4] Fix DESTDIR for prefix
Note that DESTDIR *almost never* should be ${ED}, but rather ${D}
Package-Manager: portage-2.2.0_alpha149
---
kde-base/pykde4/pykde4-4.10.49.9999.ebuild | 2 +-
kde-base/pykde4/pykde4-4.9.98.ebuild | 2 +-
kde-base/pykde4/pykde4-9999.ebuild | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/kde-base/pykde4/pykde4-4.10.49.9999.ebuild b/kde-base/pykde4/pykde4-4.10.49.9999.ebuild
index bf02402..3b04f53 100644
--- a/kde-base/pykde4/pykde4-4.10.49.9999.ebuild
+++ b/kde-base/pykde4/pykde4-4.10.49.9999.ebuild
@@ -128,7 +128,7 @@ src_compile() {
src_install() {
installation() {
pushd "${BUILD_DIR}" > /dev/null
- emake DESTDIR="${ED}" install
+ emake DESTDIR="${D}" install
popd > /dev/null
mv "${ED}"/usr/bin/pykdeuic4-{${EPYTHON/python/},${EPYTHON}} || die
diff --git a/kde-base/pykde4/pykde4-4.9.98.ebuild b/kde-base/pykde4/pykde4-4.9.98.ebuild
index bf02402..3b04f53 100644
--- a/kde-base/pykde4/pykde4-4.9.98.ebuild
+++ b/kde-base/pykde4/pykde4-4.9.98.ebuild
@@ -128,7 +128,7 @@ src_compile() {
src_install() {
installation() {
pushd "${BUILD_DIR}" > /dev/null
- emake DESTDIR="${ED}" install
+ emake DESTDIR="${D}" install
popd > /dev/null
mv "${ED}"/usr/bin/pykdeuic4-{${EPYTHON/python/},${EPYTHON}} || die
diff --git a/kde-base/pykde4/pykde4-9999.ebuild b/kde-base/pykde4/pykde4-9999.ebuild
index bf02402..3b04f53 100644
--- a/kde-base/pykde4/pykde4-9999.ebuild
+++ b/kde-base/pykde4/pykde4-9999.ebuild
@@ -128,7 +128,7 @@ src_compile() {
src_install() {
installation() {
pushd "${BUILD_DIR}" > /dev/null
- emake DESTDIR="${ED}" install
+ emake DESTDIR="${D}" install
popd > /dev/null
mv "${ED}"/usr/bin/pykdeuic4-{${EPYTHON/python/},${EPYTHON}} || die
^ permalink raw reply related [flat|nested] 46+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/pykde4/
@ 2013-02-02 13:13 Michael Palimaka
0 siblings, 0 replies; 46+ messages in thread
From: Michael Palimaka @ 2013-02-02 13:13 UTC (permalink / raw
To: gentoo-commits
commit: bfa8e26327caad034532142241aac006b4875b4c
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 2 13:13:09 2013 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Feb 2 13:13:09 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=bfa8e263
[kde-base/pykde4] Avoid BUILD_DIR mangling in src_test.
Package-Manager: portage-2.1.11.50
---
kde-base/pykde4/pykde4-4.10.0.ebuild | 9 +++++++++
kde-base/pykde4/pykde4-4.10.49.9999.ebuild | 9 +++++++++
kde-base/pykde4/pykde4-4.9.98.ebuild | 9 +++++++++
kde-base/pykde4/pykde4-9999.ebuild | 9 +++++++++
4 files changed, 36 insertions(+), 0 deletions(-)
diff --git a/kde-base/pykde4/pykde4-4.10.0.ebuild b/kde-base/pykde4/pykde4-4.10.0.ebuild
index 538a283..999a9cb 100644
--- a/kde-base/pykde4/pykde4-4.10.0.ebuild
+++ b/kde-base/pykde4/pykde4-4.10.0.ebuild
@@ -125,6 +125,15 @@ src_compile() {
fi
}
+src_test() {
+ testing() {
+ pushd "${BUILD_DIR}" > /dev/null
+ kde4-base_src_test
+ popd > /dev/null
+ }
+ python_foreach_impl testing
+}
+
src_install() {
installation() {
pushd "${BUILD_DIR}" > /dev/null
diff --git a/kde-base/pykde4/pykde4-4.10.49.9999.ebuild b/kde-base/pykde4/pykde4-4.10.49.9999.ebuild
index 3b04f53..a7d4eff 100644
--- a/kde-base/pykde4/pykde4-4.10.49.9999.ebuild
+++ b/kde-base/pykde4/pykde4-4.10.49.9999.ebuild
@@ -125,6 +125,15 @@ src_compile() {
fi
}
+src_test() {
+ testing() {
+ pushd "${BUILD_DIR}" > /dev/null
+ kde4-base_src_test
+ popd > /dev/null
+ }
+ python_foreach_impl testing
+}
+
src_install() {
installation() {
pushd "${BUILD_DIR}" > /dev/null
diff --git a/kde-base/pykde4/pykde4-4.9.98.ebuild b/kde-base/pykde4/pykde4-4.9.98.ebuild
index 3b04f53..a7d4eff 100644
--- a/kde-base/pykde4/pykde4-4.9.98.ebuild
+++ b/kde-base/pykde4/pykde4-4.9.98.ebuild
@@ -125,6 +125,15 @@ src_compile() {
fi
}
+src_test() {
+ testing() {
+ pushd "${BUILD_DIR}" > /dev/null
+ kde4-base_src_test
+ popd > /dev/null
+ }
+ python_foreach_impl testing
+}
+
src_install() {
installation() {
pushd "${BUILD_DIR}" > /dev/null
diff --git a/kde-base/pykde4/pykde4-9999.ebuild b/kde-base/pykde4/pykde4-9999.ebuild
index 3b04f53..a7d4eff 100644
--- a/kde-base/pykde4/pykde4-9999.ebuild
+++ b/kde-base/pykde4/pykde4-9999.ebuild
@@ -125,6 +125,15 @@ src_compile() {
fi
}
+src_test() {
+ testing() {
+ pushd "${BUILD_DIR}" > /dev/null
+ kde4-base_src_test
+ popd > /dev/null
+ }
+ python_foreach_impl testing
+}
+
src_install() {
installation() {
pushd "${BUILD_DIR}" > /dev/null
^ permalink raw reply related [flat|nested] 46+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/pykde4/
@ 2013-02-04 17:31 Michael Palimaka
0 siblings, 0 replies; 46+ messages in thread
From: Michael Palimaka @ 2013-02-04 17:31 UTC (permalink / raw
To: gentoo-commits
commit: ad2e64dd0c5d7494d923c749d6f009cf5bf40400
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 4 17:31:08 2013 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Mon Feb 4 17:31:08 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=ad2e64dd
[kde-base/pykde4] Use run_in_build_dir. Add python-3.3 support.
Package-Manager: portage-2.1.11.50
---
kde-base/pykde4/pykde4-4.10.0.ebuild | 21 +++++----------------
kde-base/pykde4/pykde4-4.10.49.9999.ebuild | 21 +++++----------------
kde-base/pykde4/pykde4-4.9.98.ebuild | 23 ++++++-----------------
kde-base/pykde4/pykde4-9999.ebuild | 21 +++++----------------
4 files changed, 21 insertions(+), 65 deletions(-)
diff --git a/kde-base/pykde4/pykde4-4.10.0.ebuild b/kde-base/pykde4/pykde4-4.10.0.ebuild
index 999a9cb..28e4825 100644
--- a/kde-base/pykde4/pykde4-4.10.0.ebuild
+++ b/kde-base/pykde4/pykde4-4.10.0.ebuild
@@ -3,7 +3,7 @@
# $Header: $
EAPI=5
-PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2} )
+PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} )
PYTHON_REQ_USE="threads"
OPENGL_REQUIRED="always"
@@ -73,7 +73,6 @@ src_prepare() {
src_configure() {
configuration() {
- pushd "${BUILD_DIR}" > /dev/null
local mycmakeargs=(
-DWITH_PolkitQt=OFF
-DWITH_QScintilla=OFF
@@ -85,10 +84,9 @@ src_configure() {
)
local CMAKE_BUILD_DIR=${S}_build-${PYTHON_ABI}
kde4-base_src_configure
- popd > /dev/null
}
- python_foreach_impl configuration
+ python_foreach_impl run_in_build_dir configuration
}
echo_and_run() {
@@ -98,12 +96,10 @@ echo_and_run() {
src_compile() {
compilation() {
- pushd "${BUILD_DIR}" > /dev/null
local CMAKE_BUILD_DIR=${S}_build-${PYTHON_ABI}
kde4-base_src_compile
- popd > /dev/null
}
- python_foreach_impl compilation
+ python_foreach_impl run_in_build_dir compilation
if ${have_python2}; then
pushd "${WORKDIR}/wrapper" > /dev/null
@@ -126,24 +122,17 @@ src_compile() {
}
src_test() {
- testing() {
- pushd "${BUILD_DIR}" > /dev/null
- kde4-base_src_test
- popd > /dev/null
- }
- python_foreach_impl testing
+ python_foreach_impl run_in_build_dir kde4-base_src_test
}
src_install() {
installation() {
- pushd "${BUILD_DIR}" > /dev/null
emake DESTDIR="${D}" install
- popd > /dev/null
mv "${ED}"/usr/bin/pykdeuic4-{${EPYTHON/python/},${EPYTHON}} || die
python_optimize
}
- python_foreach_impl installation
+ python_foreach_impl run_in_build_dir installation
dosym python-exec /usr/bin/pykdeuic4
diff --git a/kde-base/pykde4/pykde4-4.10.49.9999.ebuild b/kde-base/pykde4/pykde4-4.10.49.9999.ebuild
index a7d4eff..7e1bbb8 100644
--- a/kde-base/pykde4/pykde4-4.10.49.9999.ebuild
+++ b/kde-base/pykde4/pykde4-4.10.49.9999.ebuild
@@ -3,7 +3,7 @@
# $Header: $
EAPI=5
-PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2} )
+PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} )
PYTHON_REQ_USE="threads"
OPENGL_REQUIRED="always"
@@ -73,7 +73,6 @@ src_prepare() {
src_configure() {
configuration() {
- pushd "${BUILD_DIR}" > /dev/null
local mycmakeargs=(
-DWITH_PolkitQt=OFF
-DWITH_QScintilla=OFF
@@ -85,10 +84,9 @@ src_configure() {
)
local CMAKE_BUILD_DIR=${S}_build-${PYTHON_ABI}
kde4-base_src_configure
- popd > /dev/null
}
- python_foreach_impl configuration
+ python_foreach_impl run_in_build_dir configuration
}
echo_and_run() {
@@ -98,12 +96,10 @@ echo_and_run() {
src_compile() {
compilation() {
- pushd "${BUILD_DIR}" > /dev/null
local CMAKE_BUILD_DIR=${S}_build-${PYTHON_ABI}
kde4-base_src_compile
- popd > /dev/null
}
- python_foreach_impl compilation
+ python_foreach_impl run_in_build_dir compilation
if ${have_python2}; then
pushd "${WORKDIR}/wrapper" > /dev/null
@@ -126,24 +122,17 @@ src_compile() {
}
src_test() {
- testing() {
- pushd "${BUILD_DIR}" > /dev/null
- kde4-base_src_test
- popd > /dev/null
- }
- python_foreach_impl testing
+ python_foreach_impl run_in_build_dir kde4-base_src_test
}
src_install() {
installation() {
- pushd "${BUILD_DIR}" > /dev/null
emake DESTDIR="${D}" install
- popd > /dev/null
mv "${ED}"/usr/bin/pykdeuic4-{${EPYTHON/python/},${EPYTHON}} || die
python_optimize
}
- python_foreach_impl installation
+ python_foreach_impl run_in_build_dir installation
dosym python-exec /usr/bin/pykdeuic4
diff --git a/kde-base/pykde4/pykde4-4.9.98.ebuild b/kde-base/pykde4/pykde4-4.9.98.ebuild
index a7d4eff..28e4825 100644
--- a/kde-base/pykde4/pykde4-4.9.98.ebuild
+++ b/kde-base/pykde4/pykde4-4.9.98.ebuild
@@ -3,14 +3,14 @@
# $Header: $
EAPI=5
-PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2} )
+PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} )
PYTHON_REQ_USE="threads"
OPENGL_REQUIRED="always"
inherit python-r1 portability kde4-base multilib
DESCRIPTION="Python bindings for KDE4"
-KEYWORDS=""
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="debug doc examples semantic-desktop test"
REQUIRED_USE="test? ( semantic-desktop )"
@@ -73,7 +73,6 @@ src_prepare() {
src_configure() {
configuration() {
- pushd "${BUILD_DIR}" > /dev/null
local mycmakeargs=(
-DWITH_PolkitQt=OFF
-DWITH_QScintilla=OFF
@@ -85,10 +84,9 @@ src_configure() {
)
local CMAKE_BUILD_DIR=${S}_build-${PYTHON_ABI}
kde4-base_src_configure
- popd > /dev/null
}
- python_foreach_impl configuration
+ python_foreach_impl run_in_build_dir configuration
}
echo_and_run() {
@@ -98,12 +96,10 @@ echo_and_run() {
src_compile() {
compilation() {
- pushd "${BUILD_DIR}" > /dev/null
local CMAKE_BUILD_DIR=${S}_build-${PYTHON_ABI}
kde4-base_src_compile
- popd > /dev/null
}
- python_foreach_impl compilation
+ python_foreach_impl run_in_build_dir compilation
if ${have_python2}; then
pushd "${WORKDIR}/wrapper" > /dev/null
@@ -126,24 +122,17 @@ src_compile() {
}
src_test() {
- testing() {
- pushd "${BUILD_DIR}" > /dev/null
- kde4-base_src_test
- popd > /dev/null
- }
- python_foreach_impl testing
+ python_foreach_impl run_in_build_dir kde4-base_src_test
}
src_install() {
installation() {
- pushd "${BUILD_DIR}" > /dev/null
emake DESTDIR="${D}" install
- popd > /dev/null
mv "${ED}"/usr/bin/pykdeuic4-{${EPYTHON/python/},${EPYTHON}} || die
python_optimize
}
- python_foreach_impl installation
+ python_foreach_impl run_in_build_dir installation
dosym python-exec /usr/bin/pykdeuic4
diff --git a/kde-base/pykde4/pykde4-9999.ebuild b/kde-base/pykde4/pykde4-9999.ebuild
index a7d4eff..7e1bbb8 100644
--- a/kde-base/pykde4/pykde4-9999.ebuild
+++ b/kde-base/pykde4/pykde4-9999.ebuild
@@ -3,7 +3,7 @@
# $Header: $
EAPI=5
-PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2} )
+PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} )
PYTHON_REQ_USE="threads"
OPENGL_REQUIRED="always"
@@ -73,7 +73,6 @@ src_prepare() {
src_configure() {
configuration() {
- pushd "${BUILD_DIR}" > /dev/null
local mycmakeargs=(
-DWITH_PolkitQt=OFF
-DWITH_QScintilla=OFF
@@ -85,10 +84,9 @@ src_configure() {
)
local CMAKE_BUILD_DIR=${S}_build-${PYTHON_ABI}
kde4-base_src_configure
- popd > /dev/null
}
- python_foreach_impl configuration
+ python_foreach_impl run_in_build_dir configuration
}
echo_and_run() {
@@ -98,12 +96,10 @@ echo_and_run() {
src_compile() {
compilation() {
- pushd "${BUILD_DIR}" > /dev/null
local CMAKE_BUILD_DIR=${S}_build-${PYTHON_ABI}
kde4-base_src_compile
- popd > /dev/null
}
- python_foreach_impl compilation
+ python_foreach_impl run_in_build_dir compilation
if ${have_python2}; then
pushd "${WORKDIR}/wrapper" > /dev/null
@@ -126,24 +122,17 @@ src_compile() {
}
src_test() {
- testing() {
- pushd "${BUILD_DIR}" > /dev/null
- kde4-base_src_test
- popd > /dev/null
- }
- python_foreach_impl testing
+ python_foreach_impl run_in_build_dir kde4-base_src_test
}
src_install() {
installation() {
- pushd "${BUILD_DIR}" > /dev/null
emake DESTDIR="${D}" install
- popd > /dev/null
mv "${ED}"/usr/bin/pykdeuic4-{${EPYTHON/python/},${EPYTHON}} || die
python_optimize
}
- python_foreach_impl installation
+ python_foreach_impl run_in_build_dir installation
dosym python-exec /usr/bin/pykdeuic4
^ permalink raw reply related [flat|nested] 46+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/pykde4/
@ 2013-05-29 15:00 Michael Palimaka
0 siblings, 0 replies; 46+ messages in thread
From: Michael Palimaka @ 2013-05-29 15:00 UTC (permalink / raw
To: gentoo-commits
commit: 69501e843dfd9cc91130f32381ad5f060948ef94
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed May 29 14:58:39 2013 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed May 29 14:58:39 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=69501e84
[kde-base/pykde4] Update REQUIRED_USE.
Package-Manager: portage-2.1.12.2
---
kde-base/pykde4/pykde4-4.10.49.9999.ebuild | 3 ++-
kde-base/pykde4/pykde4-9999.ebuild | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/kde-base/pykde4/pykde4-4.10.49.9999.ebuild b/kde-base/pykde4/pykde4-4.10.49.9999.ebuild
index 6346723..72b44be 100644
--- a/kde-base/pykde4/pykde4-4.10.49.9999.ebuild
+++ b/kde-base/pykde4/pykde4-4.10.49.9999.ebuild
@@ -12,7 +12,8 @@ inherit python-r1 portability kde4-base multilib
DESCRIPTION="Python bindings for KDE4"
KEYWORDS=""
IUSE="debug doc examples semantic-desktop test"
-REQUIRED_USE="test? ( semantic-desktop )"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE} test? ( semantic-desktop )"
# blocker added due to compatibility issues and error during compile time
RDEPEND="
diff --git a/kde-base/pykde4/pykde4-9999.ebuild b/kde-base/pykde4/pykde4-9999.ebuild
index 6346723..72b44be 100644
--- a/kde-base/pykde4/pykde4-9999.ebuild
+++ b/kde-base/pykde4/pykde4-9999.ebuild
@@ -12,7 +12,8 @@ inherit python-r1 portability kde4-base multilib
DESCRIPTION="Python bindings for KDE4"
KEYWORDS=""
IUSE="debug doc examples semantic-desktop test"
-REQUIRED_USE="test? ( semantic-desktop )"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE} test? ( semantic-desktop )"
# blocker added due to compatibility issues and error during compile time
RDEPEND="
^ permalink raw reply related [flat|nested] 46+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/pykde4/
@ 2013-06-30 15:51 Johannes Huber
0 siblings, 0 replies; 46+ messages in thread
From: Johannes Huber @ 2013-06-30 15:51 UTC (permalink / raw
To: gentoo-commits
commit: 335aa3eb591655ef9c06b2f6ee042820f3b623d4
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 30 15:51:06 2013 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sun Jun 30 15:51:06 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=335aa3eb
[kde-base/pykde4] Fix deps, repoman is happy about it.
Package-Manager: portage-2.2.0_alpha186
---
kde-base/pykde4/pykde4-4.10.49.9999.ebuild | 4 +---
kde-base/pykde4/pykde4-4.10.5.ebuild | 4 +---
kde-base/pykde4/pykde4-4.10.90.ebuild | 3 +--
kde-base/pykde4/pykde4-9999.ebuild | 3 +--
4 files changed, 4 insertions(+), 10 deletions(-)
diff --git a/kde-base/pykde4/pykde4-4.10.49.9999.ebuild b/kde-base/pykde4/pykde4-4.10.49.9999.ebuild
index 4ac7d3b..d31314d 100644
--- a/kde-base/pykde4/pykde4-4.10.49.9999.ebuild
+++ b/kde-base/pykde4/pykde4-4.10.49.9999.ebuild
@@ -18,15 +18,13 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE} test? ( semantic-desktop )"
# blocker added due to compatibility issues and error during compile time
RDEPEND="
${PYTHON_DEPS}
+ >=dev-python/PyQt4-4.9.5[${PYTHON_USEDEP},dbus,declarative,script(+),sql,svg,webkit,X]
>=dev-python/sip-4.14:=[${PYTHON_USEDEP}]
-
$(add_kdebase_dep kdelibs 'opengl,semantic-desktop(+)?')
semantic-desktop? (
$(add_kdebase_dep kdepimlibs 'semantic-desktop(+)')
>=dev-libs/soprano-2.9.0
)
- aqua? ( >=dev-python/PyQt4-4.9.5[${PYTHON_USEDEP},dbus,declarative,script(+),sql,svg,webkit,aqua] )
- !aqua? ( >=dev-python/PyQt4-4.9.5[${PYTHON_USEDEP},dbus,declarative,script(+),sql,svg,webkit,X] )
"
DEPEND="${RDEPEND}
sys-devel/libtool
diff --git a/kde-base/pykde4/pykde4-4.10.5.ebuild b/kde-base/pykde4/pykde4-4.10.5.ebuild
index c492ff8..91858bf 100644
--- a/kde-base/pykde4/pykde4-4.10.5.ebuild
+++ b/kde-base/pykde4/pykde4-4.10.5.ebuild
@@ -18,15 +18,13 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE} test? ( semantic-desktop )"
# blocker added due to compatibility issues and error during compile time
RDEPEND="
${PYTHON_DEPS}
+ >=dev-python/PyQt4-4.9.5[${PYTHON_USEDEP},dbus,declarative,script(+),sql,svg,webkit,X]
>=dev-python/sip-4.14:=[${PYTHON_USEDEP}]
-
$(add_kdebase_dep kdelibs 'opengl,semantic-desktop(+)?')
semantic-desktop? (
$(add_kdebase_dep kdepimlibs 'semantic-desktop(+)')
>=dev-libs/soprano-2.9.0
)
- aqua? ( >=dev-python/PyQt4-4.9.5[${PYTHON_USEDEP},dbus,declarative,script(+),sql,svg,webkit,aqua] )
- !aqua? ( >=dev-python/PyQt4-4.9.5[${PYTHON_USEDEP},dbus,declarative,script(+),sql,svg,webkit,X] )
"
DEPEND="${RDEPEND}
sys-devel/libtool
diff --git a/kde-base/pykde4/pykde4-4.10.90.ebuild b/kde-base/pykde4/pykde4-4.10.90.ebuild
index a5dd2aa..ef8bd55 100644
--- a/kde-base/pykde4/pykde4-4.10.90.ebuild
+++ b/kde-base/pykde4/pykde4-4.10.90.ebuild
@@ -18,12 +18,11 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
# blocker added due to compatibility issues and error during compile time
RDEPEND="
${PYTHON_DEPS}
+ >=dev-python/PyQt4-4.9.5[${PYTHON_USEDEP},dbus,declarative,script(+),sql,svg,webkit,X]
>=dev-python/sip-4.14:=[${PYTHON_USEDEP}]
>=dev-libs/soprano-2.9.0
$(add_kdebase_dep kdelibs 'opengl')
$(add_kdebase_dep kdepimlibs)
- aqua? ( >=dev-python/PyQt4-4.9.5[${PYTHON_USEDEP},dbus,declarative,script(+),sql,svg,webkit,aqua] )
- !aqua? ( >=dev-python/PyQt4-4.9.5[${PYTHON_USEDEP},dbus,declarative,script(+),sql,svg,webkit,X] )
"
DEPEND="${RDEPEND}
sys-devel/libtool
diff --git a/kde-base/pykde4/pykde4-9999.ebuild b/kde-base/pykde4/pykde4-9999.ebuild
index 4e30a95..29022cd 100644
--- a/kde-base/pykde4/pykde4-9999.ebuild
+++ b/kde-base/pykde4/pykde4-9999.ebuild
@@ -18,12 +18,11 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
# blocker added due to compatibility issues and error during compile time
RDEPEND="
${PYTHON_DEPS}
+ >=dev-python/PyQt4-4.9.5[${PYTHON_USEDEP},dbus,declarative,script(+),sql,svg,webkit,X]
>=dev-python/sip-4.14:=[${PYTHON_USEDEP}]
>=dev-libs/soprano-2.9.0
$(add_kdebase_dep kdelibs 'opengl')
$(add_kdebase_dep kdepimlibs)
- aqua? ( >=dev-python/PyQt4-4.9.5[${PYTHON_USEDEP},dbus,declarative,script(+),sql,svg,webkit,aqua] )
- !aqua? ( >=dev-python/PyQt4-4.9.5[${PYTHON_USEDEP},dbus,declarative,script(+),sql,svg,webkit,X] )
"
DEPEND="${RDEPEND}
sys-devel/libtool
^ permalink raw reply related [flat|nested] 46+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/pykde4/
@ 2013-07-02 20:37 Johannes Huber
0 siblings, 0 replies; 46+ messages in thread
From: Johannes Huber @ 2013-07-02 20:37 UTC (permalink / raw
To: gentoo-commits
commit: 21f36bbe0be5f5f063677ae837d417368e205f36
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 2 20:37:20 2013 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Tue Jul 2 20:37:20 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=21f36bbe
[kde-base/pykde4] Remove obsolete comment by Arfrever.
Package-Manager: portage-2.2.0_alpha186
---
kde-base/pykde4/pykde4-4.10.49.9999.ebuild | 1 -
kde-base/pykde4/pykde4-4.10.90.ebuild | 1 -
kde-base/pykde4/pykde4-9999.ebuild | 1 -
3 files changed, 3 deletions(-)
diff --git a/kde-base/pykde4/pykde4-4.10.49.9999.ebuild b/kde-base/pykde4/pykde4-4.10.49.9999.ebuild
index d31314d..cb9a4a9 100644
--- a/kde-base/pykde4/pykde4-4.10.49.9999.ebuild
+++ b/kde-base/pykde4/pykde4-4.10.49.9999.ebuild
@@ -15,7 +15,6 @@ IUSE="debug doc examples semantic-desktop test"
REQUIRED_USE="${PYTHON_REQUIRED_USE} test? ( semantic-desktop )"
-# blocker added due to compatibility issues and error during compile time
RDEPEND="
${PYTHON_DEPS}
>=dev-python/PyQt4-4.9.5[${PYTHON_USEDEP},dbus,declarative,script(+),sql,svg,webkit,X]
diff --git a/kde-base/pykde4/pykde4-4.10.90.ebuild b/kde-base/pykde4/pykde4-4.10.90.ebuild
index ef8bd55..44850df 100644
--- a/kde-base/pykde4/pykde4-4.10.90.ebuild
+++ b/kde-base/pykde4/pykde4-4.10.90.ebuild
@@ -15,7 +15,6 @@ IUSE="debug doc examples test"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-# blocker added due to compatibility issues and error during compile time
RDEPEND="
${PYTHON_DEPS}
>=dev-python/PyQt4-4.9.5[${PYTHON_USEDEP},dbus,declarative,script(+),sql,svg,webkit,X]
diff --git a/kde-base/pykde4/pykde4-9999.ebuild b/kde-base/pykde4/pykde4-9999.ebuild
index 29022cd..60782b2 100644
--- a/kde-base/pykde4/pykde4-9999.ebuild
+++ b/kde-base/pykde4/pykde4-9999.ebuild
@@ -15,7 +15,6 @@ IUSE="debug doc examples test"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-# blocker added due to compatibility issues and error during compile time
RDEPEND="
${PYTHON_DEPS}
>=dev-python/PyQt4-4.9.5[${PYTHON_USEDEP},dbus,declarative,script(+),sql,svg,webkit,X]
^ permalink raw reply related [flat|nested] 46+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/pykde4/
@ 2013-08-05 18:51 Andreas Hüttel
0 siblings, 0 replies; 46+ messages in thread
From: Andreas Hüttel @ 2013-08-05 18:51 UTC (permalink / raw
To: gentoo-commits
commit: 915b6d9c0078b43816e41690e33f6cb4b48e033e
Author: Andreas K. Huettel (dilfridge) <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 5 18:50:18 2013 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon Aug 5 18:50:18 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=915b6d9c
[kde-base/pykde4] update HOMEPAGE, bug 479250
Package-Manager: portage-2.2.0_alpha191
---
kde-base/pykde4/pykde4-4.10.97.ebuild | 1 +
kde-base/pykde4/pykde4-4.11.49.9999.ebuild | 1 +
kde-base/pykde4/pykde4-9999.ebuild | 1 +
3 files changed, 3 insertions(+)
diff --git a/kde-base/pykde4/pykde4-4.10.97.ebuild b/kde-base/pykde4/pykde4-4.10.97.ebuild
index 44850df..2d94d3c 100644
--- a/kde-base/pykde4/pykde4-4.10.97.ebuild
+++ b/kde-base/pykde4/pykde4-4.10.97.ebuild
@@ -12,6 +12,7 @@ inherit python-r1 portability kde4-base multilib
DESCRIPTION="Python bindings for KDE4"
KEYWORDS=" ~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="debug doc examples test"
+HOMEPAGE="http://techbase.kde.org/Development/Languages/Python"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
diff --git a/kde-base/pykde4/pykde4-4.11.49.9999.ebuild b/kde-base/pykde4/pykde4-4.11.49.9999.ebuild
index 60782b2..8f6cc11 100644
--- a/kde-base/pykde4/pykde4-4.11.49.9999.ebuild
+++ b/kde-base/pykde4/pykde4-4.11.49.9999.ebuild
@@ -12,6 +12,7 @@ inherit python-r1 portability kde4-base multilib
DESCRIPTION="Python bindings for KDE4"
KEYWORDS=""
IUSE="debug doc examples test"
+HOMEPAGE="http://techbase.kde.org/Development/Languages/Python"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
diff --git a/kde-base/pykde4/pykde4-9999.ebuild b/kde-base/pykde4/pykde4-9999.ebuild
index 60782b2..8f6cc11 100644
--- a/kde-base/pykde4/pykde4-9999.ebuild
+++ b/kde-base/pykde4/pykde4-9999.ebuild
@@ -12,6 +12,7 @@ inherit python-r1 portability kde4-base multilib
DESCRIPTION="Python bindings for KDE4"
KEYWORDS=""
IUSE="debug doc examples test"
+HOMEPAGE="http://techbase.kde.org/Development/Languages/Python"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
^ permalink raw reply related [flat|nested] 46+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/pykde4/
@ 2013-08-08 10:58 Michael Palimaka
0 siblings, 0 replies; 46+ messages in thread
From: Michael Palimaka @ 2013-08-08 10:58 UTC (permalink / raw
To: gentoo-commits
commit: 851e2f61e35adcc9b8e67ef260d17d4b622c1a6c
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 8 10:54:17 2013 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Aug 8 10:54:17 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=851e2f61
[kde-base/pykde4] Remove support for deprecated python versions.
Package-Manager: portage-2.1.13.6
---
kde-base/pykde4/pykde4-4.10.97.ebuild | 2 +-
kde-base/pykde4/pykde4-4.11.49.9999.ebuild | 2 +-
kde-base/pykde4/pykde4-9999.ebuild | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/kde-base/pykde4/pykde4-4.10.97.ebuild b/kde-base/pykde4/pykde4-4.10.97.ebuild
index 2d94d3c..3819fd6 100644
--- a/kde-base/pykde4/pykde4-4.10.97.ebuild
+++ b/kde-base/pykde4/pykde4-4.10.97.ebuild
@@ -3,7 +3,7 @@
# $Header: $
EAPI=5
-PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} )
+PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
PYTHON_REQ_USE="threads"
OPENGL_REQUIRED="always"
diff --git a/kde-base/pykde4/pykde4-4.11.49.9999.ebuild b/kde-base/pykde4/pykde4-4.11.49.9999.ebuild
index 8f6cc11..1d2a4c2 100644
--- a/kde-base/pykde4/pykde4-4.11.49.9999.ebuild
+++ b/kde-base/pykde4/pykde4-4.11.49.9999.ebuild
@@ -3,7 +3,7 @@
# $Header: $
EAPI=5
-PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} )
+PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
PYTHON_REQ_USE="threads"
OPENGL_REQUIRED="always"
diff --git a/kde-base/pykde4/pykde4-9999.ebuild b/kde-base/pykde4/pykde4-9999.ebuild
index 8f6cc11..1d2a4c2 100644
--- a/kde-base/pykde4/pykde4-9999.ebuild
+++ b/kde-base/pykde4/pykde4-9999.ebuild
@@ -3,7 +3,7 @@
# $Header: $
EAPI=5
-PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} )
+PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
PYTHON_REQ_USE="threads"
OPENGL_REQUIRED="always"
^ permalink raw reply related [flat|nested] 46+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/pykde4/
@ 2013-08-09 5:44 Manuel Rüger
0 siblings, 0 replies; 46+ messages in thread
From: Manuel Rüger @ 2013-08-09 5:44 UTC (permalink / raw
To: gentoo-commits
commit: bae50e37fd4176e4ae0a35b0e54b0c27ee536a55
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 9 05:42:55 2013 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Fri Aug 9 05:42:55 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=bae50e37
[kde-base/pykde4] Drop semantic-desktop useflag from metadata.xml
Package-Manager: portage-2.1.13.7
---
kde-base/pykde4/metadata.xml | 3 ---
1 file changed, 3 deletions(-)
diff --git a/kde-base/pykde4/metadata.xml b/kde-base/pykde4/metadata.xml
index 9015e18..8d1e86a 100644
--- a/kde-base/pykde4/metadata.xml
+++ b/kde-base/pykde4/metadata.xml
@@ -2,7 +2,4 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>kde</herd>
-<use>
- <flag name="semantic-desktop">Enables Nepomuk and Soprano python language bindings</flag>
-</use>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 46+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/pykde4/
@ 2013-10-06 19:57 Chris Reffett
0 siblings, 0 replies; 46+ messages in thread
From: Chris Reffett @ 2013-10-06 19:57 UTC (permalink / raw
To: gentoo-commits
commit: 1296c80eb985e72f00e78a7347eccbf0e14357b2
Author: Chris Reffett <creffett <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 6 05:31:19 2013 +0000
Commit: Chris Reffett <creffett <AT> gentoo <DOT> org>
CommitDate: Sun Oct 6 05:31:19 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=1296c80e
[kde-base/pykde4] Conversion back to semantic-desktop
Package-Manager: portage-2.2.7
---
.../{pykde4-4.11.2.ebuild => pykde4-4.11.2-r1.ebuild} | 17 +++++++++++------
kde-base/pykde4/pykde4-4.11.49.9999.ebuild | 15 ++++++++++-----
kde-base/pykde4/pykde4-9999.ebuild | 15 ++++++++++-----
3 files changed, 31 insertions(+), 16 deletions(-)
diff --git a/kde-base/pykde4/pykde4-4.11.2.ebuild b/kde-base/pykde4/pykde4-4.11.2-r1.ebuild
similarity index 88%
rename from kde-base/pykde4/pykde4-4.11.2.ebuild
rename to kde-base/pykde4/pykde4-4.11.2-r1.ebuild
index 0a78f0f..ca66898 100644
--- a/kde-base/pykde4/pykde4-4.11.2.ebuild
+++ b/kde-base/pykde4/pykde4-4.11.2-r1.ebuild
@@ -10,19 +10,21 @@ OPENGL_REQUIRED="always"
inherit python-r1 portability kde4-base multilib
DESCRIPTION="Python bindings for KDE4"
-KEYWORDS=" ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="debug doc examples test"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="debug doc examples semantic-desktop test"
HOMEPAGE="http://techbase.kde.org/Development/Languages/Python"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+REQUIRED_USE="${PYTHON_REQUIRED_USE} test? ( semantic-desktop )"
RDEPEND="
${PYTHON_DEPS}
>=dev-python/PyQt4-4.9.5[${PYTHON_USEDEP},dbus,declarative,script(+),sql,svg,webkit,X]
>=dev-python/sip-4.14:=[${PYTHON_USEDEP}]
- >=dev-libs/soprano-2.9.0
- $(add_kdebase_dep kdelibs 'opengl')
- $(add_kdebase_dep kdepimlibs)
+ $(add_kdebase_dep kdelibs 'opengl,semantic-desktop?')
+ semantic-desktop? (
+ $(add_kdebase_dep kdepimlibs)
+ >=dev-libs/soprano-2.9.0
+ )
"
DEPEND="${RDEPEND}
sys-devel/libtool
@@ -73,6 +75,9 @@ src_configure() {
local mycmakeargs=(
-DWITH_PolkitQt=OFF
-DWITH_QScintilla=OFF
+ $(cmake-utils_use_with semantic-desktop Soprano)
+ $(cmake-utils_use_with semantic-desktop Nepomuk)
+ $(cmake-utils_use_with semantic-desktop KdepimLibs)
-DPYTHON_EXECUTABLE=${PYTHON}
-DPYKDEUIC4_ALTINSTALL=TRUE
)
diff --git a/kde-base/pykde4/pykde4-4.11.49.9999.ebuild b/kde-base/pykde4/pykde4-4.11.49.9999.ebuild
index 1d2a4c2..37dd17c 100644
--- a/kde-base/pykde4/pykde4-4.11.49.9999.ebuild
+++ b/kde-base/pykde4/pykde4-4.11.49.9999.ebuild
@@ -11,18 +11,20 @@ inherit python-r1 portability kde4-base multilib
DESCRIPTION="Python bindings for KDE4"
KEYWORDS=""
-IUSE="debug doc examples test"
+IUSE="debug doc examples semantic-desktop test"
HOMEPAGE="http://techbase.kde.org/Development/Languages/Python"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+REQUIRED_USE="${PYTHON_REQUIRED_USE} test? ( semantic-desktop )"
RDEPEND="
${PYTHON_DEPS}
>=dev-python/PyQt4-4.9.5[${PYTHON_USEDEP},dbus,declarative,script(+),sql,svg,webkit,X]
>=dev-python/sip-4.14:=[${PYTHON_USEDEP}]
- >=dev-libs/soprano-2.9.0
- $(add_kdebase_dep kdelibs 'opengl')
- $(add_kdebase_dep kdepimlibs)
+ $(add_kdebase_dep kdelibs 'opengl,semantic-desktop?')
+ semantic-desktop? (
+ $(add_kdebase_dep kdepimlibs)
+ >=dev-libs/soprano-2.9.0
+ )
"
DEPEND="${RDEPEND}
sys-devel/libtool
@@ -73,6 +75,9 @@ src_configure() {
local mycmakeargs=(
-DWITH_PolkitQt=OFF
-DWITH_QScintilla=OFF
+ $(cmake-utils_use_with semantic-desktop Soprano)
+ $(cmake-utils_use_with semantic-desktop Nepomuk)
+ $(cmake-utils_use_with semantic-desktop KdepimLibs)
-DPYTHON_EXECUTABLE=${PYTHON}
-DPYKDEUIC4_ALTINSTALL=TRUE
)
diff --git a/kde-base/pykde4/pykde4-9999.ebuild b/kde-base/pykde4/pykde4-9999.ebuild
index 1d2a4c2..37dd17c 100644
--- a/kde-base/pykde4/pykde4-9999.ebuild
+++ b/kde-base/pykde4/pykde4-9999.ebuild
@@ -11,18 +11,20 @@ inherit python-r1 portability kde4-base multilib
DESCRIPTION="Python bindings for KDE4"
KEYWORDS=""
-IUSE="debug doc examples test"
+IUSE="debug doc examples semantic-desktop test"
HOMEPAGE="http://techbase.kde.org/Development/Languages/Python"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+REQUIRED_USE="${PYTHON_REQUIRED_USE} test? ( semantic-desktop )"
RDEPEND="
${PYTHON_DEPS}
>=dev-python/PyQt4-4.9.5[${PYTHON_USEDEP},dbus,declarative,script(+),sql,svg,webkit,X]
>=dev-python/sip-4.14:=[${PYTHON_USEDEP}]
- >=dev-libs/soprano-2.9.0
- $(add_kdebase_dep kdelibs 'opengl')
- $(add_kdebase_dep kdepimlibs)
+ $(add_kdebase_dep kdelibs 'opengl,semantic-desktop?')
+ semantic-desktop? (
+ $(add_kdebase_dep kdepimlibs)
+ >=dev-libs/soprano-2.9.0
+ )
"
DEPEND="${RDEPEND}
sys-devel/libtool
@@ -73,6 +75,9 @@ src_configure() {
local mycmakeargs=(
-DWITH_PolkitQt=OFF
-DWITH_QScintilla=OFF
+ $(cmake-utils_use_with semantic-desktop Soprano)
+ $(cmake-utils_use_with semantic-desktop Nepomuk)
+ $(cmake-utils_use_with semantic-desktop KdepimLibs)
-DPYTHON_EXECUTABLE=${PYTHON}
-DPYKDEUIC4_ALTINSTALL=TRUE
)
^ permalink raw reply related [flat|nested] 46+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/pykde4/
@ 2013-10-17 19:26 Johannes Huber
0 siblings, 0 replies; 46+ messages in thread
From: Johannes Huber @ 2013-10-17 19:26 UTC (permalink / raw
To: gentoo-commits
commit: 5cf505f8090f93322d6610afc47ebce446555989
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 17 19:23:40 2013 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Thu Oct 17 19:23:40 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=5cf505f8
[kde-base/pykde4] Use non deprecated BUILD_DIR var.
Package-Manager: portage-2.2.7
---
kde-base/pykde4/pykde4-4.11.49.9999.ebuild | 4 ++--
kde-base/pykde4/pykde4-9999.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/kde-base/pykde4/pykde4-4.11.49.9999.ebuild b/kde-base/pykde4/pykde4-4.11.49.9999.ebuild
index 37dd17c..2f1d4c9 100644
--- a/kde-base/pykde4/pykde4-4.11.49.9999.ebuild
+++ b/kde-base/pykde4/pykde4-4.11.49.9999.ebuild
@@ -81,7 +81,7 @@ src_configure() {
-DPYTHON_EXECUTABLE=${PYTHON}
-DPYKDEUIC4_ALTINSTALL=TRUE
)
- local CMAKE_BUILD_DIR=${S}_build-${PYTHON_ABI}
+ local BUILD_DIR=${S}_build-${PYTHON_ABI}
kde4-base_src_configure
}
@@ -95,7 +95,7 @@ echo_and_run() {
src_compile() {
compilation() {
- local CMAKE_BUILD_DIR=${S}_build-${PYTHON_ABI}
+ local BUILD_DIR=${S}_build-${PYTHON_ABI}
kde4-base_src_compile
}
python_foreach_impl run_in_build_dir compilation
diff --git a/kde-base/pykde4/pykde4-9999.ebuild b/kde-base/pykde4/pykde4-9999.ebuild
index 37dd17c..2f1d4c9 100644
--- a/kde-base/pykde4/pykde4-9999.ebuild
+++ b/kde-base/pykde4/pykde4-9999.ebuild
@@ -81,7 +81,7 @@ src_configure() {
-DPYTHON_EXECUTABLE=${PYTHON}
-DPYKDEUIC4_ALTINSTALL=TRUE
)
- local CMAKE_BUILD_DIR=${S}_build-${PYTHON_ABI}
+ local BUILD_DIR=${S}_build-${PYTHON_ABI}
kde4-base_src_configure
}
@@ -95,7 +95,7 @@ echo_and_run() {
src_compile() {
compilation() {
- local CMAKE_BUILD_DIR=${S}_build-${PYTHON_ABI}
+ local BUILD_DIR=${S}_build-${PYTHON_ABI}
kde4-base_src_compile
}
python_foreach_impl run_in_build_dir compilation
^ permalink raw reply related [flat|nested] 46+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/pykde4/
@ 2013-11-03 19:41 Andreas Hüttel
0 siblings, 0 replies; 46+ messages in thread
From: Andreas Hüttel @ 2013-11-03 19:41 UTC (permalink / raw
To: gentoo-commits
commit: 7075295f2dc538e376f743ce76b7f08d812bd569
Author: Andreas K. Huettel (dilfridge) <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 3 19:41:28 2013 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Nov 3 19:41:28 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=7075295f
[kde-base/pykde4] Revert back to CMAKE_BUILD_DIR since otherwise the Python build system goes haywire
---
kde-base/pykde4/pykde4-4.11.3.ebuild | 4 ++--
kde-base/pykde4/pykde4-4.11.49.9999.ebuild | 4 ++--
kde-base/pykde4/pykde4-9999.ebuild | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/kde-base/pykde4/pykde4-4.11.3.ebuild b/kde-base/pykde4/pykde4-4.11.3.ebuild
index 34ca9a6..cadfb8e 100644
--- a/kde-base/pykde4/pykde4-4.11.3.ebuild
+++ b/kde-base/pykde4/pykde4-4.11.3.ebuild
@@ -81,7 +81,7 @@ src_configure() {
-DPYTHON_EXECUTABLE=${PYTHON}
-DPYKDEUIC4_ALTINSTALL=TRUE
)
- local BUILD_DIR=${S}_build-${PYTHON_ABI}
+ local CMAKE_BUILD_DIR=${S}_build-${PYTHON_ABI}
kde4-base_src_configure
}
@@ -95,7 +95,7 @@ echo_and_run() {
src_compile() {
compilation() {
- local BUILD_DIR=${S}_build-${PYTHON_ABI}
+ local CMAKE_BUILD_DIR=${S}_build-${PYTHON_ABI}
kde4-base_src_compile
}
python_foreach_impl run_in_build_dir compilation
diff --git a/kde-base/pykde4/pykde4-4.11.49.9999.ebuild b/kde-base/pykde4/pykde4-4.11.49.9999.ebuild
index 2f1d4c9..37dd17c 100644
--- a/kde-base/pykde4/pykde4-4.11.49.9999.ebuild
+++ b/kde-base/pykde4/pykde4-4.11.49.9999.ebuild
@@ -81,7 +81,7 @@ src_configure() {
-DPYTHON_EXECUTABLE=${PYTHON}
-DPYKDEUIC4_ALTINSTALL=TRUE
)
- local BUILD_DIR=${S}_build-${PYTHON_ABI}
+ local CMAKE_BUILD_DIR=${S}_build-${PYTHON_ABI}
kde4-base_src_configure
}
@@ -95,7 +95,7 @@ echo_and_run() {
src_compile() {
compilation() {
- local BUILD_DIR=${S}_build-${PYTHON_ABI}
+ local CMAKE_BUILD_DIR=${S}_build-${PYTHON_ABI}
kde4-base_src_compile
}
python_foreach_impl run_in_build_dir compilation
diff --git a/kde-base/pykde4/pykde4-9999.ebuild b/kde-base/pykde4/pykde4-9999.ebuild
index 2f1d4c9..37dd17c 100644
--- a/kde-base/pykde4/pykde4-9999.ebuild
+++ b/kde-base/pykde4/pykde4-9999.ebuild
@@ -81,7 +81,7 @@ src_configure() {
-DPYTHON_EXECUTABLE=${PYTHON}
-DPYKDEUIC4_ALTINSTALL=TRUE
)
- local BUILD_DIR=${S}_build-${PYTHON_ABI}
+ local CMAKE_BUILD_DIR=${S}_build-${PYTHON_ABI}
kde4-base_src_configure
}
@@ -95,7 +95,7 @@ echo_and_run() {
src_compile() {
compilation() {
- local BUILD_DIR=${S}_build-${PYTHON_ABI}
+ local CMAKE_BUILD_DIR=${S}_build-${PYTHON_ABI}
kde4-base_src_compile
}
python_foreach_impl run_in_build_dir compilation
^ permalink raw reply related [flat|nested] 46+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/pykde4/
@ 2013-11-04 12:29 Johannes Huber
0 siblings, 0 replies; 46+ messages in thread
From: Johannes Huber @ 2013-11-04 12:29 UTC (permalink / raw
To: gentoo-commits
commit: 8a938cab062b09cb935dc7a677e975e4f159a69f
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 4 12:29:14 2013 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Mon Nov 4 12:29:14 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=8a938cab
[kde-base/pykde4] DEPEND on dev-lang/python-exec.
Package-Manager: portage-2.2.7
---
kde-base/pykde4/pykde4-4.11.3.ebuild | 1 +
kde-base/pykde4/pykde4-4.11.49.9999.ebuild | 1 +
kde-base/pykde4/pykde4-9999.ebuild | 1 +
3 files changed, 3 insertions(+)
diff --git a/kde-base/pykde4/pykde4-4.11.3.ebuild b/kde-base/pykde4/pykde4-4.11.3.ebuild
index cadfb8e..2913044 100644
--- a/kde-base/pykde4/pykde4-4.11.3.ebuild
+++ b/kde-base/pykde4/pykde4-4.11.3.ebuild
@@ -27,6 +27,7 @@ RDEPEND="
)
"
DEPEND="${RDEPEND}
+ dev-lang/python-exec:0[${PYTHON_USEDEP}]
sys-devel/libtool
"
diff --git a/kde-base/pykde4/pykde4-4.11.49.9999.ebuild b/kde-base/pykde4/pykde4-4.11.49.9999.ebuild
index 37dd17c..c06095b 100644
--- a/kde-base/pykde4/pykde4-4.11.49.9999.ebuild
+++ b/kde-base/pykde4/pykde4-4.11.49.9999.ebuild
@@ -27,6 +27,7 @@ RDEPEND="
)
"
DEPEND="${RDEPEND}
+ dev-lang/python-exec:0[${PYTHON_USEDEP}]
sys-devel/libtool
"
diff --git a/kde-base/pykde4/pykde4-9999.ebuild b/kde-base/pykde4/pykde4-9999.ebuild
index 37dd17c..c06095b 100644
--- a/kde-base/pykde4/pykde4-9999.ebuild
+++ b/kde-base/pykde4/pykde4-9999.ebuild
@@ -27,6 +27,7 @@ RDEPEND="
)
"
DEPEND="${RDEPEND}
+ dev-lang/python-exec:0[${PYTHON_USEDEP}]
sys-devel/libtool
"
^ permalink raw reply related [flat|nested] 46+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/pykde4/
@ 2014-02-25 1:32 Chris Reffett
0 siblings, 0 replies; 46+ messages in thread
From: Chris Reffett @ 2014-02-25 1:32 UTC (permalink / raw
To: gentoo-commits
commit: 533a8346f7aec8f216eef16fa55e862bcd36aa66
Author: Chris Reffett <creffett <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 25 01:31:05 2014 +0000
Commit: Chris Reffett <creffett <AT> gentoo <DOT> org>
CommitDate: Tue Feb 25 01:31:05 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=533a8346
[kde-base/pykde4] Change base_src_install_docs calls to einstalldocs calls wrt bug 501544
Package-Manager: portage-2.2.8-r1
---
kde-base/pykde4/pykde4-4.12.49.9999.ebuild | 4 ++--
kde-base/pykde4/pykde4-9999.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/kde-base/pykde4/pykde4-4.12.49.9999.ebuild b/kde-base/pykde4/pykde4-4.12.49.9999.ebuild
index 6febbe0..17144d7 100644
--- a/kde-base/pykde4/pykde4-4.12.49.9999.ebuild
+++ b/kde-base/pykde4/pykde4-4.12.49.9999.ebuild
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
PYTHON_REQ_USE="threads"
OPENGL_REQUIRED="always"
-inherit python-r1 portability kde4-base multilib
+inherit python-r1 portability kde4-base multilib eutils
DESCRIPTION="Python bindings for KDE4"
KEYWORDS=""
@@ -139,7 +139,7 @@ src_install() {
# As we don't call the eclass's src_install, we have to install the docs manually
DOCS=("${S}"/{AUTHORS,NEWS,README})
use doc && HTML_DOCS=("${S}/docs/html/")
- base_src_install_docs
+ einstalldocs
if ${have_python2}; then
pushd "${WORKDIR}/wrapper" > /dev/null
diff --git a/kde-base/pykde4/pykde4-9999.ebuild b/kde-base/pykde4/pykde4-9999.ebuild
index 6febbe0..17144d7 100644
--- a/kde-base/pykde4/pykde4-9999.ebuild
+++ b/kde-base/pykde4/pykde4-9999.ebuild
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
PYTHON_REQ_USE="threads"
OPENGL_REQUIRED="always"
-inherit python-r1 portability kde4-base multilib
+inherit python-r1 portability kde4-base multilib eutils
DESCRIPTION="Python bindings for KDE4"
KEYWORDS=""
@@ -139,7 +139,7 @@ src_install() {
# As we don't call the eclass's src_install, we have to install the docs manually
DOCS=("${S}"/{AUTHORS,NEWS,README})
use doc && HTML_DOCS=("${S}/docs/html/")
- base_src_install_docs
+ einstalldocs
if ${have_python2}; then
pushd "${WORKDIR}/wrapper" > /dev/null
^ permalink raw reply related [flat|nested] 46+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/pykde4/
@ 2014-05-01 22:46 Johannes Huber
0 siblings, 0 replies; 46+ messages in thread
From: Johannes Huber @ 2014-05-01 22:46 UTC (permalink / raw
To: gentoo-commits
commit: edda28b1a3aa90c8cbd5b0c285624e76f47bae9e
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Thu May 1 22:37:59 2014 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Thu May 1 22:37:59 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=edda28b1
[kde-base/pykde4] Drop Python 2.6 support
Package-Manager: portage-2.2.10
---
kde-base/pykde4/pykde4-4.13.49.9999.ebuild | 2 +-
kde-base/pykde4/pykde4-4.9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/kde-base/pykde4/pykde4-4.13.49.9999.ebuild b/kde-base/pykde4/pykde4-4.13.49.9999.ebuild
index 17144d7..1660dbc 100644
--- a/kde-base/pykde4/pykde4-4.13.49.9999.ebuild
+++ b/kde-base/pykde4/pykde4-4.13.49.9999.ebuild
@@ -3,7 +3,7 @@
# $Header: $
EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
+PYTHON_COMPAT=( python{2_7,3_2,3_3} )
PYTHON_REQ_USE="threads"
OPENGL_REQUIRED="always"
diff --git a/kde-base/pykde4/pykde4-4.9999.ebuild b/kde-base/pykde4/pykde4-4.9999.ebuild
index 17144d7..1660dbc 100644
--- a/kde-base/pykde4/pykde4-4.9999.ebuild
+++ b/kde-base/pykde4/pykde4-4.9999.ebuild
@@ -3,7 +3,7 @@
# $Header: $
EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
+PYTHON_COMPAT=( python{2_7,3_2,3_3} )
PYTHON_REQ_USE="threads"
OPENGL_REQUIRED="always"
^ permalink raw reply related [flat|nested] 46+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/pykde4/
@ 2014-05-04 23:35 Johannes Huber
0 siblings, 0 replies; 46+ messages in thread
From: Johannes Huber @ 2014-05-04 23:35 UTC (permalink / raw
To: gentoo-commits
commit: a7b07723cbb9c2d2696ca876f8140d3f4bdaa8ee
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sun May 4 16:19:00 2014 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sun May 4 22:48:49 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=a7b07723
[kde-base/pykde4] Introduce nepomuk and akonadi USE flags, bug #508350
Package-Manager: portage-2.2.10
---
kde-base/pykde4/metadata.xml | 6 +++++-
kde-base/pykde4/pykde4-4.13.49.9999.ebuild | 18 ++++++++----------
kde-base/pykde4/pykde4-4.9999.ebuild | 18 ++++++++----------
3 files changed, 21 insertions(+), 21 deletions(-)
diff --git a/kde-base/pykde4/metadata.xml b/kde-base/pykde4/metadata.xml
index 8d1e86a..7ceb431 100644
--- a/kde-base/pykde4/metadata.xml
+++ b/kde-base/pykde4/metadata.xml
@@ -1,5 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd>kde</herd>
+ <herd>kde</herd>
+ <use>
+ <flag name="akonadi">Compile bindings for Akonadi</flag>
+ <flag name="nepomuk">Compile bindings for Nepomuk</flag>
+ </use>
</pkgmetadata>
diff --git a/kde-base/pykde4/pykde4-4.13.49.9999.ebuild b/kde-base/pykde4/pykde4-4.13.49.9999.ebuild
index 1660dbc..2d16b46 100644
--- a/kde-base/pykde4/pykde4-4.13.49.9999.ebuild
+++ b/kde-base/pykde4/pykde4-4.13.49.9999.ebuild
@@ -11,20 +11,18 @@ inherit python-r1 portability kde4-base multilib eutils
DESCRIPTION="Python bindings for KDE4"
KEYWORDS=""
-IUSE="debug doc examples semantic-desktop test"
+IUSE="akonadi debug doc examples nepomuk test"
HOMEPAGE="http://techbase.kde.org/Development/Languages/Python"
-REQUIRED_USE="${PYTHON_REQUIRED_USE} test? ( semantic-desktop )"
+REQUIRED_USE="${PYTHON_REQUIRED_USE} test? ( nepomuk )"
RDEPEND="
${PYTHON_DEPS}
>=dev-python/PyQt4-4.9.5[${PYTHON_USEDEP},dbus,declarative,script(+),sql,svg,webkit,X]
>=dev-python/sip-4.14:=[${PYTHON_USEDEP}]
- $(add_kdebase_dep kdelibs 'opengl,semantic-desktop?')
- semantic-desktop? (
- $(add_kdebase_dep kdepimlibs)
- >=dev-libs/soprano-2.9.0
- )
+ $(add_kdebase_dep kdelibs 'nepomuk?,opengl')
+ akonadi? ( $(add_kdebase_dep kdepimlibs) )
+ nepomuk? ( >=dev-libs/soprano-2.9.0 )
"
DEPEND="${RDEPEND}
dev-lang/python-exec:0[${PYTHON_USEDEP}]
@@ -76,9 +74,9 @@ src_configure() {
local mycmakeargs=(
-DWITH_PolkitQt=OFF
-DWITH_QScintilla=OFF
- $(cmake-utils_use_with semantic-desktop Soprano)
- $(cmake-utils_use_with semantic-desktop Nepomuk)
- $(cmake-utils_use_with semantic-desktop KdepimLibs)
+ $(cmake-utils_use_with akonadi KdepimLibs)
+ $(cmake-utils_use_with nepomuk)
+ $(cmake-utils_use_with nepomuk Soprano)
-DPYTHON_EXECUTABLE=${PYTHON}
-DPYKDEUIC4_ALTINSTALL=TRUE
)
diff --git a/kde-base/pykde4/pykde4-4.9999.ebuild b/kde-base/pykde4/pykde4-4.9999.ebuild
index 1660dbc..2d16b46 100644
--- a/kde-base/pykde4/pykde4-4.9999.ebuild
+++ b/kde-base/pykde4/pykde4-4.9999.ebuild
@@ -11,20 +11,18 @@ inherit python-r1 portability kde4-base multilib eutils
DESCRIPTION="Python bindings for KDE4"
KEYWORDS=""
-IUSE="debug doc examples semantic-desktop test"
+IUSE="akonadi debug doc examples nepomuk test"
HOMEPAGE="http://techbase.kde.org/Development/Languages/Python"
-REQUIRED_USE="${PYTHON_REQUIRED_USE} test? ( semantic-desktop )"
+REQUIRED_USE="${PYTHON_REQUIRED_USE} test? ( nepomuk )"
RDEPEND="
${PYTHON_DEPS}
>=dev-python/PyQt4-4.9.5[${PYTHON_USEDEP},dbus,declarative,script(+),sql,svg,webkit,X]
>=dev-python/sip-4.14:=[${PYTHON_USEDEP}]
- $(add_kdebase_dep kdelibs 'opengl,semantic-desktop?')
- semantic-desktop? (
- $(add_kdebase_dep kdepimlibs)
- >=dev-libs/soprano-2.9.0
- )
+ $(add_kdebase_dep kdelibs 'nepomuk?,opengl')
+ akonadi? ( $(add_kdebase_dep kdepimlibs) )
+ nepomuk? ( >=dev-libs/soprano-2.9.0 )
"
DEPEND="${RDEPEND}
dev-lang/python-exec:0[${PYTHON_USEDEP}]
@@ -76,9 +74,9 @@ src_configure() {
local mycmakeargs=(
-DWITH_PolkitQt=OFF
-DWITH_QScintilla=OFF
- $(cmake-utils_use_with semantic-desktop Soprano)
- $(cmake-utils_use_with semantic-desktop Nepomuk)
- $(cmake-utils_use_with semantic-desktop KdepimLibs)
+ $(cmake-utils_use_with akonadi KdepimLibs)
+ $(cmake-utils_use_with nepomuk)
+ $(cmake-utils_use_with nepomuk Soprano)
-DPYTHON_EXECUTABLE=${PYTHON}
-DPYKDEUIC4_ALTINSTALL=TRUE
)
^ permalink raw reply related [flat|nested] 46+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/pykde4/
@ 2014-06-25 4:15 Jonathan Callen
0 siblings, 0 replies; 46+ messages in thread
From: Jonathan Callen @ 2014-06-25 4:15 UTC (permalink / raw
To: gentoo-commits
commit: cf4237f5a857416dd8f318fbbefe481ddf751ee8
Author: Jonathan Callen <jcallen <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 25 04:14:01 2014 +0000
Commit: Jonathan Callen <jcallen <AT> gentoo <DOT> org>
CommitDate: Wed Jun 25 04:14:01 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=cf4237f5
[kde-base/pykde4] Add python3_4 to PYTHON_COMPAT
Package-Manager: portage-2.2.10
---
kde-base/pykde4/pykde4-4.13.49.9999.ebuild | 2 +-
kde-base/pykde4/pykde4-4.9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/kde-base/pykde4/pykde4-4.13.49.9999.ebuild b/kde-base/pykde4/pykde4-4.13.49.9999.ebuild
index 2d16b46..be0f544 100644
--- a/kde-base/pykde4/pykde4-4.13.49.9999.ebuild
+++ b/kde-base/pykde4/pykde4-4.13.49.9999.ebuild
@@ -3,7 +3,7 @@
# $Header: $
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_2,3_3} )
+PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
PYTHON_REQ_USE="threads"
OPENGL_REQUIRED="always"
diff --git a/kde-base/pykde4/pykde4-4.9999.ebuild b/kde-base/pykde4/pykde4-4.9999.ebuild
index 2d16b46..be0f544 100644
--- a/kde-base/pykde4/pykde4-4.9999.ebuild
+++ b/kde-base/pykde4/pykde4-4.9999.ebuild
@@ -3,7 +3,7 @@
# $Header: $
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_2,3_3} )
+PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
PYTHON_REQ_USE="threads"
OPENGL_REQUIRED="always"
^ permalink raw reply related [flat|nested] 46+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/pykde4/
@ 2014-07-17 10:55 Michael Palimaka
0 siblings, 0 replies; 46+ messages in thread
From: Michael Palimaka @ 2014-07-17 10:55 UTC (permalink / raw
To: gentoo-commits
commit: b17a021ddc9195c01bd6dbf5465c1e7438aff7e5
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 17 10:55:05 2014 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Jul 17 10:55:05 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=b17a021d
[kde-base/pykde4] Raise dev-python/sip and dev-python/PyQt4 dependencies.
The patch added in 4b651f68d3915fd1bc560c51274fdd30c63e6204 to solve bug #517278
is not backwards compatible, so this avoids another build failure if an older
version is installed.
This change can be reviewed if a backwards-compatible version of the patch is
integrated upstream.
Package-Manager: portage-2.2.10
---
kde-base/pykde4/pykde4-4.14.49.9999.ebuild | 4 ++--
kde-base/pykde4/pykde4-4.9999.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/kde-base/pykde4/pykde4-4.14.49.9999.ebuild b/kde-base/pykde4/pykde4-4.14.49.9999.ebuild
index 84ef4be..b5e967b 100644
--- a/kde-base/pykde4/pykde4-4.14.49.9999.ebuild
+++ b/kde-base/pykde4/pykde4-4.14.49.9999.ebuild
@@ -18,8 +18,8 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE} test? ( nepomuk )"
RDEPEND="
${PYTHON_DEPS}
- >=dev-python/PyQt4-4.9.5[${PYTHON_USEDEP},dbus,declarative,script(+),sql,svg,webkit,X]
- >=dev-python/sip-4.14:=[${PYTHON_USEDEP}]
+ >=dev-python/PyQt4-4.11.1[${PYTHON_USEDEP},dbus,declarative,script(+),sql,svg,webkit,X]
+ >=dev-python/sip-4.16.2:=[${PYTHON_USEDEP}]
$(add_kdebase_dep kdelibs 'nepomuk?,opengl')
akonadi? ( $(add_kdebase_dep kdepimlibs) )
nepomuk? ( >=dev-libs/soprano-2.9.0 )
diff --git a/kde-base/pykde4/pykde4-4.9999.ebuild b/kde-base/pykde4/pykde4-4.9999.ebuild
index 84ef4be..b5e967b 100644
--- a/kde-base/pykde4/pykde4-4.9999.ebuild
+++ b/kde-base/pykde4/pykde4-4.9999.ebuild
@@ -18,8 +18,8 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE} test? ( nepomuk )"
RDEPEND="
${PYTHON_DEPS}
- >=dev-python/PyQt4-4.9.5[${PYTHON_USEDEP},dbus,declarative,script(+),sql,svg,webkit,X]
- >=dev-python/sip-4.14:=[${PYTHON_USEDEP}]
+ >=dev-python/PyQt4-4.11.1[${PYTHON_USEDEP},dbus,declarative,script(+),sql,svg,webkit,X]
+ >=dev-python/sip-4.16.2:=[${PYTHON_USEDEP}]
$(add_kdebase_dep kdelibs 'nepomuk?,opengl')
akonadi? ( $(add_kdebase_dep kdepimlibs) )
nepomuk? ( >=dev-libs/soprano-2.9.0 )
^ permalink raw reply related [flat|nested] 46+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/pykde4/
@ 2014-07-17 11:42 Michael Palimaka
0 siblings, 0 replies; 46+ messages in thread
From: Michael Palimaka @ 2014-07-17 11:42 UTC (permalink / raw
To: gentoo-commits
commit: ab2afee00214d94f3daec65425e5f62ef8deeda3
Author: Arfrever Frehtes Taifersar Arahesis <arfrever.fta <AT> gmail <DOT> com>
AuthorDate: Thu Jul 17 11:42:07 2014 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Jul 17 11:42:07 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=ab2afee0
[kde-base/pykde4] Remove obsolete USE default dependency.
---
kde-base/pykde4/pykde4-4.14.49.9999.ebuild | 2 +-
kde-base/pykde4/pykde4-4.9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/kde-base/pykde4/pykde4-4.14.49.9999.ebuild b/kde-base/pykde4/pykde4-4.14.49.9999.ebuild
index b5e967b..1e86105 100644
--- a/kde-base/pykde4/pykde4-4.14.49.9999.ebuild
+++ b/kde-base/pykde4/pykde4-4.14.49.9999.ebuild
@@ -18,7 +18,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE} test? ( nepomuk )"
RDEPEND="
${PYTHON_DEPS}
- >=dev-python/PyQt4-4.11.1[${PYTHON_USEDEP},dbus,declarative,script(+),sql,svg,webkit,X]
+ >=dev-python/PyQt4-4.11.1[${PYTHON_USEDEP},dbus,declarative,script,sql,svg,webkit,X]
>=dev-python/sip-4.16.2:=[${PYTHON_USEDEP}]
$(add_kdebase_dep kdelibs 'nepomuk?,opengl')
akonadi? ( $(add_kdebase_dep kdepimlibs) )
diff --git a/kde-base/pykde4/pykde4-4.9999.ebuild b/kde-base/pykde4/pykde4-4.9999.ebuild
index b5e967b..1e86105 100644
--- a/kde-base/pykde4/pykde4-4.9999.ebuild
+++ b/kde-base/pykde4/pykde4-4.9999.ebuild
@@ -18,7 +18,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE} test? ( nepomuk )"
RDEPEND="
${PYTHON_DEPS}
- >=dev-python/PyQt4-4.11.1[${PYTHON_USEDEP},dbus,declarative,script(+),sql,svg,webkit,X]
+ >=dev-python/PyQt4-4.11.1[${PYTHON_USEDEP},dbus,declarative,script,sql,svg,webkit,X]
>=dev-python/sip-4.16.2:=[${PYTHON_USEDEP}]
$(add_kdebase_dep kdelibs 'nepomuk?,opengl')
akonadi? ( $(add_kdebase_dep kdepimlibs) )
^ permalink raw reply related [flat|nested] 46+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/pykde4/
@ 2014-08-06 15:44 Johannes Huber
0 siblings, 0 replies; 46+ messages in thread
From: Johannes Huber @ 2014-08-06 15:44 UTC (permalink / raw
To: gentoo-commits
commit: 913c6e5bd4d670f426beb0247bfdf54cd10f4ec2
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 6 15:43:54 2014 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Wed Aug 6 15:44:07 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=913c6e5b
[kde-base/pykde4] Drop patch applied upstream, bug #519204
by Duncan <1i5t5.duncan <AT> cox.net>
Package-Manager: portage-2.2.11-r1
---
kde-base/pykde4/pykde4-4.14.49.9999.ebuild | 2 --
1 file changed, 2 deletions(-)
diff --git a/kde-base/pykde4/pykde4-4.14.49.9999.ebuild b/kde-base/pykde4/pykde4-4.14.49.9999.ebuild
index 1e86105..0bfa115 100644
--- a/kde-base/pykde4/pykde4-4.14.49.9999.ebuild
+++ b/kde-base/pykde4/pykde4-4.14.49.9999.ebuild
@@ -29,8 +29,6 @@ DEPEND="${RDEPEND}
sys-devel/libtool
"
-PATCHES=( "${FILESDIR}/${PN}-4.13.3-pyqt4-4.11.patch" )
-
pkg_setup() {
kde4-base_pkg_setup
^ permalink raw reply related [flat|nested] 46+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/pykde4/
@ 2014-09-02 8:33 Michael Palimaka
0 siblings, 0 replies; 46+ messages in thread
From: Michael Palimaka @ 2014-09-02 8:33 UTC (permalink / raw
To: gentoo-commits
commit: 12003265b0ac60fa20eb59fce66b93f9ab67b64a
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 2 08:33:06 2014 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Sep 2 08:33:06 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=12003265
[kde-base/pykde4] Sync with portage.
Package-Manager: portage-2.2.10
---
kde-base/pykde4/pykde4-4.14.49.9999.ebuild | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/kde-base/pykde4/pykde4-4.14.49.9999.ebuild b/kde-base/pykde4/pykde4-4.14.49.9999.ebuild
index 1c76427..1e1ebf3 100644
--- a/kde-base/pykde4/pykde4-4.14.49.9999.ebuild
+++ b/kde-base/pykde4/pykde4-4.14.49.9999.ebuild
@@ -25,7 +25,7 @@ RDEPEND="
nepomuk? ( >=dev-libs/soprano-2.9.0 )
"
DEPEND="${RDEPEND}
- dev-lang/python-exec:0[${PYTHON_USEDEP}]
+ dev-lang/python-exec:2[${PYTHON_USEDEP}]
sys-devel/libtool
"
@@ -127,12 +127,16 @@ src_install() {
installation() {
emake DESTDIR="${D}" install
- mv "${ED}"/usr/bin/pykdeuic4-{${EPYTHON/python/},${EPYTHON}} || die
+ mkdir -p "${D%/}$(python_get_scriptdir)" || die
+ mv "${ED%/}/usr/bin/pykdeuic4-${EPYTHON/python/}" \
+ "${D%/}$(python_get_scriptdir)"/pykdeuic4 || die
+
+ python_fix_shebang "${D%/}$(python_get_scriptdir)"/pykdeuic4
python_optimize
}
python_foreach_impl run_in_build_dir installation
- dosym python-exec /usr/bin/pykdeuic4
+ dosym ../lib/python-exec/python-exec2 /usr/bin/pykdeuic4
# As we don't call the eclass's src_install, we have to install the docs manually
DOCS=("${S}"/{AUTHORS,NEWS,README})
^ permalink raw reply related [flat|nested] 46+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/pykde4/
@ 2015-08-07 21:49 Johannes Huber
0 siblings, 0 replies; 46+ messages in thread
From: Johannes Huber @ 2015-08-07 21:49 UTC (permalink / raw
To: gentoo-commits
commit: 7e0bfe3977d23071b94f8c71280883ccd0ba9db2
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 7 21:51:10 2015 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Fri Aug 7 21:51:10 2015 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=7e0bfe39
[kde-base/pykde4] Drop deprecated Nepomuk support
Package-Manager: portage-2.2.20
kde-base/pykde4/metadata.xml | 1 -
kde-base/pykde4/pykde4-9999.ebuild | 15 ++++++++-------
2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/kde-base/pykde4/metadata.xml b/kde-base/pykde4/metadata.xml
index 7ceb431..b4e222a 100644
--- a/kde-base/pykde4/metadata.xml
+++ b/kde-base/pykde4/metadata.xml
@@ -4,6 +4,5 @@
<herd>kde</herd>
<use>
<flag name="akonadi">Compile bindings for Akonadi</flag>
- <flag name="nepomuk">Compile bindings for Nepomuk</flag>
</use>
</pkgmetadata>
diff --git a/kde-base/pykde4/pykde4-9999.ebuild b/kde-base/pykde4/pykde4-9999.ebuild
index 0d5edfb..a29c016 100644
--- a/kde-base/pykde4/pykde4-9999.ebuild
+++ b/kde-base/pykde4/pykde4-9999.ebuild
@@ -11,24 +11,25 @@ inherit python-r1 portability kde4-base multilib eutils
DESCRIPTION="Python bindings for KDE4"
KEYWORDS=""
-IUSE="akonadi debug doc examples nepomuk test"
+IUSE="akonadi debug doc examples test"
HOMEPAGE="http://techbase.kde.org/Development/Languages/Python"
-REQUIRED_USE="${PYTHON_REQUIRED_USE} test? ( nepomuk )"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="
${PYTHON_DEPS}
>=dev-python/PyQt4-4.11.1[${PYTHON_USEDEP},dbus,declarative,script,sql,svg,webkit,X]
>=dev-python/sip-4.16.2:=[${PYTHON_USEDEP}]
- $(add_kdebase_dep kdelibs 'nepomuk?,opengl')
+ $(add_kdebase_dep kdelibs 'opengl')
akonadi? ( $(add_kdebase_dep kdepimlibs) )
- nepomuk? ( >=dev-libs/soprano-2.9.0 )
"
DEPEND="${RDEPEND}
dev-lang/python-exec:2[${PYTHON_USEDEP}]
sys-devel/libtool
"
+RESTRICT="test"
+
pkg_setup() {
kde4-base_pkg_setup
@@ -74,11 +75,11 @@ src_configure() {
local mycmakeargs=(
-DWITH_PolkitQt=OFF
-DWITH_QScintilla=OFF
+ -DPYKDEUIC4_ALTINSTALL=TRUE
+ -DWITH_Nepomuk=OFF
+ -DWITH_Soprano=OFF
$(cmake-utils_use_with akonadi KdepimLibs)
- $(cmake-utils_use_with nepomuk)
- $(cmake-utils_use_with nepomuk Soprano)
-DPYTHON_EXECUTABLE=${PYTHON}
- -DPYKDEUIC4_ALTINSTALL=TRUE
)
local CMAKE_BUILD_DIR=${S}_build-${PYTHON_ABI}
kde4-base_src_configure
^ permalink raw reply related [flat|nested] 46+ messages in thread
end of thread, other threads:[~2015-08-07 21:49 UTC | newest]
Thread overview: 46+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-30 15:51 [gentoo-commits] proj/kde:master commit in: kde-base/pykde4/ Johannes Huber
-- strict thread matches above, loose matches on Subject: below --
2015-08-07 21:49 Johannes Huber
2014-09-02 8:33 Michael Palimaka
2014-08-06 15:44 Johannes Huber
2014-07-17 11:42 Michael Palimaka
2014-07-17 10:55 Michael Palimaka
2014-06-25 4:15 Jonathan Callen
2014-05-04 23:35 Johannes Huber
2014-05-01 22:46 Johannes Huber
2014-02-25 1:32 Chris Reffett
2013-11-04 12:29 Johannes Huber
2013-11-03 19:41 Andreas Hüttel
2013-10-17 19:26 Johannes Huber
2013-10-06 19:57 Chris Reffett
2013-08-09 5:44 Manuel Rüger
2013-08-08 10:58 Michael Palimaka
2013-08-05 18:51 Andreas Hüttel
2013-07-02 20:37 Johannes Huber
2013-05-29 15:00 Michael Palimaka
2013-02-04 17:31 Michael Palimaka
2013-02-02 13:13 Michael Palimaka
2013-01-31 1:41 Jonathan Callen
2013-01-30 16:46 Michael Palimaka
2013-01-30 14:59 Marc Schiffbauer
2013-01-29 18:49 Michael Palimaka
2013-01-18 10:08 Andreas Hüttel
2013-01-17 16:50 Michael Palimaka
2012-12-29 12:33 Andreas Hüttel
2012-12-29 11:51 Andreas Hüttel
2012-12-29 10:03 Andreas Hüttel
2012-11-17 23:11 Andreas Hüttel
2012-06-08 11:12 Andreas Hüttel
2012-05-23 14:04 Michael Palimaka
2012-05-01 17:30 Andreas Hüttel
2012-03-07 2:42 Patrick Lauer
2011-09-07 21:43 Alexey Shvetsov
2011-07-31 21:56 Jonathan Callen
2011-07-12 21:03 Andreas Hüttel
2011-06-24 11:59 Jorge Manuel B. S. Vicetto
2011-06-21 21:51 Andreas Hüttel
2011-06-21 20:58 Andreas Hüttel
2011-05-24 15:12 Jorge Manuel B. S. Vicetto
2011-04-17 17:20 Maciej Mrozowski
2011-04-10 0:54 Marc Schiffbauer
2011-03-26 21:15 Andreas K. Huettel
2011-02-19 1:12 Jonathan Callen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox