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: Thu, 13 Oct 2016 11:41:29
Message-Id: 1476358869.a6cb54d4688fb7df119bdc03944704d42f8a0e54.kensington@gentoo
1 commit: a6cb54d4688fb7df119bdc03944704d42f8a0e54
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 13 11:41:01 2016 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 13 11:41:09 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=a6cb54d4
7
8 kde-apps/gpgmepp: will not see further releases
9
10 (All revdeps are fixed this time!)
11
12 https://quickgit.kde.org/?p=sysadmin%2Frelease-tools.git&a=commit&h=a843ec23c5b4be895e4b5df6e76ea5d73a7b2c7f
13
14 Package-Manager: portage-2.3.2
15
16 kde-apps/gpgmepp/gpgmepp-9999.ebuild | 20 --------------------
17 1 file changed, 20 deletions(-)
18
19 diff --git a/kde-apps/gpgmepp/gpgmepp-9999.ebuild b/kde-apps/gpgmepp/gpgmepp-9999.ebuild
20 deleted file mode 100644
21 index db2058f..0000000
22 --- a/kde-apps/gpgmepp/gpgmepp-9999.ebuild
23 +++ /dev/null
24 @@ -1,20 +0,0 @@
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 -"