public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/gnome:master commit in: app-crypt/gcr/, app-crypt/gcr/files/
@ 2012-03-31  9:14 Nirbheek Chauhan
  0 siblings, 0 replies; 2+ messages in thread
From: Nirbheek Chauhan @ 2012-03-31  9:14 UTC (permalink / raw
  To: gentoo-commits

commit:     7927bc3afcdcde96d01cf6d855848cddfb312cc6
Author:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 30 20:41:10 2012 +0000
Commit:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Fri Mar 30 20:41:10 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=7927bc3a

app-crypt/gcr: 3.3.92 → 3.4.0

---
 app-crypt/gcr/files/gcr-3.3.5-failing-tests.patch  |   13 -------------
 .../gcr/{gcr-3.3.92.ebuild => gcr-3.4.0.ebuild}    |    0
 2 files changed, 0 insertions(+), 13 deletions(-)

diff --git a/app-crypt/gcr/files/gcr-3.3.5-failing-tests.patch b/app-crypt/gcr/files/gcr-3.3.5-failing-tests.patch
deleted file mode 100644
index 76247d9..0000000
--- a/app-crypt/gcr/files/gcr-3.3.5-failing-tests.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/gcr/tests/test-subject-public-key.c b/gcr/tests/test-subject-public-key.c
-index 0f2e301..8e7e347 100644
---- a/gcr/tests/test-subject-public-key.c
-+++ b/gcr/tests/test-subject-public-key.c
-@@ -689,8 +689,6 @@ main (int argc, char **argv)
- 	for (i = 0; i < G_N_ELEMENTS (FIXTURES); i++) {
- 		fixture = &FIXTURES[i];
- 
--		g_test_add (test_name ("/gcr/subject-public-key/%s/cert-attributes", fixture->name), TestAttributes, fixture,
--		            setup_attributes, test_for_cert_attributes, teardown_attributes);
- 		g_test_add (test_name ("/gcr/subject-public-key/%s/public-key-attributes", fixture->name), TestAttributes, fixture,
- 		            setup_attributes, test_for_public_key_attributes, teardown_attributes);
- 		g_test_add (test_name ("/gcr/subject-public-key/%s/private-key-attributes", fixture->name), TestAttributes, fixture,

diff --git a/app-crypt/gcr/gcr-3.3.92.ebuild b/app-crypt/gcr/gcr-3.4.0.ebuild
similarity index 100%
rename from app-crypt/gcr/gcr-3.3.92.ebuild
rename to app-crypt/gcr/gcr-3.4.0.ebuild



^ permalink raw reply related	[flat|nested] 2+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: app-crypt/gcr/, app-crypt/gcr/files/
@ 2012-02-27  2:24 Alexandre Restovtsev
  0 siblings, 0 replies; 2+ messages in thread
From: Alexandre Restovtsev @ 2012-02-27  2:24 UTC (permalink / raw
  To: gentoo-commits

commit:     99573b4a5f8267fd11b612f2ecab8a9861cd30f0
Author:     Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 27 01:17:58 2012 +0000
Commit:     Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Mon Feb 27 01:31:31 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=99573b4a

app-crypt/gcr: new package (formerly part of gnome-keyring)

---
 app-crypt/gcr/files/gcr-3.3.5-failing-tests.patch |   13 ++++
 app-crypt/gcr/gcr-3.3.5.ebuild                    |   64 +++++++++++++++++++++
 2 files changed, 77 insertions(+), 0 deletions(-)

diff --git a/app-crypt/gcr/files/gcr-3.3.5-failing-tests.patch b/app-crypt/gcr/files/gcr-3.3.5-failing-tests.patch
new file mode 100644
index 0000000..76247d9
--- /dev/null
+++ b/app-crypt/gcr/files/gcr-3.3.5-failing-tests.patch
@@ -0,0 +1,13 @@
+diff --git a/gcr/tests/test-subject-public-key.c b/gcr/tests/test-subject-public-key.c
+index 0f2e301..8e7e347 100644
+--- a/gcr/tests/test-subject-public-key.c
++++ b/gcr/tests/test-subject-public-key.c
+@@ -689,8 +689,6 @@ main (int argc, char **argv)
+ 	for (i = 0; i < G_N_ELEMENTS (FIXTURES); i++) {
+ 		fixture = &FIXTURES[i];
+ 
+-		g_test_add (test_name ("/gcr/subject-public-key/%s/cert-attributes", fixture->name), TestAttributes, fixture,
+-		            setup_attributes, test_for_cert_attributes, teardown_attributes);
+ 		g_test_add (test_name ("/gcr/subject-public-key/%s/public-key-attributes", fixture->name), TestAttributes, fixture,
+ 		            setup_attributes, test_for_public_key_attributes, teardown_attributes);
+ 		g_test_add (test_name ("/gcr/subject-public-key/%s/private-key-attributes", fixture->name), TestAttributes, fixture,

diff --git a/app-crypt/gcr/gcr-3.3.5.ebuild b/app-crypt/gcr/gcr-3.3.5.ebuild
new file mode 100644
index 0000000..2b3d63c
--- /dev/null
+++ b/app-crypt/gcr/gcr-3.3.5.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-keyring/gnome-keyring-3.2.2.ebuild,v 1.4 2011/11/18 04:41:30 tetromino Exp $
+
+EAPI="4"
+GCONF_DEBUG="no"
+GNOME2_LA_PUNT="yes"
+
+inherit autotools gnome2 virtualx
+
+DESCRIPTION="Libraries for cryptographic UIs and accessing PKCS#11 modules"
+HOMEPAGE="http://www.gnome.org/"
+SRC_URI="${SRC_URI} mirror://gentoo/introspection.m4.bz2" # for eautoreconf
+
+LICENSE="GPL-2 LGPL-2"
+SLOT="0"
+IUSE="debug doc +introspection"
+KEYWORDS="~amd64 ~mips ~sh ~x86 ~x86-fbsd ~amd64-linux ~sparc-solaris ~x86-linux ~x86-solaris"
+
+COMMON_DEPEND=">=app-crypt/gnupg-2
+	>=app-crypt/p11-kit-0.6
+	>=dev-libs/glib-2.30:2
+	>=dev-libs/libgcrypt-1.2.2
+	>=dev-libs/libtasn1-1
+	>=sys-apps/dbus-1.0
+	>=x11-libs/gtk+-3.0:3
+	introspection? ( >=dev-libs/gobject-introspection-1.29 )
+"
+RDEPEND="${COMMON_DEPEND}
+	!<gnome-base/gnome-keyring-3.3"
+# gcr was part of gnome-keyring until 3.3
+DEPEND="${COMMON_DEPEND}
+	sys-devel/gettext
+	>=dev-util/gtk-doc-am-1.9
+	>=dev-util/intltool-0.35
+	>=dev-util/pkgconfig-0.9
+	doc? ( >=dev-util/gtk-doc-1.9 )"
+# eautoreconf needs:
+#	>=dev-util/gtk-doc-am-1.9
+
+pkg_setup() {
+	DOCS="AUTHORS ChangeLog HACKING NEWS README"
+	G2CONF="${G2CONF}
+		$(use_enable debug)
+		--disable-update-mime"
+}
+
+src_prepare() {
+	# FIXME: failing tests
+	if use test; then
+		sed -e 's:test-subject-public-key::' \
+			-e 's:test-system-prompt:$(NULL):' \
+			-i gcr/tests/Makefile.am || die "sed failed"
+		mv "${WORKDIR}/introspection.m4" build/m4/
+		eautoreconf
+	fi
+
+	gnome2_src_prepare
+}
+
+src_test() {
+	unset DBUS_SESSION_BUS_ADDRESS
+	Xemake check
+}



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

end of thread, other threads:[~2012-03-31  9:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-31  9:14 [gentoo-commits] proj/gnome:master commit in: app-crypt/gcr/, app-crypt/gcr/files/ Nirbheek Chauhan
  -- strict thread matches above, loose matches on Subject: below --
2012-02-27  2:24 Alexandre Restovtsev

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