diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2017-04-23 18:49:03 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2017-04-23 20:34:38 +0200 |
commit | 2082ea08a0c011163579a0e375334fcc8c516d65 (patch) | |
tree | 9ea7fced2372c33b01195a8b4615b77cf6557d22 /kde-apps/pimcommon | |
parent | sys-kernel/gentoo-sources: Linux patch 4.10.12 (diff) | |
download | gentoo-2082ea08a0c011163579a0e375334fcc8c516d65.tar.gz gentoo-2082ea08a0c011163579a0e375334fcc8c516d65.tar.bz2 gentoo-2082ea08a0c011163579a0e375334fcc8c516d65.zip |
kde-apps: Remove KDE PIM 16.12.3
17.04.0 is in tree and should be used instead.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'kde-apps/pimcommon')
-rw-r--r-- | kde-apps/pimcommon/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/pimcommon/pimcommon-16.12.3.ebuild | 58 |
2 files changed, 0 insertions, 59 deletions
diff --git a/kde-apps/pimcommon/Manifest b/kde-apps/pimcommon/Manifest index d22a6d9ac09b..520b7005908a 100644 --- a/kde-apps/pimcommon/Manifest +++ b/kde-apps/pimcommon/Manifest @@ -1,2 +1 @@ -DIST pimcommon-16.12.3.tar.xz 159528 SHA256 94c2f5e9c003647058042c0d2b355c4db83dbc3d9e8979aad681c6ceb379319d SHA512 278a912216ad315862962615c387f547e1ac1303dbd0a7d6fa48b5814425c792baf871e9a65652d2e5c9b69e10e9a845139d8c6286d7f32e8daa99fd9172ef00 WHIRLPOOL 44bea0bb1f8064831969bf078a2a63d5f9b152d328971b27d7bc11df673159494601e322a89af68991bab9c93ea5500288ee4e5875c8b58ef67339251b705cfa DIST pimcommon-17.04.0.tar.xz 274576 SHA256 90606d352696a60cf1080bdf9a72573950cb678fe40a922597f6cafdabfb04cc SHA512 ee4408f7f57de2c9303af7876e81b0ae38e6a7cecc80e45a3920a61776ba8f0b2eb693a60dab44015f91b4b59ea0c73731649ef53fb4d254ce0fa20882d7d097 WHIRLPOOL 978ec70ff04d4a9206c5721582eb5e9a462d4de27145880de4e81a2bfd155ea5e1405a9b53fcc718f32075039ddf3434b2a71f000422b70b3fe608b702d8e059 diff --git a/kde-apps/pimcommon/pimcommon-16.12.3.ebuild b/kde-apps/pimcommon/pimcommon-16.12.3.ebuild deleted file mode 100644 index 5ac73f794a67..000000000000 --- a/kde-apps/pimcommon/pimcommon-16.12.3.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# 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 kiconthemes) - $(add_frameworks_dep kio) - $(add_frameworks_dep kitemmodels) - $(add_frameworks_dep kitemviews) - $(add_frameworks_dep kjobwidgets) - $(add_frameworks_dep knewstuff) - $(add_frameworks_dep kservice) - $(add_frameworks_dep kwallet) - $(add_frameworks_dep kwidgetsaddons) - $(add_frameworks_dep kwindowsystem) - $(add_frameworks_dep kxmlgui) - $(add_kdeapps_dep akonadi) - $(add_kdeapps_dep akonadi-contacts) - $(add_kdeapps_dep akonadi-mime) - $(add_kdeapps_dep kcontacts) - $(add_kdeapps_dep kimap) - $(add_kdeapps_dep kmime) - $(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 qtwebengine 'widgets') - $(add_qt_dep qtwidgets) - $(add_qt_dep qtxml) - dev-libs/grantlee:5 -" -DEPEND="${COMMON_DEPEND} - dev-libs/libxslt -" -RDEPEND="${COMMON_DEPEND} - !kde-apps/kdepim-common-libs:4 -" |