diff options
| author | Andreas Sturmlechner <andreas.sturmlechner@gmail.com> | 2015-11-14 19:50:26 +0100 |
|---|---|---|
| committer | Michael Palimaka <kensington@gentoo.org> | 2015-11-16 03:17:27 +1100 |
| commit | 1b3b83c7fc6073aa9a25c505beb32e503729c7d1 (patch) | |
| tree | f323f654f116b3ec95dfb240136c11ec7b325cb2 /kde-apps/pykde5 | |
| parent | 29c406b983f1731e1286a8961ca68c99211088cd (diff) | |
| download | kde-1b3b83c7fc6073aa9a25c505beb32e503729c7d1.tar.gz kde-1b3b83c7fc6073aa9a25c505beb32e503729c7d1.tar.bz2 kde-1b3b83c7fc6073aa9a25c505beb32e503729c7d1.zip | |
kde-apps: Remove packages that are not part of 15.12
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'kde-apps/pykde5')
| -rw-r--r-- | kde-apps/pykde5/pykde5-15.12.49.9999.ebuild | 81 |
1 files changed, 0 insertions, 81 deletions
diff --git a/kde-apps/pykde5/pykde5-15.12.49.9999.ebuild b/kde-apps/pykde5/pykde5-15.12.49.9999.ebuild deleted file mode 100644 index 1329c686efb..00000000000 --- a/kde-apps/pykde5/pykde5-15.12.49.9999.ebuild +++ /dev/null @@ -1,81 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -PYTHON_COMPAT=( python{2_7,3_3,3_4} ) -PYTHON_REQ_USE="threads" -OPENGL_REQUIRED="always" - -inherit python-r1 portability kde5 multilib eutils - -DESCRIPTION="Python bindings for KDE Applications 5" -KEYWORDS="" -IUSE="doc" -HOMEPAGE="https://techbase.kde.org/Development/Languages/Python" - -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND="${PYTHON_DEPS} - $(add_frameworks_dep karchive) - $(add_frameworks_dep kauth) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kguiaddons) - $(add_frameworks_dep kitemmodels) - $(add_frameworks_dep kitemviews) - $(add_frameworks_dep kplotting) - $(add_frameworks_dep kwidgetsaddons) - $(add_frameworks_dep sonnet) - dev-python/PyQt5[${PYTHON_USEDEP},gui,widgets] - >=dev-python/sip-4.16.2:=[${PYTHON_USEDEP}] - dev-qt/qtdbus:5 - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 -" - -DEPEND="${RDEPEND} - doc? ( $(add_frameworks_dep kapidox) ) -" - -src_prepare() { - kde5_src_prepare - - python_copy_sources -} - -src_configure() { - configuration() { - local mycmakeargs=( - -DPYTHON_EXECUTABLE=${PYTHON} - ) - local CMAKE_BUILD_DIR=${S}_build-${PYTHON_ABI} - kde5_src_configure - } - - python_foreach_impl run_in_build_dir configuration -} - -src_compile() { - compilation() { - local CMAKE_BUILD_DIR=${S}_build-${PYTHON_ABI} - kde5_src_compile - } - python_foreach_impl run_in_build_dir compilation -} - -src_test() { - python_foreach_impl run_in_build_dir kde5_src_test -} - -src_install() { - installation() { - emake DESTDIR="${D}" install - - python_optimize - } - python_foreach_impl run_in_build_dir installation - - # As we don't call the eclass's src_install, we have to install the docs manually - use doc && HTML_DOCS=("${S}/docs/html/") - einstalldocs -} |
