Gentoo Archives: gentoo-commits

From: Gilles Dartiguelongue <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: app-crypt/seahorse/
Date: Wed, 09 Aug 2017 06:59:11
Message-Id: 1502261550.58b439378dc04d7e71446ce296e9c2391b7e8172.eva@gentoo
1 commit: 58b439378dc04d7e71446ce296e9c2391b7e8172
2 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 9 06:52:00 2017 +0000
4 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 9 06:52:30 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=58b43937
7
8 app-crypt/seahorse: sync with gentoo repository
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11 Manifest-Sign-Key: 0x5A56C8CD0C13248A
12
13 app-crypt/seahorse/seahorse-3.20.0.ebuild | 67 -------------------------------
14 app-crypt/seahorse/seahorse-9999.ebuild | 19 ++++-----
15 2 files changed, 8 insertions(+), 78 deletions(-)
16
17 diff --git a/app-crypt/seahorse/seahorse-3.20.0.ebuild b/app-crypt/seahorse/seahorse-3.20.0.ebuild
18 deleted file mode 100644
19 index b8ec00dc..00000000
20 --- a/app-crypt/seahorse/seahorse-3.20.0.ebuild
21 +++ /dev/null
22 @@ -1,67 +0,0 @@
23 -# Copyright 1999-2016 Gentoo Foundation
24 -# Distributed under the terms of the GNU General Public License v2
25 -# $Id$
26 -
27 -EAPI="5"
28 -GCONF_DEBUG="no"
29 -
30 -inherit gnome2
31 -
32 -DESCRIPTION="A GNOME application for managing encryption keys"
33 -HOMEPAGE="https://wiki.gnome.org/Apps/Seahorse"
34 -
35 -LICENSE="GPL-2+ FDL-1.1+"
36 -SLOT="0"
37 -IUSE="debug ldap zeroconf"
38 -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
39 -
40 -COMMON_DEPEND="
41 - >=app-crypt/gcr-3.11.91:=
42 - >=dev-libs/glib-2.10:2
43 - >=x11-libs/gtk+-3.4:3
44 - >=app-crypt/libsecret-0.16
45 - >=net-libs/libsoup-2.33.92:2.4
46 - x11-misc/shared-mime-info
47 -
48 - net-misc/openssh
49 - >=app-crypt/gpgme-1
50 - >=app-crypt/gnupg-2.0.12
51 -
52 - ldap? ( net-nds/openldap:= )
53 - zeroconf? ( >=net-dns/avahi-0.6:= )
54 -"
55 -DEPEND="${COMMON_DEPEND}
56 - app-text/yelp-tools
57 - dev-util/gdbus-codegen
58 - >=dev-util/intltool-0.35
59 - dev-util/itstool
60 - sys-devel/gettext
61 - virtual/pkgconfig
62 -"
63 -# Need seahorse-plugins git snapshot
64 -RDEPEND="${COMMON_DEPEND}
65 - !<app-crypt/seahorse-plugins-2.91.0_pre20110114
66 -"
67 -
68 -src_prepare() {
69 - # Do not mess with CFLAGS with USE="debug"
70 - sed -e '/CFLAGS="$CFLAGS -g/d' \
71 - -e '/CFLAGS="$CFLAGS -O0/d' \
72 - -i configure.ac configure || die "sed 1 failed"
73 -
74 - gnome2_src_prepare
75 -}
76 -
77 -src_configure() {
78 - # bindir is needed due to bad macro expansion in desktop file, bug #508610
79 - gnome2_src_configure \
80 - --bindir=/usr/bin \
81 - --enable-pgp \
82 - --enable-ssh \
83 - --enable-pkcs11 \
84 - --enable-hkp \
85 - $(use_enable debug) \
86 - $(use_enable ldap) \
87 - $(use_enable zeroconf sharing) \
88 - VALAC=$(type -P true)
89 -}
90
91 diff --git a/app-crypt/seahorse/seahorse-9999.ebuild b/app-crypt/seahorse/seahorse-9999.ebuild
92 index ecc9563f..fed4e9ae 100644
93 --- a/app-crypt/seahorse/seahorse-9999.ebuild
94 +++ b/app-crypt/seahorse/seahorse-9999.ebuild
95 @@ -1,10 +1,7 @@
96 -# Copyright 1999-2015 Gentoo Foundation
97 +# Copyright 1999-2017 Gentoo Foundation
98 # Distributed under the terms of the GNU General Public License v2
99 -# $Id$
100
101 -EAPI="5"
102 -GCONF_DEBUG="no"
103 -VALA_MIN_API_DEPEND="0.22"
104 +EAPI=6
105
106 inherit gnome2
107 if [[ ${PV} = 9999 ]]; then
108 @@ -33,14 +30,16 @@ COMMON_DEPEND="
109
110 net-misc/openssh
111 >=app-crypt/gpgme-1
112 - >=app-crypt/gnupg-1.4
113 - <app-crypt/gnupg-2.1
114 + >=app-crypt/gnupg-2.0.12
115
116 ldap? ( net-nds/openldap:= )
117 zeroconf? ( >=net-dns/avahi-0.6:= )
118 "
119 DEPEND="${COMMON_DEPEND}
120 + app-text/yelp-tools
121 + dev-util/gdbus-codegen
122 >=dev-util/intltool-0.35
123 + dev-util/itstool
124 sys-devel/gettext
125 virtual/pkgconfig
126 "
127 @@ -56,7 +55,7 @@ if [[ ${PV} = 9999 ]]; then
128 fi
129
130 src_prepare() {
131 - # FIXME: Do not mess with CFLAGS with USE="debug"
132 + # Do not mess with CFLAGS with USE="debug"
133 sed -e '/CFLAGS="$CFLAGS -g/d' \
134 -e '/CFLAGS="$CFLAGS -O0/d' \
135 -i configure.ac configure || die "sed 1 failed"
136 @@ -68,9 +67,7 @@ src_prepare() {
137 src_configure() {
138 local myconf=""
139 if [[ ${PV} != 9999 ]]; then
140 - myconf="${myconf}
141 - ITSTOOL=$(type -P true)
142 - VALAC=$(type -P true)"
143 + myconf="${myconf} VALAC=$(type -P true)"
144 fi
145 # bindir is needed due to bad macro expansion in desktop file, bug #508610
146 gnome2_src_configure \