public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mike Frysinger (vapier)" <vapier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/libgcrypt: libgcrypt-1.5.0-r2.ebuild ChangeLog
Date: Sun, 23 Sep 2012 22:28:11 +0000 (UTC)	[thread overview]
Message-ID: <20120923222811.862A221600@flycatcher.gentoo.org> (raw)

vapier      12/09/23 22:28:11

  Modified:             libgcrypt-1.5.0-r2.ebuild ChangeLog
  Log:
  Fix building for x32 ABIs #427726 by Joe.
  
  (Portage version: 2.2.0_alpha131/cvs/Linux x86_64)

Revision  Changes    Path
1.10                 dev-libs/libgcrypt/libgcrypt-1.5.0-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgcrypt/libgcrypt-1.5.0-r2.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgcrypt/libgcrypt-1.5.0-r2.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgcrypt/libgcrypt-1.5.0-r2.ebuild?r1=1.9&r2=1.10

Index: libgcrypt-1.5.0-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libgcrypt/libgcrypt-1.5.0-r2.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- libgcrypt-1.5.0-r2.ebuild	19 Aug 2012 16:59:12 -0000	1.9
+++ libgcrypt-1.5.0-r2.ebuild	23 Sep 2012 22:28:11 -0000	1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgcrypt/libgcrypt-1.5.0-r2.ebuild,v 1.9 2012/08/19 16:59:12 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgcrypt/libgcrypt-1.5.0-r2.ebuild,v 1.10 2012/09/23 22:28:11 vapier Exp $
 
 EAPI="4"
 
@@ -24,6 +24,7 @@
 
 src_prepare() {
 	epatch "${FILESDIR}"/${P}-uscore.patch
+	epatch "${FILESDIR}"/${PN}-1.5.0-x32.patch
 	epatch "${FILESDIR}"/${PN}-multilib-syspath.patch
 	epatch "${WORKDIR}"/${P}-idea.patch
 	eautoreconf



1.162                dev-libs/libgcrypt/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgcrypt/ChangeLog?rev=1.162&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgcrypt/ChangeLog?rev=1.162&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgcrypt/ChangeLog?r1=1.161&r2=1.162

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libgcrypt/ChangeLog,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -r1.161 -r1.162
--- ChangeLog	19 Aug 2012 16:59:12 -0000	1.161
+++ ChangeLog	23 Sep 2012 22:28:11 -0000	1.162
@@ -1,6 +1,10 @@
 # ChangeLog for dev-libs/libgcrypt
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgcrypt/ChangeLog,v 1.161 2012/08/19 16:59:12 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgcrypt/ChangeLog,v 1.162 2012/09/23 22:28:11 vapier Exp $
+
+  23 Sep 2012; Mike Frysinger <vapier@gentoo.org>
+  +files/libgcrypt-1.5.0-x32.patch, libgcrypt-1.5.0-r2.ebuild:
+  Fix building for x32 ABIs #427726 by Joe.
 
   19 Aug 2012; Raúl Porcel <armin76@gentoo.org> libgcrypt-1.5.0-r2.ebuild:
   alpha/ia64/m68k/s390/sh/sparc stable wrt #418391





             reply	other threads:[~2012-09-23 22:29 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-09-23 22:28 Mike Frysinger (vapier) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-08-19 16:59 [gentoo-commits] gentoo-x86 commit in dev-libs/libgcrypt: libgcrypt-1.5.0-r2.ebuild ChangeLog Raul Porcel (armin76)
2012-07-14 11:25 Markus Meier (maekke)
2012-06-29 14:28 Jeroen Roovers (jer)
2012-06-25  7:10 Jeff Horelick (jdhore)
2012-06-24 10:40 Agostino Sarubbo (ago)
2012-06-24  9:18 Kacper Kowalik (xarthisius)
2012-04-26 16:02 Alexis Ballier (aballier)
2012-02-18 20:55 Ulrich Mueller (ulm)

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=20120923222811.862A221600@flycatcher.gentoo.org \
    --to=vapier@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