From c45f3fdc74ac6ea30e509215ec012b95b9560fb1 Mon Sep 17 00:00:00 2001 From: Geoff Levand Date: Thu, 25 Jun 2015 13:49:58 -0700 Subject: [PATCH] bump(dev-libs/elfutils): sync with upstream for arm64 Signed-off-by: Geoff Levand --- .../dev-libs/elfutils/ChangeLog | 753 ++++++++++++++++++ .../portage-stable/dev-libs/elfutils/Manifest | 75 ++ .../dev-libs/elfutils/elfutils-0.146.ebuild | 58 ++ .../dev-libs/elfutils/elfutils-0.148.ebuild | 58 ++ .../dev-libs/elfutils/elfutils-0.149.ebuild | 56 ++ .../dev-libs/elfutils/elfutils-0.150.ebuild | 57 ++ .../dev-libs/elfutils/elfutils-0.151.ebuild | 57 ++ .../elfutils/elfutils-0.152-r1.ebuild | 93 +++ .../dev-libs/elfutils/elfutils-0.152.ebuild | 57 ++ .../dev-libs/elfutils/elfutils-0.153.ebuild | 60 ++ .../elfutils/elfutils-0.154-r1.ebuild | 6 +- .../dev-libs/elfutils/elfutils-0.154.ebuild | 60 ++ .../elfutils/elfutils-0.155-r1.ebuild | 74 ++ .../dev-libs/elfutils/elfutils-0.155.ebuild | 66 ++ .../dev-libs/elfutils/elfutils-0.156.ebuild | 74 ++ .../dev-libs/elfutils/elfutils-0.157.ebuild | 72 ++ .../dev-libs/elfutils/elfutils-0.158.ebuild | 73 ++ .../dev-libs/elfutils/elfutils-0.159.ebuild | 72 ++ .../dev-libs/elfutils/elfutils-0.160.ebuild | 72 ++ .../dev-libs/elfutils/elfutils-0.161.ebuild | 73 ++ .../files/elfutils-0.143-configure.patch | 22 + .../files/elfutils-0.148-bashifications.patch | 23 + .../files/elfutils-0.150-bashifications.patch | 23 + ...ls-0.158-tests-backtrace-native-core.patch | 46 ++ .../elfutils-0.161-libelf-dir-traversal.patch | 51 ++ .../dev-libs/elfutils/metadata.xml | 10 + .../md5-cache/dev-libs/elfutils-0.146 | 12 + .../md5-cache/dev-libs/elfutils-0.148 | 12 + .../md5-cache/dev-libs/elfutils-0.149 | 12 + .../md5-cache/dev-libs/elfutils-0.150 | 12 + .../md5-cache/dev-libs/elfutils-0.151 | 12 + .../md5-cache/dev-libs/elfutils-0.152 | 12 + .../md5-cache/dev-libs/elfutils-0.152-r1 | 13 + .../md5-cache/dev-libs/elfutils-0.153 | 13 + .../md5-cache/dev-libs/elfutils-0.154 | 13 + .../md5-cache/dev-libs/elfutils-0.154-r1 | 4 +- .../md5-cache/dev-libs/elfutils-0.155 | 13 + .../md5-cache/dev-libs/elfutils-0.155-r1 | 13 + .../md5-cache/dev-libs/elfutils-0.156 | 13 + .../md5-cache/dev-libs/elfutils-0.157 | 13 + .../md5-cache/dev-libs/elfutils-0.158 | 13 + .../md5-cache/dev-libs/elfutils-0.159 | 13 + .../md5-cache/dev-libs/elfutils-0.160 | 13 + .../md5-cache/dev-libs/elfutils-0.161 | 13 + 44 files changed, 2355 insertions(+), 5 deletions(-) create mode 100644 sdk_container/src/third_party/portage-stable/dev-libs/elfutils/ChangeLog create mode 100644 sdk_container/src/third_party/portage-stable/dev-libs/elfutils/elfutils-0.146.ebuild create mode 100644 sdk_container/src/third_party/portage-stable/dev-libs/elfutils/elfutils-0.148.ebuild create mode 100644 sdk_container/src/third_party/portage-stable/dev-libs/elfutils/elfutils-0.149.ebuild create mode 100644 sdk_container/src/third_party/portage-stable/dev-libs/elfutils/elfutils-0.150.ebuild create mode 100644 sdk_container/src/third_party/portage-stable/dev-libs/elfutils/elfutils-0.151.ebuild create mode 100644 sdk_container/src/third_party/portage-stable/dev-libs/elfutils/elfutils-0.152-r1.ebuild create mode 100644 sdk_container/src/third_party/portage-stable/dev-libs/elfutils/elfutils-0.152.ebuild create mode 100644 sdk_container/src/third_party/portage-stable/dev-libs/elfutils/elfutils-0.153.ebuild create mode 100644 sdk_container/src/third_party/portage-stable/dev-libs/elfutils/elfutils-0.154.ebuild create mode 100644 sdk_container/src/third_party/portage-stable/dev-libs/elfutils/elfutils-0.155-r1.ebuild create mode 100644 sdk_container/src/third_party/portage-stable/dev-libs/elfutils/elfutils-0.155.ebuild create mode 100644 sdk_container/src/third_party/portage-stable/dev-libs/elfutils/elfutils-0.156.ebuild create mode 100644 sdk_container/src/third_party/portage-stable/dev-libs/elfutils/elfutils-0.157.ebuild create mode 100644 sdk_container/src/third_party/portage-stable/dev-libs/elfutils/elfutils-0.158.ebuild create mode 100644 sdk_container/src/third_party/portage-stable/dev-libs/elfutils/elfutils-0.159.ebuild create mode 100644 sdk_container/src/third_party/portage-stable/dev-libs/elfutils/elfutils-0.160.ebuild create mode 100644 sdk_container/src/third_party/portage-stable/dev-libs/elfutils/elfutils-0.161.ebuild create mode 100644 sdk_container/src/third_party/portage-stable/dev-libs/elfutils/files/elfutils-0.143-configure.patch create mode 100644 sdk_container/src/third_party/portage-stable/dev-libs/elfutils/files/elfutils-0.148-bashifications.patch create mode 100644 sdk_container/src/third_party/portage-stable/dev-libs/elfutils/files/elfutils-0.150-bashifications.patch create mode 100644 sdk_container/src/third_party/portage-stable/dev-libs/elfutils/files/elfutils-0.158-tests-backtrace-native-core.patch create mode 100644 sdk_container/src/third_party/portage-stable/dev-libs/elfutils/files/elfutils-0.161-libelf-dir-traversal.patch create mode 100644 sdk_container/src/third_party/portage-stable/dev-libs/elfutils/metadata.xml create mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-libs/elfutils-0.146 create mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-libs/elfutils-0.148 create mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-libs/elfutils-0.149 create mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-libs/elfutils-0.150 create mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-libs/elfutils-0.151 create mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-libs/elfutils-0.152 create mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-libs/elfutils-0.152-r1 create mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-libs/elfutils-0.153 create mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-libs/elfutils-0.154 create mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-libs/elfutils-0.155 create mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-libs/elfutils-0.155-r1 create mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-libs/elfutils-0.156 create mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-libs/elfutils-0.157 create mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-libs/elfutils-0.158 create mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-libs/elfutils-0.159 create mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-libs/elfutils-0.160 create mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-libs/elfutils-0.161 diff --git a/sdk_container/src/third_party/portage-stable/dev-libs/elfutils/ChangeLog b/sdk_container/src/third_party/portage-stable/dev-libs/elfutils/ChangeLog new file mode 100644 index 0000000000..ac13d7973a --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/dev-libs/elfutils/ChangeLog @@ -0,0 +1,753 @@ +# ChangeLog for dev-libs/elfutils +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/ChangeLog,v 1.191 2014/12/31 08:25:55 vapier Exp $ + +*elfutils-0.161 (31 Dec 2014) + + 31 Dec 2014; Mike Frysinger +elfutils-0.161.ebuild, + +files/elfutils-0.161-libelf-dir-traversal.patch: + Version bump and libelf directory traversal fix from upstream #534000 by + Agostino Sarubbo. + +*elfutils-0.160 (01 Sep 2014) + + 01 Sep 2014; Mike Frysinger +elfutils-0.160.ebuild: + Version bump. + +*elfutils-0.159 (02 Aug 2014) + + 02 Aug 2014; Mike Frysinger +elfutils-0.159.ebuild: + Version bump. + + 18 Jun 2014; Michał Górny elfutils-0.155-r1.ebuild, + elfutils-0.156.ebuild, elfutils-0.157.ebuild, elfutils-0.158.ebuild: + Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug + #513718. + + 23 Mar 2014; Agostino Sarubbo elfutils-0.158.ebuild: + Stable for sparc, wrt bug #500178 + + 06 Mar 2014; Agostino Sarubbo elfutils-0.158.ebuild: + Stable for ppc64, wrt bug #500178 + + 05 Mar 2014; Agostino Sarubbo elfutils-0.158.ebuild: + Stable for ppc, wrt bug #500178 + + 27 Feb 2014; Richard Freeman elfutils-0.158.ebuild: + amd64 stable - 500178 + + 24 Feb 2014; Pawel Hajdan jr elfutils-0.158.ebuild: + x86 stable wrt bug #500178 + + 23 Feb 2014; Markus Meier elfutils-0.158.ebuild: + arm stable, bug #500178 + + 18 Feb 2014; Mike Frysinger elfutils-0.158.ebuild: + Mark m68k/s390/sh stable #500178. + + 11 Feb 2014; Matt Turner elfutils-0.158.ebuild: + alpha stable, bug 500178. + + 08 Feb 2014; Akinori Hattori elfutils-0.158.ebuild: + ia64 stable wrt bug #500178 + + 03 Feb 2014; Jeroen Roovers elfutils-0.158.ebuild: + Stable for HPPA (bug #500178). + + 03 Feb 2014; Mike Frysinger + +files/elfutils-0.158-tests-backtrace-native-core.patch, + elfutils-0.158.ebuild: + Fix from upstream for backtrace tests #497566 by eroen. + + 18 Jan 2014; Mike Frysinger elfutils-0.158.ebuild: + Add arm64 love. + +*elfutils-0.158 (06 Jan 2014) + + 06 Jan 2014; Mike Frysinger +elfutils-0.158.ebuild: + Version bump. + + 02 Jan 2014; Mike Frysinger elfutils-0.157.ebuild: + Drop some sed hacks as the fixes are in the portability patch now. + +*elfutils-0.157 (23 Dec 2013) + + 23 Dec 2013; Mike Frysinger +elfutils-0.157.ebuild: + Version bump. + + 23 Dec 2013; Mike Frysinger + -files/elfutils-0.156-nested-funcs.patch, elfutils-0.156.ebuild: + Drop nested funcs patch since it doesn't fix all the uses. + + 13 Oct 2013; Michał Górny elfutils-0.155-r1.ebuild, + elfutils-0.156.ebuild: + Explicitly call einstalldocs in multilib_src_install_all() to accomodate bug + #483304. + + 19 Sep 2013; Mike Frysinger + +files/elfutils-0.156-nested-funcs.patch, elfutils-0.156.ebuild: + Fix building with clang due to small nested function #451986 by Hendrik v. + Raven. + +*elfutils-0.156 (25 Aug 2013) + + 25 Aug 2013; Mike Frysinger +elfutils-0.156.ebuild: + Version bump. + +*elfutils-0.155-r1 (16 Aug 2013) + + 16 Aug 2013; Alexis Ballier +elfutils-0.155-r1.ebuild: + Convert to multilib, bug #480262. Stack it for emul-baselibs r12 + + 19 Feb 2013; Zac Medico elfutils-0.155.ebuild: + Add ~arm-linux keyword. + + 09 Oct 2012; Mike Frysinger elfutils-0.146.ebuild, + elfutils-0.148.ebuild, elfutils-0.149.ebuild, elfutils-0.150.ebuild, + elfutils-0.151.ebuild, elfutils-0.152-r1.ebuild, elfutils-0.152.ebuild, + elfutils-0.153.ebuild, elfutils-0.154-r1.ebuild, elfutils-0.154.ebuild, + elfutils-0.155.ebuild: + Add m68k love #375737 by Ryan Hill. + +*elfutils-0.155 (07 Sep 2012) + + 07 Sep 2012; Mike Frysinger +elfutils-0.155.ebuild: + Version bump. + + 22 Jul 2012; Mike Frysinger elfutils-0.154-r1.ebuild: + The thread option uses a - separator #427524 by argonovsky. + +*elfutils-0.154-r1 (17 Jul 2012) + + 17 Jul 2012; Mike Frysinger +elfutils-0.154-r1.ebuild, + metadata.xml: + Add knobs for controlling install of utilities (so we can install just + libraries), static libs, and thread support. + +*elfutils-0.154 (23 Jun 2012) + + 23 Jun 2012; Mike Frysinger +elfutils-0.154.ebuild: + Version bump. + + 16 Apr 2012; Mike Frysinger elfutils-0.153.ebuild: + Make sure to apppend -g to CFLAGS when running tests as the local testsuite + depends on it to pass #407135 by Chris Reffett. + + 28 Feb 2012; Mike Frysinger elfutils-0.153.ebuild: + Drop cross-compiling hacks now that upstream has updated things. + +*elfutils-0.153 (23 Feb 2012) + + 23 Feb 2012; Mike Frysinger +elfutils-0.153.ebuild: + Version bump. + + 31 Oct 2011; Mike Frysinger elfutils-0.152-r1.ebuild: + Tweak dis.h dependency so we don't regenerate the i386_gendis helper binary. + + 20 Oct 2011; Diego E. Pettenò + elfutils-0.152-r1.ebuild: + QA: fix src_test after recent cross-compile changes. + + 13 Oct 2011; Mike Frysinger elfutils-0.152-r1.ebuild: + Add support for cross-compiling. + +*elfutils-0.152-r1 (05 Oct 2011) + + 05 Oct 2011; Mike Frysinger +elfutils-0.152-r1.ebuild: + Switch to patches published with upstream. + + 05 Oct 2011; Mike Frysinger elfutils-0.146.ebuild, + elfutils-0.148.ebuild, elfutils-0.149.ebuild, elfutils-0.150.ebuild, + elfutils-0.151.ebuild, elfutils-0.152.ebuild: + Drop forced gcc/binutils/glibc upgrade since these versions are long stable. + + 28 Feb 2011; Brent Baude elfutils-0.149.ebuild: + stable ppc, bug 348407 + +*elfutils-0.152 (27 Feb 2011) + + 27 Feb 2011; Ryan Hill +elfutils-0.152.ebuild: + Version bump. + + 22 Jan 2011; Raúl Porcel elfutils-0.149.ebuild: + alpha/ia64/s390/sh/sparc stable wrt #348407 + +*elfutils-0.151 (14 Jan 2011) + + 14 Jan 2011; Ryan Hill +elfutils-0.151.ebuild: + Version bump. + + 29 Dec 2010; Brent Baude elfutils-0.149.ebuild: + stable ppc64, bug 348407 + + 21 Dec 2010; Markus Meier elfutils-0.149.ebuild: + arm stable, bug #348407 + + 15 Dec 2010; Christian Faulhammer + elfutils-0.149.ebuild: + stable x86, bug 348407 + + 14 Dec 2010; Markos Chandras elfutils-0.149.ebuild: + Stable on amd64 wrt bug #348407 + + 13 Dec 2010; Jeroen Roovers elfutils-0.149.ebuild: + Stable for HPPA (bug #348407). + +*elfutils-0.150 (11 Dec 2010) + + 11 Dec 2010; Ryan Hill +elfutils-0.150.ebuild, + +files/elfutils-0.150-bashifications.patch: + Version bump. + +*elfutils-0.149 (19 Sep 2010) + + 19 Sep 2010; Ryan Hill -elfutils-0.131-r2.ebuild, + -files/elfutils-0.131-gnu-inline.patch, + -files/elfutils-0.143-fix-fill_mmap-for-sections-past-the-section-headers. + patch, -files/elfutils-0.144-sloppy-include.patch, -elfutils-0.145.ebuild, + -elfutils-0.147.ebuild, +elfutils-0.149.ebuild: + Version bump, remove old. + + 10 Aug 2010; Jeroen Roovers elfutils-0.146.ebuild: + Stable for HPPA (bug #321943). + + 25 Jul 2010; Raúl Porcel elfutils-0.146.ebuild: + alpha/ia64/s390/sh/sparc stable wrt #321943 + + 22 Jul 2010; Markus Meier elfutils-0.146.ebuild: + arm stable, bug #321943 + + 18 Jul 2010; elfutils-0.146.ebuild: + ppc stable #321943 + + 07 Jul 2010; Samuli Suominen elfutils-0.146.ebuild: + ppc64 stable wrt #321943 + +*elfutils-0.148 (07 Jul 2010) + + 07 Jul 2010; Ryan Hill +elfutils-0.148.ebuild, + +files/elfutils-0.148-bashifications.patch: + Version bump. DWARF-4 support. + + 01 Jun 2010; Pawel Hajdan jr + elfutils-0.146.ebuild: + x86 stable wrt bug #321943 + + 30 May 2010; Markos Chandras elfutils-0.146.ebuild: + Stable on amd64 wrt bug #321943. Thanks to Thomas Beierlein + for testing + +*elfutils-0.147 (29 May 2010) + + 29 May 2010; Ryan Hill -elfutils-0.127.ebuild, + -elfutils-0.131-r1.ebuild, -elfutils-0.143-r1.ebuild, + -elfutils-0.144.ebuild, +elfutils-0.147.ebuild: + Version bump, remove old. + +*elfutils-0.146 (24 Apr 2010) + + 24 Apr 2010; Ryan Hill +elfutils-0.146.ebuild: + Version bump. + + 31 Mar 2010; elfutils-0.127.ebuild, + elfutils-0.131-r1.ebuild, elfutils-0.131-r2.ebuild, + elfutils-0.143-r1.ebuild, elfutils-0.144.ebuild, elfutils-0.145.ebuild: + - elibc_glibc has to be defined in IUSE= for profiles that are unable to + use.force that flag bug #312085 + +*elfutils-0.145 (07 Mar 2010) + + 07 Mar 2010; Ryan Hill +elfutils-0.145.ebuild: + Version bump. + + 20 Feb 2010; Jonathan Callen elfutils-0.144.ebuild: + Transfer prefix keywords, remove dep on glibc on prefix + +*elfutils-0.144 (04 Feb 2010) + + 04 Feb 2010; Ryan Hill -elfutils-0.140.ebuild, + -elfutils-0.143.ebuild, +elfutils-0.144.ebuild, + +files/elfutils-0.144-sloppy-include.patch: + Version bump. + + 26 Nov 2009; Harald van Dijk + elfutils-0.143-r1.ebuild, +files/elfutils-0.143-configure.patch: + Fix bash extensions in configure script #287130 + +*elfutils-0.143-r1 (21 Nov 2009) + + 21 Nov 2009; Mike Frysinger +elfutils-0.143-r1.ebuild, + +files/elfutils-0.143-fix-fill_mmap-for-sections-past-the-section-headers. + patch: + Add fix by Lubomir Rintel for corrupting some object files #288977 by Hugo + Mildenberger. + +*elfutils-0.143 (26 Sep 2009) + + 26 Sep 2009; Ryan Hill +elfutils-0.143.ebuild, + metadata.xml: + Version bump, bug #278144 by Conrad Kostecki. + +*elfutils-0.140 (15 Mar 2009) + + 15 Mar 2009; Peter Volkov elfutils-0.127.ebuild, + +elfutils-0.140.ebuild: + Version bump, bug #220577, thank Conrad Kostecki for report. Don't build + tests if tests are disabled, bug #226349, and added flex into DEPEND, bug + 221381, thank Diego E. 'Flameeyes' Pettenò for both reports. Added nls + USE flag as requested in bug #225273 by Le retraité. New bzip2 and zlib + USE flags. + + 14 Feb 2009; Kenneth Prugh elfutils-0.131-r2.ebuild: + amd64 stable, bug #245861 + + 12 Feb 2009; Brent Baude elfutils-0.131-r2.ebuild: + stable ppc64, bug 245861 + + 12 Feb 2009; Raúl Porcel elfutils-0.131-r2.ebuild: + arm/ia64/s390/sh/sparc stable wrt #245861 + + 09 Feb 2009; nixnut elfutils-0.131-r2.ebuild: + ppc stable #245861 + + 08 Feb 2009; Tobias Klausmann + elfutils-0.131-r2.ebuild: + Stable on alpha, bug #245861 + + 07 Feb 2009; Christian Faulhammer + elfutils-0.131-r2.ebuild: + stable x86, bug 245861 + + 07 Feb 2009; Jeroen Roovers elfutils-0.131-r2.ebuild: + Stable for HPPA (bug #245861). + + 10 May 2008; Mike Frysinger + files/elfutils-0.131-gnu-inline.patch: + Fix building with no optimization #220641. + + 10 May 2008; Mike Frysinger elfutils-0.131-r2.ebuild: + Make sure we carry forward the PaX fix #219848. + +*elfutils-0.131-r2 (20 Apr 2008) + + 20 Apr 2008; Mike Frysinger + +files/elfutils-0.131-gnu-inline.patch, +elfutils-0.131-r2.ebuild: + Use Debian patched tarball to fix #158438 and add fix by Ryan Hill for + building with gcc-4.3 #204610. + +*elfutils-0.131-r1 (06 Jan 2008) + + 06 Jan 2008; Mike Frysinger +elfutils-0.131-r1.ebuild: + Change off64_t in libelf.h to __off64_t as the latter type is not always + available #204502 by Ryan Hill. + +*elfutils-0.131 (30 Dec 2007) + + 30 Dec 2007; Diego Pettenò +elfutils-0.131.ebuild: + Version bump, needed for dev-util/dwarves. + + 20 Nov 2007; Samuli Suominen elfutils-0.127.ebuild: + amd64 stable too, closing also bug 196489. + + 19 Nov 2007; Joshua Kinard elfutils-0.127.ebuild: + Stable on mips. + + 27 Sep 2007; Jeroen Roovers elfutils-0.127.ebuild: + Stable for HPPA too. + + 13 Aug 2007; Tobias Scherbaum + elfutils-0.127.ebuild: + ppc. stable + + 13 Aug 2007; Gustavo Zacarias elfutils-0.127.ebuild: + Stable on sparc + + 24 Jul 2007; Raúl Porcel elfutils-0.127.ebuild: + alpha stable + + 21 Jul 2007; Tom Gall elfutils-0.127.ebuild: + stable on ppc64 + + 28 Jun 2007; Raúl Porcel elfutils-0.127.ebuild: + ia64/x86 stable + + 12 May 2007; Joshua Kinard elfutils-0.125.ebuild: + Stable on mips for #165798. + +*elfutils-0.127 (04 May 2007) + + 04 May 2007; Mike Frysinger +elfutils-0.127.ebuild: + Version bump #175753 by Raul Porcel. + + 23 Apr 2007; Gustavo Zacarias elfutils-0.125.ebuild: + Stable on sparc + + 21 Apr 2007; Raúl Porcel elfutils-0.125.ebuild: + ia64 stable + + 15 Apr 2007; Markus Rothe elfutils-0.125.ebuild: + Stable on ppc64 + + 06 Apr 2007; Tobias Scherbaum + elfutils-0.125.ebuild: + ppc stable + + 20 Mar 2007; Raúl Porcel elfutils-0.125.ebuild: + x86 stable + + 05 Mar 2007; Jeroen Roovers elfutils-0.125.ebuild: + Stable for HPPA. + + 14 Feb 2007; Chris Gianelloni elfutils-0.123.ebuild: + Stable on alpha wrt bug #165798. + + 13 Feb 2007; Markus Rothe elfutils-0.123.ebuild: + Stable on ppc64; bug #165798 + + 12 Feb 2007; Gustavo Zacarias elfutils-0.123.ebuild: + Stable on sparc wrt #165798 + + 12 Feb 2007; Simon Stelling elfutils-0.123.ebuild: + stable on amd64; bug 165798 + + 10 Feb 2007; Jeroen Roovers elfutils-0.123.ebuild: + Stable for HPPA (bug #165798). + + 10 Feb 2007; nixnut elfutils-0.123.ebuild: + Stable on ppc wrt bug 165798 + + 10 Feb 2007; Christian Faulhammer + elfutils-0.123.ebuild: + stable x86; bug #165798 + +*elfutils-0.125 (15 Jan 2007) + + 15 Jan 2007; Mike Frysinger +elfutils-0.125.ebuild: + Version bump. + + 28 Nov 2006; Jeroen Roovers elfutils-0.118.ebuild: + Stable for HPPA (bug #130121). + + 20 Oct 2006; Bryan Østergaard elfutils-0.118.ebuild: + Stable on Alpha. + +*elfutils-0.123 (26 Sep 2006) + + 26 Sep 2006; Mike Frysinger +elfutils-0.123.ebuild: + Version bump. + +*elfutils-0.122 (25 Jul 2006) + + 25 Jul 2006; Martin Schlemmer +elfutils-0.122.ebuild: + Update version. + + 28 Apr 2006; Joseph Jezak elfutils-0.118.ebuild: + Marked ppc stable for bug #130121. + + 29 Apr 2006; Joshua Kinard elfutils-0.118.ebuild: + Marked stable on mips. + + 20 Apr 2006; Mike Frysinger + +files/elfutils-0.118-glibc-hacks.patch, elfutils-0.118.ebuild: + Add a hack for old glibc installs #130121. + + 18 Apr 2006; Markus Rothe elfutils-0.118.ebuild: + Stable on ppc64; bug #130121 + + 18 Apr 2006; Patrick McLean elfutils-0.118.ebuild: + Stable on amd64 (bug 130121). + + 18 Apr 2006; Krzysiek Pawlik elfutils-0.118.ebuild: + Stable on x86, see bug #130121. + +*elfutils-0.120 (16 Apr 2006) + + 16 Apr 2006; Mike Frysinger + +files/elfutils-0.120-mkinstalldirs.patch, +elfutils-0.120.ebuild: + Version bump. + + 13 Jan 2006; Mike Frysinger elfutils-0.108.ebuild, + elfutils-0.108-r1.ebuild, elfutils-0.118.ebuild: + Force nls since the package refuses to build without it. + + 06 Jan 2006; Mike Frysinger + +files/elfutils-0.118-no-nested-functions.patch, elfutils-0.118.ebuild: + Add a hack so eu-nm is not generated with an executable stack #116968 by + Benno Schulenberg. + + 19 Dec 2005; Mike Frysinger + +files/elfutils-0.118-libelf-link.patch, elfutils-0.118.ebuild: + Fix linking of utilities with libelf #115385. + + 17 Dec 2005; Mike Frysinger + +files/elfutils-0.118-PaX-support.patch, elfutils-0.118.ebuild: + Kevin F. Quinn: fix PaX support #115100. + + 10 Dec 2005; elfutils-0.108-r1.ebuild, + elfutils-0.108.ebuild, elfutils-0.118.ebuild: + - changed depends to use elibc_glibc vs !elibc_uclibc + +*elfutils-0.118 (10 Dec 2005) + + 10 Dec 2005; Martin Schlemmer +elfutils-0.118.ebuild: + New release. + + 16 Sep 2005; Ciaran McCreesh ChangeLog: + Converted to UTF-8, fixed encoding screwups + + 24 Jul 2005; Martin Schlemmer + -files/elfutils-0.108-robustify3.patch, elfutils-0.108-r1.ebuild: + Move robustify3.patch to mirrors, bug #99961. + +*elfutils-0.108-r1 (20 Jul 2005) + + 20 Jul 2005; Martin Schlemmer + +files/elfutils-0.108-robustify3.patch, +elfutils-0.108-r1.ebuild: + Update robustify patch. + + 03 Jun 2005; Stephen P. Becker elfutils-0.108.ebuild: + stable on mips + + 01 Jun 2005; +metadata.xml, + -files/elfutils-0.101-portability.patch, + -files/elfutils-0.94-alpha-mips-atime.diff, + -files/elfutils-sections-heap-overflow.diff, -elfutils-0.101-r1.ebuild, + -elfutils-0.101.ebuild, -elfutils-0.94-r1.ebuild, -elfutils-0.94-r2.ebuild, + -elfutils-0.97-r1.ebuild, -elfutils-0.97.ebuild: + - Remove old ebuilds. + - Added a metadata.xml (assigned to toolchain@) for now. + - Ready for GLSA. + + 29 May 2005; elfutils-0.101-r1.ebuild, + elfutils-0.101.ebuild, elfutils-0.108.ebuild, elfutils-0.94-r1.ebuild, + elfutils-0.94-r2.ebuild, elfutils-0.97-r1.ebuild, elfutils-0.97.ebuild: + echangelog - update package to use libc expanded variable elibc_uclibc vs + uclibc so USE=-* works + + 22 May 2005; Olivier Crête elfutils-0.108.ebuild: + Marking stable on x86 per security bug #91398 + + 20 May 2005; Bryan Østergaard elfutils-0.108.ebuild: + Stable on alpha + ia64, bug 91817. + + 19 May 2005; Gustavo Zacarias elfutils-0.108.ebuild: + Stable on sparc wrt #91817 + + 19 May 2005; Jan Brinkmann elfutils-0.108.ebuild: + stable on amd64 wrt #91817 + + 19 May 2005; Rene Nussbaumer elfutils-0.108.ebuild: + stable on hppa; bug #91817 + + 19 May 2005; Michael Hanselmann elfutils-0.108.ebuild: + Stable on ppc. + + 19 May 2005; Yuta SATOH elfutils-0.108.ebuild: + Stable on ppc64, bug #91817 + + 17 May 2005; +files/elfutils-0.108-robustify2.patch, + elfutils-0.108.ebuild: + - add additional incremental from Jakub which solves remaining regression + failure with elfutils that we found. This version or a 0.109 is what arches + will want to mark stable in general + +*elfutils-0.108 (17 May 2005) + + 17 May 2005; +files/elfutils-0.108-portability.patch, + +elfutils-0.108.ebuild: + - version bump to 0.108 and added a new patch from Jakub Jelinek to fix misc + crashes and the heap overflow on some invalid ELF files + + 15 May 2005; Bryan Østergaard + elfutils-0.94-r2.ebuild: + Stable on alpha + ia64, bug 91817. + + 15 May 2005; Markus Rothe elfutils-0.97-r1.ebuild: + Stable on ppc64; bug #91817 + + 14 May 2005; Olivier Crête elfutils-0.94-r2.ebuild: + Stable on x86 per security bug #91817 + + 13 May 2005; Rene Nussbaumer + elfutils-0.94-r2.ebuild: + Stable on hppa; bug #91817 + + 13 May 2005; Gustavo Zacarias + elfutils-0.94-r2.ebuild: + Stable on sparc wrt #91817 + + 13 May 2005; Jan Brinkmann elfutils-0.94-r2.ebuild: + stable on amd64 wrt #91817 + + 13 May 2005; Michael Hanselmann + elfutils-0.94-r2.ebuild: + Stable on ppc. + +*elfutils-0.94-r2 (12 May 2005) + + 12 May 2005; Tavis Ormandy + +files/elfutils-sections-heap-overflow.diff, +elfutils-0.101-r1.ebuild, + +elfutils-0.94-r2.ebuild, +elfutils-0.97-r1.ebuild: + fix for #91817 + + 31 Mar 2005; Aron Griffis elfutils-0.97.ebuild: + stable on ia64 + + 17 Mar 2005; Markus Rothe elfutils-0.97.ebuild: + Stable on ppc64; bug #85575 + +*elfutils-0.101 (13 Mar 2005) + + 13 Mar 2005; Martin Schlemmer + +files/elfutils-0.101-bswap.patch, + +files/elfutils-0.101-portability.patch, +elfutils-0.101.ebuild: + Update version. + + 17 Feb 2005; Markus Rothe elfutils-0.97.ebuild: + Added ~ppc64 to KEYWORDS + +*elfutils-0.97 (09 Feb 2005) + + 09 Feb 2005; Mike Frysinger +elfutils-0.97.ebuild: + Version bump. + + 25 Nov 2004; Daniel Black elfutils-0.94-r1.ebuild: + fixed test routine as per bug #72347. Thanks to Sébastien DIAZ + + + 02 Aug 2004; elfutils-0.94-r1.ebuild: + elfutils does not actually seem to compile currently in a uClibc environment + (xrealloc errs), but we need to ensure that glibc never gets pulled in as a + dep, since this package does not respect virtual/libc + + 20 Apr 2004; elfutils-0.94-r1.ebuild: + Add missing ia64 keyword + + 16 Apr 2004; elfutils-0.94-r1.ebuild: + files/elfutils-0.94-alpha-mips-atime.diff: Fix 0.94 compilation on mips and + alpha + + 11 Apr 2004; elfutils-0.94-r1.ebuild: + Stable on all archs + + 09 Apr 2004; elfutils-0.89.ebuild: + Stable on mips + + 22 Mar 2004; Jason Wever elfutils-0.84.ebuild: + Marked stable on sparc. + + 07 Mar 2004; Jason Wever elfutils-0.94-r1.ebuild: + Added ~sparc keyword, fixes bug #43828. + +*elfutils-0.94-r1 (29 Feb 2004) + + 29 Feb 2004; Martin Schlemmer elfutils-0.94-r1.ebuild: + Utils need libdw ... + +*elfutils-0.94 (24 Feb 2004) + + 24 Feb 2004; Stefan Jones : + New version from what was RedHat rawhide. x86 only + + 22 Feb 2004; elfutils-0.89.ebuild: + files/elfutils-0.89-alpha-mips-atime.diff: Fix 0.89 compilation on mips + + 22 Feb 2004; elfutils-0.84.ebuild: + Fix 0.84 compilation on mips + + 31 Dec 2003; Aron Griffis elfutils-0.89.ebuild: + Stable on alpha and ia64 to support ircd-hybrid + + 14 Dec 2003; Guy Martin elfutils-0.84.ebuild: + Marked stable on hppa. + + 14 Nov 2003; Brad House elfutils-0.89.ebuild: + add ~amd64 flag + + 13 Nov 2003; elfutils-0.76-r2.ebuild: + added mips to KEYWORDS + + 29 Oct 2003; Seemant Kulleen elfutils-0.89.ebuild: + added nls USE flag check + + 26 Oct 2003; Aron Griffis + files/elfutils-0.89-atime.diff: + Fix 0.89 compilation on alpha + +*elfutils-0.89 (20 Oct 2003) + + 30 Oct 2003; Stefan Jones : + New version + +*elfutils-0.84 (23 Aug 2003) + + 30 Sep 2003; Joshua Kinard elfutils-0.84.ebuild: + Added ~mips to KEYWORDS + + 03 Sep 2003; Stefan Jones : + Move to stable and require binutils-2.14.90.0.6 + + 01 Sep 2003; Stefan Jones : + Add patch for alpha for st_atime, bug #27372 + + 27 Aug 2003; Stefan Jones : + Mark stable as unstable till sys-devel/binutils-2.14.90.0.6-r1 + becomes stable, without it fails to compile + + 27 Aug 2003; Stefan Jones : + Mark stable as fixes #19285 + + 23 Aug 2003; Stefan Jones : + New version for testing. + It seems on my system the hidden patch is not needed anymore + +*elfutils-0.76-r2 (14 May 2003) + + 23 Aug 2003; Luca Barbato : + Setting ppc for elfutils-0.76-r2, fixes bug 27017. + + 27 June 2003; Stefan Jones : + Opps, adding it back, I was wrong ... + + 24 June 2003; Stefan Jones : + Remove from portage as bug fix is not needed anymore, + it was a gcc / binutils bug. sys-devel/binutils-2.14.90.0.2 + works fine + + 14 May 2003; Stefan Jones elfutils-0.76-hidden.diff : + Added patch to fix bug #20948 + +*elfutils-0.76-r1 (24 Apr 2003) + + 24 June 2003; Stefan Jones : + Added to stable amd64 tree. + + 24 Apr 2003; Martin Holzer elfutils-0.76-r1.ebuild: + Removed /usr/usr/share. closes #19758. + +*elfutils-0.76 (08 Mar 2003) + + 14 Apr 2003; Stefan Jones elfutils-0.76.ebuild : + Moved to stable tree. + + 08 Mar 2003; Martin Schlemmer elfutils-0.76.ebuild : + Update version. + +*elfutils-0.73 (03 Feb 2003) + + 03 Feb 2003; Martin Schlemmer elfutils-0.73.ebuild : + Update version. + +*elfutils-0.72 (02 Jan 2003) + + 13 Jan 2003; Stefan Jones elfutils-0.72.ebuild : + Zapped -Werror as per bugreport, even with newer gcc's it fails without. + + 07 Jan 2003; Stefan Jones elfutils-0.72.ebuild : + Requires sys-devel/gcc-3.2.1-r6 or higher + + 02 Jan 2003; Martin Schlemmer elfutils-0.72.ebuild : + Initial release. Unfortunately there are no source tarballs for this + on a public ftp/http server, so we need to check for new releases: + + http://rawhide.redhat.com/pub/redhat/linux/rawhide/SRPMS/SRPMS/ diff --git a/sdk_container/src/third_party/portage-stable/dev-libs/elfutils/Manifest b/sdk_container/src/third_party/portage-stable/dev-libs/elfutils/Manifest index c932c037a7..ae9eba8043 100644 --- a/sdk_container/src/third_party/portage-stable/dev-libs/elfutils/Manifest +++ b/sdk_container/src/third_party/portage-stable/dev-libs/elfutils/Manifest @@ -1,3 +1,78 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA256 + +AUX elfutils-0.118-PaX-support.patch 954 SHA256 e769e1168dc645ce99655f984f5c19a54d765210cacd098556b6b68743b877fa SHA512 d2b27b1715908ebc68c304a32b29e5bdebede5d4c9819b552617b3e3fd00f21570fa2346ec0e01b9b8028e9139eea629e0e70bee2f509ebfdacd31bbcd3bea0d WHIRLPOOL 47b537a5a01b9a1240b0e922eeef7e5e0e00b04cb474dbb0728849deba4a50c13e6a56b9b5476121771dab25a61641091deefd2cf94bb7cdcf4858f1b6222670 +AUX elfutils-0.143-configure.patch 772 SHA256 af91d9c73612d82b3b47099c0dd8e5cfaac1aa6538185e2760ba5ab933ef9091 SHA512 988d9a85339848150023df4193c6fa45a9dc2e3609b16b575ef7e25c4b0eff8b7e1bd188ebc4a5c0ae9b1aeeb16a99ddf1441f53d4a5ec0c88041fee65491c01 WHIRLPOOL 98b0576f049706b6c21765dfe26985bc88f97b5f39ad2ab950944382c06650b25e2ebad47c155924c664c9b56ac822339c0056e3bb0e8156f4f9963946bbadd3 +AUX elfutils-0.148-bashifications.patch 760 SHA256 e741d81d4136a1f9a720fcbb67ffbb389cf00f98e344a5102b6c89e77b150c18 SHA512 778899e982021266db3d109ca8eb9c6144e13d98d017fd4d43fbbcc118b2aaebb827dceafc5dc196b437509bbbc4a95d4b152fa493f3a94c2daaa9da2dc91f74 WHIRLPOOL 1f78c567d5460097d8ed0f5756208bb0ef74c41e8a41db16c85fa28d9bc858a71c4ccd5d2978c596d0b12ae57c9a094e8f9062f7b580db93772e38b92c5707ba +AUX elfutils-0.150-bashifications.patch 763 SHA256 8a7f67e8adeb3ae1aeeb0b3302ed1cda10f852d3f6702d21dfb011761a2b7576 SHA512 d111c043a47f9c6bbb9e51393ad496be79618c6fda50da7870bec6998a295835e68dc0b3dc38bc2a7bbe98b2f894fc4f3c46985a4faf3bc76d92d3b5dbd845b6 WHIRLPOOL 60fbabd765c6c93c64ae81413173347d611c8f34adb38d4fb274f9f830cfedaa5e70a0009be826f4f3ee06dd5196aa480b0c7b38d3a35541037a50d3ee730d1d +AUX elfutils-0.158-tests-backtrace-native-core.patch 1347 SHA256 2f577e225649af7f59209f6e05ef1733b665ffb835a2a598b9eb289a40b93c0e SHA512 23f77f3446b1309d0db0000d718169c6927f924e3645de6d31034fdf5cdd39423c559d5b35f485ca066d6ee5227194719c050a47cd383f93265c073c1112478d WHIRLPOOL e6b5c15ac838138c72cf17ba1f5c66da1533977e2d28b6d4325b3880ecd2926911170236bb5cff0a5170ecce74016925f0a4342f4a4d22189e70a87f37fd622b +AUX elfutils-0.161-libelf-dir-traversal.patch 1630 SHA256 aaad1abf56c3125a1cdc56218db5339a0b4719542185d60af307a0bfc74c3a67 SHA512 f6b05c4d1da60853825a2803de9201a7c17c9511d70861f1e0f7f5d501e39b11dfda920b39290e398b367f33403b6c99bf6e38dd8e17fe4cdf91750b8c3fe9c8 WHIRLPOOL ab9b6eb384153ffd5f051aff7ec538c37f133953dab9a32a246e727fdf5f4a7f7cd50d052ffad7abdae7067a0c4c6dbbd9f01349fdbc9a765a3bb12a7d234bea +DIST elfutils-0.146.tar.bz2 1791373 SHA256 dacd9419cc9ef36463f22cd7d7204ee7490904000045a8cdcbf3569907ecf2c8 SHA512 8c93d882b261502576051e3fc41f1469a7d2195813690792fdc104ce87dd39755f867802de0f1c2e224177a1a52671572178fcd4779287c0f5565b186fa598c5 WHIRLPOOL 5583c968dbe19e4efab6e870c8b3cf3576ae171ab241e52948a6cd850e12ba6c3b11560b931559e056fcac0217d6d62ebfcb56afadd19d916f7a2997116916be +DIST elfutils-0.148.tar.bz2 1811640 SHA256 8aebfa4a745db21cf5429c9541fe482729b62efc7e53e9110151b4169fe887da SHA512 9282945c19a98e14dbfbd50f9fd35b3575d1361c64c865c7205a3207bd23d982ee8288b26de3d627430a7cd4b0594e67b4ce956ec482d91a4f4d03dcda01de14 WHIRLPOOL fe9ffdb4934c3d3d7bfad4df6813d913020a01c231ef788a5bfec4a45cdb89f5df1abc64a211383a3a3fee66f41efad03a7607d8892a02aba5c8bbba3bf767cc +DIST elfutils-0.149.tar.bz2 1821994 SHA256 b81f73db935cdb5c0ddfdb4fd36aa0597b691b9204c62e5ee6bcb8c8ffabc808 SHA512 4ad5d9bc64575c7f7b397b129c197639c690957b0556cec628d97d9b12eb353a49fb27b6df3df23a4a90e7a783ab6457d44d0c27e5bb657ba87514b0600c4aeb WHIRLPOOL df5cb7e73a741177b18aca4c5573eae9b6f01cd17400f482c79b89868af4d76e8192d7a210fe17f4165d99387410dc5bca8faa06464a488934e2efa1534a8894 +DIST elfutils-0.150.tar.bz2 1822030 SHA256 f414c8f3cdc8b12dfa34b671d9897582be7f9b546436f29bc5a2a6b442011d45 SHA512 8855ab344c6e3c0d71657d1f6a70d6a7fd96cf40b278afa403a99f8644e023eb9927311d81a7244256701cb10066fd3d55b6cee11ab745940a3b21cd7d809388 WHIRLPOOL 9b4c7e746126ecea4c1b58376d51f90620932ef939ee82f32902ad41ab895074de79734a0b7eb9f6c974e3bededde0ca6f4b241782d35c264deb164b6b8cfb96 +DIST elfutils-0.151.tar.bz2 1861829 SHA256 44b23049fa5999b7fd1f135e307b87efb17f5b2492702f7fd4ebecc3a0a51cfe SHA512 5210382dd50a54be1de3e84daaa766073f43fa88e9eb285f95125da80dab39fc2c21ae3e8f9eda1550f639db40d3c642c6d45df81251f1db8dcd0f715937ad03 WHIRLPOOL 5318a5d07669510dfbbe6d2cee17048d8a518a6a8f9f7f62b56cbbaeb74f0247773129844982d17651346c934337ae3b463411fbe784e5873499ea8c0cbaa9d7 +DIST elfutils-0.152-portability.patch 39623 SHA256 e006639191589caa9327ca7bf9740c83be20af8297b34ef44d1befcd08476160 SHA512 623ed1b4ddcbe973fa4a8b7a6432335af8348cfe10d64ffc64b0f3893ad655d5514459d4850436f07b0b083c869bdb05b539bf8ac124745d100e21e3cf1145ef WHIRLPOOL 5982fccda179a6b4a62634d741dc9f27a1f4b0dfe0d6220fa398b0536fa7e0f7167dfd86e74596a204e7fa53b9b7d8ff2d17bfb3f1e3149cef3bde0bd59a3b7d +DIST elfutils-0.152-robustify.patch 58762 SHA256 f7e352b503dd2d84aca5794a4b6c273d026b64d64154132dbee9db2c89e22b23 SHA512 35d117eb9b073a7b88003615f4fcf3dfc225a1d987108c8b4d49cbda58c7004b4db3430a40a04f2e1a47fa4f1c73bdb53a889a7b16b94043514d8c64d61b4c4a WHIRLPOOL fe51e9205ced2f511a73520e2ee53ca8a961a2898dd147b48be58a46436594a76855aff9a0fee2ed60b23b2edffd162e6659a7b107e3e06d3620feacaf27406b +DIST elfutils-0.152.tar.bz2 1876711 SHA256 78798715adba95528cdf3fce33eca813131ee75b9109693d313b72f67d7fb4a6 SHA512 e680c3ae4270b517bbd27de0d3aa3885bbbc935cc716cdddf45a2adb4a1ad5019a791d56348390cc802cf72e45f50f00287ed5c9b6621c211976855263a8ead9 WHIRLPOOL 963567d8954f8d65001d31ca32250b1bff741528f6a41e086c16ea074692ab87e1edee89f6c58860a7d711fff1f73b19aaf784687844265542657d3595b5361c +DIST elfutils-0.153-portability.patch 57102 SHA256 26847f1641d1c8013d39ffdbd2c7167b941eddf64a782f5be366a69eb277c25d SHA512 a9a67f7f54be96872c8bfa1a9f2b4ee34cd24840970a80bbef30f35f075052b3305ccd5543704bd1e1e413e98fb463b78fbe463f05065994b51b9a82cc07a4be WHIRLPOOL 5681c4d9242d572c46d0e3da9b2eeb63d3b85f54553ac18a890d4764828267df1fc904372ebb4c86b1b0b17e1c48b8f1be7bcf5f82a794b9fbe74855997a2242 +DIST elfutils-0.153-robustify.patch 63255 SHA256 f5ac4f4213466700bed7c669172ad4b1dbad38e0091d44838ad9ae836a09705b SHA512 ac9d0d38c48cb6be454b6769bf210ca559768daa4e4b8fb4c917416ba823df0434be76aa7188f9acb7f9e5969f391471e47fa4831fd8576fd76c9c2126ba36c3 WHIRLPOOL 52a524523dd90ecde2073da4d3e960ea3d6b0cdc111143fcb1807305356b4a75844fbad636964645612e6d62c86c23bf052ffdfe993a5c3fa7f620e025ab64e1 +DIST elfutils-0.153.tar.bz2 2179242 SHA256 b6cd7d1fe81d5f874061b7d753f5b5a0546ccc5fd83af843201330479332bef0 SHA512 03ae0e6dedb13218192d2ae57cd0d980388bf2bfe777ca18b328b4d5743f4072d1f97a5b4fe3a9f965e1d57f81f7cd8eefcafd4d23bc2065deafa48ec6bfb7f6 WHIRLPOOL dd675d2f7d8f2f4343a20b88ec7967f0c50b69357f199d53c2a6363e109a98d52d0b6be71242781d2612f75af43a0e48383495c22c963966db28d52c3569bd6d DIST elfutils-0.154-portability.patch 57336 SHA256 156a30541c8d478354c9e42ee5282fe7d0af65be6b10c829f13ec9ce68e5298e SHA512 33ca17d9e01e8112818a762b8066391d31f09bfe7117a22d99bd6820b881512e240e7355efaa3807b5e2faeefcb60c4b4f3d0d13d12585fa71d0d69d9ef26b99 WHIRLPOOL 3c7aac62bde726c7522d37911c1411a014830c8a6ee1ce076f9e98250d9ee0800163f51bef3a0a7ef3d8b20938744914567692beaeab869fcb136c14e61611dc DIST elfutils-0.154-robustify.patch 63063 SHA256 a0e0a81b8bdb7d0622715564d6863be2f2208848feb2e529741c3cb7c01cc6d2 SHA512 c07a23756b5f389473d70f70d62221a003c88b637faaa6ed20cf63758dea5ecaed5cedbddd554b372feb3613fd709ba1f0d849a27d6f703165a161f7d3cc1cc8 WHIRLPOOL a098cf5123e75812ec75392063991007b12334b7bd5244d8a38d55020932cc32d5794f27614076dda47e304a3d0e9b9fd646b5dcc45eeefcc787cd952474ce93 DIST elfutils-0.154.tar.bz2 2205145 SHA256 3ef06dc0b599874bde09a529a05809dac656204ed1181eea9e89d531cea94af1 SHA512 4d8a7fc7062d433d789f5a71d8b4428ae183302ad8049e5a6e7e1a58f83488f0842c0166bf7e19a19d2571ae36c296d8b81306efaa3c78a1de128819ab06df9e WHIRLPOOL 06c9ffa64d9773c585148eb7d631b6494f88032c44422d5a516a3a5b8084c00205bc33a4b6c373bc69d2e3594ccf3d97cd6971b58c361f2d11bb127919bc8468 +DIST elfutils-0.155-portability.patch 57540 SHA256 b101c8360abc746a5a66cf0549e0d6259fa3cd78a1314e857e3962983a491171 SHA512 7a498f28134134ce81e25f39ea42ce36fac7a2cae79f6b2eda9c7d384f6dfb2907a013b4800da36ba9ab6ad18fac63eacf8a5847cf94248962d5580650d4b501 WHIRLPOOL f69852a6281203bff90934cd1c21e7507da1c0c217f88e6c158b2e5a59fc685a813a8f5ae138004f674918c7787425ab625e454f323ee65563b4893a0c57131f +DIST elfutils-0.155-robustify.patch 62788 SHA256 062a7940757aea1fedec4c9943bdd34b853c97458f229569777d65541b77c174 SHA512 d18fcdd6b57266805d3934ff07123b19f5da7df5ab72b8673d77e35929b34e14a33a08ec0940b06d763a0279d98d677892ccf89717bc995be6a839cab19acd97 WHIRLPOOL 30d3b3c96b03647dadb7860b15dc486147f20f6199fe4c7bb9b88c7fd20fa76d0fb3882e037caac54a40591f5aa9c155b6a86df16813542254dcbc2fc1cff86a +DIST elfutils-0.155.tar.bz2 2477883 SHA256 68444a4526416ffd68852ec3c6a40ceddcca46538297322405319884c5d30ed8 SHA512 4f434c7a01c768df00499cac4e02c2316077eab9a6b6f0e6f3ce5194e6cfd2258fa30f9a163febce15278e1fbbbab9c7238c0cf56bf7dbcb5363b42a1a947b8e WHIRLPOOL 30647d492eff02c92ac1c7b0e9d5090cde3cbf4541bcc61fbc38f9fdd40ade08763e5e8ff23e0874f77955dcd71bd73e8b1e9f77460dd453c74fa1643efe0156 +DIST elfutils-0.156-portability.patch 57939 SHA256 b3fb726c092bd99895ffe0697597c8ffd232ed35c3f5b85e3977739a261dc113 SHA512 21fc70160b13a2506807301f584927b9012734abad3c466d3041a38774affa8393e02afdf852097a0437a4453cb3a7db904e8811598203693b3c4387843565e1 WHIRLPOOL 3d327883028beb9bc7611117c74f7080eb8eabafb44f96112ccb07b3959ee862d8f3dd4e93f48a93c37086d252e90e02990d8279ca8c9cfe9bb22387feb58b7d +DIST elfutils-0.156-robustify.patch 62790 SHA256 6dbefcef2046665d7007b68a7f1a93bc97ad46278aa7814ebc4c9d73f239b442 SHA512 843c9582bb7fbe2ea82a63d1709b5fa2f78be2c79f824fd9fd65c9349c7dc0ccb335e020b3bed0e2aceeaf02eac2d5db2649d83e4b93c2ff02be7b1ce15f24f0 WHIRLPOOL 6c97f8bc310e956da997c8ca377e480f10e3aaba569da52ce4cf66ac979fb148a587bc9bef86eae21768276745f9f8e0dfb9b5aed355bd4fa89a27a4da28e612 +DIST elfutils-0.156.tar.bz2 2637114 SHA256 d2f54dd17a270ca947f831b083a6cde06e8b4fbb230cf87d23afa1530d20a4c2 SHA512 8fdbbb42e750fca0cd6d4342be86ab522434f2eb91414989f8afe1ffcada211d85c5d059dc5ff04a6cfd17fd3d37b6e1428617ad7c9ed9de3da6d7f14e090527 WHIRLPOOL 9f9e70776dee0ebe30f1ddd3ddd81cfa3747d679767c04d081553bf336322f7cb85d3c07d5cda8ebf1515b1ceae01522209860faa64a867771c25394fb073d17 +DIST elfutils-0.157-portability.patch 57996 SHA256 02aa1cbc8e84c7a21cf751c12d70ae03953ce5ec80e86f99521e16029e87fc0e SHA512 7a23231d037b61caa235e3ea9ca08c211b7ad5409e51fa6a3acbd24986302ca0ac6034dea50c1f7568cba3890b959d5576e6c3358c32c3c0b7be00c6ba30375c WHIRLPOOL 2acf13b649bfe2056c4900b35bc49519a7457bb7dd09a8db8491c5accffbcde7dd2e5ac15bc1c0f40a35082df8032966c0dbb5a13e8cb0bf4801784ad454208f +DIST elfutils-0.157-robustify.patch 62790 SHA256 98f6cfb9d733b2429f9b7e33d81e8eafcc222e3a1d257fb417ecc5df54024240 SHA512 e9e96db55dfbd5c1226b3beb9de847007393f1e243f98e950eb1b6b149176a842fac7704ff395d05069c6a4c61fcd4f978c020bfb3361ce2cc144fc6e36f0405 WHIRLPOOL cfd49d33247af8ecfb4f50c94ef6588d24a886ac9f85adec3b1b5a225615767fe902ae4d061169fb1c0d04fa28efb7293eb20adc131839be9ba1bb194e565c00 +DIST elfutils-0.157.tar.bz2 2624207 SHA256 4fadc9c0c19d02fb6d2bdfee65f20ddbecba398d3f714e2b6c42ffc4615cce85 SHA512 ffe7b425435203ea8932ba8f977ed258d6cb869ec140f24aebb62325e8fa47856dca9130a4dc66daa3ba2a99d82b35643970471db195ae5c6414c1a6aa21ab91 WHIRLPOOL 09defd9cc18c7a5efaab7a6ca60200433a4a9d36941aa908c60ae5ef59522e129b1be2d169b066c3dc5041a605f909438b96145eab184ec7bf5147c002daedd3 +DIST elfutils-0.158-portability.patch 61898 SHA256 edc5e367b90dc3b179439c1c56ac28b04e810b09952d76c51b2df7a2a3f44e78 SHA512 3710f5b9e43a7ae230d8f3b7058addc667e34841fcbb85e3e6e289851b5daf1d82d8f6e592cfa62be127588ae1e274f5b04499156dec3e9c5922f1a06a0e845b WHIRLPOOL 7bc95985ed12c8b356fb6a8d7f92fd0d6aa2d5a8aedb157f85b894199ebb0ae63b2d7baebe759489895bb9db2b552a84647add04f0c02168d9ebfd598ab8fd69 +DIST elfutils-0.158-robustify.patch 62790 SHA256 dde94387e6565803d7c8d5b4351e4224e0fdeccfb9ef4a2080f15fabf43fe8bf SHA512 cdafe50d93ca74a38e62728f52965a48b37ef6dc05ca949893381c917549e498a2b007580ceb5de81c7292d86fbb11fd62315001216c12baffc243e2e6fd1015 WHIRLPOOL b3d0440230e23d66fc4862083ca9a9b2f3d58619c8789d086e6c9933af5c27b9b1c55dd8fa714acd708757bdee0707041cf6c8b09b804d7c6a4932f77a2648e4 +DIST elfutils-0.158.tar.bz2 4931570 SHA256 be27af5c21352f53e010342bf1c68e0b9e18232dbf3adec7e2f9b41f6bbe397d SHA512 6f27c07ad2b146d2ff857ad596f0d9150b0a041b4667f9174880a7766250ba2e52103bed9c4295e005255b683346d33d82efcda8f18f66c343df2722ca5d2ca2 WHIRLPOOL ff0c2224f9a514b83995c6f5a628e1331887e3906d3678c237c551d5572371b5a4c8bcf705f8e1389bff02bdab257460b26d8cfd3b3de2cbbc84e3f5a55445ac +DIST elfutils-0.159-portability.patch 63319 SHA256 aaaa91cc9101962cdef221b2901346921945bf6e8b7806dbf99c5c2d76dc3ae0 SHA512 043ef48ea0f2cec718d952d7137e16f34c47420b7d1788a9e1685b3543576f8d4a9f8565069709ab87a1b65d32204db01da4e0f08be51c5d8a5890c548369568 WHIRLPOOL e690f510ebe97562dbee233b146481b56fb589c7ed7e99eafd121c3990f084d6adb58fc4db0824518a84cd609a0a10a65f125697f51819b18dfcd3e691c1abd9 +DIST elfutils-0.159.tar.bz2 5469000 SHA256 fffaad1ba0c4ac5c8cee56dc195746e1f1e7197ba3eba7052ad5a3635ac1242e SHA512 c58d95c90685fb0b37f728c83e9d462be2fabe1dfb7b271b3adcde5f10c532a90b07bcc1c51dd81bf768f0cd3d22fa231fafb74fb5e79098d94a566e139408ff WHIRLPOOL 71cc156658af3ea8461c4cebcf27331a3844af470e337c18a7532fd795ea91eca035ecdc74fa71e92100bf2354b9e724490eae6305cd3ab418202938a4818684 +DIST elfutils-0.160-portability.patch 63302 SHA256 feb307acf472598ea7af4e4b439251613a8f5d81e804b4abf9aeca195a5d4254 SHA512 a408596fe114392034c7c6f42c4ef2e7a6bdeae346ad07c733eebe29c30d644984d775756b0395ab360c6107eab7d526cdcd0d4955eb8431cccf9ca8a278bca1 WHIRLPOOL cd415d959c8fdf16ea656de84c7e328bb98de1f9b98ba36bdafffca80a008c3673787843b876f6ddd37e1bc0d13283ed85548b5407c90120de164971cee6ae44 +DIST elfutils-0.160.tar.bz2 5391252 SHA256 741b556863c069ceab2d81eb54aeda8c34f46728859704eaf9baef8503e9a9d1 SHA512 2df392739ae05e1a9ad333a02cc13e088f39370e3d14482072384b0b5285d5ba73e35562cc6c99211272f36744e657081d6d18e16e8c8519e49a51ece9151330 WHIRLPOOL afafd0c2fd2672c7b0e9cb4cdd4fc710fa38c819b7f117673e99cace7931594f03a46085a87fb4e819243572abc52f695d37cc03522bb46cdc6498be9f209582 +DIST elfutils-0.161-portability.patch 63317 SHA256 bf0363d03e1e4668778eb4e7ddd10e405a22f753b3ad813a537fc01164d1e3fe SHA512 78a8a46b5eaf0326916b79f2502d8e66dabd2783c5661248482572b1528173c5e47f84868693ba58bbf015dfeb3f9897bfe72a778d22aa1b396e7da81b2512b5 WHIRLPOOL bdaa682d3c4113f0d54409afe4d22a0e56f0b28d8f1e69e2c0c16cd31cf12341df56259d3ab38e70b840dd449b2686e7823d4961b282b76de5dde8c458f4e97a +DIST elfutils-0.161.tar.bz2 5524766 SHA256 570c91a1783fa5386aaa2dfdd08dda1de777c2b63bf3b9c1437d635ffdd7a070 SHA512 c5061faa01cb6f211c326574f10bd5eb4fe8437afb2581f26cf34e88053d7bd91dc47bae1c8bdd143c35cad055bf48eab1e03acf4069a8e8843643ecf2a198df WHIRLPOOL adf14b937b38fff1de0e0cd18a6866d4080ed6ee80fab73a45c1b94ffe546fe4c1662b090f6802a522c5103fb7826fac46c5e4ccfc8441f09025285722d08ede +EBUILD elfutils-0.146.ebuild 1865 SHA256 1a85b1753d566f54a590f558564864abb45cb347d20dfb43cd927b7fba3e8009 SHA512 039a5283b6d342460a2a205c7d546e8f42d3a9c615ef768e2406fb729d4ca001ffe7c7422acfeb828f0a148f68df97b4f2a2028ae4fa486e6a39e4b49f49b91f WHIRLPOOL 04872a2a2c15f9bc7955e2d655346a6137f2f40d122dc2faf226a6bc945c883d31a233af8adc517a4d9a8186d01c921aedc6d63ce0fc24069f76696543adaf3b +EBUILD elfutils-0.148.ebuild 1881 SHA256 bd1ff4660130ad2f89925a84e2a145770d8fc3e375aa2834f8050e2e7e63cc65 SHA512 678a1e07b426b321e0b0ad0f68200c418903c7e08d9844f4ce9cb5adcea8ecb6e8f009436fbd1180847e4ccad6274f6c521cefb9019b719b4f2f1452d99a8572 WHIRLPOOL 5c9c72b4ba0847140e9b12e75f7b7099f6139dd334f83a900629773fa943df9975762f0f3b04256a8de699dafdfd052802950124990470652fd1bd9902e3e7c8 +EBUILD elfutils-0.149.ebuild 1728 SHA256 2b7fb3835eded3175ff91b5fb45f57526b7a8467c58538c85fd21d6de3ac1647 SHA512 e20141aeb66c6a1c6152dff877b5304447e1c6bba5402812374b9aa4d3b5abf894acbb177561952ddec679ba1c2d2c6bd74d209aad0c1e8238eadd97ff24c8c2 WHIRLPOOL a8ded281d1593ecb7846a9d5e6602e0650d82eb05b2d2753b6c773255a7cc0e33f5a47f3faf05eaddcb06250bb16473ccc4f59a4b485d79c8f46d224d45279fa +EBUILD elfutils-0.150.ebuild 1754 SHA256 85a65ee0cf16a3938a3f0882456079b92189de076b726c8db53f417955ea1820 SHA512 766edebb81bbee17d9569bc80d6c628a3f3c32baaf07a3f8ddc606f5ba958918639f0a296452d9abc4f0e774d0e334f49a58857853610485f85ed60eeda061cc WHIRLPOOL 26e2c8b2266bfa661f247065975a0cbee5ead3a1f02d5a157e4d139cfbdea179e969133f3c33de5f5308dc4df9ab21abccdf1896f253f1312debc64bb4efc439 +EBUILD elfutils-0.151.ebuild 1754 SHA256 f2854950205a5138d1a82a175bbb987a2da708106eea85369d150b27ecdf153a SHA512 da47b6d8e62641949b61ce0c22764f72e1da9fe85de502dcecc0731fff2d5f3321d0609a90363b077f80d827844fe5f4f6af918bf79112d51dce4532fa3ef222 WHIRLPOOL 781f4922c8bdd4e35e9d21a5fc5de4d50191b4d9bf5daf6f09a8c013fc8515b9899e0860bacac75190aacc36b1149568bdfe638a9417f34d7a67342ea06f5b9c +EBUILD elfutils-0.152-r1.ebuild 2816 SHA256 7771cefc3d0ab57649399ad80030ab59fe35c36e722b7db5b32e6f8ca7661407 SHA512 1206955312365127f3ec6b0e3a441b8a9e8a3bf0f9601eff661f31a88520b30b0e126539ca8c73cfca52d3150f47f1e52a591dabe250f114de0113c1f20cb253 WHIRLPOOL ad2fb77a78751cb270e9ab84aa2f65a8a1a059e5cb685187836bb5dd6e308655d4f3c5aeaccc1e8471d98ad8b73932ad9ade60a79b785ec1f7eb0c32aeaa615c +EBUILD elfutils-0.152.ebuild 1754 SHA256 3eea23c577d7235b4d73e93ec53ca7a90a67c22a3d602f4624eadbd19f2008b0 SHA512 02a2f563ce20aa5702cf53ff9c180a4944dc873540f7d378c377db3e7955b8aaf9908a9794e52ea911a634d10b39c7c2a527a923f7a17cb7fa91f46f2fed9876 WHIRLPOOL 18a61e69f9d9043c2fa9a6b836cef946abb792fc3d7884f765dab210105c17a6e64f9654681e7abae024f7458cccf24227ccdb572e76dbcb1e8ebc7607c04ded +EBUILD elfutils-0.153.ebuild 2048 SHA256 23dccc600a7dddfa7604101d9e58dd33141307288df1d4322ac524b389983692 SHA512 f98f99a4c516ceb100a6f38d182bae7992cb59776fb1cf1aca83f9a4bff95e2a869eb0e432cb361b1705a716271209bca25d0f564a5faf7654bc70f9ca86eb23 WHIRLPOOL ec7b3d35bf324e3c3ef4ecf5bca6d665ba6a7f083737805ab667208e7b5f47d794557ff3693e6f4b94a1c4950b1602e3b8c57250c55b84f27d87023ff4d463e4 +EBUILD elfutils-0.154-r1.ebuild 2314 SHA256 46f6caf85d4af2d0b29f0c547e71222ef2c53507f385f3049559affc17bc9d84 SHA512 44065d5e21e065813371c17ce8e0c302d7cfac23f876b336dcc694a27a0f13111ff55b7864119e9f6260a6e6a489e9d1a27b0d66acaa12fb60fe48f537a20a4e WHIRLPOOL 52b6e9b501ff97b05dbe478d8f3eeb4438e2db23cbf57c15ab425d5536c977d19298ae9e8bf8005481c262023945c5d5b32d03c41f9d1e7af4b0b2c58773d5ff +EBUILD elfutils-0.154.ebuild 2048 SHA256 fcaef5aa4144bb9fd6e3bec5a6222e714409a35cd9190660ddc2263eb4497a3b SHA512 f264d23923b3e63f2086ff896d6668ebe285743d929697886f2d513e57b14b8ecf4fd32c8a78f2dad1c755e986431d36af2ef063c2170af90515d93ab6118497 WHIRLPOOL d1ef17d685a4b88cb49d42b1905a2f56733b4102c0b2c23e605dd14bbfeb4507ad2fe8d3fbb52c7fd9df805e44e38d7c75b1cd0c5687d5803dca7a8b5de3bfb3 +EBUILD elfutils-0.155-r1.ebuild 2697 SHA256 3b8c581f4b92dbf016ef895418a10d83672aaa3ca4f789333101496423f88fd8 SHA512 f1b003d677f0b8c7517076f4938ba425a4424f1420c5b80a08e75262d8f7ef48388b2ab1945e5f0923f3f60b4438c9084a39d96f7b71ec1439dd43abdf99a9fd WHIRLPOOL aa3ea42bbdb5dcbbb3e41edf04e9de61e2953b9a4885b2962914cdef035850d0bb5911b16e44b9a0f10b50a9f3f04cbe0d4b7edbd3ac4143296c857916e5f630 +EBUILD elfutils-0.155.ebuild 2323 SHA256 d1fd26666413017d59433378579580b6fcc38bf822f90bb3abe068329a71f6d7 SHA512 067e247a694d3e4e2a6f4c851dd25855c795bb4b30e71d148fe418559855cc067ba9ee70d7b0fa29cefd12f1d4b321aa8ef364b325cf49de8a262a80dce6ea10 WHIRLPOOL a6b13255de58604d78c9298350a11c1ba34e9a3dad2d09e1eca6ab1c17141ea468fa1b06623b453c78f151a6b71b5eb8338f3684fd692d8219bab76be5d1fbf8 +EBUILD elfutils-0.156.ebuild 2694 SHA256 30fd1fe7df8baa81ae3023631ad418f8a4e01d55273d24e5d29ddbaf55b63407 SHA512 75086fdb69f4b4ade80932d731238533ae912fca5a94db52d9ff666cd0a1ca0353d6040e1e2207ebaaefd08cbb508c611e04030ac29e3b3ec63eb034c305a22a WHIRLPOOL 4502be0d665ffe1bf0b4771524642933e519a428992383f0455cdb122a4fd650cb57d842770abf1022b4376e58307132334d32cceddc922f5c2e3d2f508227ab +EBUILD elfutils-0.157.ebuild 2579 SHA256 0d129ff586fb37f60fdebab13e9f2886623a6e7f344f602513ec24e54b50d25d SHA512 875a7c17f22639dcaadb28206ea466c8676c068e9de32d866dafc191eca02cc291f3d146cb32bbc7f37e85dee5ccd219804096cdbe52bf60d51995aebd3a3b82 WHIRLPOOL 09ef218fe21666a95a432260ca141dc3a2857d23a52dad51cdf98fecadb38a52b07edfe429d644fd8bb5b96e0484e995e596f286575130f229d0f54838a7bece +EBUILD elfutils-0.158.ebuild 2642 SHA256 4377a641882a451677bfbb1ce3e71ccb1f8f604712cf56c8f3f4766f64ceae38 SHA512 40563766099fccd8ad76a5db5d6e6f2c928f18c9b1fe51c2f874fe8db9b9ff80647f2c9e04855c2ece4021efee7f3fd38f001d5e170678f2265edf94dc29077a WHIRLPOOL c5873c6f8d73016876f8a56da313452d0ed01a722c031cac0a347a65aa4276ce82b36bc0691de72e41bf832bcbd1d94392cb3ccfba061046ca4299ec9f50ad5d +EBUILD elfutils-0.159.ebuild 2513 SHA256 6c037351d74c4a7066c61fc89106f34539847c2724a6f7af5b567216f7ac87b2 SHA512 1075354264cb90447676e239a7a3b20b1b0bb77bc5ffdb5d8fe5aa0134a8dc73ebb7a73dfe2f06a4ae8cf1b941de8f3ec3780430f814f3557dfd2a6022773576 WHIRLPOOL 8f72504bba17d5b6ffbdc0604e9a52bcb40c6d9a71c4b675baa9e63678b15e41a8f1a569ce0f01edc145d41e8d2aa18d3a9f058b3a6ca7f079e51ff5c738dec2 +EBUILD elfutils-0.160.ebuild 2513 SHA256 def8515851f86cc2ec178b26d40474a7bbcd933c9aad8a9b64ba9674dbb43876 SHA512 1d0db5c5c0098d26fa1e398b805f7ada10dd802146b2628ff288ef1b7f8336b95ffed36dc1ddc3e05743ac1bbf3d0dd16fe52f86742c6584d038a583d224e782 WHIRLPOOL 8d83e8e16a311d610b71c3367904c88beb65ab1cf45e079273d2cdf3aabcebe4b37aba0d7e0dd03901430d6e5ac6910fd862f6c82400dbc270933e3166899a13 +EBUILD elfutils-0.161.ebuild 2581 SHA256 94d8596de174657178f41bd6c228d065c1c0edf6fc956892573fac6952adaea5 SHA512 7d09412b68daefb5848bf304585d57f14d41d0cfd569b52510572e2f89f4c0f291c9d8b05a965328a34e1b0b9072ae5161cb93ef235966e8bf4aee60d9efdc33 WHIRLPOOL 4e7176e1ebf0241e4766b3a1f093c4c231517a1177533f5799e4c390edba2888fba4fa1070911faf33f12e1271457d7c3d236c654c1f5ff9e6f71c55a2d81dab +MISC ChangeLog 25856 SHA256 6412d727917f39e2e2db4a679bc8cc6546a0379f30d584a4006996481f8e0a6c SHA512 6d68ae2ae81036f53b3b05312521a90b20a1cc1b8bb48b86f20ff351baa5e65c010164b6404e7bc503f87102a2415fe46f4e8fc916b1ef7f550f36a499a87a08 WHIRLPOOL b13961d941e7f32e324a8e5134c3116899cf2f5ec27470dd5d4789f5b070bfaa5e43096ca2cda6b1f99bdce37a5a3d7e707d986d7642d84e797c170e99d55826 +MISC metadata.xml 438 SHA256 33cbcbd727257fa6d03488d531c099d33f4c3e4db3cf3739d11d8d4cd8266b37 SHA512 e013123116aa3a3f00fa77cc3e9d18a5c1f481dd304ee6af6e77e3e5e44fb9e3f94ac542fc10fb0c59dea6699c15cce11b1513c061494919f1e821120fb162d9 WHIRLPOOL f07f16d5235c538cef44daca3210ad7374af35705b6562b9bb17b2a5532ba0ed6ea32d1d7f23e93c899e8868503f7a9f8994d2454ca144c45ae7e9317fb0cabd +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2 + +iQIcBAEBCAAGBQJUo7MVAAoJEPGu1DbS6WIA2zIP/R5GoiFjddVk1RLytZptJXDw +hEjwDN5YYE4rZJyea2RSL7B6N/bFeuCMfq0/JQw6I/glNGPOa/kypKKjxK/zuCCH +pepFTLciE7e282XeUEha3Qdx/Ioqq54KZVIUABHzwrznHO5L79Pb8gqrZEIZTolR +2uTlz0WKhTe7ubQn4M2ftN9eMAzz4cn2N7kI+rGRFX3BzlCYM1I2uWcNMe7U4eMa +xUQCSm7QC9q1Siw/4bh4XvEWIIPoBWQtFiqSCdsFz7qi99e4r6g8LuqbLdnW18Lb +7t39P0O20p+zJFnuikrW/kiLCyk85cu0J7SqgE4vGMOsxv9BKkqzMgUrh8M7GlgN +dQEY3eMSVgug1HQIkAKfsZ2+iqKPSdwhdLEMqd1y3K9NXgyYKsG5o5wJfcwhSI6D +x3UfEoAyJ5NOZkGD0oqcaHH2CZphd15MCUuVMHVy7b0pQTuWszif2yWS5iLtsk1b +HTF3hyDmVrThpdeIaaWrwfhzAYs0qL4/X1BuQazuC1FHNEF87qXu6SHh2w1MD8pI +v6H/01YlcPeJMr6gDVijOhBj1sNVuDI8oFify5FNq8ExYDd7jx7V5UdDCW9RKry+ +A4hPRtm0S0RrDQUiEgITssdwK8c0n5LsGArKNoXayLM1SfzaMrxy0iRGMoNyZofL +ANwa6Z3c6YW1C0PCXFx8 +=3goW +-----END PGP SIGNATURE----- diff --git a/sdk_container/src/third_party/portage-stable/dev-libs/elfutils/elfutils-0.146.ebuild b/sdk_container/src/third_party/portage-stable/dev-libs/elfutils/elfutils-0.146.ebuild new file mode 100644 index 0000000000..1558c4d727 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/dev-libs/elfutils/elfutils-0.146.ebuild @@ -0,0 +1,58 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/elfutils-0.146.ebuild,v 1.10 2012/10/09 15:49:14 vapier Exp $ + +inherit eutils + +DESCRIPTION="Libraries/utilities to handle ELF objects (drop in replacement for libelf)" +HOMEPAGE="http://people.redhat.com/drepper/" +#SRC_URI="ftp://sources.redhat.com/pub/systemtap/${PN}/${P}.tar.gz" +#SRC_URI="mirror://debian/pool/main/e/elfutils/elfutils_${PV}.orig.tar.gz" +SRC_URI="https://fedorahosted.org/releases/e/l/elfutils/${P}.tar.bz2" + +LICENSE="GPL-2-with-exceptions" +SLOT="0" +KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux" +IUSE="bzip2 lzma nls test zlib" + +# This pkg does not actually seem to compile currently in a uClibc +# environment (xrealloc errs), but we need to ensure that glibc never +# gets pulled in as a dep since this package does not respect virtual/libc +RDEPEND="zlib? ( >=sys-libs/zlib-1.2.2.3 ) + bzip2? ( app-arch/bzip2 ) + lzma? ( app-arch/xz-utils )" +DEPEND="${RDEPEND} + nls? ( sys-devel/gettext ) + >=sys-devel/flex-2.5.4a + sys-devel/m4 + !dev-libs/libelf" + +src_unpack() { + unpack ${A} + cd "${S}" + epatch "${FILESDIR}"/${PN}-0.118-PaX-support.patch + epatch "${FILESDIR}"/${PN}-0.143-configure.patch #287130 + find . -name Makefile.in -print0 | xargs -0 sed -i -e 's:-W\(error\|extra\)::g' + use test || sed -i -e 's: tests::' Makefile.in #226349 +} + +src_compile() { + econf \ + $(use_enable nls) \ + --program-prefix="eu-" \ + $(use_with zlib) \ + $(use_with bzip2 bzlib) \ + $(use_with lzma) + + emake || die +} + +src_test() { + env LD_LIBRARY_PATH="${S}/libelf:${S}/libebl:${S}/libdw:${S}/libasm" \ + emake -j1 check || die "test failed" +} + +src_install() { + emake DESTDIR="${D}" install || die + dodoc AUTHORS ChangeLog NEWS NOTES README THANKS TODO +} diff --git a/sdk_container/src/third_party/portage-stable/dev-libs/elfutils/elfutils-0.148.ebuild b/sdk_container/src/third_party/portage-stable/dev-libs/elfutils/elfutils-0.148.ebuild new file mode 100644 index 0000000000..20b158bc2b --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/dev-libs/elfutils/elfutils-0.148.ebuild @@ -0,0 +1,58 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/elfutils-0.148.ebuild,v 1.3 2012/10/09 15:49:14 vapier Exp $ + +inherit eutils + +DESCRIPTION="Libraries/utilities to handle ELF objects (drop in replacement for libelf)" +HOMEPAGE="http://people.redhat.com/drepper/" +#SRC_URI="ftp://sources.redhat.com/pub/systemtap/${PN}/${P}.tar.gz" +#SRC_URI="mirror://debian/pool/main/e/elfutils/elfutils_${PV}.orig.tar.gz" +SRC_URI="https://fedorahosted.org/releases/e/l/elfutils/${P}.tar.bz2" + +LICENSE="GPL-2-with-exceptions" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux" +IUSE="bzip2 lzma nls test zlib" + +# This pkg does not actually seem to compile currently in a uClibc +# environment (xrealloc errs), but we need to ensure that glibc never +# gets pulled in as a dep since this package does not respect virtual/libc +RDEPEND="zlib? ( >=sys-libs/zlib-1.2.2.3 ) + bzip2? ( app-arch/bzip2 ) + lzma? ( app-arch/xz-utils )" +DEPEND="${RDEPEND} + nls? ( sys-devel/gettext ) + >=sys-devel/flex-2.5.4a + sys-devel/m4 + !dev-libs/libelf" + +src_unpack() { + unpack ${A} + cd "${S}" + epatch "${FILESDIR}"/${PN}-0.118-PaX-support.patch + epatch "${FILESDIR}"/${PN}-0.148-bashifications.patch #287130 + find . -name Makefile.in -print0 | xargs -0 sed -i -e 's:-W\(error\|extra\)::g' + use test || sed -i -e 's: tests::' Makefile.in #226349 +} + +src_compile() { + econf \ + $(use_enable nls) \ + --program-prefix="eu-" \ + $(use_with zlib) \ + $(use_with bzip2 bzlib) \ + $(use_with lzma) + + emake || die +} + +src_test() { + env LD_LIBRARY_PATH="${S}/libelf:${S}/libebl:${S}/libdw:${S}/libasm" \ + emake -j1 check || die "test failed" +} + +src_install() { + emake DESTDIR="${D}" install || die + dodoc AUTHORS ChangeLog NEWS NOTES README THANKS TODO +} diff --git a/sdk_container/src/third_party/portage-stable/dev-libs/elfutils/elfutils-0.149.ebuild b/sdk_container/src/third_party/portage-stable/dev-libs/elfutils/elfutils-0.149.ebuild new file mode 100644 index 0000000000..1730958398 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/dev-libs/elfutils/elfutils-0.149.ebuild @@ -0,0 +1,56 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/elfutils-0.149.ebuild,v 1.10 2012/10/09 15:49:14 vapier Exp $ + +inherit eutils + +DESCRIPTION="Libraries/utilities to handle ELF objects (drop in replacement for libelf)" +HOMEPAGE="https://fedorahosted.org/elfutils" +SRC_URI="https://fedorahosted.org/releases/e/l/elfutils/${PV}/${P}.tar.bz2" + +LICENSE="GPL-2-with-exceptions" +SLOT="0" +KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux" +IUSE="bzip2 lzma nls zlib" + +# This pkg does not actually seem to compile currently in a uClibc +# environment (xrealloc errs), but we need to ensure that glibc never +# gets pulled in as a dep since this package does not respect virtual/libc +RDEPEND="zlib? ( >=sys-libs/zlib-1.2.2.3 ) + bzip2? ( app-arch/bzip2 ) + lzma? ( app-arch/xz-utils )" +DEPEND="${RDEPEND} + nls? ( sys-devel/gettext ) + >=sys-devel/flex-2.5.4a + sys-devel/m4 + !dev-libs/libelf" + +src_unpack() { + unpack ${A} + cd "${S}" + epatch "${FILESDIR}"/${PN}-0.118-PaX-support.patch + epatch "${FILESDIR}"/${PN}-0.148-bashifications.patch #287130 + find . -name Makefile.in -print0 | xargs -0 sed -i -e 's:-W\(error\|extra\)::g' + use test || sed -i -e 's: tests::' Makefile.in #226349 +} + +src_compile() { + econf \ + $(use_enable nls) \ + --program-prefix="eu-" \ + $(use_with zlib) \ + $(use_with bzip2 bzlib) \ + $(use_with lzma) + + emake || die +} + +src_test() { + env LD_LIBRARY_PATH="${S}/libelf:${S}/libebl:${S}/libdw:${S}/libasm" \ + emake -j1 check || die "test failed" +} + +src_install() { + emake DESTDIR="${D}" install || die + dodoc AUTHORS ChangeLog NEWS NOTES README THANKS TODO +} diff --git a/sdk_container/src/third_party/portage-stable/dev-libs/elfutils/elfutils-0.150.ebuild b/sdk_container/src/third_party/portage-stable/dev-libs/elfutils/elfutils-0.150.ebuild new file mode 100644 index 0000000000..5cf9bc4663 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/dev-libs/elfutils/elfutils-0.150.ebuild @@ -0,0 +1,57 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/elfutils-0.150.ebuild,v 1.3 2012/10/09 15:49:14 vapier Exp $ + +inherit eutils + +DESCRIPTION="Libraries/utilities to handle ELF objects (drop in replacement for libelf)" +HOMEPAGE="https://fedorahosted.org/elfutils" +SRC_URI="https://fedorahosted.org/releases/e/l/elfutils/${PV}/${P}.tar.bz2" + +LICENSE="GPL-2-with-exceptions" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux" +IUSE="bzip2 lzma nls zlib" + +# This pkg does not actually seem to compile currently in a uClibc +# environment (xrealloc errs), but we need to ensure that glibc never +# gets pulled in as a dep since this package does not respect virtual/libc +RDEPEND="zlib? ( >=sys-libs/zlib-1.2.2.3 ) + bzip2? ( app-arch/bzip2 ) + lzma? ( app-arch/xz-utils )" +DEPEND="${RDEPEND} + nls? ( sys-devel/gettext ) + >=sys-devel/flex-2.5.4a + sys-devel/m4 + !dev-libs/libelf" + +src_unpack() { + unpack ${A} + cd "${S}" + epatch "${FILESDIR}"/${PN}-0.118-PaX-support.patch + epatch "${FILESDIR}"/${PN}-0.150-bashifications.patch #287130 + find . -name Makefile.in -print0 | xargs -0 sed -i -e 's:-W\(error\|extra\)::g' + use test || sed -i -e 's: tests::' Makefile.in #226349 +} + +src_compile() { + econf \ + $(use_enable nls) \ + --program-prefix="eu-" \ + $(use_with zlib) \ + $(use_with bzip2 bzlib) \ + $(use_with lzma) + + emake || die +} + +src_test() { + env LD_LIBRARY_PATH="${S}/libelf:${S}/libebl:${S}/libdw:${S}/libasm" \ + LC_ALL="C" \ + emake -j1 check || die "test failed" +} + +src_install() { + emake DESTDIR="${D}" install || die + dodoc AUTHORS ChangeLog NEWS NOTES README THANKS TODO +} diff --git a/sdk_container/src/third_party/portage-stable/dev-libs/elfutils/elfutils-0.151.ebuild b/sdk_container/src/third_party/portage-stable/dev-libs/elfutils/elfutils-0.151.ebuild new file mode 100644 index 0000000000..b9817836ff --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/dev-libs/elfutils/elfutils-0.151.ebuild @@ -0,0 +1,57 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/elfutils-0.151.ebuild,v 1.3 2012/10/09 15:49:14 vapier Exp $ + +inherit eutils + +DESCRIPTION="Libraries/utilities to handle ELF objects (drop in replacement for libelf)" +HOMEPAGE="https://fedorahosted.org/elfutils" +SRC_URI="https://fedorahosted.org/releases/e/l/elfutils/${PV}/${P}.tar.bz2" + +LICENSE="GPL-2-with-exceptions" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux" +IUSE="bzip2 lzma nls zlib" + +# This pkg does not actually seem to compile currently in a uClibc +# environment (xrealloc errs), but we need to ensure that glibc never +# gets pulled in as a dep since this package does not respect virtual/libc +RDEPEND="zlib? ( >=sys-libs/zlib-1.2.2.3 ) + bzip2? ( app-arch/bzip2 ) + lzma? ( app-arch/xz-utils )" +DEPEND="${RDEPEND} + nls? ( sys-devel/gettext ) + >=sys-devel/flex-2.5.4a + sys-devel/m4 + !dev-libs/libelf" + +src_unpack() { + unpack ${A} + cd "${S}" + epatch "${FILESDIR}"/${PN}-0.118-PaX-support.patch + epatch "${FILESDIR}"/${PN}-0.150-bashifications.patch #287130 + find . -name Makefile.in -print0 | xargs -0 sed -i -e 's:-W\(error\|extra\)::g' + use test || sed -i -e 's: tests::' Makefile.in #226349 +} + +src_compile() { + econf \ + $(use_enable nls) \ + --program-prefix="eu-" \ + $(use_with zlib) \ + $(use_with bzip2 bzlib) \ + $(use_with lzma) + + emake || die +} + +src_test() { + env LD_LIBRARY_PATH="${S}/libelf:${S}/libebl:${S}/libdw:${S}/libasm" \ + LC_ALL="C" \ + emake -j1 check || die "test failed" +} + +src_install() { + emake DESTDIR="${D}" install || die + dodoc AUTHORS ChangeLog NEWS NOTES README THANKS TODO +} diff --git a/sdk_container/src/third_party/portage-stable/dev-libs/elfutils/elfutils-0.152-r1.ebuild b/sdk_container/src/third_party/portage-stable/dev-libs/elfutils/elfutils-0.152-r1.ebuild new file mode 100644 index 0000000000..f2092c81f6 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/dev-libs/elfutils/elfutils-0.152-r1.ebuild @@ -0,0 +1,93 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/elfutils-0.152-r1.ebuild,v 1.5 2012/10/09 15:49:14 vapier Exp $ + +EAPI="3" + +inherit eutils toolchain-funcs + +DESCRIPTION="Libraries/utilities to handle ELF objects (drop in replacement for libelf)" +HOMEPAGE="https://fedorahosted.org/elfutils/" +SRC_URI="https://fedorahosted.org/releases/e/l/${PN}/${PV}/${P}.tar.bz2 + https://fedorahosted.org/releases/e/l/${PN}/${PV}/${PN}-portability.patch -> ${P}-portability.patch + https://fedorahosted.org/releases/e/l/${PN}/${PV}/${PN}-robustify.patch -> ${P}-robustify.patch" + +LICENSE="GPL-2-with-exceptions" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux" +IUSE="bzip2 lzma nls zlib" + +# This pkg does not actually seem to compile currently in a uClibc +# environment (xrealloc errs), but we need to ensure that glibc never +# gets pulled in as a dep since this package does not respect virtual/libc +RDEPEND="zlib? ( >=sys-libs/zlib-1.2.2.3 ) + bzip2? ( app-arch/bzip2 ) + lzma? ( app-arch/xz-utils ) + !dev-libs/libelf" +DEPEND="${RDEPEND} + nls? ( sys-devel/gettext ) + >=sys-devel/flex-2.5.4a + sys-devel/m4" + +src_prepare() { + epatch "${FILESDIR}"/${PN}-0.118-PaX-support.patch + epatch "${DISTDIR}"/${P}-{portability,robustify}.patch + sed -i -e 's:-Werror::g' $(find -name Makefile.in) || die + use test || sed -i -e 's: tests::' Makefile.in #226349 + # some patches touch both configure and configure.ac + find -type f -exec touch -r configure {} + + mkdir -p ${CBUILD} ${CHOST} +} + +econf_build() { + CFLAGS=${BUILD_CFLAGS:--O1 -pipe} \ + CXXFLAGS=${BUILD_CXXFLAGS:--O1 -pipe} \ + CPPFLAGS=${BUILD_CPPFLAGS} \ + LDFLAGS=${BUILD_LDFLAGS} \ + CC=$(tc-getBUILD_CC) \ + LD=$(tc-getBUILD_LD) \ + econf --host=${CBUILD} "$@" +} + +src_configure() { + ECONF_SOURCE=${S} + + if tc-is-cross-compiler ; then + pushd ${CBUILD} >/dev/null + econf_build --disable-nls --without-{zlib,bzlib,lzma} + popd >/dev/null + fi + + pushd ${CHOST} >/dev/null + econf \ + $(use_enable nls) \ + --program-prefix="eu-" \ + $(use_with zlib) \ + $(use_with bzip2 bzlib) \ + $(use_with lzma) + popd >/dev/null +} + +src_compile() { + if tc-is-cross-compiler ; then + pushd ${CBUILD} >/dev/null + emake -C lib || die + emake -C libcpu || die + popd >/dev/null + ln ${CBUILD}/libcpu/i386_gendis ${CHOST}/libcpu/ || die + sed -i -e '/^%_dis.h: %_defs/s: i386_gendis::' ${CHOST}/libcpu/Makefile || die + fi + + emake -C ${CHOST} || die +} + +src_test() { + env LD_LIBRARY_PATH="${S}/libelf:${S}/libebl:${S}/libdw:${S}/libasm" \ + LC_ALL="C" \ + emake -C ${CHOST} -j1 check || die "test failed" +} + +src_install() { + emake -C ${CHOST} DESTDIR="${D}" install || die + dodoc AUTHORS ChangeLog NEWS NOTES README THANKS TODO +} diff --git a/sdk_container/src/third_party/portage-stable/dev-libs/elfutils/elfutils-0.152.ebuild b/sdk_container/src/third_party/portage-stable/dev-libs/elfutils/elfutils-0.152.ebuild new file mode 100644 index 0000000000..87c6ff75be --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/dev-libs/elfutils/elfutils-0.152.ebuild @@ -0,0 +1,57 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/elfutils-0.152.ebuild,v 1.3 2012/10/09 15:49:14 vapier Exp $ + +inherit eutils + +DESCRIPTION="Libraries/utilities to handle ELF objects (drop in replacement for libelf)" +HOMEPAGE="https://fedorahosted.org/elfutils" +SRC_URI="https://fedorahosted.org/releases/e/l/elfutils/${PV}/${P}.tar.bz2" + +LICENSE="GPL-2-with-exceptions" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux" +IUSE="bzip2 lzma nls zlib" + +# This pkg does not actually seem to compile currently in a uClibc +# environment (xrealloc errs), but we need to ensure that glibc never +# gets pulled in as a dep since this package does not respect virtual/libc +RDEPEND="zlib? ( >=sys-libs/zlib-1.2.2.3 ) + bzip2? ( app-arch/bzip2 ) + lzma? ( app-arch/xz-utils )" +DEPEND="${RDEPEND} + nls? ( sys-devel/gettext ) + >=sys-devel/flex-2.5.4a + sys-devel/m4 + !dev-libs/libelf" + +src_unpack() { + unpack ${A} + cd "${S}" + epatch "${FILESDIR}"/${PN}-0.118-PaX-support.patch + epatch "${FILESDIR}"/${PN}-0.150-bashifications.patch #287130 + find . -name Makefile.in -print0 | xargs -0 sed -i -e 's:-W\(error\|extra\)::g' + use test || sed -i -e 's: tests::' Makefile.in #226349 +} + +src_compile() { + econf \ + $(use_enable nls) \ + --program-prefix="eu-" \ + $(use_with zlib) \ + $(use_with bzip2 bzlib) \ + $(use_with lzma) + + emake || die +} + +src_test() { + env LD_LIBRARY_PATH="${S}/libelf:${S}/libebl:${S}/libdw:${S}/libasm" \ + LC_ALL="C" \ + emake -j1 check || die "test failed" +} + +src_install() { + emake DESTDIR="${D}" install || die + dodoc AUTHORS ChangeLog NEWS NOTES README THANKS TODO +} diff --git a/sdk_container/src/third_party/portage-stable/dev-libs/elfutils/elfutils-0.153.ebuild b/sdk_container/src/third_party/portage-stable/dev-libs/elfutils/elfutils-0.153.ebuild new file mode 100644 index 0000000000..001e5a460e --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/dev-libs/elfutils/elfutils-0.153.ebuild @@ -0,0 +1,60 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/elfutils-0.153.ebuild,v 1.4 2012/10/09 15:49:14 vapier Exp $ + +EAPI="3" + +inherit eutils flag-o-matic + +DESCRIPTION="Libraries/utilities to handle ELF objects (drop in replacement for libelf)" +HOMEPAGE="https://fedorahosted.org/elfutils/" +SRC_URI="https://fedorahosted.org/releases/e/l/${PN}/${PV}/${P}.tar.bz2 + https://fedorahosted.org/releases/e/l/${PN}/${PV}/${PN}-portability.patch -> ${P}-portability.patch + https://fedorahosted.org/releases/e/l/${PN}/${PV}/${PN}-robustify.patch -> ${P}-robustify.patch" + +LICENSE="GPL-2-with-exceptions" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux" +IUSE="bzip2 lzma nls test zlib" + +# This pkg does not actually seem to compile currently in a uClibc +# environment (xrealloc errs), but we need to ensure that glibc never +# gets pulled in as a dep since this package does not respect virtual/libc +RDEPEND="zlib? ( >=sys-libs/zlib-1.2.2.3 ) + bzip2? ( app-arch/bzip2 ) + lzma? ( app-arch/xz-utils ) + !dev-libs/libelf" +DEPEND="${RDEPEND} + nls? ( sys-devel/gettext ) + >=sys-devel/flex-2.5.4a + sys-devel/m4" + +src_prepare() { + epatch "${FILESDIR}"/${PN}-0.118-PaX-support.patch + epatch "${DISTDIR}"/${P}-{portability,robustify}.patch + sed -i -e 's:-Werror::g' $(find -name Makefile.in) || die + use test || sed -i -e 's: tests::' Makefile.in #226349 + # some patches touch both configure and configure.ac + find -type f -exec touch -r configure {} + +} + +src_configure() { + use test && append-flags -g #407135 + econf \ + $(use_enable nls) \ + --program-prefix="eu-" \ + $(use_with zlib) \ + $(use_with bzip2 bzlib) \ + $(use_with lzma) +} + +src_test() { + env LD_LIBRARY_PATH="${S}/libelf:${S}/libebl:${S}/libdw:${S}/libasm" \ + LC_ALL="C" \ + emake -j1 check || die "test failed" +} + +src_install() { + emake DESTDIR="${D}" install || die + dodoc AUTHORS ChangeLog NEWS NOTES README THANKS TODO +} diff --git a/sdk_container/src/third_party/portage-stable/dev-libs/elfutils/elfutils-0.154-r1.ebuild b/sdk_container/src/third_party/portage-stable/dev-libs/elfutils/elfutils-0.154-r1.ebuild index 97e295b4c1..3b6df09ad3 100644 --- a/sdk_container/src/third_party/portage-stable/dev-libs/elfutils/elfutils-0.154-r1.ebuild +++ b/sdk_container/src/third_party/portage-stable/dev-libs/elfutils/elfutils-0.154-r1.ebuild @@ -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/elfutils/elfutils-0.154-r1.ebuild,v 1.1 2012/07/17 14:52:50 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/elfutils-0.154-r1.ebuild,v 1.3 2012/10/09 15:49:14 vapier Exp $ EAPI="4" @@ -14,7 +14,7 @@ SRC_URI="https://fedorahosted.org/releases/e/l/${PN}/${PV}/${P}.tar.bz2 LICENSE="GPL-2-with-exceptions" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux" IUSE="bzip2 lzma nls static-libs test +threads +utils zlib" # This pkg does not actually seem to compile currently in a uClibc @@ -44,7 +44,7 @@ src_configure() { econf \ --disable-werror \ $(use_enable nls) \ - $(use_enable threads thread_safety) \ + $(use_enable threads thread-safety) \ --program-prefix="eu-" \ $(use_with zlib) \ $(use_with bzip2 bzlib) \ diff --git a/sdk_container/src/third_party/portage-stable/dev-libs/elfutils/elfutils-0.154.ebuild b/sdk_container/src/third_party/portage-stable/dev-libs/elfutils/elfutils-0.154.ebuild new file mode 100644 index 0000000000..ac1bc32612 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/dev-libs/elfutils/elfutils-0.154.ebuild @@ -0,0 +1,60 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/elfutils-0.154.ebuild,v 1.2 2012/10/09 15:49:14 vapier Exp $ + +EAPI="3" + +inherit eutils flag-o-matic + +DESCRIPTION="Libraries/utilities to handle ELF objects (drop in replacement for libelf)" +HOMEPAGE="https://fedorahosted.org/elfutils/" +SRC_URI="https://fedorahosted.org/releases/e/l/${PN}/${PV}/${P}.tar.bz2 + https://fedorahosted.org/releases/e/l/${PN}/${PV}/${PN}-portability.patch -> ${P}-portability.patch + https://fedorahosted.org/releases/e/l/${PN}/${PV}/${PN}-robustify.patch -> ${P}-robustify.patch" + +LICENSE="GPL-2-with-exceptions" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux" +IUSE="bzip2 lzma nls test zlib" + +# This pkg does not actually seem to compile currently in a uClibc +# environment (xrealloc errs), but we need to ensure that glibc never +# gets pulled in as a dep since this package does not respect virtual/libc +RDEPEND="zlib? ( >=sys-libs/zlib-1.2.2.3 ) + bzip2? ( app-arch/bzip2 ) + lzma? ( app-arch/xz-utils ) + !dev-libs/libelf" +DEPEND="${RDEPEND} + nls? ( sys-devel/gettext ) + >=sys-devel/flex-2.5.4a + sys-devel/m4" + +src_prepare() { + epatch "${FILESDIR}"/${PN}-0.118-PaX-support.patch + epatch "${DISTDIR}"/${P}-{portability,robustify}.patch + sed -i -e 's:-Werror::g' $(find -name Makefile.in) || die + use test || sed -i -e 's: tests::' Makefile.in #226349 + # some patches touch both configure and configure.ac + find -type f -exec touch -r configure {} + +} + +src_configure() { + use test && append-flags -g #407135 + econf \ + $(use_enable nls) \ + --program-prefix="eu-" \ + $(use_with zlib) \ + $(use_with bzip2 bzlib) \ + $(use_with lzma) +} + +src_test() { + env LD_LIBRARY_PATH="${S}/libelf:${S}/libebl:${S}/libdw:${S}/libasm" \ + LC_ALL="C" \ + emake -j1 check || die "test failed" +} + +src_install() { + emake DESTDIR="${D}" install || die + dodoc AUTHORS ChangeLog NEWS NOTES README THANKS TODO +} diff --git a/sdk_container/src/third_party/portage-stable/dev-libs/elfutils/elfutils-0.155-r1.ebuild b/sdk_container/src/third_party/portage-stable/dev-libs/elfutils/elfutils-0.155-r1.ebuild new file mode 100644 index 0000000000..64e37242d5 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/dev-libs/elfutils/elfutils-0.155-r1.ebuild @@ -0,0 +1,74 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/elfutils-0.155-r1.ebuild,v 1.3 2014/06/18 19:10:28 mgorny Exp $ + +EAPI="4" + +inherit eutils flag-o-matic multilib-minimal + +DESCRIPTION="Libraries/utilities to handle ELF objects (drop in replacement for libelf)" +HOMEPAGE="https://fedorahosted.org/elfutils/" +SRC_URI="https://fedorahosted.org/releases/e/l/${PN}/${PV}/${P}.tar.bz2 + https://fedorahosted.org/releases/e/l/${PN}/${PV}/${PN}-portability.patch -> ${P}-portability.patch + https://fedorahosted.org/releases/e/l/${PN}/${PV}/${PN}-robustify.patch -> ${P}-robustify.patch" + +LICENSE="GPL-2-with-exceptions" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux" +IUSE="bzip2 lzma nls static-libs test +threads +utils zlib" + +# This pkg does not actually seem to compile currently in a uClibc +# environment (xrealloc errs), but we need to ensure that glibc never +# gets pulled in as a dep since this package does not respect virtual/libc +RDEPEND="zlib? ( >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] ) + bzip2? ( >=app-arch/bzip2-1.0.6-r4[${MULTILIB_USEDEP}] ) + lzma? ( >=app-arch/xz-utils-5.0.5-r1[${MULTILIB_USEDEP}] ) + !dev-libs/libelf + abi_x86_32? ( + !<=app-emulation/emul-linux-x86-baselibs-20130224-r11 + !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] + )" +DEPEND="${RDEPEND} + nls? ( sys-devel/gettext ) + >=sys-devel/flex-2.5.4a + sys-devel/m4" + +src_prepare() { + epatch "${FILESDIR}"/${PN}-0.118-PaX-support.patch + epatch "${DISTDIR}"/${P}-{portability,robustify}.patch + sed -i -e 's:-Werror::g' $(find -name Makefile.in) || die + use test || sed -i -e 's: tests::' Makefile.in #226349 + use static-libs || sed -i -e '/^lib_LIBRARIES/s:=.*:=:' -e '/^%.os/s:%.o$::' lib{asm,dw,elf}/Makefile.in + # some patches touch both configure and configure.ac + find -type f -exec touch -r configure {} + +} + +src_configure() { + use test && append-flags -g #407135 + multilib-minimal_src_configure +} + +multilib_src_configure() { + ECONF_SOURCE="${S}" econf \ + --disable-werror \ + $(use_enable nls) \ + $(use_enable threads thread-safety) \ + --program-prefix="eu-" \ + $(use_with zlib) \ + $(use_with bzip2 bzlib) \ + $(use_with lzma) +} + +multilib_src_test() { + env LD_LIBRARY_PATH="${BUILD_DIR}/libelf:${BUILD_DIR}/libebl:${BUILD_DIR}/libdw:${BUILD_DIR}/libasm" \ + LC_ALL="C" \ + emake check || die +} + +multilib_src_install_all() { + einstalldocs + dodoc NOTES + # These build quick, and are needed for most tests, so don't + # disable their building when the USE flag is disabled. + use utils || rm -rf "${ED}"/usr/bin +} diff --git a/sdk_container/src/third_party/portage-stable/dev-libs/elfutils/elfutils-0.155.ebuild b/sdk_container/src/third_party/portage-stable/dev-libs/elfutils/elfutils-0.155.ebuild new file mode 100644 index 0000000000..3333ede336 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/dev-libs/elfutils/elfutils-0.155.ebuild @@ -0,0 +1,66 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/elfutils-0.155.ebuild,v 1.3 2013/02/19 04:50:03 zmedico Exp $ + +EAPI="4" + +inherit eutils flag-o-matic + +DESCRIPTION="Libraries/utilities to handle ELF objects (drop in replacement for libelf)" +HOMEPAGE="https://fedorahosted.org/elfutils/" +SRC_URI="https://fedorahosted.org/releases/e/l/${PN}/${PV}/${P}.tar.bz2 + https://fedorahosted.org/releases/e/l/${PN}/${PV}/${PN}-portability.patch -> ${P}-portability.patch + https://fedorahosted.org/releases/e/l/${PN}/${PV}/${PN}-robustify.patch -> ${P}-robustify.patch" + +LICENSE="GPL-2-with-exceptions" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux" +IUSE="bzip2 lzma nls static-libs test +threads +utils zlib" + +# This pkg does not actually seem to compile currently in a uClibc +# environment (xrealloc errs), but we need to ensure that glibc never +# gets pulled in as a dep since this package does not respect virtual/libc +RDEPEND="zlib? ( >=sys-libs/zlib-1.2.2.3 ) + bzip2? ( app-arch/bzip2 ) + lzma? ( app-arch/xz-utils ) + !dev-libs/libelf" +DEPEND="${RDEPEND} + nls? ( sys-devel/gettext ) + >=sys-devel/flex-2.5.4a + sys-devel/m4" + +src_prepare() { + epatch "${FILESDIR}"/${PN}-0.118-PaX-support.patch + epatch "${DISTDIR}"/${P}-{portability,robustify}.patch + sed -i -e 's:-Werror::g' $(find -name Makefile.in) || die + use test || sed -i -e 's: tests::' Makefile.in #226349 + use static-libs || sed -i -e '/^lib_LIBRARIES/s:=.*:=:' -e '/^%.os/s:%.o$::' lib{asm,dw,elf}/Makefile.in + # some patches touch both configure and configure.ac + find -type f -exec touch -r configure {} + +} + +src_configure() { + use test && append-flags -g #407135 + econf \ + --disable-werror \ + $(use_enable nls) \ + $(use_enable threads thread-safety) \ + --program-prefix="eu-" \ + $(use_with zlib) \ + $(use_with bzip2 bzlib) \ + $(use_with lzma) +} + +src_test() { + env LD_LIBRARY_PATH="${S}/libelf:${S}/libebl:${S}/libdw:${S}/libasm" \ + LC_ALL="C" \ + emake check || die +} + +src_install() { + default + dodoc NOTES + # These build quick, and are needed for most tests, so don't + # disable their building when the USE flag is disabled. + use utils || rm -rf "${ED}"/usr/bin +} diff --git a/sdk_container/src/third_party/portage-stable/dev-libs/elfutils/elfutils-0.156.ebuild b/sdk_container/src/third_party/portage-stable/dev-libs/elfutils/elfutils-0.156.ebuild new file mode 100644 index 0000000000..a0c1e57764 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/dev-libs/elfutils/elfutils-0.156.ebuild @@ -0,0 +1,74 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/elfutils-0.156.ebuild,v 1.5 2014/06/18 19:10:28 mgorny Exp $ + +EAPI="4" + +inherit eutils flag-o-matic multilib-minimal + +DESCRIPTION="Libraries/utilities to handle ELF objects (drop in replacement for libelf)" +HOMEPAGE="https://fedorahosted.org/elfutils/" +SRC_URI="https://fedorahosted.org/releases/e/l/${PN}/${PV}/${P}.tar.bz2 + https://fedorahosted.org/releases/e/l/${PN}/${PV}/${PN}-portability.patch -> ${P}-portability.patch + https://fedorahosted.org/releases/e/l/${PN}/${PV}/${PN}-robustify.patch -> ${P}-robustify.patch" + +LICENSE="GPL-2-with-exceptions" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux" +IUSE="bzip2 lzma nls static-libs test +threads +utils zlib" + +# This pkg does not actually seem to compile currently in a uClibc +# environment (xrealloc errs), but we need to ensure that glibc never +# gets pulled in as a dep since this package does not respect virtual/libc +RDEPEND="zlib? ( >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] ) + bzip2? ( >=app-arch/bzip2-1.0.6-r4[${MULTILIB_USEDEP}] ) + lzma? ( >=app-arch/xz-utils-5.0.5-r1[${MULTILIB_USEDEP}] ) + !dev-libs/libelf + abi_x86_32? ( + !<=app-emulation/emul-linux-x86-baselibs-20130224-r11 + !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] + )" +DEPEND="${RDEPEND} + nls? ( sys-devel/gettext ) + >=sys-devel/flex-2.5.4a + sys-devel/m4" + +src_prepare() { + epatch "${FILESDIR}"/${PN}-0.118-PaX-support.patch + epatch "${DISTDIR}"/${P}-{portability,robustify}.patch + sed -i -e 's:-Werror::g' $(find -name Makefile.in) || die + use test || sed -i -e 's: tests::' Makefile.in #226349 + use static-libs || sed -i -e '/^lib_LIBRARIES/s:=.*:=:' -e '/^%.os/s:%.o$::' lib{asm,dw,elf}/Makefile.in + # some patches touch both configure and configure.ac + find -type f -exec touch -r configure {} + +} + +src_configure() { + use test && append-flags -g #407135 + multilib-minimal_src_configure +} + +multilib_src_configure() { + ECONF_SOURCE="${S}" econf \ + --disable-werror \ + $(use_enable nls) \ + $(use_enable threads thread-safety) \ + --program-prefix="eu-" \ + $(use_with zlib) \ + $(use_with bzip2 bzlib) \ + $(use_with lzma) +} + +multilib_src_test() { + env LD_LIBRARY_PATH="${BUILD_DIR}/libelf:${BUILD_DIR}/libebl:${BUILD_DIR}/libdw:${BUILD_DIR}/libasm" \ + LC_ALL="C" \ + emake check || die +} + +multilib_src_install_all() { + einstalldocs + dodoc NOTES + # These build quick, and are needed for most tests, so don't + # disable their building when the USE flag is disabled. + use utils || rm -rf "${ED}"/usr/bin +} diff --git a/sdk_container/src/third_party/portage-stable/dev-libs/elfutils/elfutils-0.157.ebuild b/sdk_container/src/third_party/portage-stable/dev-libs/elfutils/elfutils-0.157.ebuild new file mode 100644 index 0000000000..367e05d0b6 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/dev-libs/elfutils/elfutils-0.157.ebuild @@ -0,0 +1,72 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/elfutils-0.157.ebuild,v 1.3 2014/06/18 19:10:28 mgorny Exp $ + +EAPI="4" + +inherit eutils flag-o-matic multilib-minimal + +DESCRIPTION="Libraries/utilities to handle ELF objects (drop in replacement for libelf)" +HOMEPAGE="https://fedorahosted.org/elfutils/" +SRC_URI="https://fedorahosted.org/releases/e/l/${PN}/${PV}/${P}.tar.bz2 + https://fedorahosted.org/releases/e/l/${PN}/${PV}/${PN}-portability.patch -> ${P}-portability.patch + https://fedorahosted.org/releases/e/l/${PN}/${PV}/${PN}-robustify.patch -> ${P}-robustify.patch" + +LICENSE="GPL-2-with-exceptions" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux" +IUSE="bzip2 lzma nls static-libs test +threads +utils zlib" + +# This pkg does not actually seem to compile currently in a uClibc +# environment (xrealloc errs), but we need to ensure that glibc never +# gets pulled in as a dep since this package does not respect virtual/libc +RDEPEND="zlib? ( >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] ) + bzip2? ( >=app-arch/bzip2-1.0.6-r4[${MULTILIB_USEDEP}] ) + lzma? ( >=app-arch/xz-utils-5.0.5-r1[${MULTILIB_USEDEP}] ) + !dev-libs/libelf + abi_x86_32? ( + !<=app-emulation/emul-linux-x86-baselibs-20130224-r11 + !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] + )" +DEPEND="${RDEPEND} + nls? ( sys-devel/gettext ) + >=sys-devel/flex-2.5.4a + sys-devel/m4" + +src_prepare() { + epatch "${FILESDIR}"/${PN}-0.118-PaX-support.patch + epatch "${DISTDIR}"/${P}-{portability,robustify}.patch + use static-libs || sed -i -e '/^lib_LIBRARIES/s:=.*:=:' -e '/^%.os/s:%.o$::' lib{asm,dw,elf}/Makefile.in + # some patches touch both configure and configure.ac + find -type f -exec touch -r configure {} + +} + +src_configure() { + use test && append-flags -g #407135 + multilib-minimal_src_configure +} + +multilib_src_configure() { + ECONF_SOURCE="${S}" econf \ + --disable-werror \ + $(use_enable nls) \ + $(use_enable threads thread-safety) \ + --program-prefix="eu-" \ + $(use_with zlib) \ + $(use_with bzip2 bzlib) \ + $(use_with lzma) +} + +multilib_src_test() { + env LD_LIBRARY_PATH="${BUILD_DIR}/libelf:${BUILD_DIR}/libebl:${BUILD_DIR}/libdw:${BUILD_DIR}/libasm" \ + LC_ALL="C" \ + emake check || die +} + +multilib_src_install_all() { + einstalldocs + dodoc NOTES + # These build quick, and are needed for most tests, so don't + # disable their building when the USE flag is disabled. + use utils || rm -rf "${ED}"/usr/bin +} diff --git a/sdk_container/src/third_party/portage-stable/dev-libs/elfutils/elfutils-0.158.ebuild b/sdk_container/src/third_party/portage-stable/dev-libs/elfutils/elfutils-0.158.ebuild new file mode 100644 index 0000000000..655b757ed4 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/dev-libs/elfutils/elfutils-0.158.ebuild @@ -0,0 +1,73 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/elfutils-0.158.ebuild,v 1.14 2014/06/18 19:10:28 mgorny Exp $ + +EAPI="4" + +inherit eutils flag-o-matic multilib-minimal + +DESCRIPTION="Libraries/utilities to handle ELF objects (drop in replacement for libelf)" +HOMEPAGE="https://fedorahosted.org/elfutils/" +SRC_URI="https://fedorahosted.org/releases/e/l/${PN}/${PV}/${P}.tar.bz2 + https://fedorahosted.org/releases/e/l/${PN}/${PV}/${PN}-portability.patch -> ${P}-portability.patch + https://fedorahosted.org/releases/e/l/${PN}/${PV}/${PN}-robustify.patch -> ${P}-robustify.patch" + +LICENSE="GPL-2-with-exceptions" +SLOT="0" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~arm-linux ~x86-linux" +IUSE="bzip2 lzma nls static-libs test +threads +utils zlib" + +# This pkg does not actually seem to compile currently in a uClibc +# environment (xrealloc errs), but we need to ensure that glibc never +# gets pulled in as a dep since this package does not respect virtual/libc +RDEPEND="zlib? ( >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] ) + bzip2? ( >=app-arch/bzip2-1.0.6-r4[${MULTILIB_USEDEP}] ) + lzma? ( >=app-arch/xz-utils-5.0.5-r1[${MULTILIB_USEDEP}] ) + !dev-libs/libelf + abi_x86_32? ( + !<=app-emulation/emul-linux-x86-baselibs-20130224-r11 + !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] + )" +DEPEND="${RDEPEND} + nls? ( sys-devel/gettext ) + >=sys-devel/flex-2.5.4a + sys-devel/m4" + +src_prepare() { + epatch "${FILESDIR}"/${PN}-0.118-PaX-support.patch + epatch "${DISTDIR}"/${P}-{portability,robustify}.patch + epatch "${FILESDIR}"/${PN}-0.158-tests-backtrace-native-core.patch + use static-libs || sed -i -e '/^lib_LIBRARIES/s:=.*:=:' -e '/^%.os/s:%.o$::' lib{asm,dw,elf}/Makefile.in + # some patches touch both configure and configure.ac + find -type f -exec touch -r configure {} + +} + +src_configure() { + use test && append-flags -g #407135 + multilib-minimal_src_configure +} + +multilib_src_configure() { + ECONF_SOURCE="${S}" econf \ + --disable-werror \ + $(use_enable nls) \ + $(use_enable threads thread-safety) \ + --program-prefix="eu-" \ + $(use_with zlib) \ + $(use_with bzip2 bzlib) \ + $(use_with lzma) +} + +multilib_src_test() { + env LD_LIBRARY_PATH="${BUILD_DIR}/libelf:${BUILD_DIR}/libebl:${BUILD_DIR}/libdw:${BUILD_DIR}/libasm" \ + LC_ALL="C" \ + emake check || die +} + +multilib_src_install_all() { + einstalldocs + dodoc NOTES + # These build quick, and are needed for most tests, so don't + # disable their building when the USE flag is disabled. + use utils || rm -rf "${ED}"/usr/bin +} diff --git a/sdk_container/src/third_party/portage-stable/dev-libs/elfutils/elfutils-0.159.ebuild b/sdk_container/src/third_party/portage-stable/dev-libs/elfutils/elfutils-0.159.ebuild new file mode 100644 index 0000000000..42656a9cbf --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/dev-libs/elfutils/elfutils-0.159.ebuild @@ -0,0 +1,72 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/elfutils-0.159.ebuild,v 1.1 2014/08/02 16:31:39 vapier Exp $ + +EAPI="4" + +inherit eutils flag-o-matic multilib-minimal + +DESCRIPTION="Libraries/utilities to handle ELF objects (drop in replacement for libelf)" +HOMEPAGE="https://fedorahosted.org/elfutils/" +SRC_URI="https://fedorahosted.org/releases/e/l/${PN}/${PV}/${P}.tar.bz2 + https://fedorahosted.org/releases/e/l/${PN}/${PV}/${PN}-portability.patch -> ${P}-portability.patch" + +LICENSE="GPL-2-with-exceptions" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux" +IUSE="bzip2 lzma nls static-libs test +threads +utils zlib" + +# This pkg does not actually seem to compile currently in a uClibc +# environment (xrealloc errs), but we need to ensure that glibc never +# gets pulled in as a dep since this package does not respect virtual/libc +RDEPEND="zlib? ( >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] ) + bzip2? ( >=app-arch/bzip2-1.0.6-r4[${MULTILIB_USEDEP}] ) + lzma? ( >=app-arch/xz-utils-5.0.5-r1[${MULTILIB_USEDEP}] ) + !dev-libs/libelf + abi_x86_32? ( + !<=app-emulation/emul-linux-x86-baselibs-20130224-r11 + !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] + )" +DEPEND="${RDEPEND} + nls? ( sys-devel/gettext ) + >=sys-devel/flex-2.5.4a + sys-devel/m4" + +src_prepare() { + epatch "${FILESDIR}"/${PN}-0.118-PaX-support.patch + epatch "${DISTDIR}"/${P}-portability.patch + use static-libs || sed -i -e '/^lib_LIBRARIES/s:=.*:=:' -e '/^%.os/s:%.o$::' lib{asm,dw,elf}/Makefile.in + sed -i 's:-Werror::' */Makefile.in + # some patches touch both configure and configure.ac + find -type f -exec touch -r configure {} + +} + +src_configure() { + use test && append-flags -g #407135 + multilib-minimal_src_configure +} + +multilib_src_configure() { + ECONF_SOURCE="${S}" econf \ + --disable-werror \ + $(use_enable nls) \ + $(use_enable threads thread-safety) \ + --program-prefix="eu-" \ + $(use_with zlib) \ + $(use_with bzip2 bzlib) \ + $(use_with lzma) +} + +multilib_src_test() { + env LD_LIBRARY_PATH="${BUILD_DIR}/libelf:${BUILD_DIR}/libebl:${BUILD_DIR}/libdw:${BUILD_DIR}/libasm" \ + LC_ALL="C" \ + emake check || die +} + +multilib_src_install_all() { + einstalldocs + dodoc NOTES + # These build quick, and are needed for most tests, so don't + # disable their building when the USE flag is disabled. + use utils || rm -rf "${ED}"/usr/bin +} diff --git a/sdk_container/src/third_party/portage-stable/dev-libs/elfutils/elfutils-0.160.ebuild b/sdk_container/src/third_party/portage-stable/dev-libs/elfutils/elfutils-0.160.ebuild new file mode 100644 index 0000000000..d638748584 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/dev-libs/elfutils/elfutils-0.160.ebuild @@ -0,0 +1,72 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/elfutils-0.160.ebuild,v 1.1 2014/09/01 09:02:16 vapier Exp $ + +EAPI="4" + +inherit eutils flag-o-matic multilib-minimal + +DESCRIPTION="Libraries/utilities to handle ELF objects (drop in replacement for libelf)" +HOMEPAGE="https://fedorahosted.org/elfutils/" +SRC_URI="https://fedorahosted.org/releases/e/l/${PN}/${PV}/${P}.tar.bz2 + https://fedorahosted.org/releases/e/l/${PN}/${PV}/${PN}-portability.patch -> ${P}-portability.patch" + +LICENSE="GPL-2-with-exceptions" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux" +IUSE="bzip2 lzma nls static-libs test +threads +utils zlib" + +# This pkg does not actually seem to compile currently in a uClibc +# environment (xrealloc errs), but we need to ensure that glibc never +# gets pulled in as a dep since this package does not respect virtual/libc +RDEPEND="zlib? ( >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] ) + bzip2? ( >=app-arch/bzip2-1.0.6-r4[${MULTILIB_USEDEP}] ) + lzma? ( >=app-arch/xz-utils-5.0.5-r1[${MULTILIB_USEDEP}] ) + !dev-libs/libelf + abi_x86_32? ( + !<=app-emulation/emul-linux-x86-baselibs-20130224-r11 + !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] + )" +DEPEND="${RDEPEND} + nls? ( sys-devel/gettext ) + >=sys-devel/flex-2.5.4a + sys-devel/m4" + +src_prepare() { + epatch "${FILESDIR}"/${PN}-0.118-PaX-support.patch + epatch "${DISTDIR}"/${P}-portability.patch + use static-libs || sed -i -e '/^lib_LIBRARIES/s:=.*:=:' -e '/^%.os/s:%.o$::' lib{asm,dw,elf}/Makefile.in + sed -i 's:-Werror::' */Makefile.in + # some patches touch both configure and configure.ac + find -type f -exec touch -r configure {} + +} + +src_configure() { + use test && append-flags -g #407135 + multilib-minimal_src_configure +} + +multilib_src_configure() { + ECONF_SOURCE="${S}" econf \ + --disable-werror \ + $(use_enable nls) \ + $(use_enable threads thread-safety) \ + --program-prefix="eu-" \ + $(use_with zlib) \ + $(use_with bzip2 bzlib) \ + $(use_with lzma) +} + +multilib_src_test() { + env LD_LIBRARY_PATH="${BUILD_DIR}/libelf:${BUILD_DIR}/libebl:${BUILD_DIR}/libdw:${BUILD_DIR}/libasm" \ + LC_ALL="C" \ + emake check || die +} + +multilib_src_install_all() { + einstalldocs + dodoc NOTES + # These build quick, and are needed for most tests, so don't + # disable their building when the USE flag is disabled. + use utils || rm -rf "${ED}"/usr/bin +} diff --git a/sdk_container/src/third_party/portage-stable/dev-libs/elfutils/elfutils-0.161.ebuild b/sdk_container/src/third_party/portage-stable/dev-libs/elfutils/elfutils-0.161.ebuild new file mode 100644 index 0000000000..39244bd4d1 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/dev-libs/elfutils/elfutils-0.161.ebuild @@ -0,0 +1,73 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/elfutils-0.161.ebuild,v 1.1 2014/12/31 08:25:55 vapier Exp $ + +EAPI="4" + +inherit eutils flag-o-matic multilib-minimal + +DESCRIPTION="Libraries/utilities to handle ELF objects (drop in replacement for libelf)" +HOMEPAGE="https://fedorahosted.org/elfutils/" +SRC_URI="https://fedorahosted.org/releases/e/l/${PN}/${PV}/${P}.tar.bz2 + https://fedorahosted.org/releases/e/l/${PN}/${PV}/${PN}-portability-${PV}.patch -> ${P}-portability.patch" + +LICENSE="GPL-2-with-exceptions" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux" +IUSE="bzip2 lzma nls static-libs test +threads +utils zlib" + +# This pkg does not actually seem to compile currently in a uClibc +# environment (xrealloc errs), but we need to ensure that glibc never +# gets pulled in as a dep since this package does not respect virtual/libc +RDEPEND="zlib? ( >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] ) + bzip2? ( >=app-arch/bzip2-1.0.6-r4[${MULTILIB_USEDEP}] ) + lzma? ( >=app-arch/xz-utils-5.0.5-r1[${MULTILIB_USEDEP}] ) + !dev-libs/libelf + abi_x86_32? ( + !<=app-emulation/emul-linux-x86-baselibs-20130224-r11 + !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] + )" +DEPEND="${RDEPEND} + nls? ( sys-devel/gettext ) + >=sys-devel/flex-2.5.4a + sys-devel/m4" + +src_prepare() { + epatch "${FILESDIR}"/${PN}-0.118-PaX-support.patch + epatch "${DISTDIR}"/${P}-portability.patch + epatch "${FILESDIR}"/${P}-libelf-dir-traversal.patch #534000 + use static-libs || sed -i -e '/^lib_LIBRARIES/s:=.*:=:' -e '/^%.os/s:%.o$::' lib{asm,dw,elf}/Makefile.in + sed -i 's:-Werror::' */Makefile.in + # some patches touch both configure and configure.ac + find -type f -exec touch -r configure {} + +} + +src_configure() { + use test && append-flags -g #407135 + multilib-minimal_src_configure +} + +multilib_src_configure() { + ECONF_SOURCE="${S}" econf \ + --disable-werror \ + $(use_enable nls) \ + $(use_enable threads thread-safety) \ + --program-prefix="eu-" \ + $(use_with zlib) \ + $(use_with bzip2 bzlib) \ + $(use_with lzma) +} + +multilib_src_test() { + env LD_LIBRARY_PATH="${BUILD_DIR}/libelf:${BUILD_DIR}/libebl:${BUILD_DIR}/libdw:${BUILD_DIR}/libasm" \ + LC_ALL="C" \ + emake check || die +} + +multilib_src_install_all() { + einstalldocs + dodoc NOTES + # These build quick, and are needed for most tests, so don't + # disable their building when the USE flag is disabled. + use utils || rm -rf "${ED}"/usr/bin +} diff --git a/sdk_container/src/third_party/portage-stable/dev-libs/elfutils/files/elfutils-0.143-configure.patch b/sdk_container/src/third_party/portage-stable/dev-libs/elfutils/files/elfutils-0.143-configure.patch new file mode 100644 index 0000000000..4c00cd88d8 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/dev-libs/elfutils/files/elfutils-0.143-configure.patch @@ -0,0 +1,22 @@ +https://bugs.gentoo.org/287130 + +--- elfutils-0.143/configure ++++ elfutils-0.143/configure +@@ -5460,7 +5460,7 @@ + + # 1.234 -> 1234 + case "$PACKAGE_VERSION" in +-[0-9].*) eu_version="${PACKAGE_VERSION/./}" ;; ++[0-9].*) eu_version=`echo "$PACKAGE_VERSION" | sed 's@\.@@'` ;; + *) { { $as_echo "$as_me:$LINENO: error: confused by version number '$PACKAGE_VERSION'" >&5 + $as_echo "$as_me: error: confused by version number '$PACKAGE_VERSION'" >&2;} + { (exit 1); exit 1; }; } ;; +@@ -5495,7 +5495,7 @@ + esac + + # Round up to the next release API (x.y) version. +-eu_version=$[($eu_version + 999) / 1000] ++eu_version=`expr \( $eu_version + 999 \) / 1000` + + cat >confcache <<\_ACEOF + # This file is a shell script that caches the results of configure diff --git a/sdk_container/src/third_party/portage-stable/dev-libs/elfutils/files/elfutils-0.148-bashifications.patch b/sdk_container/src/third_party/portage-stable/dev-libs/elfutils/files/elfutils-0.148-bashifications.patch new file mode 100644 index 0000000000..5cdf34fa3a --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/dev-libs/elfutils/files/elfutils-0.148-bashifications.patch @@ -0,0 +1,23 @@ +Remove bashifications +https://bugs.gentoo.org/287130 + +--- a/configure ++++ b/configure +@@ -4874,7 +4874,7 @@ ac_config_files="$ac_config_files version.h:config/version.h.in" + + # 1.234 -> 1234 + case "$PACKAGE_VERSION" in +-[0-9].*) eu_version="${PACKAGE_VERSION/./}" ;; ++[0-9].*) eu_version=`echo "$PACKAGE_VERSION" | sed 's@\.@@'` ;; + *) as_fn_error "confused by version number '$PACKAGE_VERSION'" "$LINENO" 5 ;; + esac + case "$eu_version" in +@@ -4903,7 +4903,7 @@ case "$eu_version" in + esac + + # Round up to the next release API (x.y) version. +-eu_version=$[($eu_version + 999) / 1000] ++eu_version=`expr \( $eu_version + 999 \) / 1000` + + cat >confcache <<\_ACEOF + # This file is a shell script that caches the results of configure diff --git a/sdk_container/src/third_party/portage-stable/dev-libs/elfutils/files/elfutils-0.150-bashifications.patch b/sdk_container/src/third_party/portage-stable/dev-libs/elfutils/files/elfutils-0.150-bashifications.patch new file mode 100644 index 0000000000..a2f2b85857 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/dev-libs/elfutils/files/elfutils-0.150-bashifications.patch @@ -0,0 +1,23 @@ +Remove bashifications +https://bugs.gentoo.org/287130 + +--- a/configure ++++ b/configure +@@ -4880,7 +4880,7 @@ ac_config_files="$ac_config_files version.h:config/version.h.in" + + # 1.234 -> 1234 + case "$PACKAGE_VERSION" in +-[0-9].*) eu_version="${PACKAGE_VERSION/./}" ;; ++[0-9].*) eu_version=`echo "$PACKAGE_VERSION" | sed 's@\.@@'` ;; + *) as_fn_error $? "confused by version number '$PACKAGE_VERSION'" "$LINENO" 5 ;; + esac + case "$eu_version" in +@@ -4909,7 +4909,7 @@ case "$eu_version" in + esac + + # Round up to the next release API (x.y) version. +-eu_version=$[($eu_version + 999) / 1000] ++eu_version=`expr \( $eu_version + 999 \) / 1000` + + cat >confcache <<\_ACEOF + # This file is a shell script that caches the results of configure diff --git a/sdk_container/src/third_party/portage-stable/dev-libs/elfutils/files/elfutils-0.158-tests-backtrace-native-core.patch b/sdk_container/src/third_party/portage-stable/dev-libs/elfutils/files/elfutils-0.158-tests-backtrace-native-core.patch new file mode 100644 index 0000000000..213b06b7a1 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/dev-libs/elfutils/files/elfutils-0.158-tests-backtrace-native-core.patch @@ -0,0 +1,46 @@ +https://bugs.gentoo.org/497566 + +From 435808a681cc375f0907f2066c4cc062173a6c7e Mon Sep 17 00:00:00 2001 +From: Jan Kratochvil +Date: Sat, 18 Jan 2014 21:56:13 +0100 +Subject: [PATCH] Fix false FAILs on testsuite with ulimit -c unlimited. + +Signed-off-by: Jan Kratochvil +--- + tests/ChangeLog | 6 ++++++ + tests/backtrace-child.c | 8 +++++--- + 2 files changed, 11 insertions(+), 3 deletions(-) + +2014-01-18 Jan Kratochvil + + Fix false FAILs on testsuite with ulimit -c unlimited. + * backtrace-child.c (sigusr2): Call pthread_exit. + (main): Return, do not call abort. + +diff --git a/tests/backtrace-child.c b/tests/backtrace-child.c +index 0db1258..512aa23 100644 +--- a/tests/backtrace-child.c ++++ b/tests/backtrace-child.c +@@ -100,7 +100,10 @@ sigusr2 (int signo) + if (! gencore) + { + raise (SIGUSR1); +- /* It should not be reached. */ ++ /* Do not return as stack may be invalid due to ptrace-patched PC to the ++ jmp function. */ ++ pthread_exit (NULL); ++ /* Not reached. */ + abort (); + } + /* Here we dump the core for --gencore. */ +@@ -218,6 +221,5 @@ main (int argc UNUSED, char **argv) + pthread_join (thread, NULL); + else + raise (SIGUSR2); +- /* Not reached. */ +- abort (); ++ return 0; + } +-- +1.8.5.3 + diff --git a/sdk_container/src/third_party/portage-stable/dev-libs/elfutils/files/elfutils-0.161-libelf-dir-traversal.patch b/sdk_container/src/third_party/portage-stable/dev-libs/elfutils/files/elfutils-0.161-libelf-dir-traversal.patch new file mode 100644 index 0000000000..84a28c71d2 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/dev-libs/elfutils/files/elfutils-0.161-libelf-dir-traversal.patch @@ -0,0 +1,51 @@ +https://bugs.gentoo.org/534000 + +From 147018e729e7c22eeabf15b82d26e4bf68a0d18e Mon Sep 17 00:00:00 2001 +From: Alexander Cherepanov +Date: Sun, 28 Dec 2014 19:57:19 +0300 +Subject: [PATCH] libelf: Fix dir traversal vuln in ar extraction. + +read_long_names terminates names at the first '/' found but then skips +one character without checking (it's supposed to be '\n'). Hence the +next name could start with any character including '/'. This leads to +a directory traversal vulnerability at the time the contents of the +archive is extracted. + +The danger is mitigated by the fact that only one '/' is possible in a +resulting filename and only in the leading position. Hence only files +in the root directory can be written via this vuln and only when ar is +executed as root. + +The fix for the vuln is to not skip any characters while looking +for '/'. + +Signed-off-by: Alexander Cherepanov +--- + libelf/ChangeLog | 5 +++++ + libelf/elf_begin.c | 5 +---- + 2 files changed, 6 insertions(+), 4 deletions(-) + +2014-12-28 Alexander Cherepanov + + * elf_begin.c (read_long_names): Don't miss '/' right after + another '/'. Fixes a dir traversal vuln in ar extraction. + +diff --git a/libelf/elf_begin.c b/libelf/elf_begin.c +index 30abe0b..cd3756c 100644 +--- a/libelf/elf_begin.c ++++ b/libelf/elf_begin.c +@@ -749,10 +749,7 @@ read_long_names (Elf *elf) + } + + /* NUL-terminate the string. */ +- *runp = '\0'; +- +- /* Skip the NUL byte and the \012. */ +- runp += 2; ++ *runp++ = '\0'; + + /* A sanity check. Somebody might have generated invalid + archive. */ +-- +2.2.1 + diff --git a/sdk_container/src/third_party/portage-stable/dev-libs/elfutils/metadata.xml b/sdk_container/src/third_party/portage-stable/dev-libs/elfutils/metadata.xml new file mode 100644 index 0000000000..6d5bc382fd --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/dev-libs/elfutils/metadata.xml @@ -0,0 +1,10 @@ + + + + toolchain + + Support automatic decompression of LZMA-compressed files and kernel images + Build the libraries with thread safe support + Install command-line utilities (all the eu-* programs) + + diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-libs/elfutils-0.146 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-libs/elfutils-0.146 new file mode 100644 index 0000000000..c2df8ccf7c --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-libs/elfutils-0.146 @@ -0,0 +1,12 @@ +DEFINED_PHASES=compile install test unpack +DEPEND=zlib? ( >=sys-libs/zlib-1.2.2.3 ) bzip2? ( app-arch/bzip2 ) lzma? ( app-arch/xz-utils ) nls? ( sys-devel/gettext ) >=sys-devel/flex-2.5.4a sys-devel/m4 !dev-libs/libelf +DESCRIPTION=Libraries/utilities to handle ELF objects (drop in replacement for libelf) +HOMEPAGE=http://people.redhat.com/drepper/ +IUSE=bzip2 lzma nls test zlib +KEYWORDS=alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux +LICENSE=GPL-2-with-exceptions +RDEPEND=zlib? ( >=sys-libs/zlib-1.2.2.3 ) bzip2? ( app-arch/bzip2 ) lzma? ( app-arch/xz-utils ) +SLOT=0 +SRC_URI=https://fedorahosted.org/releases/e/l/elfutils/elfutils-0.146.tar.bz2 +_eclasses_=eutils 9fb270e417e0e83d64ca52586c4a79de multilib 62927b3db3a589b0806255f3a002d5d3 toolchain-funcs 42408102d713fbad60ca21349865edb4 +_md5_=ecc4b26d982b686fefb0a42682db33d1 diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-libs/elfutils-0.148 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-libs/elfutils-0.148 new file mode 100644 index 0000000000..88638490ea --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-libs/elfutils-0.148 @@ -0,0 +1,12 @@ +DEFINED_PHASES=compile install test unpack +DEPEND=zlib? ( >=sys-libs/zlib-1.2.2.3 ) bzip2? ( app-arch/bzip2 ) lzma? ( app-arch/xz-utils ) nls? ( sys-devel/gettext ) >=sys-devel/flex-2.5.4a sys-devel/m4 !dev-libs/libelf +DESCRIPTION=Libraries/utilities to handle ELF objects (drop in replacement for libelf) +HOMEPAGE=http://people.redhat.com/drepper/ +IUSE=bzip2 lzma nls test zlib +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux +LICENSE=GPL-2-with-exceptions +RDEPEND=zlib? ( >=sys-libs/zlib-1.2.2.3 ) bzip2? ( app-arch/bzip2 ) lzma? ( app-arch/xz-utils ) +SLOT=0 +SRC_URI=https://fedorahosted.org/releases/e/l/elfutils/elfutils-0.148.tar.bz2 +_eclasses_=eutils 9fb270e417e0e83d64ca52586c4a79de multilib 62927b3db3a589b0806255f3a002d5d3 toolchain-funcs 42408102d713fbad60ca21349865edb4 +_md5_=862ae11ebf64c582cea7e9bf42b2686a diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-libs/elfutils-0.149 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-libs/elfutils-0.149 new file mode 100644 index 0000000000..4a05f7128c --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-libs/elfutils-0.149 @@ -0,0 +1,12 @@ +DEFINED_PHASES=compile install test unpack +DEPEND=zlib? ( >=sys-libs/zlib-1.2.2.3 ) bzip2? ( app-arch/bzip2 ) lzma? ( app-arch/xz-utils ) nls? ( sys-devel/gettext ) >=sys-devel/flex-2.5.4a sys-devel/m4 !dev-libs/libelf +DESCRIPTION=Libraries/utilities to handle ELF objects (drop in replacement for libelf) +HOMEPAGE=https://fedorahosted.org/elfutils +IUSE=bzip2 lzma nls zlib +KEYWORDS=alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux +LICENSE=GPL-2-with-exceptions +RDEPEND=zlib? ( >=sys-libs/zlib-1.2.2.3 ) bzip2? ( app-arch/bzip2 ) lzma? ( app-arch/xz-utils ) +SLOT=0 +SRC_URI=https://fedorahosted.org/releases/e/l/elfutils/0.149/elfutils-0.149.tar.bz2 +_eclasses_=eutils 9fb270e417e0e83d64ca52586c4a79de multilib 62927b3db3a589b0806255f3a002d5d3 toolchain-funcs 42408102d713fbad60ca21349865edb4 +_md5_=c0a701031913c9fb8dac1acdb0c72da0 diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-libs/elfutils-0.150 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-libs/elfutils-0.150 new file mode 100644 index 0000000000..34e6866cfc --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-libs/elfutils-0.150 @@ -0,0 +1,12 @@ +DEFINED_PHASES=compile install test unpack +DEPEND=zlib? ( >=sys-libs/zlib-1.2.2.3 ) bzip2? ( app-arch/bzip2 ) lzma? ( app-arch/xz-utils ) nls? ( sys-devel/gettext ) >=sys-devel/flex-2.5.4a sys-devel/m4 !dev-libs/libelf +DESCRIPTION=Libraries/utilities to handle ELF objects (drop in replacement for libelf) +HOMEPAGE=https://fedorahosted.org/elfutils +IUSE=bzip2 lzma nls zlib +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux +LICENSE=GPL-2-with-exceptions +RDEPEND=zlib? ( >=sys-libs/zlib-1.2.2.3 ) bzip2? ( app-arch/bzip2 ) lzma? ( app-arch/xz-utils ) +SLOT=0 +SRC_URI=https://fedorahosted.org/releases/e/l/elfutils/0.150/elfutils-0.150.tar.bz2 +_eclasses_=eutils 9fb270e417e0e83d64ca52586c4a79de multilib 62927b3db3a589b0806255f3a002d5d3 toolchain-funcs 42408102d713fbad60ca21349865edb4 +_md5_=2486b1ab2c7565223924c8de88cb237f diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-libs/elfutils-0.151 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-libs/elfutils-0.151 new file mode 100644 index 0000000000..1fdc2e175d --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-libs/elfutils-0.151 @@ -0,0 +1,12 @@ +DEFINED_PHASES=compile install test unpack +DEPEND=zlib? ( >=sys-libs/zlib-1.2.2.3 ) bzip2? ( app-arch/bzip2 ) lzma? ( app-arch/xz-utils ) nls? ( sys-devel/gettext ) >=sys-devel/flex-2.5.4a sys-devel/m4 !dev-libs/libelf +DESCRIPTION=Libraries/utilities to handle ELF objects (drop in replacement for libelf) +HOMEPAGE=https://fedorahosted.org/elfutils +IUSE=bzip2 lzma nls zlib +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux +LICENSE=GPL-2-with-exceptions +RDEPEND=zlib? ( >=sys-libs/zlib-1.2.2.3 ) bzip2? ( app-arch/bzip2 ) lzma? ( app-arch/xz-utils ) +SLOT=0 +SRC_URI=https://fedorahosted.org/releases/e/l/elfutils/0.151/elfutils-0.151.tar.bz2 +_eclasses_=eutils 9fb270e417e0e83d64ca52586c4a79de multilib 62927b3db3a589b0806255f3a002d5d3 toolchain-funcs 42408102d713fbad60ca21349865edb4 +_md5_=0a7206330570bbf55cd838c60bb7db6e diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-libs/elfutils-0.152 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-libs/elfutils-0.152 new file mode 100644 index 0000000000..ceff0ae967 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-libs/elfutils-0.152 @@ -0,0 +1,12 @@ +DEFINED_PHASES=compile install test unpack +DEPEND=zlib? ( >=sys-libs/zlib-1.2.2.3 ) bzip2? ( app-arch/bzip2 ) lzma? ( app-arch/xz-utils ) nls? ( sys-devel/gettext ) >=sys-devel/flex-2.5.4a sys-devel/m4 !dev-libs/libelf +DESCRIPTION=Libraries/utilities to handle ELF objects (drop in replacement for libelf) +HOMEPAGE=https://fedorahosted.org/elfutils +IUSE=bzip2 lzma nls zlib +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux +LICENSE=GPL-2-with-exceptions +RDEPEND=zlib? ( >=sys-libs/zlib-1.2.2.3 ) bzip2? ( app-arch/bzip2 ) lzma? ( app-arch/xz-utils ) +SLOT=0 +SRC_URI=https://fedorahosted.org/releases/e/l/elfutils/0.152/elfutils-0.152.tar.bz2 +_eclasses_=eutils 9fb270e417e0e83d64ca52586c4a79de multilib 62927b3db3a589b0806255f3a002d5d3 toolchain-funcs 42408102d713fbad60ca21349865edb4 +_md5_=1b81aa7153cfb5f356551383e039d4da diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-libs/elfutils-0.152-r1 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-libs/elfutils-0.152-r1 new file mode 100644 index 0000000000..586f503969 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-libs/elfutils-0.152-r1 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=zlib? ( >=sys-libs/zlib-1.2.2.3 ) bzip2? ( app-arch/bzip2 ) lzma? ( app-arch/xz-utils ) !dev-libs/libelf nls? ( sys-devel/gettext ) >=sys-devel/flex-2.5.4a sys-devel/m4 +DESCRIPTION=Libraries/utilities to handle ELF objects (drop in replacement for libelf) +EAPI=3 +HOMEPAGE=https://fedorahosted.org/elfutils/ +IUSE=bzip2 lzma nls zlib +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux +LICENSE=GPL-2-with-exceptions +RDEPEND=zlib? ( >=sys-libs/zlib-1.2.2.3 ) bzip2? ( app-arch/bzip2 ) lzma? ( app-arch/xz-utils ) !dev-libs/libelf +SLOT=0 +SRC_URI=https://fedorahosted.org/releases/e/l/elfutils/0.152/elfutils-0.152.tar.bz2 https://fedorahosted.org/releases/e/l/elfutils/0.152/elfutils-portability.patch -> elfutils-0.152-portability.patch https://fedorahosted.org/releases/e/l/elfutils/0.152/elfutils-robustify.patch -> elfutils-0.152-robustify.patch +_eclasses_=eutils 9fb270e417e0e83d64ca52586c4a79de multilib 62927b3db3a589b0806255f3a002d5d3 toolchain-funcs 42408102d713fbad60ca21349865edb4 +_md5_=96541bd35acf5c70d5c637a34deb271a diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-libs/elfutils-0.153 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-libs/elfutils-0.153 new file mode 100644 index 0000000000..ae42654694 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-libs/elfutils-0.153 @@ -0,0 +1,13 @@ +DEFINED_PHASES=configure install prepare test +DEPEND=zlib? ( >=sys-libs/zlib-1.2.2.3 ) bzip2? ( app-arch/bzip2 ) lzma? ( app-arch/xz-utils ) !dev-libs/libelf nls? ( sys-devel/gettext ) >=sys-devel/flex-2.5.4a sys-devel/m4 +DESCRIPTION=Libraries/utilities to handle ELF objects (drop in replacement for libelf) +EAPI=3 +HOMEPAGE=https://fedorahosted.org/elfutils/ +IUSE=bzip2 lzma nls test zlib +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux +LICENSE=GPL-2-with-exceptions +RDEPEND=zlib? ( >=sys-libs/zlib-1.2.2.3 ) bzip2? ( app-arch/bzip2 ) lzma? ( app-arch/xz-utils ) !dev-libs/libelf +SLOT=0 +SRC_URI=https://fedorahosted.org/releases/e/l/elfutils/0.153/elfutils-0.153.tar.bz2 https://fedorahosted.org/releases/e/l/elfutils/0.153/elfutils-portability.patch -> elfutils-0.153-portability.patch https://fedorahosted.org/releases/e/l/elfutils/0.153/elfutils-robustify.patch -> elfutils-0.153-robustify.patch +_eclasses_=eutils 9fb270e417e0e83d64ca52586c4a79de flag-o-matic c9602887773166fe300444712fc7ff98 multilib 62927b3db3a589b0806255f3a002d5d3 toolchain-funcs 42408102d713fbad60ca21349865edb4 +_md5_=d82f17328648f2bcf411213145935102 diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-libs/elfutils-0.154 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-libs/elfutils-0.154 new file mode 100644 index 0000000000..09ac6f517a --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-libs/elfutils-0.154 @@ -0,0 +1,13 @@ +DEFINED_PHASES=configure install prepare test +DEPEND=zlib? ( >=sys-libs/zlib-1.2.2.3 ) bzip2? ( app-arch/bzip2 ) lzma? ( app-arch/xz-utils ) !dev-libs/libelf nls? ( sys-devel/gettext ) >=sys-devel/flex-2.5.4a sys-devel/m4 +DESCRIPTION=Libraries/utilities to handle ELF objects (drop in replacement for libelf) +EAPI=3 +HOMEPAGE=https://fedorahosted.org/elfutils/ +IUSE=bzip2 lzma nls test zlib +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux +LICENSE=GPL-2-with-exceptions +RDEPEND=zlib? ( >=sys-libs/zlib-1.2.2.3 ) bzip2? ( app-arch/bzip2 ) lzma? ( app-arch/xz-utils ) !dev-libs/libelf +SLOT=0 +SRC_URI=https://fedorahosted.org/releases/e/l/elfutils/0.154/elfutils-0.154.tar.bz2 https://fedorahosted.org/releases/e/l/elfutils/0.154/elfutils-portability.patch -> elfutils-0.154-portability.patch https://fedorahosted.org/releases/e/l/elfutils/0.154/elfutils-robustify.patch -> elfutils-0.154-robustify.patch +_eclasses_=eutils 9fb270e417e0e83d64ca52586c4a79de flag-o-matic c9602887773166fe300444712fc7ff98 multilib 62927b3db3a589b0806255f3a002d5d3 toolchain-funcs 42408102d713fbad60ca21349865edb4 +_md5_=5e7f41517aed045b39cd485d07ba80ac diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-libs/elfutils-0.154-r1 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-libs/elfutils-0.154-r1 index 81d3e8f670..783b21ed20 100644 --- a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-libs/elfutils-0.154-r1 +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-libs/elfutils-0.154-r1 @@ -4,10 +4,10 @@ DESCRIPTION=Libraries/utilities to handle ELF objects (drop in replacement for l EAPI=4 HOMEPAGE=https://fedorahosted.org/elfutils/ IUSE=bzip2 lzma nls static-libs test +threads +utils zlib -KEYWORDS=alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux LICENSE=GPL-2-with-exceptions RDEPEND=zlib? ( >=sys-libs/zlib-1.2.2.3 ) bzip2? ( app-arch/bzip2 ) lzma? ( app-arch/xz-utils ) !dev-libs/libelf SLOT=0 SRC_URI=https://fedorahosted.org/releases/e/l/elfutils/0.154/elfutils-0.154.tar.bz2 https://fedorahosted.org/releases/e/l/elfutils/0.154/elfutils-portability.patch -> elfutils-0.154-portability.patch https://fedorahosted.org/releases/e/l/elfutils/0.154/elfutils-robustify.patch -> elfutils-0.154-robustify.patch _eclasses_=eutils 9fb270e417e0e83d64ca52586c4a79de flag-o-matic c9602887773166fe300444712fc7ff98 multilib 62927b3db3a589b0806255f3a002d5d3 toolchain-funcs 42408102d713fbad60ca21349865edb4 -_md5_=1e443940f6f84058e8320cd170521587 +_md5_=9a2f874b344e5c117783c36b7c4168d4 diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-libs/elfutils-0.155 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-libs/elfutils-0.155 new file mode 100644 index 0000000000..896d467a8b --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-libs/elfutils-0.155 @@ -0,0 +1,13 @@ +DEFINED_PHASES=configure install prepare test +DEPEND=zlib? ( >=sys-libs/zlib-1.2.2.3 ) bzip2? ( app-arch/bzip2 ) lzma? ( app-arch/xz-utils ) !dev-libs/libelf nls? ( sys-devel/gettext ) >=sys-devel/flex-2.5.4a sys-devel/m4 +DESCRIPTION=Libraries/utilities to handle ELF objects (drop in replacement for libelf) +EAPI=4 +HOMEPAGE=https://fedorahosted.org/elfutils/ +IUSE=bzip2 lzma nls static-libs test +threads +utils zlib +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux +LICENSE=GPL-2-with-exceptions +RDEPEND=zlib? ( >=sys-libs/zlib-1.2.2.3 ) bzip2? ( app-arch/bzip2 ) lzma? ( app-arch/xz-utils ) !dev-libs/libelf +SLOT=0 +SRC_URI=https://fedorahosted.org/releases/e/l/elfutils/0.155/elfutils-0.155.tar.bz2 https://fedorahosted.org/releases/e/l/elfutils/0.155/elfutils-portability.patch -> elfutils-0.155-portability.patch https://fedorahosted.org/releases/e/l/elfutils/0.155/elfutils-robustify.patch -> elfutils-0.155-robustify.patch +_eclasses_=eutils 9fb270e417e0e83d64ca52586c4a79de flag-o-matic c9602887773166fe300444712fc7ff98 multilib 62927b3db3a589b0806255f3a002d5d3 toolchain-funcs 42408102d713fbad60ca21349865edb4 +_md5_=d228ba102ab61d917ad6a6a007018923 diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-libs/elfutils-0.155-r1 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-libs/elfutils-0.155-r1 new file mode 100644 index 0000000000..e3da1f5d12 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-libs/elfutils-0.155-r1 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=zlib? ( >=sys-libs/zlib-1.2.8-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) bzip2? ( >=app-arch/bzip2-1.0.6-r4[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) lzma? ( >=app-arch/xz-utils-5.0.5-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) !dev-libs/libelf abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20130224-r11 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] ) nls? ( sys-devel/gettext ) >=sys-devel/flex-2.5.4a sys-devel/m4 +DESCRIPTION=Libraries/utilities to handle ELF objects (drop in replacement for libelf) +EAPI=4 +HOMEPAGE=https://fedorahosted.org/elfutils/ +IUSE=bzip2 lzma nls static-libs test +threads +utils zlib abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64 +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux +LICENSE=GPL-2-with-exceptions +RDEPEND=zlib? ( >=sys-libs/zlib-1.2.8-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) bzip2? ( >=app-arch/bzip2-1.0.6-r4[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) lzma? ( >=app-arch/xz-utils-5.0.5-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) !dev-libs/libelf abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20130224-r11 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] ) +SLOT=0 +SRC_URI=https://fedorahosted.org/releases/e/l/elfutils/0.155/elfutils-0.155.tar.bz2 https://fedorahosted.org/releases/e/l/elfutils/0.155/elfutils-portability.patch -> elfutils-0.155-portability.patch https://fedorahosted.org/releases/e/l/elfutils/0.155/elfutils-robustify.patch -> elfutils-0.155-robustify.patch +_eclasses_=eutils 9fb270e417e0e83d64ca52586c4a79de flag-o-matic c9602887773166fe300444712fc7ff98 multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 62927b3db3a589b0806255f3a002d5d3 multilib-build 0983c7893df461213a05f791cc7dea6d multilib-minimal 13dd976916c35a1e2c8d170e840c7018 toolchain-funcs 42408102d713fbad60ca21349865edb4 +_md5_=7b2a1aa6ee93b3911afeacade35f4d3b diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-libs/elfutils-0.156 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-libs/elfutils-0.156 new file mode 100644 index 0000000000..b67a040f9d --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-libs/elfutils-0.156 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=zlib? ( >=sys-libs/zlib-1.2.8-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) bzip2? ( >=app-arch/bzip2-1.0.6-r4[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) lzma? ( >=app-arch/xz-utils-5.0.5-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) !dev-libs/libelf abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20130224-r11 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] ) nls? ( sys-devel/gettext ) >=sys-devel/flex-2.5.4a sys-devel/m4 +DESCRIPTION=Libraries/utilities to handle ELF objects (drop in replacement for libelf) +EAPI=4 +HOMEPAGE=https://fedorahosted.org/elfutils/ +IUSE=bzip2 lzma nls static-libs test +threads +utils zlib abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64 +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux +LICENSE=GPL-2-with-exceptions +RDEPEND=zlib? ( >=sys-libs/zlib-1.2.8-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) bzip2? ( >=app-arch/bzip2-1.0.6-r4[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) lzma? ( >=app-arch/xz-utils-5.0.5-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) !dev-libs/libelf abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20130224-r11 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] ) +SLOT=0 +SRC_URI=https://fedorahosted.org/releases/e/l/elfutils/0.156/elfutils-0.156.tar.bz2 https://fedorahosted.org/releases/e/l/elfutils/0.156/elfutils-portability.patch -> elfutils-0.156-portability.patch https://fedorahosted.org/releases/e/l/elfutils/0.156/elfutils-robustify.patch -> elfutils-0.156-robustify.patch +_eclasses_=eutils 9fb270e417e0e83d64ca52586c4a79de flag-o-matic c9602887773166fe300444712fc7ff98 multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 62927b3db3a589b0806255f3a002d5d3 multilib-build 0983c7893df461213a05f791cc7dea6d multilib-minimal 13dd976916c35a1e2c8d170e840c7018 toolchain-funcs 42408102d713fbad60ca21349865edb4 +_md5_=daa50cc693defb0307cc62670fa9a8c8 diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-libs/elfutils-0.157 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-libs/elfutils-0.157 new file mode 100644 index 0000000000..8ff90fa8a5 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-libs/elfutils-0.157 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=zlib? ( >=sys-libs/zlib-1.2.8-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) bzip2? ( >=app-arch/bzip2-1.0.6-r4[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) lzma? ( >=app-arch/xz-utils-5.0.5-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) !dev-libs/libelf abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20130224-r11 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] ) nls? ( sys-devel/gettext ) >=sys-devel/flex-2.5.4a sys-devel/m4 +DESCRIPTION=Libraries/utilities to handle ELF objects (drop in replacement for libelf) +EAPI=4 +HOMEPAGE=https://fedorahosted.org/elfutils/ +IUSE=bzip2 lzma nls static-libs test +threads +utils zlib abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64 +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux +LICENSE=GPL-2-with-exceptions +RDEPEND=zlib? ( >=sys-libs/zlib-1.2.8-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) bzip2? ( >=app-arch/bzip2-1.0.6-r4[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) lzma? ( >=app-arch/xz-utils-5.0.5-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) !dev-libs/libelf abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20130224-r11 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] ) +SLOT=0 +SRC_URI=https://fedorahosted.org/releases/e/l/elfutils/0.157/elfutils-0.157.tar.bz2 https://fedorahosted.org/releases/e/l/elfutils/0.157/elfutils-portability.patch -> elfutils-0.157-portability.patch https://fedorahosted.org/releases/e/l/elfutils/0.157/elfutils-robustify.patch -> elfutils-0.157-robustify.patch +_eclasses_=eutils 9fb270e417e0e83d64ca52586c4a79de flag-o-matic c9602887773166fe300444712fc7ff98 multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 62927b3db3a589b0806255f3a002d5d3 multilib-build 0983c7893df461213a05f791cc7dea6d multilib-minimal 13dd976916c35a1e2c8d170e840c7018 toolchain-funcs 42408102d713fbad60ca21349865edb4 +_md5_=d6ad6fc958b7cbc7cdc4aa459139b79d diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-libs/elfutils-0.158 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-libs/elfutils-0.158 new file mode 100644 index 0000000000..2f0a3ca4f8 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-libs/elfutils-0.158 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=zlib? ( >=sys-libs/zlib-1.2.8-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) bzip2? ( >=app-arch/bzip2-1.0.6-r4[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) lzma? ( >=app-arch/xz-utils-5.0.5-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) !dev-libs/libelf abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20130224-r11 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] ) nls? ( sys-devel/gettext ) >=sys-devel/flex-2.5.4a sys-devel/m4 +DESCRIPTION=Libraries/utilities to handle ELF objects (drop in replacement for libelf) +EAPI=4 +HOMEPAGE=https://fedorahosted.org/elfutils/ +IUSE=bzip2 lzma nls static-libs test +threads +utils zlib abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64 +KEYWORDS=alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~arm-linux ~x86-linux +LICENSE=GPL-2-with-exceptions +RDEPEND=zlib? ( >=sys-libs/zlib-1.2.8-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) bzip2? ( >=app-arch/bzip2-1.0.6-r4[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) lzma? ( >=app-arch/xz-utils-5.0.5-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) !dev-libs/libelf abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20130224-r11 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] ) +SLOT=0 +SRC_URI=https://fedorahosted.org/releases/e/l/elfutils/0.158/elfutils-0.158.tar.bz2 https://fedorahosted.org/releases/e/l/elfutils/0.158/elfutils-portability.patch -> elfutils-0.158-portability.patch https://fedorahosted.org/releases/e/l/elfutils/0.158/elfutils-robustify.patch -> elfutils-0.158-robustify.patch +_eclasses_=eutils 9fb270e417e0e83d64ca52586c4a79de flag-o-matic c9602887773166fe300444712fc7ff98 multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 62927b3db3a589b0806255f3a002d5d3 multilib-build 0983c7893df461213a05f791cc7dea6d multilib-minimal 13dd976916c35a1e2c8d170e840c7018 toolchain-funcs 42408102d713fbad60ca21349865edb4 +_md5_=124077103ebfa0e6ec3a146a71a197ab diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-libs/elfutils-0.159 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-libs/elfutils-0.159 new file mode 100644 index 0000000000..8c2a1ceea7 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-libs/elfutils-0.159 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=zlib? ( >=sys-libs/zlib-1.2.8-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) bzip2? ( >=app-arch/bzip2-1.0.6-r4[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) lzma? ( >=app-arch/xz-utils-5.0.5-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) !dev-libs/libelf abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20130224-r11 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] ) nls? ( sys-devel/gettext ) >=sys-devel/flex-2.5.4a sys-devel/m4 +DESCRIPTION=Libraries/utilities to handle ELF objects (drop in replacement for libelf) +EAPI=4 +HOMEPAGE=https://fedorahosted.org/elfutils/ +IUSE=bzip2 lzma nls static-libs test +threads +utils zlib abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64 +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux +LICENSE=GPL-2-with-exceptions +RDEPEND=zlib? ( >=sys-libs/zlib-1.2.8-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) bzip2? ( >=app-arch/bzip2-1.0.6-r4[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) lzma? ( >=app-arch/xz-utils-5.0.5-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) !dev-libs/libelf abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20130224-r11 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] ) +SLOT=0 +SRC_URI=https://fedorahosted.org/releases/e/l/elfutils/0.159/elfutils-0.159.tar.bz2 https://fedorahosted.org/releases/e/l/elfutils/0.159/elfutils-portability.patch -> elfutils-0.159-portability.patch +_eclasses_=eutils 9fb270e417e0e83d64ca52586c4a79de flag-o-matic c9602887773166fe300444712fc7ff98 multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 62927b3db3a589b0806255f3a002d5d3 multilib-build 0983c7893df461213a05f791cc7dea6d multilib-minimal 13dd976916c35a1e2c8d170e840c7018 toolchain-funcs 42408102d713fbad60ca21349865edb4 +_md5_=deb542c73eeda460b8141fc38b63fdd3 diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-libs/elfutils-0.160 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-libs/elfutils-0.160 new file mode 100644 index 0000000000..dd21aa28eb --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-libs/elfutils-0.160 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=zlib? ( >=sys-libs/zlib-1.2.8-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) bzip2? ( >=app-arch/bzip2-1.0.6-r4[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) lzma? ( >=app-arch/xz-utils-5.0.5-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) !dev-libs/libelf abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20130224-r11 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] ) nls? ( sys-devel/gettext ) >=sys-devel/flex-2.5.4a sys-devel/m4 +DESCRIPTION=Libraries/utilities to handle ELF objects (drop in replacement for libelf) +EAPI=4 +HOMEPAGE=https://fedorahosted.org/elfutils/ +IUSE=bzip2 lzma nls static-libs test +threads +utils zlib abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64 +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux +LICENSE=GPL-2-with-exceptions +RDEPEND=zlib? ( >=sys-libs/zlib-1.2.8-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) bzip2? ( >=app-arch/bzip2-1.0.6-r4[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) lzma? ( >=app-arch/xz-utils-5.0.5-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) !dev-libs/libelf abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20130224-r11 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] ) +SLOT=0 +SRC_URI=https://fedorahosted.org/releases/e/l/elfutils/0.160/elfutils-0.160.tar.bz2 https://fedorahosted.org/releases/e/l/elfutils/0.160/elfutils-portability.patch -> elfutils-0.160-portability.patch +_eclasses_=eutils 9fb270e417e0e83d64ca52586c4a79de flag-o-matic c9602887773166fe300444712fc7ff98 multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 62927b3db3a589b0806255f3a002d5d3 multilib-build 0983c7893df461213a05f791cc7dea6d multilib-minimal 13dd976916c35a1e2c8d170e840c7018 toolchain-funcs 42408102d713fbad60ca21349865edb4 +_md5_=caff375a3b267c061bf0f44e1d84243d diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-libs/elfutils-0.161 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-libs/elfutils-0.161 new file mode 100644 index 0000000000..0a343284f3 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-libs/elfutils-0.161 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=zlib? ( >=sys-libs/zlib-1.2.8-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) bzip2? ( >=app-arch/bzip2-1.0.6-r4[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) lzma? ( >=app-arch/xz-utils-5.0.5-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) !dev-libs/libelf abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20130224-r11 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] ) nls? ( sys-devel/gettext ) >=sys-devel/flex-2.5.4a sys-devel/m4 +DESCRIPTION=Libraries/utilities to handle ELF objects (drop in replacement for libelf) +EAPI=4 +HOMEPAGE=https://fedorahosted.org/elfutils/ +IUSE=bzip2 lzma nls static-libs test +threads +utils zlib abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64 +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux +LICENSE=GPL-2-with-exceptions +RDEPEND=zlib? ( >=sys-libs/zlib-1.2.8-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) bzip2? ( >=app-arch/bzip2-1.0.6-r4[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) lzma? ( >=app-arch/xz-utils-5.0.5-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) !dev-libs/libelf abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20130224-r11 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] ) +SLOT=0 +SRC_URI=https://fedorahosted.org/releases/e/l/elfutils/0.161/elfutils-0.161.tar.bz2 https://fedorahosted.org/releases/e/l/elfutils/0.161/elfutils-portability-0.161.patch -> elfutils-0.161-portability.patch +_eclasses_=eutils 9fb270e417e0e83d64ca52586c4a79de flag-o-matic c9602887773166fe300444712fc7ff98 multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 62927b3db3a589b0806255f3a002d5d3 multilib-build 0983c7893df461213a05f791cc7dea6d multilib-minimal 13dd976916c35a1e2c8d170e840c7018 toolchain-funcs 42408102d713fbad60ca21349865edb4 +_md5_=b92c0ae70cb5ee8694390cd8705a0989