diff options
author | Johannes Huber <johu@gentoo.org> | 2017-03-09 21:37:09 +0100 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2017-03-09 21:37:09 +0100 |
commit | c3bb6e84f7a81bdfd4af5cd6d7019b50e2c33377 (patch) | |
tree | d96515b8779bb09a6101b113e11693fbb31ecb34 /kde-apps/pimcommon | |
parent | dev-python/blessings: add missing setuptools DEPEND (diff) | |
download | gentoo-c3bb6e84f7a81bdfd4af5cd6d7019b50e2c33377.tar.gz gentoo-c3bb6e84f7a81bdfd4af5cd6d7019b50e2c33377.tar.bz2 gentoo-c3bb6e84f7a81bdfd4af5cd6d7019b50e2c33377.zip |
kde-apps: Remove KDE Applications 16.12.2
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Diffstat (limited to 'kde-apps/pimcommon')
-rw-r--r-- | kde-apps/pimcommon/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/pimcommon/pimcommon-16.12.2.ebuild | 58 |
2 files changed, 0 insertions, 59 deletions
diff --git a/kde-apps/pimcommon/Manifest b/kde-apps/pimcommon/Manifest index 837869961bad..6d3be8341513 100644 --- a/kde-apps/pimcommon/Manifest +++ b/kde-apps/pimcommon/Manifest @@ -1,2 +1 @@ -DIST pimcommon-16.12.2.tar.xz 159560 SHA256 f56c0b1b9780201ba736c4fc987718c0c511100ea664a1e6e0f0a80bcd0b90b0 SHA512 eb854592c51d79b522543a25dc64fdf0c8a254d3682c9ef08918cc470ccb7d3ae9a56a01856467022156f97dc6a7a9fe1b9ce95859dafe13b6c2fc617c298f60 WHIRLPOOL 493a8ce32be37d3010b4e8d1bcda1b664e73925d883c477c917e00811c0b0b8b1be31ed5b59c29ac6fb35a7829d5f529a07a08230bb358d63e71af797a9d7ee2 DIST pimcommon-16.12.3.tar.xz 159528 SHA256 94c2f5e9c003647058042c0d2b355c4db83dbc3d9e8979aad681c6ceb379319d SHA512 278a912216ad315862962615c387f547e1ac1303dbd0a7d6fa48b5814425c792baf871e9a65652d2e5c9b69e10e9a845139d8c6286d7f32e8daa99fd9172ef00 WHIRLPOOL 44bea0bb1f8064831969bf078a2a63d5f9b152d328971b27d7bc11df673159494601e322a89af68991bab9c93ea5500288ee4e5875c8b58ef67339251b705cfa diff --git a/kde-apps/pimcommon/pimcommon-16.12.2.ebuild b/kde-apps/pimcommon/pimcommon-16.12.2.ebuild deleted file mode 100644 index 5ac73f794a67..000000000000 --- a/kde-apps/pimcommon/pimcommon-16.12.2.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 -" |