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/gcr/
Date: Wed, 09 Aug 2017 06:59:11
Message-Id: 1502261311.275e54d972f97f5e291c35d84a40412cfd38de9e.eva@gentoo
1 commit: 275e54d972f97f5e291c35d84a40412cfd38de9e
2 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 9 06:48:31 2017 +0000
4 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 9 06:48:31 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=275e54d9
7
8 app-crypt/gcr: 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/gcr/gcr-3.20.0.ebuild | 80 -----------------------------------------
14 app-crypt/gcr/gcr-9999.ebuild | 13 +++----
15 2 files changed, 5 insertions(+), 88 deletions(-)
16
17 diff --git a/app-crypt/gcr/gcr-3.20.0.ebuild b/app-crypt/gcr/gcr-3.20.0.ebuild
18 deleted file mode 100644
19 index 702f8201..00000000
20 --- a/app-crypt/gcr/gcr-3.20.0.ebuild
21 +++ /dev/null
22 @@ -1,80 +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 -VALA_USE_DEPEND="vapigen"
30 -PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
31 -
32 -inherit gnome2 python-any-r1 vala virtualx
33 -
34 -DESCRIPTION="Libraries for cryptographic UIs and accessing PKCS#11 modules"
35 -HOMEPAGE="https://git.gnome.org/browse/gcr"
36 -
37 -LICENSE="GPL-2+ LGPL-2+"
38 -SLOT="0/1" # subslot = suffix of libgcr-3
39 -IUSE="debug gtk +introspection vala"
40 -REQUIRED_USE="vala? ( introspection )"
41 -
42 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~sparc-solaris ~x86-solaris"
43 -
44 -COMMON_DEPEND="
45 - >=app-crypt/gnupg-2
46 - >=app-crypt/p11-kit-0.19
47 - >=dev-libs/glib-2.38:2
48 - >=dev-libs/libgcrypt-1.2.2:0=
49 - >=dev-libs/libtasn1-1:=
50 - >=sys-apps/dbus-1
51 - gtk? ( >=x11-libs/gtk+-3.12:3[X,introspection?] )
52 - introspection? ( >=dev-libs/gobject-introspection-1.34:= )
53 -"
54 -RDEPEND="${COMMON_DEPEND}
55 - !<gnome-base/gnome-keyring-3.3
56 -"
57 -# gcr was part of gnome-keyring until 3.3
58 -DEPEND="${COMMON_DEPEND}
59 - ${PYTHON_DEPS}
60 - dev-libs/gobject-introspection-common
61 - dev-libs/libxslt
62 - dev-libs/vala-common
63 - dev-util/gdbus-codegen
64 - >=dev-util/gtk-doc-am-1.9
65 - >=dev-util/intltool-0.35
66 - sys-devel/gettext
67 - virtual/pkgconfig
68 - vala? ( $(vala_depend) )
69 -"
70 -# eautoreconf needs:
71 -# dev-libs/gobject-introspection-common
72 -# dev-libs/vala-common
73 -
74 -pkg_setup() {
75 - python-any-r1_pkg_setup
76 -}
77 -
78 -src_prepare() {
79 - # Disable stupid flag changes
80 - sed -e 's/CFLAGS="$CFLAGS -g"//' \
81 - -e 's/CFLAGS="$CFLAGS -O0"//' \
82 - -i configure.ac configure || die
83 -
84 - use vala && vala_src_prepare
85 - gnome2_src_prepare
86 -}
87 -
88 -src_configure() {
89 - DOCS="AUTHORS ChangeLog HACKING NEWS README"
90 - gnome2_src_configure \
91 - $(use_with gtk) \
92 - $(use_enable introspection) \
93 - $(use_enable vala) \
94 - $(usex debug --enable-debug=yes --enable-debug=default) \
95 - --disable-update-icon-cache \
96 - --disable-update-mime
97 -}
98 -
99 -src_test() {
100 - unset DBUS_SESSION_BUS_ADDRESS
101 - Xemake check
102 -}
103
104 diff --git a/app-crypt/gcr/gcr-9999.ebuild b/app-crypt/gcr/gcr-9999.ebuild
105 index 8e9608f5..3f88de6e 100644
106 --- a/app-crypt/gcr/gcr-9999.ebuild
107 +++ b/app-crypt/gcr/gcr-9999.ebuild
108 @@ -1,11 +1,9 @@
109 -# Copyright 1999-2016 Gentoo Foundation
110 +# Copyright 1999-2017 Gentoo Foundation
111 # Distributed under the terms of the GNU General Public License v2
112 -# $Id$
113
114 -EAPI="5"
115 -GCONF_DEBUG="no"
116 +EAPI=6
117 VALA_USE_DEPEND="vapigen"
118 -PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
119 +PYTHON_COMPAT=( python2_7 )
120
121 inherit gnome2 python-any-r1 vala virtualx
122 if [[ ${PV} = 9999 ]]; then
123 @@ -17,6 +15,7 @@ HOMEPAGE="https://git.gnome.org/browse/gcr"
124
125 LICENSE="GPL-2+ LGPL-2+"
126 SLOT="0/1" # subslot = suffix of libgcr-3
127 +
128 IUSE="debug gtk +introspection vala"
129 REQUIRED_USE="vala? ( introspection )"
130 if [[ ${PV} = 9999 ]]; then
131 @@ -27,7 +26,6 @@ else
132 fi
133
134 COMMON_DEPEND="
135 - >=app-crypt/gnupg-2
136 >=app-crypt/p11-kit-0.19
137 >=dev-libs/glib-2.38:2
138 >=dev-libs/libgcrypt-1.2.2:0=
139 @@ -86,6 +84,5 @@ src_configure() {
140 }
141
142 src_test() {
143 - unset DBUS_SESSION_BUS_ADDRESS
144 - Xemake check
145 + virtx emake check
146 }