diff options
| author | Manuel Rüger <mrueg@gentoo.org> | 2014-10-25 17:16:00 +0200 |
|---|---|---|
| committer | Manuel Rüger <mrueg@gentoo.org> | 2014-10-25 17:16:00 +0200 |
| commit | a820bb7b51350b3aec9512c7ee1411f1866d924c (patch) | |
| tree | 2be23a707c54d649e1462e973e1173a8986375b8 /kde-frameworks | |
| parent | 67957deadb186de2d24a2dce6ca932985bbc4f28 (diff) | |
| download | kde-a820bb7b51350b3aec9512c7ee1411f1866d924c.tar.gz kde-a820bb7b51350b3aec9512c7ee1411f1866d924c.tar.bz2 kde-a820bb7b51350b3aec9512c7ee1411f1866d924c.zip | |
[frameworks] 5.3 was moved to the tree.
Diffstat (limited to 'kde-frameworks')
62 files changed, 0 insertions, 1985 deletions
diff --git a/kde-frameworks/attica/attica-5.3.0.ebuild b/kde-frameworks/attica/attica-5.3.0.ebuild deleted file mode 100644 index 5a17a39a676..00000000000 --- a/kde-frameworks/attica/attica-5.3.0.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -inherit kde5 - -DESCRIPTION="Framework providing access to Open Collaboration Services" -LICENSE="LGPL-2.1+" -KEYWORDS=" ~amd64" -IUSE="" - -RDEPEND=" - dev-qt/qtnetwork:5 -" -DEPEND="${RDEPEND}" diff --git a/kde-frameworks/frameworkintegration/frameworkintegration-5.3.0.ebuild b/kde-frameworks/frameworkintegration/frameworkintegration-5.3.0.ebuild deleted file mode 100644 index d72d665c8b8..00000000000 --- a/kde-frameworks/frameworkintegration/frameworkintegration-5.3.0.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -VIRTUALX_REQUIRED="test" -inherit kde5 - -DESCRIPTION="Framework for integrating Qt applications with KDE workspaces" -LICENSE="LGPL-2+" -KEYWORDS=" ~amd64" -IUSE="X" - -RDEPEND=" - $(add_kdebase_dep oxygen-fonts) - $(add_frameworks_dep kcompletion) - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kiconthemes) - $(add_frameworks_dep kio) - $(add_frameworks_dep kjobwidgets) - $(add_frameworks_dep knotifications) - $(add_frameworks_dep kwidgetsaddons) - $(add_frameworks_dep kxmlgui) - dev-qt/qtdbus:5 - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 - X? ( - dev-qt/qtx11extras:5 - x11-libs/libxcb - ) -" -DEPEND="${RDEPEND}" - -# requires running kde environment -RESTRICT="test" - -src_configure() { - local mycmakeargs=( - $(cmake-utils_use_find_package X XCB) - ) - - kde5_src_configure -} diff --git a/kde-frameworks/kactivities/kactivities-5.3.0.ebuild b/kde-frameworks/kactivities/kactivities-5.3.0.ebuild deleted file mode 100644 index 325eb0a0d68..00000000000 --- a/kde-frameworks/kactivities/kactivities-5.3.0.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -inherit kde5 - -DESCRIPTION="Framework for working with KDE activities" -LICENSE="LGPL-2+" -KEYWORDS=" ~amd64" -IUSE="" - -RDEPEND=" - $(add_frameworks_dep kcmutils) - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kdbusaddons) - $(add_frameworks_dep kdeclarative) - $(add_frameworks_dep kglobalaccel) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kio) - $(add_frameworks_dep kservice) - $(add_frameworks_dep kwindowsystem) - $(add_frameworks_dep kxmlgui) - dev-qt/qtdbus:5 - dev-qt/qtdeclarative:5 - dev-qt/qtgui:5 - dev-qt/qtsql:5 - dev-qt/qtwidgets:5 - !kde-base/kactivities:4[-minimal(-)] -" -DEPEND="${RDEPEND} - || ( >=dev-libs/boost-1.54 <dev-libs/boost-1.53 ) -" diff --git a/kde-frameworks/kapidox/kapidox-5.3.0.ebuild b/kde-frameworks/kapidox/kapidox-5.3.0.ebuild deleted file mode 100644 index 58f3cefbc52..00000000000 --- a/kde-frameworks/kapidox/kapidox-5.3.0.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -KDE_DEBUG="false" -KDE_DOXYGEN="false" -KDE_TEST="false" -PYTHON_COMPAT=( python{2_7,3_3} ) -inherit kde5 distutils-r1 - -DESCRIPTION="Framework for building KDE API documentation in a standard format and style" -LICENSE="BSD-2" -KEYWORDS=" ~amd64" -IUSE="" - -RDEPEND=" - app-doc/doxygen - dev-python/pystache[${PYTHON_USEDEP}] - dev-python/pyyaml[${PYTHON_USEDEP}] - media-gfx/graphviz[python] -" -# graphviz is currently python-single-r1 so we can't enforce a USE dep yet -# and things will break if you try to generate a dependency diagram with a -# different python version diff --git a/kde-frameworks/karchive/karchive-5.3.0.ebuild b/kde-frameworks/karchive/karchive-5.3.0.ebuild deleted file mode 100644 index 39e8cc8192b..00000000000 --- a/kde-frameworks/karchive/karchive-5.3.0.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -inherit kde5 - -DESCRIPTION="Framework for easy reading, creation, and manipulation of various archive formats" -LICENSE="GPL-2 LGPL-2.1" -KEYWORDS=" ~amd64" -IUSE="+bzip2 +lzma" - -RDEPEND=" - bzip2? ( app-arch/bzip2 ) - lzma? ( app-arch/xz-utils ) - sys-libs/zlib -" -DEPEND="${RDEPEND}" - -src_configure() { - local mycmakeargs=( - $(cmake-utils_use_find_package bzip2 BZip2) - $(cmake-utils_use_find_package lzma LibLZMA) - ) - - kde5_src_configure -} diff --git a/kde-frameworks/kauth/kauth-5.3.0.ebuild b/kde-frameworks/kauth/kauth-5.3.0.ebuild deleted file mode 100644 index 04317c3bbcf..00000000000 --- a/kde-frameworks/kauth/kauth-5.3.0.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -VIRTUALX_REQUIRED="test" -inherit kde5 - -DESCRIPTION="Framework to let applications perform actions as a privileged user" -LICENSE="LGPL-2.1+" -KEYWORDS=" ~amd64" -IUSE="nls +policykit" - -RDEPEND=" - $(add_frameworks_dep kcoreaddons) - dev-qt/qtdbus:5 - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 - policykit? ( sys-auth/polkit-qt[qt5] ) -" -DEPEND="${RDEPEND} - nls? ( dev-qt/linguist-tools:5 ) -" -#PDEPEND="policykit? ( sys-auth/polkit-kde-agent )" - -src_configure() { - local mycmakeargs=( - $(cmake-utils_use_find_package policykit PolkitQt-1) - ) - - kde5_src_configure -} diff --git a/kde-frameworks/kbookmarks/kbookmarks-5.3.0.ebuild b/kde-frameworks/kbookmarks/kbookmarks-5.3.0.ebuild deleted file mode 100644 index b67554085c2..00000000000 --- a/kde-frameworks/kbookmarks/kbookmarks-5.3.0.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -VIRTUALX_REQUIRED="test" -inherit kde5 - -DESCRIPTION="Framework for managing bookmarks stored in XBEL format" -LICENSE="LGPL-2+" -KEYWORDS=" ~amd64" -IUSE="nls" - -RDEPEND=" - $(add_frameworks_dep kcodecs) - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kiconthemes) - $(add_frameworks_dep kwidgetsaddons) - $(add_frameworks_dep kxmlgui) - dev-qt/qtdbus:5 - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 - dev-qt/qtxml:5 -" -DEPEND="${RDEPEND} - $(add_frameworks_dep kconfigwidgets) - nls? ( dev-qt/linguist-tools:5 ) -" diff --git a/kde-frameworks/kcmutils/kcmutils-5.3.0.ebuild b/kde-frameworks/kcmutils/kcmutils-5.3.0.ebuild deleted file mode 100644 index 5488f822b71..00000000000 --- a/kde-frameworks/kcmutils/kcmutils-5.3.0.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -FRAMEWORK_TEST="false" -inherit kde5 - -DESCRIPTION="Framework to work with KDE System Settings modules" -LICENSE="LGPL-2" -KEYWORDS=" ~amd64" -IUSE="" - -RDEPEND=" - $(add_frameworks_dep kauth) - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kiconthemes) - $(add_frameworks_dep kitemviews) - $(add_frameworks_dep kservice) - $(add_frameworks_dep kwidgetsaddons) - $(add_frameworks_dep kxmlgui) - dev-qt/qtdbus:5 - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 -" -DEPEND="${RDEPEND}" diff --git a/kde-frameworks/kcodecs/kcodecs-5.3.0.ebuild b/kde-frameworks/kcodecs/kcodecs-5.3.0.ebuild deleted file mode 100644 index afb4429564f..00000000000 --- a/kde-frameworks/kcodecs/kcodecs-5.3.0.ebuild +++ /dev/null @@ -1,14 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -inherit kde5 - -DESCRIPTION="Framework for manipulating strings using various encodings" -LICENSE="GPL-2+ LGPL-2+" -KEYWORDS=" ~amd64" -IUSE="nls" - -DEPEND="nls? ( dev-qt/linguist-tools:5 )" diff --git a/kde-frameworks/kcompletion/kcompletion-5.3.0.ebuild b/kde-frameworks/kcompletion/kcompletion-5.3.0.ebuild deleted file mode 100644 index 097ac049296..00000000000 --- a/kde-frameworks/kcompletion/kcompletion-5.3.0.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -VIRTUALX_REQUIRED="test" -inherit kde5 - -DESCRIPTION="Framework for common completion tasks such as filename or URL completion" -KEYWORDS=" ~amd64" -IUSE="nls" - -RDEPEND=" - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kwidgetsaddons) - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 -" -DEPEND="${RDEPEND} - nls? ( dev-qt/linguist-tools:5 ) -" diff --git a/kde-frameworks/kconfig/kconfig-5.3.0.ebuild b/kde-frameworks/kconfig/kconfig-5.3.0.ebuild deleted file mode 100644 index ddcd95b2417..00000000000 --- a/kde-frameworks/kconfig/kconfig-5.3.0.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -VIRTUALX_REQUIRED="test" -inherit kde5 - -DESCRIPTION="Framework for reading and writing configuration" -LICENSE="LGPL-2+" -KEYWORDS=" ~amd64" -IUSE="nls" - -RDEPEND=" - dev-qt/qtgui:5 - dev-qt/qtxml:5 -" -DEPEND="${RDEPEND} - nls? ( dev-qt/linguist-tools:5 ) - test? ( dev-qt/qtconcurrent:5 ) -" - -DOCS=( DESIGN docs/DESIGN.kconfig docs/options.md ) diff --git a/kde-frameworks/kconfigwidgets/kconfigwidgets-5.3.0.ebuild b/kde-frameworks/kconfigwidgets/kconfigwidgets-5.3.0.ebuild deleted file mode 100644 index b749bf12e57..00000000000 --- a/kde-frameworks/kconfigwidgets/kconfigwidgets-5.3.0.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -VIRTUALX_REQUIRED="test" -inherit kde5 - -DESCRIPTION="Framework providing an assortment of configuration-related widgets" -LICENSE="LGPL-2+" -KEYWORDS=" ~amd64" -IUSE="" - -RDEPEND=" - $(add_frameworks_dep kauth) - $(add_frameworks_dep kcodecs) - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kguiaddons) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kwidgetsaddons) - dev-qt/qtdbus:5 - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 - !<kde-frameworks/kdelibs4support-5.3.0:5 -" -DEPEND="${RDEPEND} - $(add_frameworks_dep kdoctools) -" diff --git a/kde-frameworks/kcoreaddons/kcoreaddons-5.3.0.ebuild b/kde-frameworks/kcoreaddons/kcoreaddons-5.3.0.ebuild deleted file mode 100644 index 421ed6f0060..00000000000 --- a/kde-frameworks/kcoreaddons/kcoreaddons-5.3.0.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -inherit fdo-mime kde5 - -DESCRIPTION="Framework for solving common problems such as caching, randomisation, and more" -LICENSE="LGPL-2+" -KEYWORDS=" ~amd64" -IUSE="fam nls" - -RDEPEND=" - dev-qt/qtcore:5[icu] - fam? ( virtual/fam ) - !<kde-frameworks/kservice-5.2.0:5 -" -DEPEND="${RDEPEND} - x11-misc/shared-mime-info - nls? ( dev-qt/linguist-tools:5 ) -" - -src_configure() { - local mycmakeargs=( - -D_KDE4_DEFAULT_HOME_POSTFIX=4 - $(cmake-utils_use_find_package fam FAM) - ) - - kde5_src_configure -} - -pkg_postinst() { - kde5_pkg_postinst - fdo-mime_mime_database_update -} - -pkg_postrm() { - kde5_pkg_postinst - fdo-mime_mime_database_update -} diff --git a/kde-frameworks/kcrash/kcrash-5.3.0.ebuild b/kde-frameworks/kcrash/kcrash-5.3.0.ebuild deleted file mode 100644 index ed4e5f4d9ac..00000000000 --- a/kde-frameworks/kcrash/kcrash-5.3.0.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -VIRTUALX_REQUIRED="test" -inherit kde5 - -DESCRIPTION="Framework for intercepting and handling application crashes" -LICENSE="LGPL-2+" -KEYWORDS=" ~amd64" -IUSE="nls X" - -# requires running kde environment -RESTRICT="test" - -RDEPEND=" - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kwindowsystem) - dev-qt/qtgui:5 - X? ( - dev-qt/qtx11extras:5 - x11-libs/libX11 - ) -" -DEPEND="${RDEPEND} - nls? ( dev-qt/linguist-tools:5 ) - test? ( dev-qt/qtwidgets:5 ) - X? ( x11-proto/xproto ) -" - -src_configure() { - local mycmakeargs=( - $(cmake-utils_use_find_package X X11) - ) - - kde5_src_configure -} diff --git a/kde-frameworks/kdbusaddons/kdbusaddons-5.3.0.ebuild b/kde-frameworks/kdbusaddons/kdbusaddons-5.3.0.ebuild deleted file mode 100644 index 4e08616837b..00000000000 --- a/kde-frameworks/kdbusaddons/kdbusaddons-5.3.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -VIRTUALDBUS_TEST="true" -inherit kde5 - -DESCRIPTION="Framework for registering services and applications according to freedesktop standards" -LICENSE="LGPL-2+" -KEYWORDS=" ~amd64" -IUSE="nls X" - -RDEPEND=" - dev-qt/qtdbus:5 - X? ( dev-qt/qtx11extras:5 ) -" -DEPEND="${RDEPEND} - nls? ( dev-qt/linguist-tools:5 ) -" - -src_configure() { - local mycmakeargs=( - $(cmake-utils_use_find_package X Qt5X11Extras) - ) - - kde5_src_configure -} diff --git a/kde-frameworks/kdeclarative/kdeclarative-5.3.0.ebuild b/kde-frameworks/kdeclarative/kdeclarative-5.3.0.ebuild deleted file mode 100644 index ccf1906c860..00000000000 --- a/kde-frameworks/kdeclarative/kdeclarative-5.3.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -KDE_TEST="false" -inherit kde5 - -DESCRIPTION="Framework providing integration of QML and KDE work spaces" -LICENSE="LGPL-2+" -KEYWORDS=" ~amd64" -IUSE="" - -DEPEND=" - $(add_frameworks_dep kglobalaccel) - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kiconthemes) - $(add_frameworks_dep kio) - $(add_frameworks_dep kservice) - $(add_frameworks_dep kwidgetsaddons) - $(add_frameworks_dep kwindowsystem) - dev-qt/qtdeclarative:5 - dev-qt/qtgui:5 - dev-qt/qtnetwork:5 -" -RDEPEND="${DEPEND}" diff --git a/kde-frameworks/kded/kded-5.3.0.ebuild b/kde-frameworks/kded/kded-5.3.0.ebuild deleted file mode 100644 index 4f6201376c3..00000000000 --- a/kde-frameworks/kded/kded-5.3.0.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -KDE_TEST="false" -inherit kde5 - -DESCRIPTION="Central daemon of KDE workspaces" -LICENSE="LGPL-2+" -KEYWORDS=" ~amd64" -IUSE="" - -RDEPEND=" - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kcrash) - $(add_frameworks_dep kdbusaddons) - $(add_frameworks_dep kinit) - $(add_frameworks_dep kservice) - dev-qt/qtdbus:5 - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 -" -DEPEND="${RDEPEND} - $(add_frameworks_dep kdoctools) -" diff --git a/kde-frameworks/kdelibs4support/kdelibs4support-5.3.0.ebuild b/kde-frameworks/kdelibs4support/kdelibs4support-5.3.0.ebuild deleted file mode 100644 index b739bdf4118..00000000000 --- a/kde-frameworks/kdelibs4support/kdelibs4support-5.3.0.ebuild +++ /dev/null @@ -1,76 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -VIRTUALX_REQUIRED="test" -inherit kde5 - -DESCRIP |
