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 | |
| 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
| -rw-r--r-- | kde-apps/kasync/kasync-15.12.49.9999.ebuild | 17 | ||||
| -rw-r--r-- | kde-apps/kdb/kdb-15.12.49.9999.ebuild | 41 | ||||
| -rw-r--r-- | kde-apps/kpeoplevcard/kpeoplevcard-15.12.49.9999.ebuild | 22 | ||||
| -rw-r--r-- | kde-apps/kproperty/kproperty-15.12.49.9999.ebuild | 23 | ||||
| -rw-r--r-- | kde-apps/kreport/kreport-15.12.49.9999.ebuild | 27 | ||||
| -rw-r--r-- | kde-apps/ksnapshot/ksnapshot-15.12.49.9999.ebuild | 31 | ||||
| -rw-r--r-- | kde-apps/ktp-call-ui/ktp-call-ui-15.12.49.9999.ebuild | 42 | ||||
| -rw-r--r-- | kde-apps/plasma-telepathy-meta/plasma-telepathy-meta-15.12.49.9999.ebuild | 1 | ||||
| -rw-r--r-- | kde-apps/pykde5/pykde5-15.12.49.9999.ebuild | 81 |
9 files changed, 0 insertions, 285 deletions
diff --git a/kde-apps/kasync/kasync-15.12.49.9999.ebuild b/kde-apps/kasync/kasync-15.12.49.9999.ebuild deleted file mode 100644 index 66024bb62e5..00000000000 --- a/kde-apps/kasync/kasync-15.12.49.9999.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -KDE_TEST=true -inherit kde5 - -DESCRIPTION="C++ library for controlling asynchronous tasks" -KEYWORDS="" -IUSE="" - -DEPEND=" - $(add_frameworks_dep kcoreaddons) -" -RDEPEND="${DEPEND}" diff --git a/kde-apps/kdb/kdb-15.12.49.9999.ebuild b/kde-apps/kdb/kdb-15.12.49.9999.ebuild deleted file mode 100644 index a8aebbb1978..00000000000 --- a/kde-apps/kdb/kdb-15.12.49.9999.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) - -inherit kde5 python-single-r1 - -DESCRIPTION="Database connectivity and creation framework for various vendors" -LICENSE="LGPL-2+" -KEYWORDS="" -IUSE="mysql postgres sqlite" - -RDEPEND=" - $(add_frameworks_dep kcoreaddons) - dev-libs/icu:= - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 - dev-qt/qtxml:5 - mysql? ( virtual/mysql ) - postgres? ( dev-db/postgresql:* ) - sqlite? ( dev-db/sqlite:3 ) -" - -DEPEND="${RDEPEND} - ${PYTHON_DEPS} -" - -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -src_configure() { - local mycmakeargs=( - $(cmake-utils_use_find_package mysql) - $(cmake-utils_use_find_package postgres) - $(cmake-utils_use_find_package sqlite) - ) - - kde5_src_configure -} diff --git a/kde-apps/kpeoplevcard/kpeoplevcard-15.12.49.9999.ebuild b/kde-apps/kpeoplevcard/kpeoplevcard-15.12.49.9999.ebuild deleted file mode 100644 index 7e34625cfb7..00000000000 --- a/kde-apps/kpeoplevcard/kpeoplevcard-15.12.49.9999.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit kde5 - -DESCRIPTION="Makes it possible to expose vcards to KPeople" - -LICENSE="LGPL-2.1" -KEYWORDS="" -IUSE="" - -DEPEND=" - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kpeople) - $(add_kdeapps_dep kcontacts) - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 -" -RDEPEND="${DEPEND}" diff --git a/kde-apps/kproperty/kproperty-15.12.49.9999.ebuild b/kde-apps/kproperty/kproperty-15.12.49.9999.ebuild deleted file mode 100644 index fd25e372cad..00000000000 --- a/kde-apps/kproperty/kproperty-15.12.49.9999.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit kde5 - -DESCRIPTION="Property editing framework with editor widget similar to Qt Designer" -LICENSE="LGPL-2+" -KEYWORDS="" -IUSE="" - -DEPEND=" - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kguiaddons) - $(add_frameworks_dep kwidgetsaddons) - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 -" - -RDEPEND="${DEPEND}" diff --git a/kde-apps/kreport/kreport-15.12.49.9999.ebuild b/kde-apps/kreport/kreport-15.12.49.9999.ebuild deleted file mode 100644 index 7c145a2763d..00000000000 --- a/kde-apps/kreport/kreport-15.12.49.9999.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -KDE_TEST="true" -inherit kde5 - -DESCRIPTION="Framework for creation and generation of reports in multiple formats" -LICENSE="LGPL-2+" -KEYWORDS="" -IUSE="" - -DEPEND=" - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kguiaddons) - $(add_frameworks_dep kwidgetsaddons) - $(add_frameworks_dep kross) - $(add_kdeapps_dep kproperty) - dev-qt/qtgui:5 - dev-qt/qtprintsupport:5 - dev-qt/qtwidgets:5 - dev-qt/qtxml:5 -" - -RDEPEND="${DEPEND}" diff --git a/kde-apps/ksnapshot/ksnapshot-15.12.49.9999.ebuild b/kde-apps/ksnapshot/ksnapshot-15.12.49.9999.ebuild deleted file mode 100644 index 1ac0dd02754..00000000000 --- a/kde-apps/ksnapshot/ksnapshot-15.12.49.9999.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -KDE_HANDBOOK="optional" -inherit kde4-base - -DESCRIPTION="KDE Screenshot Utility" -HOMEPAGE="https://www.kde.org/applications/graphics/ksnapshot/" -KEYWORDS="" -IUSE="debug kipi" - -DEPEND=" - x11-libs/libXfixes - !aqua? ( - x11-libs/libX11 - x11-libs/libXext - ) - kipi? ( $(add_kdeapps_dep libkipi) ) -" -RDEPEND="${DEPEND}" - -src_configure() { - local mycmakeargs=( - $(cmake-utils_use_with kipi) - ) - - kde4-base_src_configure -} diff --git a/kde-apps/ktp-call-ui/ktp-call-ui-15.12.49.9999.ebuild b/kde-apps/ktp-call-ui/ktp-call-ui-15.12.49.9999.ebuild deleted file mode 100644 index 4936331c9a1..00000000000 --- a/kde-apps/ktp-call-ui/ktp-call-ui-15.12.49.9999.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit kde5 - -DESCRIPTION="KDE Telepathy audio/video conferencing ui" -HOMEPAGE="https://community.kde.org/Real-Time_Communication_and_Collaboration" - -LICENSE="GPL-2" -KEYWORDS="" -IUSE="" - -DEPEND=" - $(add_frameworks_dep kcmutils) - $(add_frameworks_dep kcompletion) - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kdelibs4support) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep knotifications) - $(add_frameworks_dep kwidgetsaddons) - $(add_frameworks_dep kxmlgui) - $(add_kdeapps_dep ktp-common-internals) - dev-libs/boost - dev-libs/glib:2 - dev-qt/qtdbus:5 - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 - media-libs/phonon[qt5] - media-libs/qt-gstreamer[qt5] - net-libs/farstream:0.2 - net-libs/telepathy-farstream - net-libs/telepathy-qt[farstream,qt5] -" - -RDEPEND="${DEPEND} - !net-im/ktp-call-ui -" diff --git a/kde-apps/plasma-telepathy-meta/plasma-telepathy-meta-15.12.49.9999.ebuild b/kde-apps/plasma-telepathy-meta/plasma-telepathy-meta-15.12.49.9999.ebuild index c7ace93fadd..d9deae32902 100644 --- a/kde-apps/plasma-telepathy-meta/plasma-telepathy-meta-15.12.49.9999.ebuild +++ b/kde-apps/plasma-telepathy-meta/plasma-telepathy-meta-15.12.49.9999.ebuild @@ -20,7 +20,6 @@ RDEPEND=" $(add_kdeapps_dep ktp-accounts-kcm) $(add_kdeapps_dep ktp-approver) $(add_kdeapps_dep ktp-auth-handler) - $(add_kdeapps_dep ktp-call-ui) $(add_kdeapps_dep ktp-common-internals) $(add_kdeapps_dep ktp-contact-list) $(add_kdeapps_dep ktp-contact-runner) 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 -} |
