diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-03-21 13:19:48 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-03-21 17:24:50 +0100 |
commit | 12c019aeb89427b34cb79e86184719cc1c6031dc (patch) | |
tree | 17561ba6daa2627b217e1f780e31836393fd7f0d /kde-apps/pimcommon | |
parent | profiles: Last-rite kde-apps/dolphin-plugins (diff) | |
download | gentoo-12c019aeb89427b34cb79e86184719cc1c6031dc.tar.gz gentoo-12c019aeb89427b34cb79e86184719cc1c6031dc.tar.bz2 gentoo-12c019aeb89427b34cb79e86184719cc1c6031dc.zip |
kde-apps: Drop KDE Applications 18.08.3
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Diffstat (limited to 'kde-apps/pimcommon')
-rw-r--r-- | kde-apps/pimcommon/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/pimcommon/pimcommon-18.08.3.ebuild | 63 |
2 files changed, 0 insertions, 64 deletions
diff --git a/kde-apps/pimcommon/Manifest b/kde-apps/pimcommon/Manifest index 56209d795c12..a5773dbc3364 100644 --- a/kde-apps/pimcommon/Manifest +++ b/kde-apps/pimcommon/Manifest @@ -1,2 +1 @@ -DIST pimcommon-18.08.3.tar.xz 292804 BLAKE2B ca220c53168fec1dc89fbc640c13becf96b7115fa36175d46b2457a63beedeb30d858e450c9d86e121ebd8e19b1aa932cf468bb62b7957c69319b64b1e409141 SHA512 212862d77d596d7f94a6685f2fdd50d08f26330933ec601e2b8bf1f1f2077e142f55836b8294b2513bf735a18fb21070e078af034056254a4ed65245c1f217fb DIST pimcommon-18.12.3.tar.xz 295052 BLAKE2B 145329d4fec3b393a1d0b19d54871e9333823e905be491e49f37a5c76b26362100b356780a978a346feb18e27d4422ff77561eb61436683b5c996c335e04f722 SHA512 261c84c206ae9ddea9aff3c0f79436a8c32d060ee018aa7e02c698596a106ba608cacf1198b1b4d0f3df41c301ddeddb6bd6c4e344721ff616d0d0c6dd3fc7f8 diff --git a/kde-apps/pimcommon/pimcommon-18.08.3.ebuild b/kde-apps/pimcommon/pimcommon-18.08.3.ebuild deleted file mode 100644 index 4cce6fb940d4..000000000000 --- a/kde-apps/pimcommon/pimcommon-18.08.3.ebuild +++ /dev/null @@ -1,63 +0,0 @@ -# Copyright 1999-2018 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="" - -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 -" -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_test() { - # bugs 641730, 661330 - local myctestargs=( - -E "(autocorrectiontest|pimcommon-translator-translatortest)" - ) - - kde5_src_test -} |