diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-02-07 00:21:32 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-02-07 13:59:58 +0100 |
commit | 0abb51da04615d49f02f5daf97acc338ba9afbf1 (patch) | |
tree | 6dbcd02ca723d620256a1e9e4933334cce647dd9 /kde-apps/kimap | |
parent | kde-apps: Add KDE Applications 18.12.2 (diff) | |
download | gentoo-0abb51da04615d49f02f5daf97acc338ba9afbf1.tar.gz gentoo-0abb51da04615d49f02f5daf97acc338ba9afbf1.tar.bz2 gentoo-0abb51da04615d49f02f5daf97acc338ba9afbf1.zip |
kde-apps: Drop KDE Applications 18.12.1
Package-Manager: Portage-2.3.59, Repoman-2.3.12
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-18.12.1.ebuild | 38 |
2 files changed, 0 insertions, 39 deletions
diff --git a/kde-apps/kimap/Manifest b/kde-apps/kimap/Manifest index a0c9a42d4f07..9ed20776d62d 100644 --- a/kde-apps/kimap/Manifest +++ b/kde-apps/kimap/Manifest @@ -1,3 +1,2 @@ DIST kimap-18.08.3.tar.xz 119920 BLAKE2B 92058a8789166fc0943c177f69e268f558485d04293de6d65bb411861a398487e3270370af86e243f9ce73ed25a603d15806ba42ad86f203ac56c02096821b26 SHA512 d18b0fa29fa7a6170e668831a860aa1d6a9fb3e0d1621a81009b7e1b87b88c2283164c1a4013dff32ccb8fc58fb0515f8f9f3a092d128f2281ade17928c5d649 -DIST kimap-18.12.1.tar.xz 119560 BLAKE2B 2df3351c74564b79e209b94903a0ac09236ad0f2c6acb313d46817ebd09f0a76fe82b7d3dbd6ee204974bc24a819cc9b097b6379e0f3b1113c41d4a051db6ae7 SHA512 4784e50c01a520e7c7eec8e5b2c2841fa13da5cfb68b3ff44c1b9f454b565893cd067500fb289d2a28bf3e1206a6d72555eb0de78cc5cb44d8aff69d40abceec DIST kimap-18.12.2.tar.xz 119596 BLAKE2B a83837befe5274d48d6c753151907f04ad0a1ddde707fd17ed6ea089d4138f66eff3c7b1df6529caf25ea19476d689a75305d60bad57954c480597d9d2d9b4a1 SHA512 2fb304f6afba2d0e7f8e5d6ab685dcafea29ae487b85d44ecf4fa75257d3871ec1209fd02a1a6e54607e29b9140437e082707e3aaf9fcdcd0a7d22f5bdc0231c diff --git a/kde-apps/kimap/kimap-18.12.1.ebuild b/kde-apps/kimap/kimap-18.12.1.ebuild deleted file mode 100644 index 6077f0c80cb8..000000000000 --- a/kde-apps/kimap/kimap-18.12.1.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -KDE_TEST="forceoptional" -inherit kde5 - -DESCRIPTION="Library for interacting with IMAP servers" -LICENSE="GPL-2+" -KEYWORDS="~amd64 ~x86" -IUSE="" - -# TODO: Convince upstream not to install stuff with tests -CDEPEND=" - $(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 -" -DEPEND="${CDEPEND} - test? ( $(add_qt_dep qttest) ) -" -RDEPEND="${CDEPEND} - !kde-apps/kdepim-l10n -" - -src_test() { - # tests cannot be run in parallel #605586 - local myctestargs=( - -j1 - ) - - kde5_src_test -} |