From: "Fabian Groffen (grobian)" <grobian@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in app-crypt/gnupg: ChangeLog gnupg-2.0.15.ebuild
Date: Sun, 30 May 2010 13:53:48 +0000 (UTC) [thread overview]
Message-ID: <20100530135348.538352CF37@corvid.gentoo.org> (raw)
grobian 10/05/30 13:53:48
Modified: ChangeLog gnupg-2.0.15.ebuild
Log:
Disable symcryptrun on Solaris, there is no openpty out there
(Portage version: 2.2.00.15842-prefix/cvs/Darwin powerpc)
Revision Changes Path
1.372 app-crypt/gnupg/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/gnupg/ChangeLog?rev=1.372&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/gnupg/ChangeLog?rev=1.372&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/gnupg/ChangeLog?r1=1.371&r2=1.372
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-crypt/gnupg/ChangeLog,v
retrieving revision 1.371
retrieving revision 1.372
diff -u -r1.371 -r1.372
--- ChangeLog 26 May 2010 15:41:04 -0000 1.371
+++ ChangeLog 30 May 2010 13:53:48 -0000 1.372
@@ -1,6 +1,9 @@
# ChangeLog for app-crypt/gnupg
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/ChangeLog,v 1.371 2010/05/26 15:41:04 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/ChangeLog,v 1.372 2010/05/30 13:53:48 grobian Exp $
+
+ 30 May 2010; Fabian Groffen <grobian@gentoo.org> gnupg-2.0.15.ebuild:
+ Disable symcryptrun on Solaris, there is no openpty out there
26 May 2010; Markos Chandras <hwoarang@gentoo.org> gnupg-2.0.15.ebuild:
Stable on amd64 wrt bug #320037
1.6 app-crypt/gnupg/gnupg-2.0.15.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/gnupg/gnupg-2.0.15.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/gnupg/gnupg-2.0.15.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/gnupg/gnupg-2.0.15.ebuild?r1=1.5&r2=1.6
Index: gnupg-2.0.15.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-crypt/gnupg/gnupg-2.0.15.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- gnupg-2.0.15.ebuild 26 May 2010 15:41:04 -0000 1.5
+++ gnupg-2.0.15.ebuild 30 May 2010 13:53:48 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/gnupg-2.0.15.ebuild,v 1.5 2010/05/26 15:41:04 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/gnupg-2.0.15.ebuild,v 1.6 2010/05/30 13:53:48 grobian Exp $
EAPI="3"
@@ -54,13 +54,13 @@
econf \
--docdir="${EPREFIX}/usr/share/doc/${PF}" \
- --enable-symcryptrun \
--enable-gpg \
--enable-gpgsm \
--enable-agent \
$(use_with adns) \
$(use_enable bzip2) \
$(use_enable smartcard scdaemon) \
+ $(use_enable !elibc_SunOS symcryptrun) \
$(use_enable nls) \
$(use_enable ldap) \
$(use_with caps capabilities) \
next reply other threads:[~2010-05-30 13:53 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-05-30 13:53 Fabian Groffen (grobian) [this message]
-- strict thread matches above, loose matches on Subject: below --
2010-08-30 14:01 [gentoo-commits] gentoo-x86 commit in app-crypt/gnupg: ChangeLog gnupg-2.0.15.ebuild Raul Porcel (armin76)
2010-07-21 17:09 Samuli Suominen (ssuominen)
2010-07-19 21:44 Markus Meier (maekke)
2010-07-06 15:49 Jeroen Roovers (jer)
2010-06-27 10:23 Christian Faulhammer (fauli)
2010-06-27 8:18 Christian Faulhammer (fauli)
2010-05-30 20:01 Fabian Groffen (grobian)
2010-05-26 15:41 Markos Chandras (hwoarang)
2010-05-24 14:06 Gysbert Wassenaar (nixnut)
2010-05-19 11:04 Arfrever Frehtes Taifersar Arahesis (arfrever)
2010-03-10 18:55 Arfrever Frehtes Taifersar Arahesis (arfrever)
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20100530135348.538352CF37@corvid.gentoo.org \
--to=grobian@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox