diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-03-19 02:34:04 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-03-19 02:34:50 +0100 |
commit | 69bda468b16a78ac6fcd84b1c08671bc6ea74726 (patch) | |
tree | ffa226d7d06da09349b8cb8129a85a23ce627174 /kde-apps/kmbox | |
parent | ecm.eclass: Drop KDE Applications 19.08.3 support (diff) | |
download | gentoo-69bda468b16a78ac6fcd84b1c08671bc6ea74726.tar.gz gentoo-69bda468b16a78ac6fcd84b1c08671bc6ea74726.tar.bz2 gentoo-69bda468b16a78ac6fcd84b1c08671bc6ea74726.zip |
kde-apps: Re-add KDE Applications 19.08.3 for arm64 only
Package-Manager: Portage-2.3.94, Repoman-2.3.21
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/kmbox')
-rw-r--r-- | kde-apps/kmbox/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/kmbox/kmbox-19.08.3.ebuild | 17 |
2 files changed, 18 insertions, 0 deletions
diff --git a/kde-apps/kmbox/Manifest b/kde-apps/kmbox/Manifest index e2210f078c1d..fefb8de66c81 100644 --- a/kde-apps/kmbox/Manifest +++ b/kde-apps/kmbox/Manifest @@ -1 +1,2 @@ +DIST kmbox-19.08.3.tar.xz 24444 BLAKE2B 1af9208c9d9420f85b7ec2550deda2b3ae2d7621717d098b01ee64a26b0e8c744acae5a666868b7365851001ce064bdf1df9cf13d70adf73e25c86452fe3e1ce SHA512 90b0b171df44badfd4a584fe9b6b7d9a874f956eacf5af727cb1d6b019c24e965b7f0830177075ca20ccf7ff3721ed1fa493f34739852555b48a8ac08fc554e2 DIST kmbox-19.12.3.tar.xz 24708 BLAKE2B 279d15a403c6c51f6ac035e073297fde68bc0cd470afe2f91f90b3541b2ac78d68318837a4fa52e69b5933b19d4b06a40a1cb0ddf0707fb74bbe97c3feb32d9a SHA512 73ddbac34608b761d28638eec782f6a76642c39255c21d1795540a8cbab2e776c6641a5f87a27108f90657c4a7fdb9ad9d143a84800e2e134dfe43c2509fa400 diff --git a/kde-apps/kmbox/kmbox-19.08.3.ebuild b/kde-apps/kmbox/kmbox-19.08.3.ebuild new file mode 100644 index 000000000000..3ca156843b60 --- /dev/null +++ b/kde-apps/kmbox/kmbox-19.08.3.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +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="arm64" +IUSE="" + +DEPEND=">=kde-apps/kmime-${PVCUT}:5" +RDEPEND="${DEPEND}" |