summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2011-08-12 19:19:44 +0000
committerAndreas K. Hüttel <dilfridge@gentoo.org>2011-08-12 19:19:44 +0000
commit1f1639d02bf545fbaaff4e3f9814e284b9187ba1 (patch)
tree17e15ab292c96e3cfb81dca64730a69692c8b2b2 /kde-base/pykde4
parentversion bump, misc bug fixes. Remove old intermediate versions (diff)
downloadgentoo-2-1f1639d02bf545fbaaff4e3f9814e284b9187ba1.tar.gz
gentoo-2-1f1639d02bf545fbaaff4e3f9814e284b9187ba1.tar.bz2
gentoo-2-1f1639d02bf545fbaaff4e3f9814e284b9187ba1.zip
Drop KDE 4.6.4
(Portage version: 2.1.10.10/cvs/Linux x86_64)
Diffstat (limited to 'kde-base/pykde4')
-rw-r--r--kde-base/pykde4/ChangeLog6
-rw-r--r--kde-base/pykde4/pykde4-4.6.4-r1.ebuild96
2 files changed, 5 insertions, 97 deletions
diff --git a/kde-base/pykde4/ChangeLog b/kde-base/pykde4/ChangeLog
index 76e5eecb3282..b04ab1e6b8e9 100644
--- a/kde-base/pykde4/ChangeLog
+++ b/kde-base/pykde4/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for kde-base/pykde4
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/pykde4/ChangeLog,v 1.129 2011/08/09 17:12:20 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/pykde4/ChangeLog,v 1.130 2011/08/12 19:19:44 dilfridge Exp $
+
+ 12 Aug 2011; Andreas K. Huettel <dilfridge@gentoo.org>
+ -pykde4-4.6.4-r1.ebuild:
+ Drop KDE 4.6.4
09 Aug 2011; Markos Chandras <hwoarang@gentoo.org> pykde4-4.6.5-r1.ebuild:
Stable on amd64 wrt bug #377465
diff --git a/kde-base/pykde4/pykde4-4.6.4-r1.ebuild b/kde-base/pykde4/pykde4-4.6.4-r1.ebuild
deleted file mode 100644
index 940c848f792d..000000000000
--- a/kde-base/pykde4/pykde4-4.6.4-r1.ebuild
+++ /dev/null
@@ -1,96 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/pykde4/pykde4-4.6.4-r1.ebuild,v 1.5 2011/06/25 05:31:26 mr_bones_ Exp $
-
-EAPI=3
-
-KMNAME="kdebindings"
-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"
-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 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}"
-
-PATCHES=( "${FILESDIR}/${PN}-4.6.4-pyqt475.patch"
- "${FILESDIR}/${PN}-4.6.3-python-3.2.patch" )
-
-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() {
- # 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-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}"
-}
-
-pkg_postinst() {
- kde4-meta_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-meta_pkg_postrm
-
- python_mod_cleanup PyKDE4 PyQt4/uic/pykdeuic4.py PyQt4/uic/widget-plugins/kde4.py
-}