summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-01-07 12:20:56 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2022-01-07 14:51:17 +0100
commitd3ca7e54b08d2447215c133168f482dd4805fe6b (patch)
treea0ae59a59fb8d55700489a225bcc05557bbfd0c6 /kde-apps/kmbox
parentkde-apps/kmailtransport: drop 21.12.0* (diff)
downloadgentoo-d3ca7e54b08d2447215c133168f482dd4805fe6b.tar.gz
gentoo-d3ca7e54b08d2447215c133168f482dd4805fe6b.tar.bz2
gentoo-d3ca7e54b08d2447215c133168f482dd4805fe6b.zip
kde-apps/kmbox: drop 21.12.0*
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/kmbox')
-rw-r--r--kde-apps/kmbox/Manifest1
-rw-r--r--kde-apps/kmbox/kmbox-21.12.0.ebuild19
2 files changed, 0 insertions, 20 deletions
diff --git a/kde-apps/kmbox/Manifest b/kde-apps/kmbox/Manifest
index e27867fbfc94..b7f02729a55c 100644
--- a/kde-apps/kmbox/Manifest
+++ b/kde-apps/kmbox/Manifest
@@ -1,3 +1,2 @@
DIST kmbox-21.08.3.tar.xz 27792 BLAKE2B 56a371c8ae7c1969ece671a896208a74a20d554172b992fa5a1070cc0bc7796ae3b9f5ac6f73030252a3df31e5af945b29f42b78c3c8b54a28aae2ef668ef19d SHA512 b91cb7b1930a099f81f4a45ab2d9b671ca8eea397d2bfb0e44a8cb670faad124c30f0b51f898b4c549577099370e5b0828861a2ee6c8f99e4356c52e70f26ef3
-DIST kmbox-21.12.0.tar.xz 27980 BLAKE2B 63d249594b29699b11d554af1fd0ef52a1c709ddacf592ba0583a6bfddb2d972a3cb2e618a01ebf0cd76ddaf893c57d6a42ab45652420c7e1aab2df04ec03191 SHA512 3ab7dbd89564346bf43427d3d7b8027d694595ec36aac7dac8aed066138fd2f1955860097dbadfda34aa96abafb94c16ee2db9dca23a4ba221c93ca5909e444a
DIST kmbox-21.12.1.tar.xz 27984 BLAKE2B 55c0f070766e37c764c0479e4a5cb1e6dae70ff4ca82482c1c125953d47f1ae68a5dba61f082c6f54349289e6a0be87a309835e6c4c0d71e8bbd630515cfb40e SHA512 61196bd24aadd3a94d60baec3297461366e754bfdcd78225bb7df22ecd9e80105c342a9c515ce72326f81a9280e57186a2e6c86865b165a8f08ca01336355933
diff --git a/kde-apps/kmbox/kmbox-21.12.0.ebuild b/kde-apps/kmbox/kmbox-21.12.0.ebuild
deleted file mode 100644
index b9cbecc7521d..000000000000
--- a/kde-apps/kmbox/kmbox-21.12.0.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_QTHELP="true"
-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}"