summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-11-04 13:40:11 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2021-11-04 14:23:47 +0100
commit245b83dc5b033a0bfa7e8c62d146b9a2262439ad (patch)
treea73a69639573765ccf2a761f82a24ec215a8d5b3
parentkde-apps/kmailtransport: drop 21.08.2* (diff)
downloadgentoo-245b83dc5b033a0bfa7e8c62d146b9a2262439ad.tar.gz
gentoo-245b83dc5b033a0bfa7e8c62d146b9a2262439ad.tar.bz2
gentoo-245b83dc5b033a0bfa7e8c62d146b9a2262439ad.zip
kde-apps/kmbox: drop 21.08.2*
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--kde-apps/kmbox/Manifest1
-rw-r--r--kde-apps/kmbox/kmbox-21.08.2.ebuild18
2 files changed, 0 insertions, 19 deletions
diff --git a/kde-apps/kmbox/Manifest b/kde-apps/kmbox/Manifest
index b6584ea4bef5..13e072413906 100644
--- a/kde-apps/kmbox/Manifest
+++ b/kde-apps/kmbox/Manifest
@@ -1,3 +1,2 @@
DIST kmbox-21.04.3.tar.xz 28472 BLAKE2B 6c00164df8631306af367a508bb42881cd62c0b94fb4634989c585159e9f2e947ac36052302b8a1f145f131573e206ba2d1dc018a2db1137c42fa15b88d2a4c1 SHA512 272a0bcd99ce38ca57a0f33a0faaa691f05632ff00e6df04be2890b2352af12d7a6c81bb678d37d2cefd84ebd51b6ba1f247f337f764000eca98958b709f202c
-DIST kmbox-21.08.2.tar.xz 27812 BLAKE2B 1a918e1e496fab1460029ccc07ef4721534774343ec4201af30c556ea0d128275f59b46bad2023988631dd6ad310dd8cd23cbffd8530dc28ebcd9845fd8c42a3 SHA512 f8ee0f3a2eb0aec23bf771ceeedec4538f0779f0f76d32e2ab5c46c594dafc2530b2a8c2e0338e6fbeeed49c993b735aecbd28ad1e5ce8496a4c74bf8ff0d3d6
DIST kmbox-21.08.3.tar.xz 27792 BLAKE2B 56a371c8ae7c1969ece671a896208a74a20d554172b992fa5a1070cc0bc7796ae3b9f5ac6f73030252a3df31e5af945b29f42b78c3c8b54a28aae2ef668ef19d SHA512 b91cb7b1930a099f81f4a45ab2d9b671ca8eea397d2bfb0e44a8cb670faad124c30f0b51f898b4c549577099370e5b0828861a2ee6c8f99e4356c52e70f26ef3
diff --git a/kde-apps/kmbox/kmbox-21.08.2.ebuild b/kde-apps/kmbox/kmbox-21.08.2.ebuild
deleted file mode 100644
index 0e950376f065..000000000000
--- a/kde-apps/kmbox/kmbox-21.08.2.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="true"
-PVCUT=$(ver_cut 1-3)
-inherit ecm kde.org
-
-DESCRIPTION="Library for accessing MBox format mail storages"
-
-LICENSE="GPL-2+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
-IUSE=""
-
-DEPEND=">=kde-apps/kmime-${PVCUT}:5"
-RDEPEND="${DEPEND}"