summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-02-07 00:21:32 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-02-07 13:59:58 +0100
commit0abb51da04615d49f02f5daf97acc338ba9afbf1 (patch)
tree6dbcd02ca723d620256a1e9e4933334cce647dd9 /kde-apps/pimcommon
parentkde-apps: Add KDE Applications 18.12.2 (diff)
downloadgentoo-0abb51da04615d49f02f5daf97acc338ba9afbf1.tar.gz
gentoo-0abb51da04615d49f02f5daf97acc338ba9afbf1.tar.bz2
gentoo-0abb51da04615d49f02f5daf97acc338ba9afbf1.zip
kde-apps: Drop KDE Applications 18.12.1
Package-Manager: Portage-2.3.59, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/pimcommon')
-rw-r--r--kde-apps/pimcommon/Manifest1
-rw-r--r--kde-apps/pimcommon/pimcommon-18.12.1.ebuild72
2 files changed, 0 insertions, 73 deletions
diff --git a/kde-apps/pimcommon/Manifest b/kde-apps/pimcommon/Manifest
index 0be059094758..da03f7aeddef 100644
--- a/kde-apps/pimcommon/Manifest
+++ b/kde-apps/pimcommon/Manifest
@@ -1,3 +1,2 @@
DIST pimcommon-18.08.3.tar.xz 292804 BLAKE2B ca220c53168fec1dc89fbc640c13becf96b7115fa36175d46b2457a63beedeb30d858e450c9d86e121ebd8e19b1aa932cf468bb62b7957c69319b64b1e409141 SHA512 212862d77d596d7f94a6685f2fdd50d08f26330933ec601e2b8bf1f1f2077e142f55836b8294b2513bf735a18fb21070e078af034056254a4ed65245c1f217fb
-DIST pimcommon-18.12.1.tar.xz 295008 BLAKE2B 8ef2853767e3e87723a014282491b38eb2a88ad340726039efc856688517cf89fd9aec67bdc45ead8d6c0a45c61425ef80685cb62bd56f41a29724719412b871 SHA512 b1da041475e004ff1a9124b8b6d3c2dd403f1e4b7f988451aeeb8a970cb64b3486a9f3c0ed11ef87790eb40e74cb6e2648e0590c1e458a8c23093fa1edfd35e5
DIST pimcommon-18.12.2.tar.xz 294944 BLAKE2B 376c0a20cbbebd8264a426d6a7220c81124e6dc12ef12d016581783914602320bba748d9d51d04410ea232dbf25f95428879cfd33b7de54419686f3693d09bd0 SHA512 22b644aa4ecfb253f43442af32fb59f104263351a49b31bd74d7f54c5d27b37f1ec298939326fe0b700624cfbb5c30a9ba07d95ca9dd20fa4b270321dc096fe1
diff --git a/kde-apps/pimcommon/pimcommon-18.12.1.ebuild b/kde-apps/pimcommon/pimcommon-18.12.1.ebuild
deleted file mode 100644
index 81d7c122d367..000000000000
--- a/kde-apps/pimcommon/pimcommon-18.12.1.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_DESIGNERPLUGIN="true"
-KDE_TEST="forceoptional"
-VIRTUALX_REQUIRED="test"
-inherit kde5
-
-DESCRIPTION="Common PIM libraries"
-LICENSE="GPL-2+ LGPL-2.1+"
-KEYWORDS="~amd64 ~x86"
-IUSE="share"
-
-COMMON_DEPEND="
- $(add_frameworks_dep karchive)
- $(add_frameworks_dep kcodecs)
- $(add_frameworks_dep kcompletion)
- $(add_frameworks_dep kconfig)
- $(add_frameworks_dep kconfigwidgets)
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep kdbusaddons)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep kio)
- $(add_frameworks_dep kitemmodels)
- $(add_frameworks_dep kjobwidgets)
- $(add_frameworks_dep knewstuff)
- $(add_frameworks_dep kservice)
- $(add_frameworks_dep kwidgetsaddons)
- $(add_frameworks_dep kxmlgui)
- $(add_kdeapps_dep akonadi)
- $(add_kdeapps_dep akonadi-contacts)
- $(add_kdeapps_dep kcontacts)
- $(add_kdeapps_dep kimap)
- $(add_kdeapps_dep kpimtextedit)
- $(add_kdeapps_dep libkdepim)
- $(add_qt_dep qtdbus)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtnetwork)
- $(add_qt_dep qtprintsupport)
- $(add_qt_dep qtwidgets)
- $(add_qt_dep qtxml)
- dev-libs/grantlee:5
- share? ( $(add_frameworks_dep purpose) )
-"
-DEPEND="${COMMON_DEPEND}
- $(add_frameworks_dep kiconthemes)
- dev-libs/libxslt
- test? ( $(add_kdeapps_dep kmime) )
-"
-RDEPEND="${COMMON_DEPEND}
- !kde-apps/kdepim-common-libs:4
- !kde-apps/kdepim-l10n
-"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_find_package share KF5Purpose)
- )
-
- kde5_src_configure
-}
-
-src_test() {
- # bugs 641730, 661330
- local myctestargs=(
- -E "(autocorrectiontest|pimcommon-translator-translatortest)"
- )
-
- kde5_src_test
-}