summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-11-10 20:42:07 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-11-10 22:30:23 +0100
commit941fff4fbbeec15b596d2751ad78a3816004faf2 (patch)
tree52b416db154c806fc67bb2a5392e35e3d3f6c4cd /kde-apps/kontact
parentkde-frameworks: Drop KDE Frameworks 5.63.0 (diff)
downloadgentoo-941fff4fbbeec15b596d2751ad78a3816004faf2.tar.gz
gentoo-941fff4fbbeec15b596d2751ad78a3816004faf2.tar.bz2
gentoo-941fff4fbbeec15b596d2751ad78a3816004faf2.zip
kde-apps: Drop KDE Applications 19.08.2
Package-Manager: Portage-2.3.79, Repoman-2.3.18 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.2.ebuild44
2 files changed, 0 insertions, 45 deletions
diff --git a/kde-apps/kontact/Manifest b/kde-apps/kontact/Manifest
index 3a3715919311..e60fc2a39e61 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.2.tar.xz 794412 BLAKE2B c802f8cb78f688af1d83b8903480bbf6e9429b13418a6576aae3163904f30d0b411d8390f51c3ea39e858068b81f086afe8587bd615fbe8df3acf5f5f85ef60e SHA512 984e71f7cd28b5908441c8f36559e1669ef8719860af9967cb735906f30231ddbab9dab4aad9bfaba3e9394f621a0d2647f560637e9870355ee9ad383b0458e8
DIST kontact-19.08.3.tar.xz 794920 BLAKE2B 516e3629fa76d123ad13f72899792542f25ea5f403cc6c2bceb2d21c6803c6f9cdff85dfa2a416b3a7a3e2fed527687ab4e3df80e3e8d6e9731c68ba7cfb0cda SHA512 1ff2e0abc2190b43dff223aa870901230cebb1e6badb7d50a501448e1c7def24b28149712c2856fbf312ca2005160d263f2b2920111c022f59c39e7edb441f74
diff --git a/kde-apps/kontact/kontact-19.08.2.ebuild b/kde-apps/kontact/kontact-19.08.2.ebuild
deleted file mode 100644
index 0c785c30110b..000000000000
--- a/kde-apps/kontact/kontact-19.08.2.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
-"