diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-12-02 18:58:17 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-12-03 06:03:11 +0100 |
commit | 152f404d910f6d9cefa2547da4efa72d45074cd2 (patch) | |
tree | e7907d2cee3122c590e32971c9c41bcdcab42d5f /kde-apps/kimap | |
parent | profiles: Mask kde-apps/kcalcore, kde-apps/kcontacts for removal (diff) | |
download | gentoo-152f404d910f6d9cefa2547da4efa72d45074cd2.tar.gz gentoo-152f404d910f6d9cefa2547da4efa72d45074cd2.tar.bz2 gentoo-152f404d910f6d9cefa2547da4efa72d45074cd2.zip |
kde-apps: Drop KDE Applications 19.04.3
Package-Manager: Portage-2.3.80, Repoman-2.3.19
RepoMan-Options: --force
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/kimap')
-rw-r--r-- | kde-apps/kimap/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/kimap/kimap-19.04.3.ebuild | 37 |
2 files changed, 0 insertions, 38 deletions
diff --git a/kde-apps/kimap/Manifest b/kde-apps/kimap/Manifest index 5640155e9518..f06ceace0762 100644 --- a/kde-apps/kimap/Manifest +++ b/kde-apps/kimap/Manifest @@ -1,2 +1 @@ -DIST kimap-19.04.3.tar.xz 119616 BLAKE2B 7aedb732990a04b784b86529e4d6b30cac9809a246ae9207166b52701f075cd4a0e8f205df69724648b28c6b57cdcfb7c68316490d34bbccdf0ae4297cfb74cc SHA512 893320c0acdfb53ad382979cf31244941535793e39cd1853631a724c554f29faefe5504b3c48a2b3f9cab43e6ff839b9753d7963ddcf8cc8c7351b7b511a7988 DIST kimap-19.08.3.tar.xz 119512 BLAKE2B 1a9436352115dbeecf85dddcecb1084ba8702264c1517438235d0785d914ebf94946111360cfa3d7ebd25d6b56b52d8739aa7b9889a3bc2d3149ba509701a580 SHA512 6a3bea5e4f442783fc4ab7b1f8b4425d75638edcdbb3c6f1d8c86e050b4b80deedca987cb868dc1190b126f04c70c55d660d2822929639ed70c359608543ea91 diff --git a/kde-apps/kimap/kimap-19.04.3.ebuild b/kde-apps/kimap/kimap-19.04.3.ebuild deleted file mode 100644 index b5eb730db2f4..000000000000 --- a/kde-apps/kimap/kimap-19.04.3.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -KDE_TEST="forceoptional" -inherit kde5 - -DESCRIPTION="Library for interacting with IMAP servers" -LICENSE="GPL-2+" -KEYWORDS="amd64 arm64 x86" -IUSE="" - -COMMON_DEPEND=" - $(add_frameworks_dep kcodecs) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kio) - $(add_kdeapps_dep kmime) - $(add_qt_dep qtgui) - dev-libs/cyrus-sasl -" -# TODO: Convince upstream not to install stuff with tests -DEPEND="${COMMON_DEPEND} - test? ( $(add_qt_dep qtnetwork) ) -" -RDEPEND="${COMMON_DEPEND} - !kde-apps/kdepim-l10n -" - -src_test() { - # tests cannot be run in parallel #605586 - local myctestargs=( - -j1 - ) - kde5_src_test -} |