diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2009-03-08 20:56:32 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2009-03-08 20:56:32 +0000 |
commit | d3c3d076dbf695c8fbefd8b647c944150e7c34bc (patch) | |
tree | 14fd00941f6b523d606a48a9af72b7aec887b989 /kde-base/pykde4 | |
parent | Version bump. While this version supports Ruby 1.9, it causes an rpath issue ... (diff) | |
download | gentoo-2-d3c3d076dbf695c8fbefd8b647c944150e7c34bc.tar.gz gentoo-2-d3c3d076dbf695c8fbefd8b647c944150e7c34bc.tar.bz2 gentoo-2-d3c3d076dbf695c8fbefd8b647c944150e7c34bc.zip |
Drop KDE 4.2.0
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'kde-base/pykde4')
-rw-r--r-- | kde-base/pykde4/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/pykde4/pykde4-4.2.0.ebuild | 66 |
2 files changed, 4 insertions, 67 deletions
diff --git a/kde-base/pykde4/ChangeLog b/kde-base/pykde4/ChangeLog index d0e57da0a0a9..f3f573fe084a 100644 --- a/kde-base/pykde4/ChangeLog +++ b/kde-base/pykde4/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/pykde4 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/pykde4/ChangeLog,v 1.9 2009/03/08 14:20:25 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/pykde4/ChangeLog,v 1.10 2009/03/08 20:56:32 alexxy Exp $ + + 08 Mar 2009; Alexey Shvetsov <alexxy@gentoo.org> -pykde4-4.2.0.ebuild: + Drop KDE 4.2.0 08 Mar 2009; Tomas Chvatal <scarabeus@gentoo.org> pykde4-4.2.1.ebuild: Semi-automatic merge, Update deps. diff --git a/kde-base/pykde4/pykde4-4.2.0.ebuild b/kde-base/pykde4/pykde4-4.2.0.ebuild deleted file mode 100644 index 09f93b199810..000000000000 --- a/kde-base/pykde4/pykde4-4.2.0.ebuild +++ /dev/null @@ -1,66 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/pykde4/pykde4-4.2.0.ebuild,v 1.4 2009/02/24 03:29:50 jmbsvicetto Exp $ - -EAPI="2" - -KMNAME="kdebindings" -KMMODULE="python/${PN}" -OPENGL_REQUIRED="always" -inherit python kde4-meta - -DESCRIPTION="Python bindings for KDE4" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" -IUSE="akonadi debug semantic-desktop" - -DEPEND=" - >=dev-python/PyQt4-4.4.4-r1[webkit] - >=kde-base/kdelibs-${PV}:${SLOT}[opengl] - akonadi? ( >=kde-base/kdepimlibs-${PV}:${SLOT} ) - semantic-desktop? ( - >=kde-base/kdelibs-${PV}:${SLOT}[semantic-desktop] - >=kde-base/nepomuk-${PV}:${SLOT} - ) -" -RDEPEND="${DEPEND}" - -src_prepare() { - sed -i -e's/MACRO_OPTIONAL_FIND_PACKAGE(KdepimLibs)//'\ - python/${PN}/CMakeLists.txt\ - || die "Failed to patch cmake files." - - kde4-meta_src_prepare -} - -src_configure() { - mycmakeargs="${mycmakeargs} - -DWITH_QScintilla=OFF - $(cmake-utils_use_with semantic-desktop Soprano) - $(cmake-utils_use_with semantic-desktop Nepomuk) - $(cmake-utils_use_with akonadi Akonadi) - $(cmake-utils_use_with akonadi KdepimLibs)" - - kde4-meta_src_configure -} - -src_install() { - kde4-meta_src_install - - python_version - rm -f "${D}/usr/$(get_libdir)/python${PYVER}"/site-packages/PyKDE4/*.py[co] - rm -f "${D}${PREFIX}/share/apps/${PN}"/*.py[co] -} - -pkg_postinst() { - kde4-meta_pkg_postinst - - python_mod_optimize \ - "/usr/$(get_libdir)/python${PYVER}"/site-packages/PyKDE4 \ - "${PREFIX}/share/apps/${PN}" -} - -pkg_postrm() { - kde4-meta_pkg_postrm - - python_mod_cleanup -} |