commit: 1cda74eb22a3f51075d115666181372452c709f9
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 7 16:26:29 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Fri Oct 7 16:27:25 2016 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=1cda74eb
kde-apps/gpgmepp: restore master branch
Porting to app-crypt/gpgme-1.7.0 is not happening as fast as expected.
This reverts commit 97729f5e1a70f208db115f53a42d926420db49d1.
Gentoo-bug: 596360
kde-apps/gpgmepp/gpgmepp-9999.ebuild | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/kde-apps/gpgmepp/gpgmepp-9999.ebuild
b/kde-apps/gpgmepp/gpgmepp-9999.ebuild
new file mode 100644
index 0000000..db2058f
--- /dev/null
+++ b/kde-apps/gpgmepp/gpgmepp-9999.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+KDE_BLOCK_SLOT4="false"
+inherit kde5
+
+DESCRIPTION="C++ bindings for gpgme"
+LICENSE="LGPL-2.1+"
+KEYWORDS=""
+IUSE=""
+
+RDEPEND="
+ app-crypt/gpgme:=
+"
+DEPEND="${RDEPEND}
+ dev-libs/boost
+"