[gentoo-commits] repo/gentoo:master commit in: x11-libs/libcryptui/

2022-10-31 Thread Matt Turner
commit: caf4a6c2184ea9759953d68805f2a330e6828e46
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Oct 29 21:20:46 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Oct 31 20:30:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=caf4a6c2

x11-libs/libcryptui: Set remote-id

Signed-off-by: Matt Turner  gentoo.org>

 x11-libs/libcryptui/metadata.xml | 11 +++
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/x11-libs/libcryptui/metadata.xml b/x11-libs/libcryptui/metadata.xml
index 7b343b06be8a..fe5700dfee3c 100644
--- a/x11-libs/libcryptui/metadata.xml
+++ b/x11-libs/libcryptui/metadata.xml
@@ -1,8 +1,11 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-
-   gn...@gentoo.org
-   Gentoo GNOME Desktop
-
+  
+gn...@gentoo.org
+Gentoo GNOME Desktop
+  
+  
+GNOME/libcryptui
+  
 



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libcryptui/

2022-10-01 Thread Matt Turner
commit: 8a1e42502b2e12d490d262ca68708299fd8d35cb
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Oct  1 17:02:42 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Oct  1 17:16:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a1e4250

x11-libs/libcryptui: Depend on app-crypt/gcr:0

Signed-off-by: Matt Turner  gentoo.org>

 .../{libcryptui-3.12.2-r1.ebuild => libcryptui-3.12.2-r2.ebuild}| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libcryptui/libcryptui-3.12.2-r1.ebuild 
b/x11-libs/libcryptui/libcryptui-3.12.2-r2.ebuild
similarity index 98%
rename from x11-libs/libcryptui/libcryptui-3.12.2-r1.ebuild
rename to x11-libs/libcryptui/libcryptui-3.12.2-r2.ebuild
index 565dc4f52015..2650427cff47 100644
--- a/x11-libs/libcryptui/libcryptui-3.12.2-r1.ebuild
+++ b/x11-libs/libcryptui/libcryptui-3.12.2-r2.ebuild
@@ -19,7 +19,7 @@ COMMON_DEPEND="
>=dev-libs/glib-2.32:2
>=x11-libs/gtk+-3:3[introspection?]
>=dev-libs/dbus-glib-0.72
-   >=app-crypt/gcr-3[gtk]
+   >=app-crypt/gcr-3:0=[gtk]
x11-libs/libICE
x11-libs/libSM
 



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libcryptui/, x11-libs/libcryptui/files/

2022-06-05 Thread Sam James
commit: 95d5ebca22cbec7af4eca3670e60c7a38deb6ce8
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun  5 18:10:19 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun  5 18:10:19 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95d5ebca

x11-libs/libcryptui: allow gnupg 2.3

Closes: https://bugs.gentoo.org/820143
Signed-off-by: Sam James  gentoo.org>

 .../files/libcryptui-3.12.2-gnupg-2.3.patch  | 20 
 x11-libs/libcryptui/libcryptui-3.12.2-r1.ebuild  |  7 +--
 2 files changed, 25 insertions(+), 2 deletions(-)

diff --git a/x11-libs/libcryptui/files/libcryptui-3.12.2-gnupg-2.3.patch 
b/x11-libs/libcryptui/files/libcryptui-3.12.2-gnupg-2.3.patch
new file mode 100644
index ..5582b02fb552
--- /dev/null
+++ b/x11-libs/libcryptui/files/libcryptui-3.12.2-gnupg-2.3.patch
@@ -0,0 +1,20 @@
+https://gitlab.gnome.org/GNOME/libcryptui/-/merge_requests/1
+https://bugs.gentoo.org/820143
+
+From fa3b8fd3b55768e0e02b30948c29a9504d02522e Mon Sep 17 00:00:00 2001
+From: Dominique Leuenberger 
+Date: Tue, 31 Aug 2021 13:46:10 +
+Subject: [PATCH]  Accept GnuPG 2.3.x as supported version
+
+--- a/configure.ac
 b/configure.ac
+@@ -95,7 +95,7 @@ AC_ARG_ENABLE(gpg-check,
+   DO_CHECK=$enableval, DO_CHECK=yes)
+ 
+ if test   "$DO_CHECK" = "yes"; then
+-  accepted_versions="1.2 1.4 2.0 2.1 2.2"
++  accepted_versions="1.2 1.4 2.0 2.1 2.2 2.3"
+   AC_PATH_PROGS(GNUPG, [gpg gpg2], no)
+   AC_DEFINE_UNQUOTED(GNUPG, "$GNUPG", [Path to gpg executable.])
+   ok="no"
+GitLab

diff --git a/x11-libs/libcryptui/libcryptui-3.12.2-r1.ebuild 
b/x11-libs/libcryptui/libcryptui-3.12.2-r1.ebuild
index f54b39147899..565dc4f52015 100644
--- a/x11-libs/libcryptui/libcryptui-3.12.2-r1.ebuild
+++ b/x11-libs/libcryptui/libcryptui-3.12.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -50,8 +50,11 @@ PATCHES=(
"${FILESDIR}"/${PN}-3.12.2-fix-return-types.patch
"${FILESDIR}"/${PN}-3.12.2-port-gcr-3.patch
# Support GnuPG 2.2
-   # https://bugs.gentoo.org/show_bug.cgi?id=629572
+   # https://bugs.gentoo.org/629572
"${FILESDIR}"/${PN}-3.12.2-gnupg-2.2.patch
+   # Support GnuPG 2.3
+   # https://bugs.gentoo.org/820143
+   "${FILESDIR}"/${PN}-3.12.2-gnupg-2.3.patch
 )
 
 src_prepare() {



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libcryptui/

2017-12-21 Thread Mart Raudsepp
commit: eafc7c57def19c206c70490af4aea162f24410dd
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Thu Dec 21 23:19:17 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Thu Dec 21 23:31:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eafc7c57

x11-libs/libcryptui: remove old

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 x11-libs/libcryptui/libcryptui-3.12.2.ebuild | 62 
 1 file changed, 62 deletions(-)

diff --git a/x11-libs/libcryptui/libcryptui-3.12.2.ebuild 
b/x11-libs/libcryptui/libcryptui-3.12.2.ebuild
deleted file mode 100644
index edaa2db9c18..000
--- a/x11-libs/libcryptui/libcryptui-3.12.2.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools gnome2
-
-DESCRIPTION="User interface components for OpenPGP"
-HOMEPAGE="https://wiki.gnome.org/Apps/Seahorse;
-
-LICENSE="GPL-2+ LGPL-2.1+ FDL-1.1"
-SLOT="0"
-IUSE="debug +introspection libnotify"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 x86 ~x86-fbsd"
-
-# Pull in libnotify-0.7 because it's controlled via an automagic ifdef
-COMMON_DEPEND="
-   >=dev-libs/glib-2.32:2
-   >=x11-libs/gtk+-3:3[introspection?]
-   >=dev-libs/dbus-glib-0.72
-   gnome-base/libgnome-keyring
-   x11-libs/libICE
-   x11-libs/libSM
-
-   >=app-crypt/gpgme-1:1=
-   >=app-crypt/gnupg-1.4
-
-   introspection? ( >=dev-libs/gobject-introspection-0.6.4:= )
-   libnotify? ( >=x11-libs/libnotify-0.7:= )
-"
-DEPEND="${COMMON_DEPEND}
-   app-text/rarian
-   >=dev-util/gtk-doc-am-1.9
-   >=dev-util/intltool-0.35
-   sys-devel/gettext
-   virtual/pkgconfig
-"
-# Before 3.1.4, libcryptui was part of seahorse
-RDEPEND="${COMMON_DEPEND}
-   !https://bugzilla.gnome.org/show_bug.cgi?id=745843
-   eapply "${FILESDIR}"/${PN}-3.12.2-gnupg-2.1.patch
-
-   # FIXME: Do not mess with CFLAGS with USE="debug"
-   sed -e '/CFLAGS="$CFLAGS -g -O0/d' \
-   -e 's/-Werror//' \
-   -i configure.ac configure || die "sed failed"
-
-   eautoreconf
-   gnome2_src_prepare
-}
-
-src_configure() {
-   gnome2_src_configure \
-   --disable-static \
-   --disable-update-mime-database \
-   $(use_enable debug) \
-   $(use_enable introspection) \
-   $(use_enable libnotify)
-}



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libcryptui/

2017-12-04 Thread Pacho Ramos
commit: cff42f19001578472a42c8cce84b4b0f3bacb9fb
Author: Pacho Ramos  gentoo  org>
AuthorDate: Mon Dec  4 18:09:09 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Mon Dec  4 18:09:09 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cff42f19

x11-libs/libcryptui: amd64/x86 stable, bug #635938

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 x11-libs/libcryptui/Manifest| 2 +-
 x11-libs/libcryptui/libcryptui-3.12.2-r1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-libs/libcryptui/Manifest b/x11-libs/libcryptui/Manifest
index dc95b5e1584..2eb76c23fa7 100644
--- a/x11-libs/libcryptui/Manifest
+++ b/x11-libs/libcryptui/Manifest
@@ -1 +1 @@
-DIST libcryptui-3.12.2.tar.xz 1163784 SHA256 
71ead1a7b496f07f6c5102ae79945dd2515b7b9342c6edefe58b47318be20866 SHA512 
50ef407f0a9fe2ac8f4ab075e125fe8eabc55160b9b96a852d34e52c46be04e04b2a7c8288d2669e24865a89dc179af6bb0da8f6799e8b07fff7bc667c8eb1f0
 WHIRLPOOL 
0e376834c74df1492a7ffea29646a4912124b46b972dc9bdc64dd40b19e3b9c43c85eec87416f8ea0995e7d164e763bf7b5da7f66c2103df3be44f6516b8e632
+DIST libcryptui-3.12.2.tar.xz 1163784 BLAKE2B 
4a13f5dbe4229673da293115dd0d57added87f0522d6ed41d3072780e738b64bfee7c1b9af5872e9877ae22117492a5e3e1b119d4842536c2e762870fe8de85e
 SHA512 
50ef407f0a9fe2ac8f4ab075e125fe8eabc55160b9b96a852d34e52c46be04e04b2a7c8288d2669e24865a89dc179af6bb0da8f6799e8b07fff7bc667c8eb1f0

diff --git a/x11-libs/libcryptui/libcryptui-3.12.2-r1.ebuild 
b/x11-libs/libcryptui/libcryptui-3.12.2-r1.ebuild
index 6447ee44eca..833983133db 100644
--- a/x11-libs/libcryptui/libcryptui-3.12.2-r1.ebuild
+++ b/x11-libs/libcryptui/libcryptui-3.12.2-r1.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Seahorse;
 LICENSE="GPL-2+ LGPL-2.1+ FDL-1.1"
 SLOT="0"
 IUSE="debug +introspection libnotify"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 x86 ~x86-fbsd"
 
 # Pull in libnotify-0.7 because it's controlled via an automagic ifdef
 COMMON_DEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libcryptui/

2017-09-11 Thread Gilles Dartiguelongue
commit: 14ea93b533c6fc8fb6a8ebff30a6f96daf279620
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Mon Sep 11 21:36:45 2017 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Mon Sep 11 21:55:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14ea93b5

x11-libs/libcryptui: add missing USE dependency on gcr, bug #630412

Refs: https://bugs.gentoo.org/show_bug.cgi?id=630412
Package-Manager: Portage-2.3.8, Repoman-2.3.3

 x11-libs/libcryptui/libcryptui-3.12.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libcryptui/libcryptui-3.12.2-r1.ebuild 
b/x11-libs/libcryptui/libcryptui-3.12.2-r1.ebuild
index c97291428d8..6447ee44eca 100644
--- a/x11-libs/libcryptui/libcryptui-3.12.2-r1.ebuild
+++ b/x11-libs/libcryptui/libcryptui-3.12.2-r1.ebuild
@@ -19,7 +19,7 @@ COMMON_DEPEND="
>=dev-libs/glib-2.32:2
>=x11-libs/gtk+-3:3[introspection?]
>=dev-libs/dbus-glib-0.72
-   >=app-crypt/gcr-3
+   >=app-crypt/gcr-3[gtk]
x11-libs/libICE
x11-libs/libSM
 



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libcryptui/files/, x11-libs/libcryptui/

2017-09-02 Thread Gilles Dartiguelongue
commit: fc384ea88d3813e749f584146f912eb70fd9cbe2
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sat Sep  2 16:09:59 2017 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sat Sep  2 18:00:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc384ea8

x11-libs/libcryptui: allow build with GnuPG 2.2, bug #629572

Also apply patches from master also found in Debian package.

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 .../files/libcryptui-3.12.2-fix-return-types.patch |  34 +
 .../files/libcryptui-3.12.2-gnupg-2.1.patch|  20 ++-
 .../files/libcryptui-3.12.2-gnupg-2.2.patch|  25 
 .../files/libcryptui-3.12.2-port-gcr-3.patch   | 154 +
 .../files/libcryptui-3.12.2-prompt-recipient.patch |  38 +
 x11-libs/libcryptui/libcryptui-3.12.2-r1.ebuild|  73 ++
 6 files changed, 341 insertions(+), 3 deletions(-)

diff --git a/x11-libs/libcryptui/files/libcryptui-3.12.2-fix-return-types.patch 
b/x11-libs/libcryptui/files/libcryptui-3.12.2-fix-return-types.patch
new file mode 100644
index 000..d3fdf3c408d
--- /dev/null
+++ b/x11-libs/libcryptui/files/libcryptui-3.12.2-fix-return-types.patch
@@ -0,0 +1,34 @@
+From a576e407d913b35804f838d615da52899681d61d Mon Sep 17 00:00:00 2001
+From: Andreas Henriksson 
+Date: Mon, 15 Aug 2016 18:12:06 +0200
+Subject: [PATCH 2/3] daemon: fix conflicting return types
+
+... in functions seahorse_dbus_server_{init,cleanup}
+
+Reported-by: Michael Tautschnig 
+Bug-Debian: https://bugs.debian.org/749001
+
+https://bugzilla.gnome.org/show_bug.cgi?id=769943
+---
+ daemon/seahorse-daemon.h | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/daemon/seahorse-daemon.h b/daemon/seahorse-daemon.h
+index 93c0c452..09716bb5 100644
+--- a/daemon/seahorse-daemon.h
 b/daemon/seahorse-daemon.h
+@@ -24,9 +24,9 @@
+ /* seahorse-dbus-server.c --- 
*/
+ 
+ 
+-gbooleanseahorse_dbus_server_init ();
++voidseahorse_dbus_server_init ();
+ 
+-gbooleanseahorse_dbus_server_cleanup ();
++voidseahorse_dbus_server_cleanup ();
+ 
+ DBusGConnection*seahorse_dbus_server_get_connection ();
+ 
+-- 
+2.14.1
+

diff --git a/x11-libs/libcryptui/files/libcryptui-3.12.2-gnupg-2.1.patch 
b/x11-libs/libcryptui/files/libcryptui-3.12.2-gnupg-2.1.patch
index ecf3a2eecf8..d968dd367a1 100644
--- a/x11-libs/libcryptui/files/libcryptui-3.12.2-gnupg-2.1.patch
+++ b/x11-libs/libcryptui/files/libcryptui-3.12.2-gnupg-2.1.patch
@@ -1,6 +1,17 @@
 a/configure.ac~2014-05-13 20:53:02.0 +0200
-+++ b/configure.ac 2015-06-27 11:29:32.574106982 +0200
-@@ -95,7 +95,7 @@
+From 183d7619c29482a5d4ae8019692899f87f198171 Mon Sep 17 00:00:00 2001
+From: Antoine Jacoutot 
+Date: Sat, 17 Oct 2015 08:52:35 +0200
+Subject: [PATCH] Allow building with gnupg 2.1.
+
+---
+ configure.ac | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/configure.ac b/configure.ac
+index 406b9f3f..b621b236 100644
+--- a/configure.ac
 b/configure.ac
+@@ -95,7 +95,7 @@ AC_ARG_ENABLE(gpg-check,
DO_CHECK=$enableval, DO_CHECK=yes)
  
  if test   "$DO_CHECK" = "yes"; then
@@ -9,3 +20,6 @@
AC_PATH_PROGS(GNUPG, [gpg gpg2], no)
AC_DEFINE_UNQUOTED(GNUPG, "$GNUPG", [Path to gpg executable.])
ok="no"
+-- 
+2.14.1
+

diff --git a/x11-libs/libcryptui/files/libcryptui-3.12.2-gnupg-2.2.patch 
b/x11-libs/libcryptui/files/libcryptui-3.12.2-gnupg-2.2.patch
new file mode 100644
index 000..4feaf2b1826
--- /dev/null
+++ b/x11-libs/libcryptui/files/libcryptui-3.12.2-gnupg-2.2.patch
@@ -0,0 +1,25 @@
+From 98afc46861678162aad8cae1c4c01dc4d6780bef Mon Sep 17 00:00:00 2001
+From: Gilles Dartiguelongue 
+Date: Sat, 2 Sep 2017 17:48:44 +0200
+Subject: [PATCH] Allow building with gnupg 2.2
+
+---
+ configure.ac | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/configure.ac b/configure.ac
+index 4486e7b2..be5b28b4 100644
+--- a/configure.ac
 b/configure.ac
+@@ -95,7 +95,7 @@ AC_ARG_ENABLE(gpg-check,
+   DO_CHECK=$enableval, DO_CHECK=yes)
+ 
+ if test   "$DO_CHECK" = "yes"; then
+-  accepted_versions="1.2 1.4 2.0 2.1"
++  accepted_versions="1.2 1.4 2.0 2.1 2.2"
+   AC_PATH_PROGS(GNUPG, [gpg gpg2], no)
+   AC_DEFINE_UNQUOTED(GNUPG, "$GNUPG", [Path to gpg executable.])
+   ok="no"
+-- 
+2.14.1
+

diff --git a/x11-libs/libcryptui/files/libcryptui-3.12.2-port-gcr-3.patch 
b/x11-libs/libcryptui/files/libcryptui-3.12.2-port-gcr-3.patch
new file mode 100644
index 000..5ca31f66413
--- /dev/null
+++ b/x11-libs/libcryptui/files/libcryptui-3.12.2-port-gcr-3.patch
@@ -0,0 +1,154 @@
+From 728aceb6defd4e6e4f07fa49ca76f5e745230fee Mon Sep 17 00:00:00 2001
+From: Marc-Antoine Perennou 
+Date: Fri, 16 Sep 2016 11:46:55 

[gentoo-commits] repo/gentoo:master commit in: x11-libs/libcryptui/files/

2016-11-09 Thread Pacho Ramos
commit: fc6baef66af761346960748945f0e390a4f3ac03
Author: Pacho Ramos  gentoo  org>
AuthorDate: Wed Nov  9 08:52:31 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Wed Nov  9 08:59:09 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc6baef6

x11-libs/libcryptui: Update patch for eapply usage

Package-Manager: portage-2.3.2

 x11-libs/libcryptui/files/libcryptui-3.12.2-gnupg-2.1.patch | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-libs/libcryptui/files/libcryptui-3.12.2-gnupg-2.1.patch 
b/x11-libs/libcryptui/files/libcryptui-3.12.2-gnupg-2.1.patch
index 25ad745..ecf3a2e 100644
--- a/x11-libs/libcryptui/files/libcryptui-3.12.2-gnupg-2.1.patch
+++ b/x11-libs/libcryptui/files/libcryptui-3.12.2-gnupg-2.1.patch
@@ -1,5 +1,5 @@
 configure.ac~  2014-05-13 20:53:02.0 +0200
-+++ configure.ac   2015-06-27 11:29:32.574106982 +0200
+--- a/configure.ac~2014-05-13 20:53:02.0 +0200
 b/configure.ac 2015-06-27 11:29:32.574106982 +0200
 @@ -95,7 +95,7 @@
DO_CHECK=$enableval, DO_CHECK=yes)
  



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libcryptui/

2016-11-04 Thread Pacho Ramos
commit: 3f79ae15f3ec0dcd0f5a43619f8c49028f6ee6b6
Author: Pacho Ramos  gentoo  org>
AuthorDate: Fri Nov  4 10:47:51 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Fri Nov  4 10:47:51 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f79ae15

x11-libs/libcryptui: Needs rarian, update ebuild

Package-Manager: portage-2.3.2

 x11-libs/libcryptui/libcryptui-3.12.2.ebuild | 17 -
 1 file changed, 8 insertions(+), 9 deletions(-)

diff --git a/x11-libs/libcryptui/libcryptui-3.12.2.ebuild 
b/x11-libs/libcryptui/libcryptui-3.12.2.ebuild
index 2fe9c1f..71af45d 100644
--- a/x11-libs/libcryptui/libcryptui-3.12.2.ebuild
+++ b/x11-libs/libcryptui/libcryptui-3.12.2.ebuild
@@ -1,18 +1,16 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI="5"
-GCONF_DEBUG="yes"
-
-inherit autotools eutils gnome2
+EAPI=6
+inherit autotools gnome2
 
 DESCRIPTION="User interface components for OpenPGP"
 HOMEPAGE="https://wiki.gnome.org/Apps/Seahorse;
 
 LICENSE="GPL-2+ LGPL-2.1+ FDL-1.1"
 SLOT="0"
-IUSE="+introspection libnotify"
+IUSE="debug +introspection libnotify"
 KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 x86 ~x86-fbsd"
 
 # Pull in libnotify-0.7 because it's controlled via an automagic ifdef
@@ -24,14 +22,14 @@ COMMON_DEPEND="
x11-libs/libICE
x11-libs/libSM
 
-   >=app-crypt/gpgme-1
+   >=app-crypt/gpgme-1:1=
>=app-crypt/gnupg-1.4
 
introspection? ( >=dev-libs/gobject-introspection-0.6.4:= )
libnotify? ( >=x11-libs/libnotify-0.7:= )
 "
 DEPEND="${COMMON_DEPEND}
-   >=app-text/scrollkeeper-0.3
+   app-text/rarian
>=dev-util/gtk-doc-am-1.9
>=dev-util/intltool-0.35
sys-devel/gettext
@@ -44,7 +42,7 @@ RDEPEND="${COMMON_DEPEND}
 
 src_prepare() {
# Support GnuPG 2.1, https://bugzilla.gnome.org/show_bug.cgi?id=745843
-   epatch "${FILESDIR}"/${PN}-3.12.2-gnupg-2.1.patch
+   eapply "${FILESDIR}"/${PN}-3.12.2-gnupg-2.1.patch
 
# FIXME: Do not mess with CFLAGS with USE="debug"
sed -e '/CFLAGS="$CFLAGS -g -O0/d' \
@@ -59,6 +57,7 @@ src_configure() {
gnome2_src_configure \
--disable-static \
--disable-update-mime-database \
+   $(use_enable debug) \
$(use_enable introspection) \
$(use_enable libnotify)
 }



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libcryptui/

2016-01-09 Thread Markus Meier
commit: 5f6093e501abcb3852fabdd1e43da146ccd2371a
Author: Markus Meier  gentoo  org>
AuthorDate: Sat Jan  9 19:03:14 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Sat Jan  9 19:04:40 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f6093e5

x11-libs/libcryptui: add ~arm, bug #551580

Package-Manager: portage-2.2.26

 x11-libs/libcryptui/libcryptui-3.12.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libcryptui/libcryptui-3.12.2.ebuild 
b/x11-libs/libcryptui/libcryptui-3.12.2.ebuild
index ddd8053..2fe9c1f 100644
--- a/x11-libs/libcryptui/libcryptui-3.12.2.ebuild
+++ b/x11-libs/libcryptui/libcryptui-3.12.2.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Seahorse;
 LICENSE="GPL-2+ LGPL-2.1+ FDL-1.1"
 SLOT="0"
 IUSE="+introspection libnotify"
-KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 x86 ~x86-fbsd"
 
 # Pull in libnotify-0.7 because it's controlled via an automagic ifdef
 COMMON_DEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libcryptui/

2015-11-07 Thread Pacho Ramos
commit: 867f2c468363146f4ac10e2c206d4c9ccd80ef54
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Nov  7 11:17:54 2015 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Nov  7 11:17:54 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=867f2c46

ia64 keyword, bug #551580

Package-Manager: portage-2.2.23

 x11-libs/libcryptui/libcryptui-3.12.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libcryptui/libcryptui-3.12.2.ebuild 
b/x11-libs/libcryptui/libcryptui-3.12.2.ebuild
index 2043dcb..ddd8053 100644
--- a/x11-libs/libcryptui/libcryptui-3.12.2.ebuild
+++ b/x11-libs/libcryptui/libcryptui-3.12.2.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Seahorse;
 LICENSE="GPL-2+ LGPL-2.1+ FDL-1.1"
 SLOT="0"
 IUSE="+introspection libnotify"
-KEYWORDS="~alpha amd64 ~ppc ~ppc64 x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 x86 ~x86-fbsd"
 
 # Pull in libnotify-0.7 because it's controlled via an automagic ifdef
 COMMON_DEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libcryptui/

2015-09-17 Thread Tobias Klausmann
commit: fb56145c2eb710f7b27833ef2f169cd98f588232
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Thu Sep 17 14:46:10 2015 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Thu Sep 17 14:46:38 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb56145c

x11-libs/libcryptui: add ~alpha keyword

Gentoo-Bug: 551580

Package-Manager: portage-2.2.20.1

 x11-libs/libcryptui/libcryptui-3.12.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libcryptui/libcryptui-3.12.2.ebuild 
b/x11-libs/libcryptui/libcryptui-3.12.2.ebuild
index 2fbf7c2..2043dcb 100644
--- a/x11-libs/libcryptui/libcryptui-3.12.2.ebuild
+++ b/x11-libs/libcryptui/libcryptui-3.12.2.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Seahorse;
 LICENSE="GPL-2+ LGPL-2.1+ FDL-1.1"
 SLOT="0"
 IUSE="+introspection libnotify"
-KEYWORDS="amd64 ~ppc ~ppc64 x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~ppc ~ppc64 x86 ~x86-fbsd"
 
 # Pull in libnotify-0.7 because it's controlled via an automagic ifdef
 COMMON_DEPEND="