public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: x11-libs/libcryptui/
@ 2017-12-21 23:31 Mart Raudsepp
  0 siblings, 0 replies; 9+ messages in thread
From: Mart Raudsepp @ 2017-12-21 23:31 UTC (permalink / raw
  To: gentoo-commits

commit:     eafc7c57def19c206c70490af4aea162f24410dd
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 21 23:19:17 2017 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Thu Dec 21 23:31:28 2017 +0000
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..00000000000
--- 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}
-	!<app-crypt/seahorse-3.1.4
-"
-
-src_prepare() {
-	# Support GnuPG 2.1, 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)
-}


^ permalink raw reply related	[flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-libs/libcryptui/
@ 2022-10-31 20:31 Matt Turner
  0 siblings, 0 replies; 9+ messages in thread
From: Matt Turner @ 2022-10-31 20:31 UTC (permalink / raw
  To: gentoo-commits

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

x11-libs/libcryptui: Set remote-id

Signed-off-by: Matt Turner <mattst88 <AT> 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 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<maintainer type="project">
-	<email>gnome@gentoo.org</email>
-	<name>Gentoo GNOME Desktop</name>
-</maintainer>
+  <maintainer type="project">
+    <email>gnome@gentoo.org</email>
+    <name>Gentoo GNOME Desktop</name>
+  </maintainer>
+  <upstream>
+    <remote-id type="gnome-gitlab">GNOME/libcryptui</remote-id>
+  </upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-libs/libcryptui/
@ 2022-10-01 17:16 Matt Turner
  0 siblings, 0 replies; 9+ messages in thread
From: Matt Turner @ 2022-10-01 17:16 UTC (permalink / raw
  To: gentoo-commits

commit:     8a1e42502b2e12d490d262ca68708299fd8d35cb
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sat Oct  1 17:02:42 2022 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sat Oct  1 17:16:45 2022 +0000
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 <mattst88 <AT> 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
 


^ permalink raw reply related	[flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-libs/libcryptui/
@ 2017-12-04 18:15 Pacho Ramos
  0 siblings, 0 replies; 9+ messages in thread
From: Pacho Ramos @ 2017-12-04 18:15 UTC (permalink / raw
  To: gentoo-commits

commit:     cff42f19001578472a42c8cce84b4b0f3bacb9fb
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Mon Dec  4 18:09:09 2017 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Mon Dec  4 18:09:09 2017 +0000
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="


^ permalink raw reply related	[flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-libs/libcryptui/
@ 2017-09-11 21:55 Gilles Dartiguelongue
  0 siblings, 0 replies; 9+ messages in thread
From: Gilles Dartiguelongue @ 2017-09-11 21:55 UTC (permalink / raw
  To: gentoo-commits

commit:     14ea93b533c6fc8fb6a8ebff30a6f96daf279620
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 11 21:36:45 2017 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Mon Sep 11 21:55:16 2017 +0000
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
 


^ permalink raw reply related	[flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-libs/libcryptui/
@ 2016-11-04 10:48 Pacho Ramos
  0 siblings, 0 replies; 9+ messages in thread
From: Pacho Ramos @ 2016-11-04 10:48 UTC (permalink / raw
  To: gentoo-commits

commit:     3f79ae15f3ec0dcd0f5a43619f8c49028f6ee6b6
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Fri Nov  4 10:47:51 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Fri Nov  4 10:47:51 2016 +0000
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)
 }


^ permalink raw reply related	[flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-libs/libcryptui/
@ 2016-01-09 19:04 Markus Meier
  0 siblings, 0 replies; 9+ messages in thread
From: Markus Meier @ 2016-01-09 19:04 UTC (permalink / raw
  To: gentoo-commits

commit:     5f6093e501abcb3852fabdd1e43da146ccd2371a
Author:     Markus Meier <maekke <AT> gentoo <DOT> org>
AuthorDate: Sat Jan  9 19:03:14 2016 +0000
Commit:     Markus Meier <maekke <AT> gentoo <DOT> org>
CommitDate: Sat Jan  9 19:04:40 2016 +0000
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="


^ permalink raw reply related	[flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-libs/libcryptui/
@ 2015-11-07 11:19 Pacho Ramos
  0 siblings, 0 replies; 9+ messages in thread
From: Pacho Ramos @ 2015-11-07 11:19 UTC (permalink / raw
  To: gentoo-commits

commit:     867f2c468363146f4ac10e2c206d4c9ccd80ef54
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Nov  7 11:17:54 2015 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Nov  7 11:17:54 2015 +0000
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="


^ permalink raw reply related	[flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-libs/libcryptui/
@ 2015-09-17 14:46 Tobias Klausmann
  0 siblings, 0 replies; 9+ messages in thread
From: Tobias Klausmann @ 2015-09-17 14:46 UTC (permalink / raw
  To: gentoo-commits

commit:     fb56145c2eb710f7b27833ef2f169cd98f588232
Author:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 17 14:46:10 2015 +0000
Commit:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Thu Sep 17 14:46:38 2015 +0000
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="


^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2022-10-31 20:37 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-21 23:31 [gentoo-commits] repo/gentoo:master commit in: x11-libs/libcryptui/ Mart Raudsepp
  -- strict thread matches above, loose matches on Subject: below --
2022-10-31 20:31 Matt Turner
2022-10-01 17:16 Matt Turner
2017-12-04 18:15 Pacho Ramos
2017-09-11 21:55 Gilles Dartiguelongue
2016-11-04 10:48 Pacho Ramos
2016-01-09 19:04 Markus Meier
2015-11-07 11:19 Pacho Ramos
2015-09-17 14:46 Tobias Klausmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox