diff options
author | 2018-09-08 10:53:06 +0200 | |
---|---|---|
committer | 2018-09-08 14:03:48 +0200 | |
commit | 44068399ad98520a66cafb092af777af8d77a11e (patch) | |
tree | 41ec18453e7fe581c9f6020280baaa81ae0a167d /kde-apps/kmime | |
parent | kde-frameworks: Add KDE Frameworks 5.50.0 (diff) | |
download | gentoo-44068399ad98520a66cafb092af777af8d77a11e.tar.gz gentoo-44068399ad98520a66cafb092af777af8d77a11e.tar.bz2 gentoo-44068399ad98520a66cafb092af777af8d77a11e.zip |
kde-apps: Add KDE Applications 18.08.1
Package-Manager: Portage-2.3.49, Repoman-2.3.10
Diffstat (limited to 'kde-apps/kmime')
-rw-r--r-- | kde-apps/kmime/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/kmime/kmime-18.08.1.ebuild | 20 |
2 files changed, 21 insertions, 0 deletions
diff --git a/kde-apps/kmime/Manifest b/kde-apps/kmime/Manifest index aa93109a094c..a02cdf84717e 100644 --- a/kde-apps/kmime/Manifest +++ b/kde-apps/kmime/Manifest @@ -1 +1,2 @@ DIST kmime-18.04.3.tar.xz 146276 BLAKE2B 41d9ec8feeafac110008de3816b4fe4e921368668ef7fc4813ee76b270106dae2d30dec79ddefcf144b4533574ee7d07e3ec25da0a8a8db1f3a6f19b80970df8 SHA512 274a0835fe429b6d442f287bbfc5953639bb4cae3c24f29bdb11092aa85ccb60d5b555161d778077460014fa5e5362f617bbefd630700696c2160d6013c220cc +DIST kmime-18.08.1.tar.xz 147016 BLAKE2B b772e4610c60966f395abbe6472c859065c0099c26b4ebc601c2b40b23acc9850a29c6b5756c6ac2911e817640984f41ed71bd2bbf07431b52dcf33c6d330555 SHA512 2a3ab2f7e69e14f8ad86ac9f6a9c33a3fd3da703da82ec7b53d126f6d8c7a51608b4f221a7903d37c2db429b444e643130a8687b1e02d5cc746d5c8d34c151d4 diff --git a/kde-apps/kmime/kmime-18.08.1.ebuild b/kde-apps/kmime/kmime-18.08.1.ebuild new file mode 100644 index 000000000000..18fc8866db0d --- /dev/null +++ b/kde-apps/kmime/kmime-18.08.1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_TEST="true" +inherit kde5 + +DESCRIPTION="Libary for handling mail messages and newsgroup articles" +LICENSE="GPL-2+" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kcodecs) + $(add_frameworks_dep ki18n) +" +RDEPEND="${DEPEND} + !kde-apps/kdepim-l10n +" |