From 6ba26c051556d316498ddabe07c39ae7ff84059d Mon Sep 17 00:00:00 2001 From: Michael Marineau Date: Sun, 9 Feb 2014 20:49:33 -0800 Subject: [PATCH] bump(dev-libs/libgcrypt): sync with upstream Fixes a linking oddity with glibc 2.17 that breaks building libxslt. Packages updated: dev-libs/libgcrypt dev-libs/libgpg-error --- .../dev-libs/libgcrypt/ChangeLog | 813 ++++++++++++++++++ .../dev-libs/libgcrypt/Manifest | 24 + .../files/libgcrypt-1.5.0-uscore.patch | 33 + .../files/libgcrypt-1.6.0-serial-tests.patch | 11 + .../files/libgcrypt-1.6.1-uscore.patch | 26 + .../files/libgcrypt-multilib-syspath.patch | 23 + .../dev-libs/libgcrypt/libgcrypt-1.5.3.ebuild | 48 ++ .../dev-libs/libgcrypt/libgcrypt-1.6.1.ebuild | 55 ++ .../dev-libs/libgcrypt/metadata.xml | 5 + .../dev-libs/libgpg-error/ChangeLog | 388 +++++++++ .../dev-libs/libgpg-error/Manifest | 35 +- .../libgpg-error/libgpg-error-1.10-r1.ebuild | 6 +- ...or-1.7.ebuild => libgpg-error-1.10.ebuild} | 18 +- .../libgpg-error/libgpg-error-1.11.ebuild | 39 + .../libgpg-error/libgpg-error-1.12-r1.ebuild | 55 ++ .../libgpg-error/libgpg-error-1.12.ebuild | 37 + .../dev-libs/libgpg-error/metadata.xml | 8 + 17 files changed, 1611 insertions(+), 13 deletions(-) create mode 100644 sdk_container/src/third_party/portage-stable/dev-libs/libgcrypt/ChangeLog create mode 100644 sdk_container/src/third_party/portage-stable/dev-libs/libgcrypt/Manifest create mode 100644 sdk_container/src/third_party/portage-stable/dev-libs/libgcrypt/files/libgcrypt-1.5.0-uscore.patch create mode 100644 sdk_container/src/third_party/portage-stable/dev-libs/libgcrypt/files/libgcrypt-1.6.0-serial-tests.patch create mode 100644 sdk_container/src/third_party/portage-stable/dev-libs/libgcrypt/files/libgcrypt-1.6.1-uscore.patch create mode 100644 sdk_container/src/third_party/portage-stable/dev-libs/libgcrypt/files/libgcrypt-multilib-syspath.patch create mode 100644 sdk_container/src/third_party/portage-stable/dev-libs/libgcrypt/libgcrypt-1.5.3.ebuild create mode 100644 sdk_container/src/third_party/portage-stable/dev-libs/libgcrypt/libgcrypt-1.6.1.ebuild create mode 100644 sdk_container/src/third_party/portage-stable/dev-libs/libgcrypt/metadata.xml create mode 100644 sdk_container/src/third_party/portage-stable/dev-libs/libgpg-error/ChangeLog rename sdk_container/src/third_party/portage-stable/dev-libs/libgpg-error/{libgpg-error-1.7.ebuild => libgpg-error-1.10.ebuild} (57%) create mode 100644 sdk_container/src/third_party/portage-stable/dev-libs/libgpg-error/libgpg-error-1.11.ebuild create mode 100644 sdk_container/src/third_party/portage-stable/dev-libs/libgpg-error/libgpg-error-1.12-r1.ebuild create mode 100644 sdk_container/src/third_party/portage-stable/dev-libs/libgpg-error/libgpg-error-1.12.ebuild create mode 100644 sdk_container/src/third_party/portage-stable/dev-libs/libgpg-error/metadata.xml diff --git a/sdk_container/src/third_party/portage-stable/dev-libs/libgcrypt/ChangeLog b/sdk_container/src/third_party/portage-stable/dev-libs/libgcrypt/ChangeLog new file mode 100644 index 0000000000..04c7ff5f41 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/dev-libs/libgcrypt/ChangeLog @@ -0,0 +1,813 @@ +# ChangeLog for dev-libs/libgcrypt +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgcrypt/ChangeLog,v 1.202 2014/02/04 02:43:46 radhermit Exp $ + + 04 Feb 2014; Tim Harder -libgcrypt-1.4.6.ebuild, + -libgcrypt-1.4.6-r1.ebuild, -libgcrypt-1.5.0.ebuild, + -libgcrypt-1.5.0-r1.ebuild, -libgcrypt-1.5.0-r2.ebuild, + -libgcrypt-1.5.0-r3.ebuild, -libgcrypt-1.5.0-r4.ebuild, + -libgcrypt-1.5.1.ebuild, -libgcrypt-1.5.2-r1.ebuild, + -libgcrypt-1.6.0-r1.ebuild, -files/libgcrypt-1.5.0-aesni.patch, + -files/libgcrypt-1.5.0-x32.patch, -files/libgcrypt-1.6.0-gcry_md_reset.patch: + Remove old. + +*libgcrypt-1.6.1 (04 Feb 2014) + + 04 Feb 2014; Tim Harder +libgcrypt-1.6.1.ebuild, + +files/libgcrypt-1.6.1-uscore.patch: + Version bump, re-add arm keyword since bug #494668 should be fixed according + to upstream. + +*libgcrypt-1.6.0-r1 (03 Feb 2014) + + 03 Feb 2014; Alon Bar-Lev + +files/libgcrypt-1.6.0-gcry_md_reset.patch, +libgcrypt-1.6.0-r1.ebuild, + -libgcrypt-1.6.0.ebuild: + fix performance issues, bug#497654, thanks to Alexandre Rostovtsev + + 24 Jan 2014; Alon Bar-Lev + +files/libgcrypt-1.6.0-serial-tests.patch, libgcrypt-1.6.0.ebuild: + enable automake >= 1.14, bug#498718, thanks to wojtek + + 18 Jan 2014; Mike Frysinger libgcrypt-1.5.3.ebuild, + libgcrypt-1.6.0.ebuild: + Add arm64 love. + + 16 Jan 2014; Markus Meier libgcrypt-1.6.0.ebuild: + mark -arm, bug #494668 + + 05 Jan 2014; Fabian Groffen libgcrypt-1.6.0.ebuild: + Marked ~m68k-mint, bug #494512 + + 27 Dec 2013; Fabian Groffen libgcrypt-1.6.0.ebuild: + Fix building the asm bits on Solaris by allowing the divide operand there + +*libgcrypt-1.6.0 (16 Dec 2013) + + 16 Dec 2013; Tim Harder +libgcrypt-1.6.0.ebuild: + Version bump, restrict automake version so tests run properly. + + 05 Dec 2013; Michael Haubenwallner libgcrypt-1.5.3.ebuild: + add ~ppc-aix keyword + + 08 Aug 2013; Agostino Sarubbo libgcrypt-1.5.3.ebuild: + Stable for sh, wrt bug #478184 + + 08 Aug 2013; Agostino Sarubbo libgcrypt-1.5.3.ebuild: + Stable for sparc, wrt bug #478184 + + 06 Aug 2013; Agostino Sarubbo libgcrypt-1.5.2-r1.ebuild: + Stable for s390, wrt bug #475674 + + 06 Aug 2013; Agostino Sarubbo libgcrypt-1.5.3.ebuild: + Stable for s390, wrt bug #478184 + + 04 Aug 2013; Agostino Sarubbo libgcrypt-1.5.3.ebuild: + Stable for ppc64, wrt bug #478184 + + 04 Aug 2013; Agostino Sarubbo libgcrypt-1.5.3.ebuild: + Stable for ia64, wrt bug #478184 + + 03 Aug 2013; Agostino Sarubbo libgcrypt-1.5.2-r1.ebuild: + Stable for sparc, wrt bug #475674 + + 30 Jul 2013; Agostino Sarubbo libgcrypt-1.5.3.ebuild: + Stable for alpha, wrt bug #478184 + + 28 Jul 2013; Agostino Sarubbo libgcrypt-1.5.3.ebuild: + Stable for arm, wrt bug #478184 + + 28 Jul 2013; Agostino Sarubbo libgcrypt-1.5.3.ebuild: + Stable for ppc, wrt bug #478184 + + 27 Jul 2013; Agostino Sarubbo libgcrypt-1.5.3.ebuild: + Stable for x86, wrt bug #478184 + + 27 Jul 2013; Jeroen Roovers libgcrypt-1.5.3.ebuild: + Stable for HPPA (bug #478184). + + 26 Jul 2013; Agostino Sarubbo libgcrypt-1.5.3.ebuild: + Stable for amd64, wrt bug #478184 + +*libgcrypt-1.5.3 (25 Jul 2013) + + 25 Jul 2013; Tim Harder +libgcrypt-1.5.3.ebuild: + Security bump (bug #478184). + + 07 Jul 2013; Agostino Sarubbo libgcrypt-1.5.2-r1.ebuild: + Stable for ia64, wrt bug #475674 + + 07 Jul 2013; Agostino Sarubbo libgcrypt-1.5.2-r1.ebuild: + Stable for arm, wrt bug #475674 + + 06 Jul 2013; Agostino Sarubbo libgcrypt-1.5.2-r1.ebuild: + Stable for alpha, wrt bug #475674 + + 06 Jul 2013; Jeroen Roovers libgcrypt-1.5.2-r1.ebuild: + Stable for HPPA (bug #475674). + + 04 Jul 2013; Agostino Sarubbo libgcrypt-1.5.2-r1.ebuild: + Stable for ppc64, wrt bug #475674 + + 04 Jul 2013; Agostino Sarubbo libgcrypt-1.5.2-r1.ebuild: + Stable for ppc, wrt bug #475674 + + 04 Jul 2013; Agostino Sarubbo libgcrypt-1.5.2-r1.ebuild: + Stable for x86, wrt bug #475674 + + 04 Jul 2013; Agostino Sarubbo libgcrypt-1.5.2-r1.ebuild: + Stable for amd64, wrt bug #475674 + +*libgcrypt-1.5.2-r1 (04 Jun 2013) + + 04 Jun 2013; Tim Harder -libgcrypt-1.5.2.ebuild, + +libgcrypt-1.5.2-r1.ebuild: + Revbump and remove old. Drop caps use flag and disable capabilities due to + various applications requiring privileges after libgcrypt drops them (bug + #468616) and use the autotools-utils eclass. + +*libgcrypt-1.5.2 (27 Apr 2013) + + 27 Apr 2013; Tim Harder +libgcrypt-1.5.2.ebuild: + Version bump (bug #467466), add caps use flag. + + 25 Apr 2013; Tim Harder libgcrypt-1.5.1.ebuild: + Fix autoreconf failures with automake-1.13 (bug #466938). + +*libgcrypt-1.5.1 (19 Mar 2013) + + 19 Mar 2013; Tim Harder +libgcrypt-1.5.1.ebuild: + Version bump and add subslot. + + 20 Feb 2013; Zac Medico libgcrypt-1.5.0-r4.ebuild: + Add ~arm-linux keyword. + + 23 Dec 2012; Fabian Groffen libgcrypt-1.5.0-r4.ebuild: + Fix bus errors on sparc64-solaris + +*libgcrypt-1.5.0-r4 (04 Dec 2012) + + 04 Dec 2012; Tim Harder +libgcrypt-1.5.0-r4.ebuild, + +files/libgcrypt-1.5.0-aesni.patch: + Revbump to fix segfault issue with aes-ni support and add epatch_user support + (bugs #442568 and #442630 by Toralf Förster). + +*libgcrypt-1.5.0-r3 (04 Nov 2012) + + 04 Nov 2012; Dane Smith +libgcrypt-1.5.0-r3.ebuild: + Revbump. Add prefix support from Christoph Junghans . + Closes bug 440080. + + 23 Sep 2012; Mike Frysinger + +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 libgcrypt-1.5.0-r2.ebuild: + alpha/ia64/m68k/s390/sh/sparc stable wrt #418391 + + 14 Jul 2012; Markus Meier libgcrypt-1.5.0-r2.ebuild: + arm stable, bug #418391 + + 29 Jun 2012; Jeroen Roovers libgcrypt-1.5.0-r2.ebuild: + Stable for HPPA (bug #418391). + + 25 Jun 2012; Jeff Horelick libgcrypt-1.5.0-r2.ebuild: + marked x86 per bug 418391 + + 24 Jun 2012; Agostino Sarubbo libgcrypt-1.5.0-r2.ebuild: + Stable for amd64, wrt bug #418391 + + 24 Jun 2012; Kacper Kowalik + libgcrypt-1.5.0-r2.ebuild: + ppc/ppc64 stable wrt #418391 + + 21 May 2012; Kacper Kowalik libgcrypt-1.5.0-r1.ebuild, + libgcrypt-1.5.0-r2.ebuild, libgcrypt-1.5.0.ebuild: + Add missing inheritance of eutils.eclass + + 26 Apr 2012; Alexis Ballier libgcrypt-1.5.0-r2.ebuild: + keyword ~amd64-fbsd + +*libgcrypt-1.5.0-r2 (18 Feb 2012) + + 18 Feb 2012; Ulrich Müller +libgcrypt-1.5.0-r2.ebuild: + Re-add support for the IDEA cipher, bug 159870. + +*libgcrypt-1.5.0-r1 (22 Sep 2011) + + 22 Sep 2011; Diego E. Pettenò + +libgcrypt-1.5.0-r1.ebuild, +files/libgcrypt-multilib-syspath.patch: + Revbump: also drop -L flags from libgcrypt-config as done for libgpg-error; + avoid forcing PIC code for static libraries (if they are even enabled); use + EAPI=4 features; remove .la files if the static libraries are not installed. + + 22 Sep 2011; Diego E. Pettenò + -libgcrypt-1.5.0_beta1-r1.ebuild, -libgcrypt-1.5.0_beta1-r2.ebuild, + -files/libgcrypt-1.5.0_beta1-ctr.patch: + Remove betas, so that we can remove the (too big) file in FILESDIR. + + 22 Sep 2011; Diego E. Pettenò libgcrypt-1.5.0.ebuild, + +files/libgcrypt-1.5.0-uscore.patch: + Use libtool's macro to identify whether to use underscores in names or not. + Closes bug #383865. + +*libgcrypt-1.5.0 (01 Jul 2011) + + 01 Jul 2011; Markos Chandras +libgcrypt-1.5.0.ebuild: + Version bump. Requested by Arfrever + +*libgcrypt-1.5.0_beta1-r2 (01 May 2011) + + 01 May 2011; Arfrever Frehtes Taifersar Arahesis + +libgcrypt-1.5.0_beta1-r2.ebuild, +files/libgcrypt-1.5.0_beta1-ctr.patch: + Backport changes in CTR mode (bug #356325). + +*libgcrypt-1.5.0_beta1-r1 (06 Apr 2011) +*libgcrypt-1.4.6-r1 (06 Apr 2011) + + 06 Apr 2011; Dane Smith +libgcrypt-1.4.6-r1.ebuild, + -libgcrypt-1.5.0_beta1.ebuild, +libgcrypt-1.5.0_beta1-r1.ebuild: + Revbump for both 1.4.6 and 1.5.0_ beta1. Disable flag munging wrt + bug 360503. Remove old 1.5.0_beta1. + +*libgcrypt-1.5.0_beta1 (23 Feb 2011) + + 23 Feb 2011; Arfrever Frehtes Taifersar Arahesis + +libgcrypt-1.5.0_beta1.ebuild: + Version bump. + + 29 Jan 2011; Arfrever Frehtes Taifersar Arahesis + libgcrypt-1.4.6.ebuild: + Revert change for bug #352302. + + 21 Jan 2011; Robin H. Johnson libgcrypt-1.4.6.ebuild: + Bug #352302: Make static-libs IUSE default so that the installcd stage1 + builds correctly again. + + 16 Jan 2011; Arfrever Frehtes Taifersar Arahesis + libgcrypt-1.4.6.ebuild: + Add "static-libs" USE flag. + + 16 Oct 2010; Arfrever Frehtes Taifersar Arahesis + -libgcrypt-1.4.5.ebuild: + Delete. + + 16 Oct 2010; Jeroen Roovers libgcrypt-1.4.6.ebuild: + Stable for PPC (bug #337121). + + 15 Oct 2010; Jeroen Roovers libgcrypt-1.4.6.ebuild: + Stable for HPPA (bug #337121). + + 30 Sep 2010; Brent Baude libgcrypt-1.4.6.ebuild: + stable ppc64, bug 337121 + + 18 Sep 2010; Raúl Porcel libgcrypt-1.4.6.ebuild: + alpha/arm/ia64/m68k/s390/sh/sparc stable wrt #337121 + + 14 Sep 2010; Pawel Hajdan jr + libgcrypt-1.4.6.ebuild: + x86 stable wrt bug #337121 + + 13 Sep 2010; Markos Chandras libgcrypt-1.4.6.ebuild: + Stable on amd64 wrt bug #337121 + + 30 Aug 2010; Patrick Lauer libgcrypt-1.4.6.ebuild: + Fixing for non-bash shells #331907 + +*libgcrypt-1.4.6 (15 Jul 2010) + + 15 Jul 2010; Arfrever Frehtes Taifersar Arahesis + -libgcrypt-1.4.0-r1.ebuild, -files/libgcrypt-1.4.0-HMAC-SHA-384-512.patch, + -libgcrypt-1.4.3-r1.ebuild, -files/libgcrypt-1.4.3-HMAC-SHA-384-512.patch, + -libgcrypt-1.4.4.ebuild, +libgcrypt-1.4.6.ebuild, metadata.xml: + Version bump. + + 07 Mar 2010; Samuli Suominen + libgcrypt-1.4.5.ebuild: + amd64 stable wrt #300707 + + 07 Feb 2010; Raúl Porcel libgcrypt-1.4.5.ebuild: + alpha/arm/ia64/m68k/s390/sh/sparc stable wrt #300707 + + 03 Feb 2010; Christian Faulhammer + libgcrypt-1.4.5.ebuild: + stable x86, bug 300707 + + 19 Jan 2010; nixnut libgcrypt-1.4.5.ebuild: + ppc stable #300707 + + 14 Jan 2010; Jeroen Roovers libgcrypt-1.4.5.ebuild: + Stable for HPPA (bug #300707). + + 13 Jan 2010; Brent Baude libgcrypt-1.4.5.ebuild: + stable ppc64, bug 300707 + + 13 Dec 2009; Raúl Porcel libgcrypt-1.4.4.ebuild: + m68k stable, thanks to kolla for testing + +*libgcrypt-1.4.5 (12 Dec 2009) + + 12 Dec 2009; Arfrever Frehtes Taifersar Arahesis + +libgcrypt-1.4.5.ebuild: + Version bump. + + 07 Nov 2009; Arfrever Frehtes Taifersar Arahesis + libgcrypt-1.4.4.ebuild: + Disable C++ checks (bug #288334). + + 05 Apr 2009; Arfrever Frehtes Taifersar Arahesis + libgcrypt-1.4.4.ebuild: + Replace -O3 with -O2 on x86 when using GCC 4.1 (bug #263589). + + 25 Mar 2009; Joseph Jezak libgcrypt-1.4.4.ebuild: + Marked ppc stable for bug #263319. + + 23 Mar 2009; Jeroen Roovers libgcrypt-1.4.4.ebuild: + Stable for HPPA (bug #263319). + + 23 Mar 2009; Brent Baude libgcrypt-1.4.4.ebuild: + stable ppc64, bug 263319 + + 23 Mar 2009; Raúl Porcel libgcrypt-1.4.4.ebuild: + arm/ia64/s390/sh/sparc stable wrt #263319 + + 22 Mar 2009; Tobias Klausmann + libgcrypt-1.4.4.ebuild: + Stable on alpha, bug #263319 + + 22 Mar 2009; Markus Meier libgcrypt-1.4.4.ebuild: + amd64/x86 stable, bug #263319 + +*libgcrypt-1.4.4 (25 Jan 2009) + + 25 Jan 2009; Daniel Black + -files/libgcrypt-1.2.3-strict-aliasing.patch, -libgcrypt-1.2.4.ebuild, + -libgcrypt-1.4.1.ebuild, +libgcrypt-1.4.4.ebuild: + version bump as per bug #256049 thanks Arfrever Frehtes Taifersar Arahesis. + Dropped IDEA support in this release. removed old versions + +*libgcrypt-1.4.3-r1 (06 Nov 2008) + + 06 Nov 2008; Daniel Black + +files/libgcrypt-1.4.0-HMAC-SHA-384-512.patch, + +files/libgcrypt-1.4.3-HMAC-SHA-384-512.patch, libgcrypt-1.4.0-r1.ebuild, + -libgcrypt-1.4.3.ebuild, +libgcrypt-1.4.3-r1.ebuild: + hash calculation fix as per upstream + http://marc.info/?l=gcrypt-devel&m=122591162816263&w=2 + +*libgcrypt-1.4.3 (03 Nov 2008) + + 03 Nov 2008; Daniel Black + +libgcrypt-1.4.3.ebuild: + version bump thanks to Arfrever in bug #237855 + + 06 Aug 2008; Ulrich Mueller metadata.xml: + Add USE flag description to metadata wrt GLEP 56. + +*libgcrypt-1.4.1 (25 Apr 2008) + + 25 Apr 2008; Alon Bar-Lev +libgcrypt-1.4.1.ebuild: + Version bump + + 13 Feb 2008; Alon Bar-Lev -libgcrypt-1.2.2-r1.ebuild: + Cleanup + + 31 Jan 2008; Alon Bar-Lev libgcrypt-1.4.0-r1.ebuild: + Fix dependency on libgpg-error, bug#208115 + + 29 Jan 2008; Alon Bar-Lev libgcrypt-1.2.4.ebuild, + libgcrypt-1.4.0-r1.ebuild: + Modify IDEA URL + + 21 Jan 2008; Jeroen Roovers libgcrypt-1.4.0-r1.ebuild: + Stable for HPPA (bug #206666). + + 20 Jan 2008; Raúl Porcel libgcrypt-1.4.0-r1.ebuild: + alpha/ia64/sparc/x86 stable wrt #206666 + + 20 Jan 2008; Christoph Mende + libgcrypt-1.4.0-r1.ebuild: + Stable on amd64 wrt bug #206666 + + 20 Jan 2008; nixnut libgcrypt-1.4.0-r1.ebuild: + Stable on ppc wrt bug 206666 + + 20 Jan 2008; Brent Baude libgcrypt-1.4.0-r1.ebuild: + Marking libgcrypt-1.4.0-r1 ppc64 for bug 206666 + + 22 Dec 2007; nixnut libgcrypt-1.4.0-r1.ebuild: + Added ~ppc wrt bug 201901 + + 15 Dec 2007; Alon Bar-Lev libgcrypt-1.2.4.ebuild, + libgcrypt-1.4.0-r1.ebuild: + Remove reference to mediacrypt, bug#202378 + +*libgcrypt-1.4.0-r1 (14 Dec 2007) + + 14 Dec 2007; Alon Bar-Lev -libgcrypt-1.4.0.ebuild, + +libgcrypt-1.4.0-r1.ebuild: + Revbump + + 12 Dec 2007; Markus Rothe libgcrypt-1.4.0.ebuild: + Added ~ppc64; bug #201901 + + 11 Dec 2007; Alon Bar-Lev libgcrypt-1.4.0.ebuild: + Removed padlock, bug#201917, thanks to many + +*libgcrypt-1.4.0 (10 Dec 2007) + + 10 Dec 2007; Alon Bar-Lev +libgcrypt-1.4.0.ebuild: + Version bump + + 10 Nov 2007; Alon Bar-Lev -libgcrypt-1.1.12.ebuild, + -libgcrypt-1.1.94.ebuild, -libgcrypt-1.2.0.ebuild, + -libgcrypt-1.2.1.ebuild, -libgcrypt-1.2.1-r1.ebuild, + -libgcrypt-1.2.2.ebuild, -libgcrypt-1.2.3.ebuild, + -libgcrypt-1.2.3-r1.ebuild: + Cleanup + + 09 Oct 2007; Christoph Mende libgcrypt-1.2.4.ebuild: + Stable on amd64 wrt bug #194113 + + 05 Oct 2007; Tom Gall libgcrypt-1.2.4.ebuild: + stable on ppc64 + + 02 Oct 2007; Raúl Porcel libgcrypt-1.2.4.ebuild: + alpha/ia64 stable wrt #194113 + + 30 Sep 2007; Markus Meier libgcrypt-1.2.4.ebuild: + x86 stable, bug #194113 + + 29 Sep 2007; Lars Weiler libgcrypt-1.2.4.ebuild: + stable ppc, bug #194113 + + 29 Sep 2007; Jeroen Roovers libgcrypt-1.2.4.ebuild: + Stable for HPPA (bug #194113). + + 28 Sep 2007; Ferris McCormick libgcrypt-1.2.4.ebuild: + Sparc stable --- Bug #194113 --- all tests pass. + + 30 Aug 2007; Christian Heim metadata.xml: + Removing liquidx from metadata due to his retirement (see #171155 for + reference). + + 03 Mar 2007; Marius Mauch libgcrypt-1.2.3-r1.ebuild, + libgcrypt-1.2.4.ebuild: + Replacing einfo with elog/ewarn + +*libgcrypt-1.2.4 (02 Feb 2007) + + 02 Feb 2007; Alon Bar-Lev +libgcrypt-1.2.4.ebuild: + Version bump + + 12 Jan 2007; Alon Bar-Lev libgcrypt-1.2.3-r1.ebuild: + Remove WANT_AUTO* + + 10 Jan 2007; Alon Bar-Lev + +files/libgcrypt-1.2.3-strict-aliasing.patch, libgcrypt-1.2.3-r1.ebuild: + Fixed strict-aliasing qa issue, bug#161370 + + 05 Jan 2007; Alon Bar-Lev libgcrypt-1.2.3-r1.ebuild: + Added autotools variables, bug#160135, thanks to jacub + + 05 Jan 2007; Alon Bar-Lev libgcrypt-1.2.3-r1.ebuild: + Fixing idea url to upstream, who publish our patch now + + 04 Jan 2007; Diego Pettenò + libgcrypt-1.2.3-r1.ebuild: + Fix atom. + +*libgcrypt-1.2.3-r1 (04 Jan 2007) + + 04 Jan 2007; Alon Bar-Lev +libgcrypt-1.2.3-r1.ebuild: + Add idea algirithm patch, modified version of + http://www.kfwebs.net/articles/article/42/GnuPG-2.0---IDEA-support, + bug#159870 + + 28 Dec 2006; Fabian Groffen libgcrypt-1.2.0.ebuild, + libgcrypt-1.2.1.ebuild, libgcrypt-1.2.1-r1.ebuild, libgcrypt-1.2.2.ebuild, + libgcrypt-1.2.2-r1.ebuild, libgcrypt-1.2.3.ebuild: + Dropped ppc-macos keyword, see you in prefix + +*libgcrypt-1.2.3 (29 Oct 2006) + + 29 Oct 2006; Alon Bar-Lev +libgcrypt-1.2.3.ebuild: + Version bump + + 19 Oct 2006; Roy Marples libgcrypt-1.2.2-r1.ebuild: + Added ~sparc-fbsd keyword. + + 09 Jul 2006; Joshua Kinard libgcrypt-1.2.2-r1.ebuild: + Marked stable on mips. + + 27 Apr 2006; Marien Zwart + files/digest-libgcrypt-1.1.12, files/digest-libgcrypt-1.1.94, + files/digest-libgcrypt-1.2.0, files/digest-libgcrypt-1.2.1, + files/digest-libgcrypt-1.2.1-r1, Manifest: + Fixing SHA256 digest, pass four + + 23 Apr 2006; Diego Pettenò + libgcrypt-1.2.2-r1.ebuild: + Actually add the ~x86-fbsd keyword. + + 23 Apr 2006; Diego Pettenò + libgcrypt-1.2.2-r1.ebuild: + Don't run econf two times, it's useless. + + 23 Apr 2006; Diego Pettenò + libgcrypt-1.2.2-r1.ebuild: + Run elibtoolize and add ~x86-fbsd keyword. + + 21 Feb 2006; Marcelo Goes + -files/libgcrypt-1.2.1-GNU-stack-fix.patch, + -files/libgcrypt-1.2.1-info-entry-fix.patch, + -files/libgcrypt-1.2.1-ppc64-fix.patch, libgcrypt-1.2.1.ebuild, + libgcrypt-1.2.1-r1.ebuild, libgcrypt-1.2.2.ebuild, + libgcrypt-1.2.2-r1.ebuild: + Move patches to mirrors, fixes large files bug 123634 reported by Mark + Loeser . + + 14 Feb 2006; Fabian Groffen + libgcrypt-1.2.2-r1.ebuild: + Marked ppc-macos stable bug (#122760) + + 06 Feb 2006; Simon Stelling libgcrypt-1.2.2-r1.ebuild: + stable on amd64 + + 04 Feb 2006; Aron Griffis libgcrypt-1.2.2-r1.ebuild: + Mark 1.2.2-r1 stable on alpha + + 02 Jan 2006; Michael Hanselmann + libgcrypt-1.2.2-r1.ebuild: + Stable on ppc. + + 31 Dec 2005; Markus Rothe libgcrypt-1.2.2.ebuild, + libgcrypt-1.2.2-r1.ebuild: + Added tgall's fix for ppc64 to later versions, too. + + 30 Dec 2005; Markus Rothe libgcrypt-1.2.2-r1.ebuild: + Stable on ppc64 + + 29 Dec 2005; Gustavo Zacarias + libgcrypt-1.2.2-r1.ebuild: + Stable on sparc + + 29 Dec 2005; Mark Loeser libgcrypt-1.2.2-r1.ebuild: + Stable on x86; bug #117034 + + 25 Nov 2005; Tom Gall libgcrypt-1.2.1.ebuild, + +libgcrypt-1.2.1-ppc64-fix.patch: + bug #90211 + + 10 Nov 2005; Michele Noberasco libgcrypt-1.2.2-r1.ebuild files/digest-libgcrypt-1.2.2-r1 + libgcrypt-1.2.2.ebuild files/digest-libgcrypt-1.2.2 +files/libgcrypt-1.2.1-info-entry-fix.patch: + Added small patch to fix info file so that its subsequent index entry works. + +*libgcrypt-1.2.2-r1 (08 Nov 2005) + + 08 Nov 2005; Daniel Black libgcrypt-1.2.2-r1.ebuild files/digest-libgcrypt-1.2.2-r1 + Added portable nonexecutable stack method thanks to Werner + +*libgcrypt-1.2.2 (07 Nov 2005) + + 07 Nov 2005; Daniel Black + +libgcrypt-1.2.2.ebuild: + verison bump as per bug #108677 + + 04 Sep 2005; Daniel Black + +files/libgcrypt-1.2.1-GNU-stack-fix.patch, libgcrypt-1.2.1-r1.ebuild: + nonexecutable stacks hopefully fixed for all platforms (bug #96022). Thanks + to the Pax Team who I could not of fixed it without + +*libgcrypt-1.2.1-r1 (20 Aug 2005) + + 20 Aug 2005; Daniel Black libgcrypt-1.2.1-r1.ebuild files/digest-libgcrypt-1.2.1-r1 + revision bump to force pic static libraries (bug #96022) + + 17 Aug 2005; MATSUU Takuto libgcrypt-1.2.1.ebuild: + Stable on sh. + + 07 Aug 2005; Daniel Black + libgcrypt-1.1.12.ebuild, libgcrypt-1.1.94.ebuild, libgcrypt-1.2.0.ebuild, + libgcrypt-1.2.1.ebuild: + changed to mirror://gnupg + + 09 Jul 2005; Lina Pezzella libgcrypt-1.2.1.ebuild: + Stable ppc-macos. Bug #98376 + + 05 Jul 2005; Daniel Black + -files/libgcrypt-hppa.patch, -files/libgcrypt-rijndael.patch, + -libgcrypt-1.1.91.ebuild, -libgcrypt-1.1.92.ebuild, + -libgcrypt-1.2.0-r1.ebuild, -libgcrypt-1.2.0-r2.ebuild, + libgcrypt-1.2.1.ebuild: + Version cleanout and fixes bug #96792 by Chris White + + 03 Jul 2005; Hardave Riar libgcrypt-1.2.1.ebuild: + Stable on mips, dep for bug #90726. + + 06 Jun 2005; Markus Rothe libgcrypt-1.2.1.ebuild: + Stable on ppc64 + + 09 May 2005; Gustavo Zacarias + libgcrypt-1.2.1.ebuild: + Stable on sparc + + 07 May 2005; Aron Griffis libgcrypt-1.2.1.ebuild: + stable on ia64 + + 30 Apr 2005; Bryan Østergaard libgcrypt-1.2.1.ebuild: + Stable on alpha. + + 29 Apr 2005; Jan Brinkmann libgcrypt-1.2.1.ebuild: + stable on amd64 + + 29 Apr 2005; Daniel Black libgcrypt-1.2.1.ebuild: + ppc stable + + 28 Apr 2005; Daniel Black libgcrypt-1.2.1.ebuild: + x86 stable libgcrypt-1.2.1 + + 01 Apr 2005; Aron Griffis libgcrypt-1.2.0-r2.ebuild: + stable on ia64 + + 26 Mar 2005; Marcelo Goes libgcrypt-1.1.91.ebuild, + libgcrypt-1.1.92.ebuild, libgcrypt-1.1.94.ebuild, libgcrypt-1.2.0-r1.ebuild, + libgcrypt-1.2.0-r2.ebuild, libgcrypt-1.2.0.ebuild, libgcrypt-1.2.1.ebuild: + Added dev-libs/libgpg-error to RDEPEND. Fix bug 86456. Thanks Spider + . + +*libgcrypt-1.2.1 (13 Jan 2005) + + 13 Jan 2005; Daniel Black metadata.xml, + +libgcrypt-1.2.1.ebuild: + Version bump. Previous patches were included. Maintainer crypto added to + metadata.xml + + 29 Dec 2004; Ciaran McCreesh : + Change encoding to UTF-8 for GLEP 31 compliance + + 26 Nov 2004; Jason Wever libgcrypt-1.2.0-r2.ebuild: + Stable on sparc. + +*libgcrypt-1.2.0-r2 (10 Oct 2004) + + 10 Oct 2004; Jason Wever + +files/libgcrypt-rijndael.patch, +libgcrypt-1.2.0-r2.ebuild: + Added a fix for bug #53667 that makes libgcrypt apps happy on sparc. + + 03 Oct 2004; Mamoru KOMACHI libgcrypt-1.2.0-r1.ebuild, + libgcrypt-1.2.0.ebuild: + ppc-macos fix. Added ppc-macos back because sys-devel/patch is in + package.provided. + +*libgcrypt-1.2.0-r1 (04 Sep 2004) + + 04 Sep 2004; Guy Martin +files/libgcrypt-hppa.patch, + +libgcrypt-1.2.0-r1.ebuild: + Added a fix for relocation problem on hppa. Removed macos KEYWORDS until they + stabilize sys-devel/patch. + + 09 Aug 2004; Guy Martin libgcrypt-1.2.0.ebuild: + Stable on hppa. + + 07 Aug 2004; libgcrypt-1.2.0.ebuild: + stable on ia64 to fulfill dependency for gnutls security update #59231 + + 07 Aug 2004; Luca Barbato libgcrypt-1.1.94.ebuild: + Stable on ppc + + 07 Aug 2004; Luca Barbato libgcrypt-1.1.94.ebuild: + Stable on ppc + + 06 Aug 2004; Gustavo Zacarias libgcrypt-1.2.0.ebuild: + Stable on sparc wrt #59231 + + 29 Jul 2004; Stephen P. Becker libgcrypt-1.1.94.ebuild: + Stable on mips. + + 03 Jul 2004; Bryan Østergaard libgcrypt-1.1.94.ebuild: + Stable on alpha. + + 01 Jul 2004; Tom Gall libgcrypt-1.2.0.ebuild: + stable on ppc64 bug #54804 + + 26 Jun 2004; Danny van Dyk libgcrypt-1.1.94.ebuild: + Marked stable on amd64. + + 07 Jun 2004; Daniel Black -libgcrypt-1.1.3.ebuild, + libgcrypt-1.1.91.ebuild, libgcrypt-1.1.92.ebuild, libgcrypt-1.1.94.ebuild, + libgcrypt-1.2.0.ebuild: + Keyword changes - x86 to 1.1.9*. ~hppa ~ia64 ~ppc readded to 1.2.0 as they + seem to have been dropped + +*libgcrypt-1.2.0 (30 May 2004) + + 30 May 2004; Mike Frysinger +libgcrypt-1.2.0.ebuild: + Version bump #48916 by Erinn Looney-Triggs. + + 12 May 2004; Bryan Østergaard libgcrypt-1.1.94.ebuild: + Add ~alpha. + + 02 May 2004; Stephen P. Becker libgcrypt-1.1.94.ebuild: + Added ~mips keyword. + +*libgcrypt-1.1.94 (02 May 2004) + + 02 May 2004; Bryan Østergaard +libgcrypt-1.1.94.ebuild: + Version bump, bug #49610. + + 29 Feb 2004; Jason Wever libgcrypt-1.1.92.ebuild: + I hope you like ~sparcin' too. + +*libgcrypt-1.1.92 (28 Feb 2004) + + 28 Feb 2004; Alastair Tse libgcrypt-1.1.92.ebuild: + version bump. added backward compat symlinks. (#43175) + + 01 Feb 2004; Jon Portnoy libgcrypt-1.1.91.ebuild : + AMD64 keywords. + +*libgcrypt-1.1.91 (01 Jan 2004) + + 01 Jan 2004; Hanno Boeck libgcrypt-1.1.91.ebuild: + Version bump. + + 16 Dec 2003; Guy Martin libgcrypt-1.1.12.ebuild: + Marked stable on hppa. + + 14 Dec 2003; Lars Weiler libgcrypt-1.1.12.ebuild: + Make stable on ppc + + 13 Dec 2003; Brad House libgcrypt-1.1.12.ebuild: + mark stable on amd64 + + 10 Dec 2003; libgcrypt-1.1.12.ebuild: + stable on ia64 + + 28 Nov 2003; Jason Wever libgcrypt-1.1.12.ebuild: + Marked stable on sparc. + + 16 Oct 2003; Aron Griffis libgcrypt-1.1.12.ebuild: + Stable on alpha + + 13 Oct 2003; Alastair Tse libgcrypt-1.1.10.ebuild, + libgcrypt-1.1.12.ebuild, libgcrypt-1.1.8.ebuild: + stable bump and cleanup + + 13 May 2003; Tavis Ormandy libgcrypt-1.1.12.ebuild: + adding ~alpha keyword. + + 10 May 2003; libgcrypt-1.1.12.ebuild: + Making the doctype depends optional based on the doc use variable. Closes bug + 19535. + +*libgcrypt-1.1.12 (08 Feb 2003) + + 08 Feb 2003; J Robert Ray libgcrypt-1.1.12 : Version bump, + all the docbook-sgml-utils issues should be sorted out. The configure script + needs a working docbook environment or else it prints out a warning, then + goes on to never actually use it. Since it is conceivable that it may be + used or needed in the future, I'm leaving the dependencies in place for now. + +*libgcrypt-1.1.10 (4 Feb 2003) + + 04 Feb 2003; Yannick Koehler libgcrypt-1.1.10.ebuild + files/digest-libgcrypt-1.1.10 : + + Version bump. + + 03 Jan 2003; Matthew Turk : + Changed docbook2X dependency to docbook-sgml-utils, as both have the same + results and docbook-sgml-utils is more dependable, although I can't really + tell where the docbook2X system is used in this. + + 06 Dec 2002; Rodney Rees : changed sparc ~sparc keywords + +*libgcrypt-1.1.8 (12 Oct 2002) + + 12 Oct 2002; Seemant Kulleen libgcrypt-1.1.8.ebuild + files/digest-libgcrypt-1.1.8 : + + Version bump. License is now LGPL-2.1 unless using a unix without + /dev/random or windows, in which case use GPL-2. Removed myconf settings + from 1.1.3 since README mentioned nothing about them. Added docs in + src_install. + +*libgcrypt-1.1.3 (15 Mar 2002 ) + + 13 Aug 2002; Pieter Van den Abeele ChangeLog : + + Added ppc keyword + + 15 Mar 2002; Seemant Kulleen ChangeLog : + + This library is necessary for the new release of aide (intrusion detection) + version 0.8 + + 1 Feb 2002; G.Bevin ChangeLog : + + Added initial ChangeLog which should be updated whenever the package is + updated in any way. This changelog is targetted to users. This means that the + comments should well explained and written in clean English. The details about + writing correct changelogs are explained in the skel.ChangeLog file which you + can find in the root directory of the portage repository. diff --git a/sdk_container/src/third_party/portage-stable/dev-libs/libgcrypt/Manifest b/sdk_container/src/third_party/portage-stable/dev-libs/libgcrypt/Manifest new file mode 100644 index 0000000000..a36d3be00b --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/dev-libs/libgcrypt/Manifest @@ -0,0 +1,24 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA256 + +AUX libgcrypt-1.5.0-uscore.patch 981 SHA256 4cbb34cebce02531b9b940494b78b7186b2fd05b802866d9ecb42d478e88e845 SHA512 716e182684886c905525ab9218b3453fd968ee8f73da83d3ba97ca84a868e18eb1c1c9bb3891a1e4b25f870eb3d762a5e8a415168c9804e9367d8dd12090a601 WHIRLPOOL 6b6b1944539127c9c41fda46c54d8e331597d249ab91a0024a38d60a907a0fba114fb064c8d956c90a91e27e6ae30aa2e6dd4a3b61b2e8d771e53499b9810016 +AUX libgcrypt-1.6.0-serial-tests.patch 331 SHA256 368f31f2bfab568fac5b782851bcbcd9fdbab97240729d311a015d91c7dd2ddf SHA512 3bb833c7b5f3ad19b1856472676a0000a6837997c0ebb8eeee5ec67b0d415bde733dd98db5dd3060c03e78d5ced219e85acb40dd115aa044d526f530e8459fd2 WHIRLPOOL d219b5b4973c19b81f76d01463c152f04bb44a1f5dd6bf588bd6b24a4a199a438db43440dd71a65080b4ba90da941b0766a0499398c1a58817742f088140e264 +AUX libgcrypt-1.6.1-uscore.patch 843 SHA256 458ebc904185a5d08ef89f0c8ac797b87eec619341b4c0f8130fde2af8749459 SHA512 971814ac34f17464a96fbc110fe995923d873981949a0126e50c206d39499d6146fd00414e837774e6932e4b491cc68c4147278d6216dda630fb876bc8f61791 WHIRLPOOL bbadf4816e081929e8739fbbd3574bd291d9de86c4fe2344dba2c1ceb5f84d3e0bdede194efadefbcbf7409c44c218ab28f48d05b367c225b1687fced7565e15 +AUX libgcrypt-multilib-syspath.patch 588 SHA256 a3fc53f24b9cd0355a5267bc3ca8e88c397878473046536068c8ae4ae0b526eb SHA512 913c1a474aba50ec3589fb5a991f65204ba2cc28203b92353fdef8fb092350c3be814a57f29a26a2176627509a4f573f6db02ebdbcde3f04a2f1d632879293dc WHIRLPOOL 8d066987dc3cfa1dd686047fd5332b11199e5add63f82e397a34b22b5ce2f97af17d60042681c1eb50617402189a0d7fca5db48db7d41f4ef0f1cbe1acc645ab +DIST libgcrypt-1.5.3.tar.bz2 1508530 SHA256 bcf5334e7da352c45de6aec5d2084ce9a1d30029ff4a4a5da13f1848874759d1 SHA512 2fc2771d00d5fef9a7158790a8914da10154a5fac9124bf21ee43edd08b43dd4452f38a3aee12deb46d86f574ffdd0688c5829e978f4de2fa3e07be486e99723 WHIRLPOOL da8b354e772ba830d3fbecc2c707c96f8b0f65f98d4af9d5b79ac639a9029bc364688836e0af1d9f7810c5df2679f8d4ba61d9afa775530c4b0f755ac88049fe +DIST libgcrypt-1.6.1.tar.bz2 2470885 SHA256 a1c3efea69f8ffe769f488b300ce190eeeb0c30de24a53f1c1b6e4202fdc2070 SHA512 83d502cf998736a5920df7324b7ff658041c34b2cfddccd8b96744ff940c0c84fe91fe7bfe03a69b10b9697a6f04f3007134bbc3c288b0fed78b60fc6ff15bc2 WHIRLPOOL 693de77590ea2da423e43e832f809183a50fa0e5d02d2fe46b860c6e6295d879730a300353d71e63671f498a1041b7b072af6bf4124a1a45eda787fee636a248 +EBUILD libgcrypt-1.5.3.ebuild 1639 SHA256 2d59b022c5573c77169d6b7f5ab1f9fa219a3cb2efc5fed4a0e08a03f771c87b SHA512 c6ac245ff125d2b14065b98d686f92f0af1152cd92063b792054216ec88c4b95f3a02efb70f2e86ef740f35c184480e7f6edb20d62f3cf08de440045385adeb8 WHIRLPOOL 384fe5b1aade37789ba8e38d45336db29a74f0047bc147a3ea2b89936b14288f44300d0f32724305976bd791efe39418236307f3d2c015141ae20a3cac3fe991 +EBUILD libgcrypt-1.6.1.ebuild 1979 SHA256 e33e4c12786624fe0bb55ccf78253266296c61198c4c943fcaee681a5a14a510 SHA512 d3bf397c2eb7078b0e38b2d72fccdcca3bceb0667da9234395dcfd44ee014fc370cf0e063c6a07637f78ea52a9725d4247687f4c7edf2409adb37108b4826f4c WHIRLPOOL 53c34787e39f0c73f127a65a7d2571895ab27abb7e9625c3b4d9bde141b41cb3bb1833a5dea39a09accd2c9e6c608e7fd486d4d6b37872ecbfbd9b566e61ab44 +MISC ChangeLog 29407 SHA256 5cf1cc32f99f437c41332d383614535e48cb4566ac6ab628201bf368afe2105a SHA512 d88ac8e544f7552086ded053b443b223ac0aa01153cb8ff77ab96ee7c11b698f5a439245662b62fc600030cefdd250f30162317a5d0914d1633f9a40ef526f19 WHIRLPOOL f8e75630a6a8038a4fdc1852bf3a6e6a09e9020a886dcee01a15f447b531d47352068a3cc1f9968e97231ea056e5b235283a69f02cccd2ec6ce9d6081495b4fd +MISC metadata.xml 160 SHA256 7419f4e73ddd07284403525f1380824fc68280cad69e2dfae0645ad52b33ef10 SHA512 bfec8d424a118209f298dd88f7073aaaf6e1ad49f67a441817313a6fa525a0d228241dfb1ccd8dae45e1192db9712b1d5e9cf053f9f398eff5c17089373e7104 WHIRLPOOL 47a9e0b778a140714a565acf9db6bd59e11732af1f4cbb86af0beb36a8a9d77a29f0a875aa24537387ffe6e3143724a59cc60a0d93cf7870fd47e511d17c3de5 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2.0.22 (GNU/Linux) + +iQEcBAEBCAAGBQJS8FPjAAoJEEqz6FtPBkyjzwYIAJVWNAjGHt8X2yYX6DUBiGqR +80m7sqy83AVseebRASU9ooUvXQYUob2bqBbiahx2en4zt5fh+0JpomUYoro8h9sD +qfLfhkx3ybLHIDG6b8nL7ReJIvI0KTDwaRhF1Eln58d3mucBMJwtQjN4+qFaTGU0 +uBzpH5N8POfY4weJ1ooi6zWcLH+yv2TMH4HkNJJ3MsR9htIdx3/Nsp+I4kI23s+F +XTgokxVwQUaBxTm3RdAh4hFW7hU0bw5Xs6Bv/Fb7Ljc3n8FZ3BzHqhAzqeX5GKOw +OXGREM49/OMLYvGKTl54gCIAAvlqFG3A4UP0N69DcJh+DTMgw6oZNDNmnJpIDRw= +=/rxj +-----END PGP SIGNATURE----- diff --git a/sdk_container/src/third_party/portage-stable/dev-libs/libgcrypt/files/libgcrypt-1.5.0-uscore.patch b/sdk_container/src/third_party/portage-stable/dev-libs/libgcrypt/files/libgcrypt-1.5.0-uscore.patch new file mode 100644 index 0000000000..1d4f650b6c --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/dev-libs/libgcrypt/files/libgcrypt-1.5.0-uscore.patch @@ -0,0 +1,33 @@ +The version taken from GnuPG 1.4 assumes any cross-compiled package have +prefixed underscores, which is not the case; by using libtool's own macro, +we can avoid the whole issue. + +diff --git a/configure.ac b/configure.ac +index ab160c3..6df49bf 100644 +--- a/configure.ac ++++ b/configure.ac +@@ -886,7 +886,7 @@ fi + # + # Setup assembler stuff. + # +-GNUPG_SYS_SYMBOL_UNDERSCORE() ++LT_SYS_SYMBOL_USCORE + AC_ARG_ENABLE(mpi-path, + AC_HELP_STRING([--enable-mpi-path=EXTRA_PATH], + [prepend EXTRA_PATH to list of CPU specific optimizations]), +diff --git a/mpi/config.links b/mpi/config.links +index 7e910ee..9696828 100644 +--- a/mpi/config.links ++++ b/mpi/config.links +@@ -291,7 +291,7 @@ fi + + # Make sysdep.h + echo '/* created by config.links - do not edit */' >./mpi/sysdep.h +-if test x$ac_cv_sys_symbol_underscore = xyes; then ++if test x$sys_symbol_underscore = xyes; then + cat <>./mpi/sysdep.h + #if __STDC__ + #define C_SYMBOL_NAME(name) _##name +-- +1.7.6.1 + diff --git a/sdk_container/src/third_party/portage-stable/dev-libs/libgcrypt/files/libgcrypt-1.6.0-serial-tests.patch b/sdk_container/src/third_party/portage-stable/dev-libs/libgcrypt/files/libgcrypt-1.6.0-serial-tests.patch new file mode 100644 index 0000000000..05c40fbe52 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/dev-libs/libgcrypt/files/libgcrypt-1.6.0-serial-tests.patch @@ -0,0 +1,11 @@ +--- configure.ac 2014-01-23 12:16:46.291335724 +0100 ++++ configure.ac 2014-01-23 17:25:50.021776443 +0100 +@@ -73,7 +73,7 @@ + VERSION=$PACKAGE_VERSION + + AC_CONFIG_SRCDIR([src/libgcrypt.vers]) +-AM_INIT_AUTOMAKE ++AM_INIT_AUTOMAKE([serial-tests]) + AC_CONFIG_HEADER(config.h) + AC_CONFIG_MACRO_DIR([m4]) + AC_CONFIG_LIBOBJ_DIR([compat]) diff --git a/sdk_container/src/third_party/portage-stable/dev-libs/libgcrypt/files/libgcrypt-1.6.1-uscore.patch b/sdk_container/src/third_party/portage-stable/dev-libs/libgcrypt/files/libgcrypt-1.6.1-uscore.patch new file mode 100644 index 0000000000..22bfac3104 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/dev-libs/libgcrypt/files/libgcrypt-1.6.1-uscore.patch @@ -0,0 +1,26 @@ +The version taken from GnuPG 1.4 assumes any cross-compiled package have +prefixed underscores, which is not the case; by using libtool's own macro, +we can avoid the whole issue. + +--- libgcrypt-1.6.1/configure.ac ++++ libgcrypt-1.6.1/configure.ac +@@ -1022,7 +1022,7 @@ + # Check whether underscores in symbols are required. This needs to be + # done before setting up the assembler stuff. + # +-GNUPG_SYS_SYMBOL_UNDERSCORE() ++LT_SYS_SYMBOL_USCORE + + + ################################# +--- libgcrypt-1.6.1/mpi/config.links ++++ libgcrypt-1.6.1/mpi/config.links +@@ -362,7 +362,7 @@ + + # Make sysdep.h + echo '/* created by config.links - do not edit */' >./mpi/sysdep.h +-if test x$ac_cv_sys_symbol_underscore = xyes; then ++if test x$sys_symbol_underscore = xyes; then + cat <>./mpi/sysdep.h + #if __STDC__ + #define C_SYMBOL_NAME(name) _##name diff --git a/sdk_container/src/third_party/portage-stable/dev-libs/libgcrypt/files/libgcrypt-multilib-syspath.patch b/sdk_container/src/third_party/portage-stable/dev-libs/libgcrypt/files/libgcrypt-multilib-syspath.patch new file mode 100644 index 0000000000..7859851ccc --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/dev-libs/libgcrypt/files/libgcrypt-multilib-syspath.patch @@ -0,0 +1,23 @@ +diff --git a/src/libgcrypt-config.in b/src/libgcrypt-config.in +index c052638..4c8ddc3 100644 +--- a/src/libgcrypt-config.in ++++ b/src/libgcrypt-config.in +@@ -154,9 +154,12 @@ if test "$echo_libs" = "yes"; then + libs_final="$libs" + + # Set up `libdirs'. +- if test "x$libdir" != "x/usr/lib" -a "x$libdir" != "x/lib"; then +- libdirs="-L$libdir" +- fi ++ case "$libdir" in ++ /usr/lib|/usr/lib64|/lib|/lib64) ;; ++ *) ++ libdirs="-L$libdir" ++ ;; ++ esac + + # Set up `libs_final'. + libs_final="$libs_final $gpg_error_libs" +-- +1.7.6.1 + diff --git a/sdk_container/src/third_party/portage-stable/dev-libs/libgcrypt/libgcrypt-1.5.3.ebuild b/sdk_container/src/third_party/portage-stable/dev-libs/libgcrypt/libgcrypt-1.5.3.ebuild new file mode 100644 index 0000000000..09274c1357 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/dev-libs/libgcrypt/libgcrypt-1.5.3.ebuild @@ -0,0 +1,48 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgcrypt/libgcrypt-1.5.3.ebuild,v 1.14 2014/01/18 05:07:26 vapier Exp $ + +EAPI=5 +AUTOTOOLS_AUTORECONF=1 + +inherit autotools-utils + +DESCRIPTION="General purpose crypto library based on the code used in GnuPG" +HOMEPAGE="http://www.gnupg.org/" +SRC_URI="mirror://gnupg/libgcrypt/${P}.tar.bz2 + ftp://ftp.gnupg.org/gcrypt/${PN}/${P}.tar.bz2" + +LICENSE="LGPL-2.1 MIT" +SLOT="0/11" # subslot = soname major version +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="static-libs" + +RDEPEND=">=dev-libs/libgpg-error-1.8" +DEPEND="${RDEPEND}" + +DOCS=( AUTHORS ChangeLog NEWS README THANKS TODO ) + +PATCHES=( + "${FILESDIR}"/${PN}-1.5.0-uscore.patch + "${FILESDIR}"/${PN}-multilib-syspath.patch +) + +src_configure() { + local myeconfargs=( + --disable-padlock-support # bug 201917 + --disable-dependency-tracking + --enable-noexecstack + --disable-O-flag-munging + $(use_enable static-libs static) + + # disabled due to various applications requiring privileges + # after libgcrypt drops them (bug #468616) + --without-capabilities + + # http://trac.videolan.org/vlc/ticket/620 + # causes bus-errors on sparc64-solaris + $([[ ${CHOST} == *86*-darwin* ]] && echo "--disable-asm") + $([[ ${CHOST} == sparcv9-*-solaris* ]] && echo "--disable-asm") + ) + autotools-utils_src_configure +} diff --git a/sdk_container/src/third_party/portage-stable/dev-libs/libgcrypt/libgcrypt-1.6.1.ebuild b/sdk_container/src/third_party/portage-stable/dev-libs/libgcrypt/libgcrypt-1.6.1.ebuild new file mode 100644 index 0000000000..22393e7fcc --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/dev-libs/libgcrypt/libgcrypt-1.6.1.ebuild @@ -0,0 +1,55 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgcrypt/libgcrypt-1.6.1.ebuild,v 1.1 2014/02/04 02:38:53 radhermit Exp $ + +EAPI=5 +AUTOTOOLS_AUTORECONF=1 + +inherit autotools-utils flag-o-matic + +DESCRIPTION="General purpose crypto library based on the code used in GnuPG" +HOMEPAGE="http://www.gnupg.org/" +SRC_URI="mirror://gnupg/libgcrypt/${P}.tar.bz2 + ftp://ftp.gnupg.org/gcrypt/${PN}/${P}.tar.bz2" + +LICENSE="LGPL-2.1 MIT" +SLOT="0/20" # subslot = soname major version +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="static-libs" + +RDEPEND=">=dev-libs/libgpg-error-1.11" +DEPEND="${RDEPEND}" + +DOCS=( AUTHORS ChangeLog NEWS README THANKS TODO ) + +PATCHES=( + "${FILESDIR}"/${P}-uscore.patch + "${FILESDIR}"/${PN}-multilib-syspath.patch + "${FILESDIR}"/${PN}-1.6.0-serial-tests.patch +) + +src_configure() { + if [[ ${CHOST} == *-solaris* ]] ; then + # ASM code uses GNU ELF syntax, divide in particular, we need to + # allow this via ASFLAGS, since we don't have a flag-o-matic + # function for that, we'll have to abuse cflags for this + append-cflags -Wa,--divide + fi + local myeconfargs=( + --disable-padlock-support # bug 201917 + --disable-dependency-tracking + --enable-noexecstack + --disable-O-flag-munging + $(use_enable static-libs static) + + # disabled due to various applications requiring privileges + # after libgcrypt drops them (bug #468616) + --without-capabilities + + # http://trac.videolan.org/vlc/ticket/620 + # causes bus-errors on sparc64-solaris + $([[ ${CHOST} == *86*-darwin* ]] && echo "--disable-asm") + $([[ ${CHOST} == sparcv9-*-solaris* ]] && echo "--disable-asm") + ) + autotools-utils_src_configure +} diff --git a/sdk_container/src/third_party/portage-stable/dev-libs/libgcrypt/metadata.xml b/sdk_container/src/third_party/portage-stable/dev-libs/libgcrypt/metadata.xml new file mode 100644 index 0000000000..b02ffbb5d3 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/dev-libs/libgcrypt/metadata.xml @@ -0,0 +1,5 @@ + + + + crypto + diff --git a/sdk_container/src/third_party/portage-stable/dev-libs/libgpg-error/ChangeLog b/sdk_container/src/third_party/portage-stable/dev-libs/libgpg-error/ChangeLog new file mode 100644 index 0000000000..e33e15c03a --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/dev-libs/libgpg-error/ChangeLog @@ -0,0 +1,388 @@ +# ChangeLog for dev-libs/libgpg-error +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgpg-error/ChangeLog,v 1.103 2014/02/06 08:34:16 mgorny Exp $ + + 06 Feb 2014; Michał Górny libgpg-error-1.12-r1.ebuild: + Use MULTILIB_CHOST_TOOLS instead of inlining it. + +*libgpg-error-1.12-r1 (06 Feb 2014) + + 06 Feb 2014; Tim Harder +libgpg-error-1.12-r1.ebuild: + Add multilib support (bug #480396 by David Heidelberger). + + 18 Jan 2014; Mike Frysinger libgpg-error-1.12.ebuild: + Add arm64 love. + + 18 Jan 2014; Mike Frysinger libgpg-error-1.12.ebuild: + Mark m68k/s390/sh stable. + + 05 Dec 2013; Michael Haubenwallner + libgpg-error-1.12.ebuild: + add ~ppc-aix keyword + + 12 Oct 2013; Agostino Sarubbo libgpg-error-1.12.ebuild: + Stable for ppc, wrt bug #487230 + + 12 Oct 2013; Agostino Sarubbo libgpg-error-1.12.ebuild: + Stable for arm, wrt bug #487230 + + 11 Oct 2013; Agostino Sarubbo libgpg-error-1.12.ebuild: + Stable for sparc, wrt bug #487230 + + 11 Oct 2013; Agostino Sarubbo libgpg-error-1.12.ebuild: + Stable for ppc64, wrt bug #487230 + + 11 Oct 2013; Agostino Sarubbo libgpg-error-1.12.ebuild: + Stable for ia64, wrt bug #487230 + + 11 Oct 2013; Agostino Sarubbo libgpg-error-1.12.ebuild: + Stable for alpha, wrt bug #487230 + + 09 Oct 2013; Agostino Sarubbo libgpg-error-1.12.ebuild: + Stable for x86, wrt bug #487230 + + 08 Oct 2013; Agostino Sarubbo libgpg-error-1.12.ebuild: + Stable for amd64, wrt bug #487230 + + 08 Oct 2013; Jeroen Roovers libgpg-error-1.12.ebuild: + Stable for HPPA (bug #487230). + +*libgpg-error-1.12 (30 Jun 2013) + + 30 Jun 2013; Tim Harder +libgpg-error-1.12.ebuild: + Version bump. + + 20 Mar 2013; Alon Bar-Lev libgpg-error-1.10-r1.ebuild, + libgpg-error-1.11.ebuild: + Remove IUSE_LINGUAS, per bug#402685 + +*libgpg-error-1.11 (06 Mar 2013) + + 06 Mar 2013; Alon Bar-Lev +libgpg-error-1.11.ebuild: + Version bump, per bug#460338 + + 19 Feb 2013; Zac Medico libgpg-error-1.10-r1.ebuild, + libgpg-error-1.10.ebuild: + Add ~arm-linux keywords. + + 12 Jan 2013; Alon Bar-Lev libgpg-error-1.10-r1.ebuild: + Add linguas support, per bug#402685 + + 26 Apr 2012; Alexis Ballier + libgpg-error-1.10-r1.ebuild: + keyword ~amd64-fbsd + + 26 Sep 2011; Mike Frysinger libgpg-error-1.10-r1.ebuild: + Fix typo: common-libs -> common-lisp. + +*libgpg-error-1.10-r1 (22 Sep 2011) + + 22 Sep 2011; Diego E. Pettenò + +libgpg-error-1.10-r1.ebuild, +files/libgpg-error-multilib-syspaths.patch: + Revbump: patch gpg-error-config to not provide -L options to system library + paths (submitted upstream, closes bug #383863); use EAPI=4 and its features; + avoid installing-and-removing the common-lisp code; remove .la file since the + library has no dependencies. + + 07 May 2011; Raúl Porcel libgpg-error-1.10.ebuild: + arm/ia64/m68k/s390/sh/sparc stable wrt #355265 + + 27 Apr 2011; Fabian Groffen libgpg-error-1.10.ebuild: + Marked ~m68k-mint, bug #364787 + + 23 Mar 2011; Kacper Kowalik libgpg-error-1.10.ebuild: + ppc/ppc64 stable wrt #355265 + + 12 Mar 2011; Tobias Klausmann libgpg-error-1.10.ebuild: + Stable on alpha, bug #355265 + + 11 Mar 2011; Thomas Kahle libgpg-error-1.10.ebuild: + x86 stable per bug 355265 + + 08 Mar 2011; Jeroen Roovers libgpg-error-1.10.ebuild: + Stable for HPPA (bug #355265). + + 19 Feb 2011; Markos Chandras libgpg-error-1.10.ebuild: + Stable on amd64 wrt bug #355265 + + 25 Jan 2011; Jeremy Olexa libgpg-error-1.10.ebuild: + Port changes from Gentoo Prefix, use ED, add KEYWORDS. Fixes bug 352228 + + 15 Jan 2011; Arfrever Frehtes Taifersar Arahesis + libgpg-error-1.10.ebuild: + Add "static-libs" USE flag (bug #351810). + +*libgpg-error-1.10 (12 Jan 2011) + + 12 Jan 2011; Dane Smith +libgpg-error-1.10.ebuild: + Version bump. Required dependency of dev-libs/libassuan. + + 12 Dec 2009; Arfrever Frehtes Taifersar Arahesis + libgpg-error-1.7.ebuild, metadata.xml: + Add "common-lisp" USE flag (bug #284106). + + 07 Nov 2009; Arfrever Frehtes Taifersar Arahesis + libgpg-error-1.7.ebuild: + Disable C++ checks (bug #288541). + + 22 May 2009; Raúl Porcel libgpg-error-1.7.ebuild: + arm/ia64/m68k/s390/sh stable wrt #269090 + + 21 May 2009; Brent Baude libgpg-error-1.7.ebuild: + stable ppc, bug 269090 + + 19 May 2009; Brent Baude libgpg-error-1.7.ebuild: + stable ppc64, bug 269090 + + 14 May 2009; Tiago Cunha libgpg-error-1.7.ebuild: + stable sparc, bug 269090 + + 13 May 2009; Markus Meier libgpg-error-1.7.ebuild: + amd64/x86 stable, bug #269090 + + 10 May 2009; Jeroen Roovers libgpg-error-1.7.ebuild: + Stable for HPPA (bug #269090). + + 09 May 2009; Tobias Klausmann + libgpg-error-1.7.ebuild: + Stable on alpha, bug #269090 + +*libgpg-error-1.7 (09 Apr 2009) + + 09 Apr 2009; Arfrever Frehtes Taifersar Arahesis + +libgpg-error-1.7.ebuild: + Version bump. + + 21 Jan 2008; Jeroen Roovers libgpg-error-1.6.ebuild: + Stable for HPPA (bug #206667). + + 20 Jan 2008; Raúl Porcel libgpg-error-1.6.ebuild: + alpha/ia64/sparc/x86 stable wrt #206667 + + 20 Jan 2008; Christoph Mende libgpg-error-1.6.ebuild: + Stable on amd64 wrt bug #206667 + + 20 Jan 2008; nixnut libgpg-error-1.6.ebuild: + Stable on ppc wrt bug 206667 + + 20 Jan 2008; Brent Baude libgpg-error-1.6.ebuild: + Marking libgpg-error-1.6 ppc64 for bug 206667 + + 02 Jan 2008; Alon Bar-Lev libgpg-error-1.5.ebuild, + libgpg-error-1.6.ebuild: + Fix home page, bug#204078, thanks to Arfrever Frehtes Taifersar Arahesis + +*libgpg-error-1.6 (02 Nov 2007) + + 02 Nov 2007; Alon Bar-Lev +libgpg-error-1.6.ebuild: + Version bump + + 07 Jun 2007; Alon Bar-Lev + -files/libgpg-error-1.0-locale.h.patch, -files/libgpg-error-1.3-nls.patch, + -libgpg-error-1.0-r1.ebuild, -libgpg-error-1.1.ebuild, + -libgpg-error-1.3.ebuild, -libgpg-error-1.3-r1.ebuild, + -libgpg-error-1.4.ebuild: + Cleanup + + 07 Jun 2007; Raúl Porcel libgpg-error-1.5.ebuild: + alpha stable wrt #177743 + + 19 May 2007; Daniel Gryniewicz libgpg-error-1.5.ebuild: + Marked stable on amd64 for bug #177743 + + 13 May 2007; nixnut libgpg-error-1.5.ebuild: + Stable on ppc wrt bug 177743 + + 12 May 2007; Markus Rothe libgpg-error-1.5.ebuild: + Stable on ppc64; bug #177743 + + 10 May 2007; Jeroen Roovers libgpg-error-1.5.ebuild: + Stable for HPPA (bug #177743). + + 23 Apr 2007; Raúl Porcel libgpg-error-1.5.ebuild: + x86 stable + + 15 Mar 2007; Gustavo Zacarias + libgpg-error-1.5.ebuild: + Stable on sparc + + 25 Jan 2007; Alexander H. Færøy + libgpg-error-1.5.ebuild: + Stable on MIPS. + +*libgpg-error-1.5 (09 Dec 2006) + + 09 Dec 2006; Alon Bar-Lev +libgpg-error-1.5.ebuild: + Version bump + +*libgpg-error-1.4 (29 Oct 2006) + + 29 Oct 2006; Alon Bar-Lev +libgpg-error-1.4.ebuild: + Version bump + + 19 Oct 2006; Roy Marples libgpg-error-1.3-r1.ebuild: + Added ~sparc-fbsd keyword. + + 14 Aug 2006; Daniel Black + libgpg-error-1.0-r1.ebuild: + WANT_AUTOCONF changed to 2.5 as per QA bug #143429 + +*libgpg-error-1.3-r1 (30 Jul 2006) + + 30 Jul 2006; Diego Pettenò + +files/libgpg-error-1.3-nls.patch, libgpg-error-1.3.ebuild, + +libgpg-error-1.3-r1.ebuild: + Version bump with a patch to fix NLS disable switch, thanks to Robert + Annessi for reporting in bug #142162. + +*libgpg-error-1.3 (30 Jun 2006) + + 30 Jun 2006; Robin H. Johnson + +libgpg-error-1.3.ebuild: + Version bump. + + 23 Apr 2006; Diego Pettenò + libgpg-error-1.1.ebuild: + Add ~x86-fbsd keyword. + + 12 Oct 2005; Sven Wegener + libgpg-error-1.0-r1.ebuild, libgpg-error-1.1.ebuild: + Really fix bug #106399. + + 12 Oct 2005; Daniel Black + libgpg-error-1.0-r1.ebuild, libgpg-error-1.1.ebuild: + Fixed elibctoolize that I broke - bug #106399. Sorry uclibc users + + 28 Sep 2005; Daniel Black + libgpg-error-1.1.ebuild: + removed deprecated uclibtoolize - bug #106399. Thanks Chris Slycord + + 17 Aug 2005; MATSUU Takuto libgpg-error-1.0-r1.ebuild: + Stable on sh. + +*libgpg-error-1.1 (07 Aug 2005) + + 07 Aug 2005; Daniel Black + -libgpg-error-0.6-r1.ebuild, -libgpg-error-0.7-r1.ebuild, + -libgpg-error-1.0.ebuild, libgpg-error-1.0-r1.ebuild, + +libgpg-error-1.1.ebuild: + transistion to mirror://gnupg. Old version cleanout. version bump + + 08 Apr 2005; Markus Rothe libgpg-error-1.0-r1.ebuild: + Stable on ppc64 + + 06 Feb 2005; Joshua Kinard libgpg-error-1.0-r1.ebuild: + Marked stable on mips. + + 29 Dec 2004; Ciaran McCreesh : + Change encoding to UTF-8 for GLEP 31 compliance + + 21 Dec 2004; Bryan Østergaard + libgpg-error-1.0-r1.ebuild: + Stable on alpha. + + 20 Nov 2004; Daniel Black + libgpg-error-1.0-r1.ebuild: + added x86 and ppc keywords. Reclosing bug #63919 + + 19 Nov 2004; Daniel Black libgpg-error-1.0.ebuild: + ~x86 keyworded due to undetermined compile error - bug #71652. + + 16 Nov 2004; Daniel Black + +files/libgpg-error-1.0-locale.h.patch, libgpg-error-1.0-r1.ebuild: + Fixed occasional breakage with nls support. bug #63919 refers. + + 19 Oct 2004; Dylan Carlson + libgpg-error-1.0-r1.ebuild: + Stable on amd64. + + 12 Oct 2004; Guy Martin libgpg-error-1.0.ebuild: + Stable on hppa. + + 10 Oct 2004; Bryan Østergaard libgpg-error-1.0.ebuild: + Stable on alpha. + +*libgpg-error-0.6-r1 (21 Sep 2004) + + 21 Sep 2004; Daniel Black + +libgpg-error-0.6-r1.ebuild, -libgpg-error-0.6.ebuild, + +libgpg-error-0.7-r1.ebuild, -libgpg-error-0.7.ebuild: + Changed einstall to make DESTDIR= install. Revision bump as this was causing + problems in bug #64767. Thanks to Henrik Falk for your + first bug report + + 19 Sep 2004; Joshua Kinard libgpg-error-1.0.ebuild: + Marked stable on mips. + +*libgpg-error-1.0-r1 (17 Sep 2004) + + 17 Sep 2004; Daniel Black + +libgpg-error-1.0-r1.ebuild, libgpg-error-1.0.ebuild: + Removed nls USE flag from libgpg-error-1.0 until the cause of bug 63919 can be + found. Copied libgpg-error-1.0 to libgpg-error-1.0-r1 to continue debugging + effort + + 09 Sep 2004; Gustavo Zacarias libgpg-error-1.0.ebuild: + Stable on sparc + + 08 Sep 2004; Daniel Black +metadata.xml, + libgpg-error-0.7.ebuild, libgpg-error-1.0.ebuild: + crypto herd maintaining this now. Marked 0.7 and 1.0 x86 stable. + +*libgpg-error-1.0 (14 Aug 2004) + + 14 Aug 2004; Mike Frysinger +libgpg-error-1.0.ebuild: + Version bump from pfeifer. + + 14 Aug 2004; Hardave Riar libgpg-error-0.7.ebuild: + Added gnuconfig_update for mips64 + + 09 Aug 2004; Guy Martin libgpg-error-0.7.ebuild: + Stable on hppa. + + 07 Aug 2004; libgpg-error-0.7.ebuild: + stable on ia64 to fulfill dependency for gnutls security update #59231 + + 07 Aug 2004; Luca Barbato libgpg-error-0.6.ebuild: + Stable on ppc + + 06 Aug 2004; Gustavo Zacarias libgpg-error-0.7.ebuild: + Stable on sparc wrt #59231 + + 29 Jul 2004; Stephen P. Becker libgpg-error-0.6.ebuild: + stable on mips + + 03 Jul 2004; Bryan Østergaard libgpg-error-0.6.ebuild: + Stable on alpha. + + 01 Jul 2004; Jeremy Huddleston + libgpg-error-0.6.ebuild, libgpg-error-0.7.ebuild: + virtual/glibc -> virtual/libc + + 01 Jul 2004; Tom Gall libgpg-error-0.7.ebuild: + stable on ppc64, bug #54804 + + 12 May 2004; Bryan Østergaard libgpg-error-0.7.ebuild: + Add ~alpha. + + 02 May 2004; Stephen P. Becker libgpg-error-0.7.ebuild: + Added ~mips keyword. + +*libgpg-error-0.7 (02 May 2004) + + 02 May 2004; Bryan Østergaard +libgpg-error-0.7.ebuild: + Version bump, bug #49620. + + 29 Feb 2004; Jason Wever libgpg-error-0.6.ebuild: + Keep on ~sparcin' + + 17 Feb 2004; Hanno Boeck libgpg-error-0.6.ebuild: + Marked stable on x86. + + 01 Feb 2004; Jon Portnoy libgpg-error-0.6.ebuld : + AMD64 keywords. + +*libgpg-error-0.6 (29 Dec 2003) + + 29 Dec 2003; Hanno Boeck libgpg-error-0.6.ebuild: + New ebuild, lib needed by latest libgcrypt. diff --git a/sdk_container/src/third_party/portage-stable/dev-libs/libgpg-error/Manifest b/sdk_container/src/third_party/portage-stable/dev-libs/libgpg-error/Manifest index 2b75d29400..0243964b9a 100644 --- a/sdk_container/src/third_party/portage-stable/dev-libs/libgpg-error/Manifest +++ b/sdk_container/src/third_party/portage-stable/dev-libs/libgpg-error/Manifest @@ -1,2 +1,33 @@ -DIST libgpg-error-1.10.tar.bz2 439213 RMD160 435fcf1c748ae6877b5de7f133a741cd55dc1140 SHA1 95b324359627fbcb762487ab6091afbe59823b29 SHA256 520629b4568b5c29b1991c8ffc267c8bdee5f223c7333c42a651b56f9b1c5431 -DIST libgpg-error-1.7.tar.bz2 403751 RMD160 6f9004baf8e707b5995a276b5a454102405a6afc SHA1 bf8c6babe1e28cae7dd6374ca24ddcc42d57e902 SHA256 0301331b3e82f552c60c449388dc6d55d68cff4efa84523b352c4d522f4b5a91 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA256 + +AUX libgpg-error-multilib-syspaths.patch 1243 SHA256 55897bbc0041e1a229cdaf78e2d5220b50b476b9fa1eff342ed4a9e5e5d27bd1 SHA512 006e3957d0d5c8bbb0b3a805da2a960af0f19ce2898ac5648a4490bcc754de794a11a251420241e44ba6e9751d31c0d1b7e41eecdf893d9c051457b18a92775f WHIRLPOOL 4b788106f6d8bc527a91b741b61889e8f34e3dadeca216ce38974cb60f911b27250ba380f23935b5f06c884b81e8b4717edcd7ad11d896f634e5a821d1185812 +DIST libgpg-error-1.10.tar.bz2 439213 SHA256 520629b4568b5c29b1991c8ffc267c8bdee5f223c7333c42a651b56f9b1c5431 SHA512 438f922a3a4fa7db22ba9b68deab18c663afbc8166ddeee487b7eb0a9ee04ce84bbc871ad31bf11a7c77322948869a2dc5014cf6a73b68d8f10fcf7e24d165d5 WHIRLPOOL 156f9c7e6429d0632172d837b383d117ab43a9b326c95dec0915aaa1ae54fd30f96cac0f55bbf06c2555300578431cc08211dc52c81608ddcdc0e58637f2d539 +DIST libgpg-error-1.11.tar.bz2 489057 SHA256 ae3376480a073b120c7add08f1e6cfcc08500648ccf22461cd42db6224a218c0 SHA512 1c05dec32bba0a3ff9b238559161cfe5ea70fdcf0b7d2e645ac8afcade125711c1e369fcfb385835d42ce78cbbec75e3ea99573adfb371689e440a799ae8b848 WHIRLPOOL 1b74db64dc8a7ddb4fa1acb10837e924983d7e960f59f54b1c2b6233b9cb88d4899089e0ae74a4fb6e57a2eb8d11216044368761a48933560322835840b8f63a +DIST libgpg-error-1.12.tar.bz2 489266 SHA256 cafc9ed6a87c53a35175d5a1220a96ca386696eef2fa059cc0306211f246e55f SHA512 eff9ee101e8b48cab635ef22bb5546947e85a8e267cc87260166fb36793d983943a951bfe92dd5d87381d6eb2b9ff5315286db20c06de29aa6dd6e95533a0c14 WHIRLPOOL 006133cfd65d1cab188d964e74c3c1c806d8983b8aa980bd7cc45c30ebef0b61cecd527b42aec15b761cb56b50f07087023d23c572352f974916e3375c79c8d4 +EBUILD libgpg-error-1.10-r1.ebuild 1273 SHA256 8ce5bd18a304032d63a321aad92110afd1cf6ff999346a810add23eb1bd2f077 SHA512 bda6d0fed15d92750da0c662e3dabf4e49743282789d82fe84278417a224302d4a63d3368e1976d33ef42dccbe6a75d1b49e930cdd1a895dc2461130164a9827 WHIRLPOOL 4cd0d606a4fe500b05cfed4eeaba8136127e9f524a6bf0f37f0c9f25262c26fd2f3235ecbf9ce340824f02b244ba0ab827c3f8f84e2a30a80b388eb22137f7e2 +EBUILD libgpg-error-1.10.ebuild 1201 SHA256 d318f83a8e95550663327ca7b345bf7165b9bbd5a072456f9522a249f079a3b7 SHA512 217d0f91951204fb1bfb8a0d5b04e46cf44b2f271c5530348ba89a373f5cabfd5fec819c142c491014d098b834f289602dc45ba33fd6799b18f9383107bdda35 WHIRLPOOL 903eac9c10b9bc0566fdf090cc6fce1fbcdf27b9a51c66bff9f34ed841fe653e320d765bd8875002b02ebb807a6824e1dc2688ffad4a7742cae4c4bd0b02f770 +EBUILD libgpg-error-1.11.ebuild 1200 SHA256 64b05f95d08b037ca0d70db37672ef67aa6a60148f9ca3ac9a75199a3b88703d SHA512 9d2577d2d739a5bd22ae5d167fd2554fb9693baae3a95add98e8fa0af17161e35fb28b6bc07b62be2a9b63d1d7d2a903dfeb43758d8b57160dc69c1044947a08 WHIRLPOOL 5b134fac581e7119d848c5c3bff0a48b51ca1d71ad73df05bc5a65c7862b53aa1e35143fa22f5759015fb9888fbfd0af9fd4635959b7f7229962b14a69790dca +EBUILD libgpg-error-1.12-r1.ebuild 1580 SHA256 4c44b79c26b98008a4be98bd81840b453526ce446f5692459126a2dac2dc25cf SHA512 3cf01fe899697b558f70e7b474fa09a0ae5edbf5f09b3e8cc1ee0244f0dc371983d6344fe97527c7b2ac4528ad99ea493b62a414e6e9007856a14b1b150a2d1a WHIRLPOOL c84bf4766b91b42ade92e8d70236b39b7209ce231c068aea31cc3375172c8a752346d92b62e2c58697b60bacf8b752bf04b0d04aeacc07b8b23c5f6c0af8c151 +EBUILD libgpg-error-1.12.ebuild 1162 SHA256 e79c470e7c51a3506a19838ba6b07e926a6a85157217d11ce4b799f8d24e15ae SHA512 cea74d197312cb867653066fb1a9cea5478f65c1a607dfb179e6707f3ba749b7d69485cbe095ec7f369bd0e9a642857be9a7150261ac3cde812e2120cd9b568d WHIRLPOOL 6aa7b09f8a696b13ada945e94864006c61748b03b4c9656dcfdac69878893680e9f944e48c0053ac1ee52a28b71deac62042f6c551b3c72c1a9c3acd93eb83bb +MISC ChangeLog 13534 SHA256 aac8657307e5c289d418e89bcff0a57332919dcae9f6f46181ec93ff34497ad6 SHA512 2fb029b053520b2b33fdd6a3b1c765f89ce896fd4074a3bc9830790f32b77dd4e9a9033727d3948a79f8e3967ac1790a7384a466b1f3e8a423fbfe2515946e5f WHIRLPOOL 91bb82a8ba69165de811f76cae6c76b54030db0380a24011c9bf1bc12d28ad251616235acbb24f06245657aaf678076c5fe5fc1ad1a1d596871b3d0bf245ba80 +MISC metadata.xml 235 SHA256 457ae31679e09fa587eb1ce494f8bed85d9057e2a1c2b72462b4c02186067e26 SHA512 49cfc0288e90fe1a8a71517d5964b727212b84603afc37faec0101ca947631e288aba3e1c84b7b33b4e24509d0e798fe9d2d6aba1a1209c16cadc8b7b18d9908 WHIRLPOOL de990675240b800437b9549239a7a2f4707bff47793a70a03828ff1af0b43d237f2284d426cf284f156fd15beab1ad59961d0033e2542d309878fe6f6864e423 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2.0.22 (GNU/Linux) + +iQJ8BAEBCABmBQJS80kJXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w +ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ2REJCMDdDQzRGMERBRDA2RUEwQUZFNDFC +MDdBMUFFQUVGQjQ0NjRFAAoJELB6GurvtEZOGg0P/3qune3BIIY2IPICClHgL1N4 +RRJz8zrKmAw6MOG/iz9drsjxdmCI2idQmCelN9V44R3zyVVeTWuCu74ADLosDALO +gfP1wE7gd2J5MNdrQrVSaZNHx3MEZkgBt0E3ubybvopFH/IP+2og333kdPFc9hxe +AeE78zzndmhKJOpl1WxFAGbmznwcBHR+bwC86U+WEZZfezYUioozTySv670FYtXH ++EHLmlav2GfMoeldAoRBp+zVrWU4HKRUf05oFG4FqSkcLpe6saGSo9/wtbU8nXL2 +aFVY9LImlY4WYLUcIiD4aBOqZRgVrosie1uekhEJanivbsfc4WXLRQYX9YcfA2G5 +U2J92AbSaYIfN4N8e2crZ7qByWBw/8g+eEdxoPRX0MOO4SmU5d3I4AaP0Xz13HHP +02Xjj15Sou9GE11OW+5354oxijTvBKAG/q8p89uL6784GsYopmqa71gdSsuJC++d +2R/+I/ZVRah/NKDS8C7ALPUj86M3ZbeWsnJrT5ibjTfBT49CMlhy2jhNtZ8IOrpO +gqfqDLjBLr4n3MxNCxLa9PZyfZDQ0hMFtoUlpxeQHWkG4m7zUgeh4+qBvuMROHt2 +cV7N/Q9s4ZHJ+/fk/oDbC31lUuJHUHi0v+6lQcBso+GOEDlt36FzBPLwrfaU0lqV +26INBGMT+lUS3rggK75/ +=jjMQ +-----END PGP SIGNATURE----- diff --git a/sdk_container/src/third_party/portage-stable/dev-libs/libgpg-error/libgpg-error-1.10-r1.ebuild b/sdk_container/src/third_party/portage-stable/dev-libs/libgpg-error/libgpg-error-1.10-r1.ebuild index f03dd8b5ad..1fb6e5de79 100644 --- a/sdk_container/src/third_party/portage-stable/dev-libs/libgpg-error/libgpg-error-1.10-r1.ebuild +++ b/sdk_container/src/third_party/portage-stable/dev-libs/libgpg-error/libgpg-error-1.10-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgpg-error/libgpg-error-1.10-r1.ebuild,v 1.2 2011/09/26 18:33:32 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgpg-error/libgpg-error-1.10-r1.ebuild,v 1.6 2013/03/20 22:14:06 alonbl Exp $ EAPI="4" @@ -12,7 +12,7 @@ SRC_URI="mirror://gnupg/${PN}/${P}.tar.bz2" LICENSE="GPL-2 LGPL-2.1" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="common-lisp nls static-libs" RDEPEND="nls? ( virtual/libintl )" diff --git a/sdk_container/src/third_party/portage-stable/dev-libs/libgpg-error/libgpg-error-1.7.ebuild b/sdk_container/src/third_party/portage-stable/dev-libs/libgpg-error/libgpg-error-1.10.ebuild similarity index 57% rename from sdk_container/src/third_party/portage-stable/dev-libs/libgpg-error/libgpg-error-1.7.ebuild rename to sdk_container/src/third_party/portage-stable/dev-libs/libgpg-error/libgpg-error-1.10.ebuild index b815600017..18c2b153e2 100644 --- a/sdk_container/src/third_party/portage-stable/dev-libs/libgpg-error/libgpg-error-1.7.ebuild +++ b/sdk_container/src/third_party/portage-stable/dev-libs/libgpg-error/libgpg-error-1.10.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgpg-error/libgpg-error-1.7.ebuild,v 1.10 2009/12/12 21:49:05 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgpg-error/libgpg-error-1.10.ebuild,v 1.11 2013/02/19 04:06:27 zmedico Exp $ -EAPI="2" +EAPI="3" inherit eutils libtool @@ -12,8 +12,8 @@ SRC_URI="mirror://gnupg/${PN}/${P}.tar.bz2" LICENSE="GPL-2 LGPL-2.1" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd" -IUSE="common-lisp nls" +KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="common-lisp nls static-libs" RDEPEND="nls? ( virtual/libintl )" DEPEND="nls? ( sys-devel/gettext )" @@ -25,14 +25,16 @@ src_prepare() { } src_configure() { - econf $(use_enable nls) + econf \ + $(use_enable nls) \ + $(use_enable static-libs static) } src_install() { emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS ChangeLog NEWS README + dodoc AUTHORS ChangeLog NEWS README || die if ! use common-lisp; then - rm -fr "${D}usr/share/common-lisp" + rm -fr "${ED}usr/share/common-lisp" || die fi } diff --git a/sdk_container/src/third_party/portage-stable/dev-libs/libgpg-error/libgpg-error-1.11.ebuild b/sdk_container/src/third_party/portage-stable/dev-libs/libgpg-error/libgpg-error-1.11.ebuild new file mode 100644 index 0000000000..781034038c --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/dev-libs/libgpg-error/libgpg-error-1.11.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgpg-error/libgpg-error-1.11.ebuild,v 1.2 2013/03/20 22:14:06 alonbl Exp $ + +EAPI="4" + +inherit libtool + +DESCRIPTION="Contains error handling functions used by GnuPG software" +HOMEPAGE="http://www.gnupg.org/related_software/libgpg-error" +SRC_URI="mirror://gnupg/${PN}/${P}.tar.bz2" + +LICENSE="GPL-2 LGPL-2.1" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="common-lisp nls static-libs" + +RDEPEND="nls? ( virtual/libintl )" +DEPEND="nls? ( sys-devel/gettext )" + +src_prepare() { + elibtoolize +} + +DOCS=( AUTHORS ChangeLog NEWS README ) + +src_configure() { + econf \ + $(use_enable nls) \ + $(use_enable static-libs static) \ + $(use_enable common-lisp languages) +} + +src_install() { + default + + # library has no dependencies, so it does not need the .la file + find "${D}" -name '*.la' -delete +} diff --git a/sdk_container/src/third_party/portage-stable/dev-libs/libgpg-error/libgpg-error-1.12-r1.ebuild b/sdk_container/src/third_party/portage-stable/dev-libs/libgpg-error/libgpg-error-1.12-r1.ebuild new file mode 100644 index 0000000000..2fd61e680e --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/dev-libs/libgpg-error/libgpg-error-1.12-r1.ebuild @@ -0,0 +1,55 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgpg-error/libgpg-error-1.12-r1.ebuild,v 1.2 2014/02/06 08:34:16 mgorny Exp $ + +EAPI=5 + +inherit eutils libtool multilib-minimal + +DESCRIPTION="Contains error handling functions used by GnuPG software" +HOMEPAGE="http://www.gnupg.org/related_software/libgpg-error" +SRC_URI="mirror://gnupg/${PN}/${P}.tar.bz2" + +LICENSE="GPL-2 LGPL-2.1" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="common-lisp nls static-libs" + +RDEPEND="nls? ( virtual/libintl[${MULTILIB_USEDEP}] ) + abi_x86_32? ( + !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] + !<=app-emulation/emul-linux-x86-baselibs-20131008-r12 + )" +DEPEND="${RDEPEND} + nls? ( sys-devel/gettext )" + +MULTILIB_CHOST_TOOLS=( + /usr/bin/gpg-error-config +) + +src_prepare() { + epatch_user + elibtoolize +} + +multilib_src_configure() { + local myeconfargs=( + $(use_enable nls) + $(use_enable static-libs static) + $(use_enable common-lisp languages) + ) + + multilib_build_binaries || myeconfargs+=( + --disable-languages + ) + + ECONF_SOURCE=${S} \ + econf "${myeconfargs[@]}" +} + +multilib_src_install_all() { + einstalldocs + + # library has no dependencies, so it does not need the .la file + prune_libtool_files --all +} diff --git a/sdk_container/src/third_party/portage-stable/dev-libs/libgpg-error/libgpg-error-1.12.ebuild b/sdk_container/src/third_party/portage-stable/dev-libs/libgpg-error/libgpg-error-1.12.ebuild new file mode 100644 index 0000000000..d5498ae746 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/dev-libs/libgpg-error/libgpg-error-1.12.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgpg-error/libgpg-error-1.12.ebuild,v 1.13 2014/01/18 05:05:38 vapier Exp $ + +EAPI=5 + +inherit libtool + +DESCRIPTION="Contains error handling functions used by GnuPG software" +HOMEPAGE="http://www.gnupg.org/related_software/libgpg-error" +SRC_URI="mirror://gnupg/${PN}/${P}.tar.bz2" + +LICENSE="GPL-2 LGPL-2.1" +SLOT="0" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="common-lisp nls static-libs" + +RDEPEND="nls? ( virtual/libintl )" +DEPEND="nls? ( sys-devel/gettext )" + +src_prepare() { + elibtoolize +} + +src_configure() { + econf \ + $(use_enable nls) \ + $(use_enable static-libs static) \ + $(use_enable common-lisp languages) +} + +src_install() { + default + + # library has no dependencies, so it does not need the .la file + find "${D}" -name '*.la' -delete +} diff --git a/sdk_container/src/third_party/portage-stable/dev-libs/libgpg-error/metadata.xml b/sdk_container/src/third_party/portage-stable/dev-libs/libgpg-error/metadata.xml new file mode 100644 index 0000000000..780611be23 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/dev-libs/libgpg-error/metadata.xml @@ -0,0 +1,8 @@ + + + + crypto + + Install common-lisp files + +