diff options
| author | Chris Reffett <creffett@gentoo.org> | 2013-01-05 15:05:12 -0500 |
|---|---|---|
| committer | Chris Reffett <creffett@gentoo.org> | 2013-01-05 15:05:12 -0500 |
| commit | eaa712591d8d50d386f0042b81285bd6c72595b5 (patch) | |
| tree | 5598251ba58ed1a65b18ab5f1bd845a5aabfdb5c /kde-base/pykde4 | |
| parent | 59f1933732fffb8d1279b566cd7a2dbe5ef04dd7 (diff) | |
| download | kde-eaa712591d8d50d386f0042b81285bd6c72595b5.tar.gz kde-eaa712591d8d50d386f0042b81285bd6c72595b5.tar.bz2 kde-eaa712591d8d50d386f0042b81285bd6c72595b5.zip | |
[kde] KDE 4.9.5 moved to tree
Package-Manager: portage-2.2.0_alpha149
Diffstat (limited to 'kde-base/pykde4')
| -rw-r--r-- | kde-base/pykde4/Manifest | 1 | ||||
| -rw-r--r-- | kde-base/pykde4/pykde4-4.9.5.ebuild | 157 |
2 files changed, 0 insertions, 158 deletions
diff --git a/kde-base/pykde4/Manifest b/kde-base/pykde4/Manifest index 5307c18990d..074a34dadef 100644 --- a/kde-base/pykde4/Manifest +++ b/kde-base/pykde4/Manifest @@ -1,3 +1,2 @@ -DIST pykde4-4.9.5.tar.xz 2031900 SHA256 79bc37ed009dc993419e88dde38fd4ded44a298a4aefe44c8164a52ccfafef9b SHA512 ae6b867d13ca8e496e28cd81fcf67dc0bdd1d94b1ec6201807c29e38730deb2b77e183d0b9eb68930eb69d5385acd5d49b737c3c176886848653e21fb444f4dd WHIRLPOOL 8ef05d921713dbc3ff61b3172f6c5cdd38e1f9552741505de08059786b160317b46cbb953cbab01f3d9aedd5d8450ab3ffdc91a0c5c38adc900966ad8e4a6882 DIST pykde4-4.9.95.tar.xz 1978992 SHA256 3c9b8337c571a85877bb5026cf775181420f2a21bc95e36c8625829092822711 SHA512 38eee078e84d806af2fed80ae73574c328b65b4d70f5d10d8af67bfc26cea8423eac37f7e7f4118fa9db1fb0572f6395609ace7539fd67426accabef058092c6 WHIRLPOOL 09fd54d57bd30f1fef6162d5cb6a788a185ee7b23684e11401079a5b9f8583c1d32dc8cae9de98a21a62da710fef4602b6668f5dc7ffc54136e0a6a6cbbb4339 DIST pykde4-4.9.97.tar.xz 1979524 SHA256 ccd14656ff417b19a78ba3906ab53b9f543ead458250f794a0b49bc5aa50f118 SHA512 3d5091b19f3a43fb2c4bd89fddee6014fbc0713afda0e44b649662b814ddf4764a5217a0b7cccea621b08aa2037d4b40ce3d1b8595dd45bee853be2fd1df076a WHIRLPOOL ed86c216a426367aa75e24ac167031613054d90a4e735e104e68a7bfe0b5f29e1332cce6d04ed5c059875400f1aa05670bca4f7c71881549bb4dfdeab32a411a diff --git a/kde-base/pykde4/pykde4-4.9.5.ebuild b/kde-base/pykde4/pykde4-4.9.5.ebuild deleted file mode 100644 index d882a77be5b..00000000000 --- a/kde-base/pykde4/pykde4-4.9.5.ebuild +++ /dev/null @@ -1,157 +0,0 @@ -# Copyright 1999-2013 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 2.7-pypy-*" -PYTHON_USE_WITH="threads" -SUPPORT_PYTHON_ABIS="1" - -OPENGL_REQUIRED="always" -inherit python portability kde4-base multilib - -DESCRIPTION="Python bindings for KDE4" -KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux" -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.13.1 - $(add_kdebase_dep kdelibs 'opengl,semantic-desktop=') - semantic-desktop? ( - $(add_kdebase_dep kdepimlibs 'semantic-desktop') - >=dev-libs/soprano-2.8.0 - ) - 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 -" - -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-r1" "${WORKDIR}/wrapper/kpythonpluginfactorywrapper.c" || 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 -} |
