diff options
author | Johannes Huber <johu@gentoo.org> | 2016-12-16 19:38:26 +0100 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2016-12-16 19:38:38 +0100 |
commit | 31645664f42a588800ba68febd89a9c9e6afc76f (patch) | |
tree | ccc391e5d2b2b2255adcafe060246a5ddf9a3396 /kde-apps/kmbox | |
parent | profiles: Update masks for KDE Applications 16.12 (diff) | |
download | gentoo-31645664f42a588800ba68febd89a9c9e6afc76f.tar.gz gentoo-31645664f42a588800ba68febd89a9c9e6afc76f.tar.bz2 gentoo-31645664f42a588800ba68febd89a9c9e6afc76f.zip |
kde-apps: Version bump KDE Applications 16.12.0
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'kde-apps/kmbox')
-rw-r--r-- | kde-apps/kmbox/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/kmbox/kmbox-16.12.0.ebuild | 16 |
2 files changed, 17 insertions, 0 deletions
diff --git a/kde-apps/kmbox/Manifest b/kde-apps/kmbox/Manifest index 501c0d015f43..7568f8e952df 100644 --- a/kde-apps/kmbox/Manifest +++ b/kde-apps/kmbox/Manifest @@ -1 +1,2 @@ DIST kmbox-16.08.3.tar.xz 24480 SHA256 277c9bccf2decdb99fd7910d970d1c534b1fb3ccec4473a4c29848972bc15845 SHA512 eb03d3a1f631d8e21613b66dac78ba974017c0f4f4d0e2060764b07b324a1a25afc9de66410f2d1ee2281881a34de0c7da18cd3e84581223a8459b3602154cc1 WHIRLPOOL a0308c056f240437a56774c717a739094e95ad1b96a0d01cf634032caf190f220e6f64ba2e5c0bfb1f6908048a3662e8a2597d9fa1e125ebd91b731cb34200f1 +DIST kmbox-16.12.0.tar.xz 24408 SHA256 b2099c4456d56472c607b7b184a70510524c80acb006e38a4bbc65751d58b176 SHA512 7d488c00bad50c4e367e3ef540b4cab069b582077fc99adc8d4e5f28eb6069505b098afc3d4a898e481f9631b4eebd7888cdf4228cdf03cf744b5e3a21b63b4f WHIRLPOOL 6db64d9c893d75252293bb6c886bd17089395e831f5fbbf300ecd33b5011653e63ef27995ac35f85bd9dd8d71aff994f1c737c62f5310890b89ef605bac2edbd diff --git a/kde-apps/kmbox/kmbox-16.12.0.ebuild b/kde-apps/kmbox/kmbox-16.12.0.ebuild new file mode 100644 index 000000000000..890dc5bb718b --- /dev/null +++ b/kde-apps/kmbox/kmbox-16.12.0.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +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}" |