diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2017-12-14 23:14:45 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2017-12-14 23:25:03 +0100 |
commit | 576fc933c81aa6e526d87290af95e8e898e70ecb (patch) | |
tree | 73f9a202bcb454043dbb6b731d9b56ed4c5f49eb /kde-apps/kmbox | |
parent | dev-haskell/stack-bin: bump up to 1.6.1 (diff) | |
download | gentoo-576fc933c81aa6e526d87290af95e8e898e70ecb.tar.gz gentoo-576fc933c81aa6e526d87290af95e8e898e70ecb.tar.bz2 gentoo-576fc933c81aa6e526d87290af95e8e898e70ecb.zip |
kde-apps: Add KDE Applications 17.12.0
Package-Manager: Portage-2.3.18, Repoman-2.3.6
Diffstat (limited to 'kde-apps/kmbox')
-rw-r--r-- | kde-apps/kmbox/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/kmbox/kmbox-17.12.0.ebuild | 15 |
2 files changed, 16 insertions, 0 deletions
diff --git a/kde-apps/kmbox/Manifest b/kde-apps/kmbox/Manifest index 9e99321f574e..db0f4e906fd9 100644 --- a/kde-apps/kmbox/Manifest +++ b/kde-apps/kmbox/Manifest @@ -1 +1,2 @@ DIST kmbox-17.08.3.tar.xz 24528 BLAKE2B 76dd44cc14640cec245867575373d1b56357e021b7ed8812adc63973673085f00483d44428cdee1078a5e730af7fa29b75c83deb2f952a7deae23db43e6fc552 SHA512 725f10c3e9b3ef062f90094ab82cf9c9c611250043d65cc8494d87e3ba11c098fe02b033ba1373979f84ef99d245849812dc4b2641ddc83f34f7ebba40ffdc7a +DIST kmbox-17.12.0.tar.xz 24344 BLAKE2B 24840cbc68271daa6c09d81ab848ad1b65750c8e8e032d164cee59d7aa4fe1d046bca90d3fe590cabf9e435781d0ba1b873ac68c9b5abdc9da74b16691353476 SHA512 b9a2dfba8e90fe3d53afbb73de3cb693e970b48914c3fbb4270cc83dad155b006ec7054b245b09c32a8e19fa31bf0d66d644f3026f276cd4ada65025032680db diff --git a/kde-apps/kmbox/kmbox-17.12.0.ebuild b/kde-apps/kmbox/kmbox-17.12.0.ebuild new file mode 100644 index 000000000000..af4bc864b1a5 --- /dev/null +++ b/kde-apps/kmbox/kmbox-17.12.0.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_TEST="true" +inherit kde5 + +DESCRIPTION="Library for accessing MBox format mail storages" +LICENSE="GPL-2+" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="$(add_kdeapps_dep kmime)" +RDEPEND="${DEPEND}" |