Gentoo Archives: gentoo-commits

From: Alon Bar-Lev <alonbl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/dirmngr/, app-crypt/dirmngr/files/
Date: Mon, 23 Jan 2017 17:54:06
Message-Id: 1485194005.530dc0b7fb273174fb273f0fec93e1f5b2a26b77.alonbl@gentoo
1 commit: 530dc0b7fb273174fb273f0fec93e1f5b2a26b77
2 Author: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 23 17:29:34 2017 +0000
4 Commit: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 23 17:53:25 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=530dc0b7
7
8 app-crypt/dirmngr: tree clean
9
10 Conflict with stable gnupg, removal of older gnupg.
11
12 Bug: 606604
13 Bug: 596010
14
15 app-crypt/dirmngr/Manifest | 1 -
16 app-crypt/dirmngr/dirmngr-1.1.1-r1.ebuild | 41 -------------------------
17 app-crypt/dirmngr/files/dirmngr-1.1.1-pth.patch | 17 ----------
18 app-crypt/dirmngr/metadata.xml | 8 -----
19 4 files changed, 67 deletions(-)
20
21 diff --git a/app-crypt/dirmngr/Manifest b/app-crypt/dirmngr/Manifest
22 deleted file mode 100644
23 index 6b6bad2..00000000
24 --- a/app-crypt/dirmngr/Manifest
25 +++ /dev/null
26 @@ -1 +0,0 @@
27 -DIST dirmngr-1.1.1.tar.bz2 566929 SHA256 d2280b8c314db80cdaf101211a47826734443436f5c3545cc1b614c50eaae6ff SHA512 922512f22853c49cf291207c81862c68ba51c89646036288592d6b2f57709d35ac53f9f550569986c04daec20403ab8ec85b08893443af417950916b869c8419 WHIRLPOOL 84a174d42418723e346c7af8d9bb9aa12e4602cbba9510f492ef10d29f4900768ede986d2c7c93cee129ce03e5aeca08357490ec050b54e1250e2e4b36150617
28
29 diff --git a/app-crypt/dirmngr/dirmngr-1.1.1-r1.ebuild b/app-crypt/dirmngr/dirmngr-1.1.1-r1.ebuild
30 deleted file mode 100644
31 index d9c8bd8..00000000
32 --- a/app-crypt/dirmngr/dirmngr-1.1.1-r1.ebuild
33 +++ /dev/null
34 @@ -1,41 +0,0 @@
35 -# Copyright 1999-2015 Gentoo Foundation
36 -# Distributed under the terms of the GNU General Public License v2
37 -# $Id$
38 -
39 -EAPI="5"
40 -
41 -inherit eutils
42 -
43 -DESCRIPTION="DirMngr is a daemon to handle CRL and certificate requests for GnuPG"
44 -HOMEPAGE="http://www.gnupg.org/download/index.en.html#dirmngr"
45 -SRC_URI="mirror://gnupg/${PN}/${P}.tar.bz2"
46 -
47 -LICENSE="GPL-3"
48 -SLOT="0"
49 -KEYWORDS="alpha amd64 hppa ~ia64 ppc ppc64 sparc x86"
50 -IUSE="nls"
51 -
52 -RDEPEND=">=net-nds/openldap-2.1.26
53 - >=dev-libs/libgpg-error-1.4
54 - >=dev-libs/libgcrypt-1.4.0:0
55 - >=dev-libs/libksba-1.0.2
56 - >=dev-libs/pth-1.3.7
57 - nls? ( virtual/libintl )"
58 -
59 -DEPEND="${RDEPEND}
60 - >=dev-libs/libassuan-2
61 - nls? ( >=sys-devel/gettext-0.12.1 )"
62 -
63 -src_prepare() {
64 - epatch "${FILESDIR}/${P}-pth.patch"
65 -}
66 -
67 -src_configure() {
68 - econf --docdir="/usr/share/doc/${PF}" $(use_enable nls) \
69 - LDAPLIBS="-lldap -llber"
70 -}
71 -
72 -src_install() {
73 - default
74 - dodoc AUTHORS ChangeLog NEWS README THANKS TODO
75 -}
76
77 diff --git a/app-crypt/dirmngr/files/dirmngr-1.1.1-pth.patch b/app-crypt/dirmngr/files/dirmngr-1.1.1-pth.patch
78 deleted file mode 100644
79 index 862458e..00000000
80 --- a/app-crypt/dirmngr/files/dirmngr-1.1.1-pth.patch
81 +++ /dev/null
82 @@ -1,17 +0,0 @@
83 -Index: src/dirmngr.c
84 -===================================================================
85 ---- src/dirmngr.c (revision 348)
86 -+++ src/dirmngr.c (working copy)
87 -@@ -665,8 +665,11 @@
88 - the option parsing may need services of the libraries. */
89 -
90 - /* Libgcrypt requires us to register the threading model first.
91 -- Note that this will also do the pth_init. */
92 -+ Note that this will also do the pth_init for libgcrypt < 1.6 */
93 -
94 -+#if GCRYPT_VERSION_NUMBER >= 0x010600
95 -+ pth_init ();
96 -+#endif
97 - /* Init Libgcrypt. */
98 - rc = gcry_control (GCRYCTL_SET_THREAD_CBS, &gcry_threads_pth);
99 - if (rc)
100
101 diff --git a/app-crypt/dirmngr/metadata.xml b/app-crypt/dirmngr/metadata.xml
102 deleted file mode 100644
103 index f1c3d59..00000000
104 --- a/app-crypt/dirmngr/metadata.xml
105 +++ /dev/null
106 @@ -1,8 +0,0 @@
107 -<?xml version="1.0" encoding="UTF-8"?>
108 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
109 -<pkgmetadata>
110 -<maintainer type="project">
111 - <email>crypto@g.o</email>
112 - <name>Crypto</name>
113 -</maintainer>
114 -</pkgmetadata>