diff options
| author | Johannes Huber <johu@gentoo.org> | 2011-12-12 16:53:45 +0100 |
|---|---|---|
| committer | Johannes Huber <johu@gentoo.org> | 2011-12-12 16:54:08 +0100 |
| commit | ad9e78c93ee4f3d9c08dd8c07fbfc92554d8fb16 (patch) | |
| tree | da1f4b4c195ef0cde38f7e05930da38c35419653 /kde-base/pykde4 | |
| parent | 3b10d7a1b68ba959699fc757996cf2542b71342f (diff) | |
| download | kde-ad9e78c93ee4f3d9c08dd8c07fbfc92554d8fb16.tar.gz kde-ad9e78c93ee4f3d9c08dd8c07fbfc92554d8fb16.tar.bz2 kde-ad9e78c93ee4f3d9c08dd8c07fbfc92554d8fb16.zip | |
[kde-base] Remove KDE SC 4.7.4, moved to tree.
(Portage version: 2.2.0_alpha80/git/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'kde-base/pykde4')
| -rw-r--r-- | kde-base/pykde4/Manifest | 1 | ||||
| -rw-r--r-- | kde-base/pykde4/pykde4-4.7.4.ebuild | 158 |
2 files changed, 0 insertions, 159 deletions
diff --git a/kde-base/pykde4/Manifest b/kde-base/pykde4/Manifest index 1fe109ddc4f..56519b1682f 100644 --- a/kde-base/pykde4/Manifest +++ b/kde-base/pykde4/Manifest @@ -1,2 +1 @@ -DIST pykde4-4.7.4.tar.bz2 2106112 SHA256 ff9ec71867dec95086c5ec5dfc4d4a681bb3c76ff4942a12cc4efd0ce2cf871d SHA512 a750d03db6204c30b530799ae3ca8e963c3f7798c73983d938e6d961f93280b6e05d2dcf65bc74c4344169be4b5532f9c820c98764476a1c0bf0759770306fb5 WHIRLPOOL c1019be71575ee49c5abb60ffcdeeb70b6fda8cc05722358153e28c6ba045a48dbe7623ef8eb983817bcc94ceb27ad9ad842debe3f999135a642091edcef7b85 DIST pykde4-4.7.90.tar.bz2 2105354 SHA256 23038dc7863fcf1ffb2b733402cfe171bf0f870471412d5b9e2b01d448f54969 SHA512 efd0e0123562ca565ac52e4f4029cfc5d8a9eeb5e22a8b99afcd6527b2d1ada531a8f88afc0a5b3c581e774eaadfbd8391970c67885624d73cadb23651f80b1c WHIRLPOOL c573af40f8892b67a2c88e1981f3cf66db51b9b640828a58a464c1c373648c1baed2d260d03e4d5b7d4ad104eb08a8b3ceef266444b468d42f2f374581f59923 diff --git a/kde-base/pykde4/pykde4-4.7.4.ebuild b/kde-base/pykde4/pykde4-4.7.4.ebuild deleted file mode 100644 index 4b6bed53567..00000000000 --- a/kde-base/pykde4/pykde4-4.7.4.ebuild +++ /dev/null @@ -1,158 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=4 - -PYTHON_DEPEND="*:2.5" -RESTRICT_PYTHON_ABIS="*-jython 2.4" -PYTHON_USE_WITH="threads" -SUPPORT_PYTHON_ABIS="1" - -OPENGL_REQUIRED="always" -KDE_SCM="git" -inherit python portability 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 -RDEPEND=" - >=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] ) - !aqua? ( >=dev-python/PyQt4-4.8.2[dbus,declarative,sql,svg,webkit,X] ) -" -DEPEND="${RDEPEND} - sys-devel/libtool -" - -PATCHES=( - "${FILESDIR}"/${PN}-4.6.3-python-3.2.patch -) - -pkg_setup() { - python_pkg_setup - kde4-base_pkg_setup - - have_python2=false - - scan_python_versions() { - [[ ${PYTHON_ABI} == 2.* ]] && have_python2=true - : - } - python_execute_function -q scan_python_versions - if ! ${have_python2}; then - ewarn "You do not have a Python 2 version selected." - ewarn "kpythonpluginfactory will not be built" - fi -} - -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" - - sed -i -e 's/kpythonpluginfactory /kpython${PYTHON_SHORT_VERSION}pluginfactory /g' kpythonpluginfactory/CMakeLists.txt - - if ${have_python2}; then - mkdir -p "${WORKDIR}/wrapper" || die "failed to copy wrapper" - cp "${FILESDIR}/kpythonpluginfactorywrapper.c" "${WORKDIR}/wrapper" || die "failed to copy wrapper" - fi -} - -src_configure() { - configuration() { - 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) - ) - local CMAKE_BUILD_DIR=${S}_build-${PYTHON_ABI} - kde4-base_src_configure - } - - python_execute_function configuration -} - -echo_and_run() { - echo "$@" - "$@" -} - -src_compile() { - compilation() { - local CMAKE_BUILD_DIR=${S}_build-${PYTHON_ABI} - kde4-base_src_compile - } - python_execute_function compilation - - if ${have_python2}; then - cd "${WORKDIR}/wrapper" - echo_and_run libtool --tag=CC --mode=compile $(tc-getCC) \ - -shared \ - ${CFLAGS} ${CPPFLAGS} \ - -DEPREFIX="\"${EPREFIX}\"" \ - -DPLUGIN_DIR="\"/usr/$(get_libdir)/kde4\"" -c \ - -o kpythonpluginfactorywrapper.lo \ - kpythonpluginfactorywrapper.c - echo_and_run libtool --tag=CC --mode=link $(tc-getCC) \ - -shared -module -avoid-version \ - ${CFLAGS} ${LDFLAGS} \ - -o kpythonpluginfactory.la \ - -rpath "${EPREFIX}/usr/$(get_libdir)/kde4" \ - kpythonpluginfactorywrapper.lo \ - $(dlopen_lib) - fi -} - -src_install() { - installation() { - cd "${S}_build-${PYTHON_ABI}" - emake DESTDIR="${T}/images/${PYTHON_ABI}" install - } - python_execute_function installation - - 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}) - use doc && HTML_DOCS=("${S}/docs/html/") - base_src_install_docs - - if ${have_python2}; then - cd "${WORKDIR}/wrapper" - echo_and_run libtool --mode=install install kpythonpluginfactory.la "${ED}/usr/$(get_libdir)/kde4/kpythonpluginfactory.la" - rm "${ED}/usr/$(get_libdir)/kde4/kpythonpluginfactory.la" - 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" - 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 -} |
