summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-09-06 21:23:53 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-09-06 21:24:10 +0200
commit88876e45e3d983e5bcc9ca4d23a20c082069f0f8 (patch)
treedc3f0ccbdd625acd65e403cca525f69c06688f1c /kde-apps/kontact
parentsys-kernel/gentoo-sources: Linux 4.19.70 and 4.19.71 (diff)
downloadgentoo-88876e45e3d983e5bcc9ca4d23a20c082069f0f8.tar.gz
gentoo-88876e45e3d983e5bcc9ca4d23a20c082069f0f8.tar.bz2
gentoo-88876e45e3d983e5bcc9ca4d23a20c082069f0f8.zip
kde-apps: Drop KDE Applications 19.08.0
Package-Manager: Portage-2.3.75, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/kontact')
-rw-r--r--kde-apps/kontact/Manifest1
-rw-r--r--kde-apps/kontact/kontact-19.08.0.ebuild44
2 files changed, 0 insertions, 45 deletions
diff --git a/kde-apps/kontact/Manifest b/kde-apps/kontact/Manifest
index 1b11519e027b..880ff986fdcb 100644
--- a/kde-apps/kontact/Manifest
+++ b/kde-apps/kontact/Manifest
@@ -1,3 +1,2 @@
DIST kontact-19.04.3.tar.xz 793564 BLAKE2B c2ee2208337108cd05f450ecbdfc1cea210f93a1ab84cc09b40e32c3bfc699594d055938483f98d79c1dafe008d69b0a8c95a5564e46f434af5ad6ff423d7d04 SHA512 7fe6a773dfa329dc7935d7ce44906cc0bbbdb9b844a5927e07fd988a4c36dcedf3c01c9895d02bc97ac7ee0a5bbee0e0892ed5efdf794d6ff266ca5933782b6a
-DIST kontact-19.08.0.tar.xz 794672 BLAKE2B c01afd0ad0cf068ba8903bbc7d591428b3d39070c5d87a2e47a1795268849b5a17c297fda85a4ce8b8dd061f42460ae604b838d989a49cb1f91d2c74dfa19b8b SHA512 94061efb2fc628290d2ee813a72bf062c30cfe237a5407d0933563d9ee6550c6044353f649b4026ab9a5a6a50936c738494a1b8add563f4a35cbc1572cf0b126
DIST kontact-19.08.1.tar.xz 795000 BLAKE2B 66aa0e3a098f3349d464ecbf38561b51aa7a6cf1aa4be82a1bdd635d0ac60c3023c12513a2dd7df9f01e2d0fbc601750c52e6e523df91f29190590f1e04eb03d SHA512 967c05e289b527fbfde8b728e312ca201750fe46e139ffc13035ecd862ce70998a13dfc246259e926f82c9a6e6d6c44a50aa2188ecee274e56b5b057caff9344
diff --git a/kde-apps/kontact/kontact-19.08.0.ebuild b/kde-apps/kontact/kontact-19.08.0.ebuild
deleted file mode 100644
index 0c785c30110b..000000000000
--- a/kde-apps/kontact/kontact-19.08.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-KDE_HANDBOOK="forceoptional"
-inherit kde5
-
-DESCRIPTION="Container application to unify several major PIM applications within one"
-LICENSE="GPL-2+ handbook? ( FDL-1.2+ )"
-KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE=""
-
-DEPEND="
- $(add_frameworks_dep kcmutils)
- $(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 kiconthemes)
- $(add_frameworks_dep kio)
- $(add_frameworks_dep kparts)
- $(add_frameworks_dep kservice)
- $(add_frameworks_dep kwidgetsaddons)
- $(add_frameworks_dep kwindowsystem)
- $(add_frameworks_dep kxmlgui)
- $(add_kdeapps_dep akonadi)
- $(add_kdeapps_dep grantleetheme)
- $(add_kdeapps_dep kdepim-apps-libs)
- $(add_kdeapps_dep kontactinterface)
- $(add_kdeapps_dep kpimtextedit)
- $(add_kdeapps_dep libkdepim)
- $(add_kdeapps_dep mailcommon)
- $(add_qt_dep qtdbus)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtwebengine 'widgets')
- $(add_qt_dep qtwidgets)
-"
-RDEPEND="${DEPEND}
- !kde-apps/kdepim-l10n
-"