summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2017-07-06 22:00:46 +1000
committerMichael Palimaka <kensington@gentoo.org>2017-07-06 22:01:41 +1000
commit8129e5c33206cf13d77069ed4ad5892611e634fd (patch)
treeaff675427811315774cb1ff660fb885ace1235b2 /net-libs/kimap2/kimap2-0.2.0.ebuild
parentdev-libs/kasync: version bump 0.2.0 (diff)
downloadgentoo-8129e5c33206cf13d77069ed4ad5892611e634fd.tar.gz
gentoo-8129e5c33206cf13d77069ed4ad5892611e634fd.tar.bz2
gentoo-8129e5c33206cf13d77069ed4ad5892611e634fd.zip
net-libs/kimap2: version bump 0.2.0
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'net-libs/kimap2/kimap2-0.2.0.ebuild')
-rw-r--r--net-libs/kimap2/kimap2-0.2.0.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/net-libs/kimap2/kimap2-0.2.0.ebuild b/net-libs/kimap2/kimap2-0.2.0.ebuild
new file mode 100644
index 000000000000..f949479249a0
--- /dev/null
+++ b/net-libs/kimap2/kimap2-0.2.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit kde5
+
+DESCRIPTION="Library for interacting with IMAP servers - successor of kimap"
+SRC_URI="mirror://kde/unstable/${PN}/${PV}/src/${P}.tar.xz"
+
+LICENSE="LGPL-2+"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="
+ $(add_frameworks_dep kcodecs)
+ $(add_frameworks_dep kcoreaddons)
+ $(add_kdeapps_dep kmime)
+ $(add_qt_dep qtnetwork)
+ dev-libs/cyrus-sasl:2
+"
+RDEPEND="${DEPEND}"
+
+RESTRICT="test"