diff options
author | Johannes Huber <johu@gentoo.org> | 2016-12-16 21:31:23 +0100 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2016-12-16 21:35:43 +0100 |
commit | 5c76f1475fba8789f09991d28e6b03dc87cb2705 (patch) | |
tree | aa4ff044b81731ec7018b82d4a9aee359ba62025 /kde-apps/grantlee-editor | |
parent | dev-python/pssi: treeclean (diff) | |
download | gentoo-5c76f1475fba8789f09991d28e6b03dc87cb2705.tar.gz gentoo-5c76f1475fba8789f09991d28e6b03dc87cb2705.tar.bz2 gentoo-5c76f1475fba8789f09991d28e6b03dc87cb2705.zip |
kde-apps: Remove KDE PIM 16.08.3
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'kde-apps/grantlee-editor')
-rw-r--r-- | kde-apps/grantlee-editor/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/grantlee-editor/grantlee-editor-16.08.3.ebuild | 71 |
2 files changed, 0 insertions, 72 deletions
diff --git a/kde-apps/grantlee-editor/Manifest b/kde-apps/grantlee-editor/Manifest index 30f544b5f0c0..577674f10c1a 100644 --- a/kde-apps/grantlee-editor/Manifest +++ b/kde-apps/grantlee-editor/Manifest @@ -1,2 +1 @@ DIST grantlee-editor-16.12.0.tar.xz 45416 SHA256 c72ed76988a103fd51146db5fac6c231e77a3a36dffb27d2a978a598fddb2e11 SHA512 09e58101185577b2d91af1069e64d3addce2f77fe0152156d78406b0dff17943d2cd28b1c7ecb7a584c7debb4fd58a56b5f8858abf8f26f42b131ba7f468af34 WHIRLPOOL b60285b56a68436f98d42f607ab09afba22d9047a984334e4a4339efb1f7ec1a99a7e3c9c5b315213dff2e76608d30dcb546d2d094c11115a3cdb6362eab14d3 -DIST kdepim-16.08.3.tar.xz 6334104 SHA256 ba4eeb412fb3b95e5b25650f7d1c6386806fd9c8eb633b58ca1fa63846dc19d0 SHA512 eb54fe35c959651449f0c256ad31a391bb4292c0ff461fcb945caf925ba52ae7a07747d4871768efb28c87e243e5f1a5bf2652d62f5d640a0b9ce9e550472a5d WHIRLPOOL 8d6bb1bf7a27734028a519ed4f39dc61121c456945c26a8edad038066f87a77d2535c4287e0a109c32b7652e15ec7ab27c512a77f90676d66c03ea7e1ae267e3 diff --git a/kde-apps/grantlee-editor/grantlee-editor-16.08.3.ebuild b/kde-apps/grantlee-editor/grantlee-editor-16.08.3.ebuild deleted file mode 100644 index 79a25f611b08..000000000000 --- a/kde-apps/grantlee-editor/grantlee-editor-16.08.3.ebuild +++ /dev/null @@ -1,71 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=6 - -KDE_HANDBOOK="forceoptional" -KMNAME="kdepim" -MY_PN="grantleeeditor" -inherit kde5 - -DESCRIPTION="Utilities and tools to manage themes in KDE PIM applications" -LICENSE="GPL-2+ handbook? ( FDL-1.2+ )" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND=" - $(add_frameworks_dep karchive) - $(add_frameworks_dep kcompletion) - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kcrash) - $(add_frameworks_dep kdbusaddons) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kio) - $(add_frameworks_dep knewstuff) - $(add_frameworks_dep ktexteditor) - $(add_frameworks_dep kwallet) - $(add_frameworks_dep kwidgetsaddons) - $(add_frameworks_dep kxmlgui) - $(add_kdeapps_dep akonadi-contacts) - $(add_kdeapps_dep kblog) - $(add_kdeapps_dep kcontacts) - $(add_kdeapps_dep kmime) - $(add_kdeapps_dep kpimtextedit) - $(add_kdeapps_dep libkdepim) - $(add_kdeapps_dep messagelib) - $(add_kdeapps_dep pimcommon) - $(add_qt_dep qtgui) - $(add_qt_dep qtwebengine 'widgets') - $(add_qt_dep qtwidgets) -" -RDEPEND="${DEPEND} - !kde-apps/kaddressbook:4 - !kde-apps/kdepim:5 - !kde-apps/kdepim-common-libs:4 - !kde-apps/kmail:4 -" - -if [[ ${KDE_BUILD_TYPE} = live ]] ; then - S="${WORKDIR}/${P}/${MY_PN}" -else - S="${WORKDIR}/${KMNAME}-${PV}/${MY_PN}" -fi - -src_prepare() { - # grantleeeditor subproject does not contain doc - # at least until properly split upstream - echo "add_subdirectory(doc)" >> CMakeLists.txt || die "Failed to add doc dir" - - mkdir doc || die "Failed to create doc dir" - mv ../doc/contactthemeeditor doc || die "Failed to move handbook" - mv ../doc/headerthemeeditor doc || die "Failed to move handbook" - cat <<-EOF > doc/CMakeLists.txt -add_subdirectory(contactthemeeditor) -add_subdirectory(headerthemeeditor) -EOF - - kde5_src_prepare -} |