summaryrefslogtreecommitdiff
path: root/kde-apps/gpgmepp/gpgmepp-16.07.80.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'kde-apps/gpgmepp/gpgmepp-16.07.80.ebuild')
-rw-r--r--kde-apps/gpgmepp/gpgmepp-16.07.80.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/kde-apps/gpgmepp/gpgmepp-16.07.80.ebuild b/kde-apps/gpgmepp/gpgmepp-16.07.80.ebuild
new file mode 100644
index 00000000000..4769ffba65c
--- /dev/null
+++ b/kde-apps/gpgmepp/gpgmepp-16.07.80.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+KDE_BLOCK_SLOT4="false"
+QT_MINIMAL="5.6.0"
+inherit kde5
+
+DESCRIPTION="C++ bindings for gpgme"
+LICENSE="LGPL-2.1+"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+ app-crypt/gpgme:=
+"
+DEPEND="${RDEPEND}
+ dev-libs/boost
+"