From: "Maciej Mrozowski" <reavertm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: kde-base/pykde4/
Date: Sun, 17 Apr 2011 17:20:45 +0000 (UTC) [thread overview]
Message-ID: <8df83ce4cba8291e2f34530dcf41f1b210f8a516.reavertm@gentoo> (raw)
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)
next reply other threads:[~2011-04-17 17:20 UTC|newest]
Thread overview: 46+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-04-17 17:20 Maciej Mrozowski [this message]
-- strict thread matches above, loose matches on Subject: below --
2015-08-07 21:49 [gentoo-commits] proj/kde:master commit in: kde-base/pykde4/ 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-06-30 15:51 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-10 0:54 Marc Schiffbauer
2011-03-26 21:15 Andreas K. Huettel
2011-02-19 1:12 Jonathan Callen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=8df83ce4cba8291e2f34530dcf41f1b210f8a516.reavertm@gentoo \
--to=reavertm@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox