Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/gpgmepp/
Date: Fri, 07 Oct 2016 16:27:39
Message-Id: 1475857645.1cda74eb22a3f51075d115666181372452c709f9.kensington@gentoo
1 commit: 1cda74eb22a3f51075d115666181372452c709f9
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 7 16:26:29 2016 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 7 16:27:25 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=1cda74eb
7
8 kde-apps/gpgmepp: restore master branch
9
10 Porting to app-crypt/gpgme-1.7.0 is not happening as fast as expected.
11
12 This reverts commit 97729f5e1a70f208db115f53a42d926420db49d1.
13
14 Gentoo-bug: 596360
15
16 kde-apps/gpgmepp/gpgmepp-9999.ebuild | 20 ++++++++++++++++++++
17 1 file changed, 20 insertions(+)
18
19 diff --git a/kde-apps/gpgmepp/gpgmepp-9999.ebuild b/kde-apps/gpgmepp/gpgmepp-9999.ebuild
20 new file mode 100644
21 index 0000000..db2058f
22 --- /dev/null
23 +++ b/kde-apps/gpgmepp/gpgmepp-9999.ebuild
24 @@ -0,0 +1,20 @@
25 +# Copyright 1999-2016 Gentoo Foundation
26 +# Distributed under the terms of the GNU General Public License v2
27 +# $Id$
28 +
29 +EAPI=6
30 +
31 +KDE_BLOCK_SLOT4="false"
32 +inherit kde5
33 +
34 +DESCRIPTION="C++ bindings for gpgme"
35 +LICENSE="LGPL-2.1+"
36 +KEYWORDS=""
37 +IUSE=""
38 +
39 +RDEPEND="
40 + app-crypt/gpgme:=
41 +"
42 +DEPEND="${RDEPEND}
43 + dev-libs/boost
44 +"