From dda35d37cd7b777429158aa594b80971e383ca91 Mon Sep 17 00:00:00 2001 From: Geoff Levand Date: Tue, 24 Apr 2018 17:21:28 -0700 Subject: [PATCH 01/10] bump(sys-apps/sandbox): sync with upstream Signed-off-by: Geoff Levand --- .../portage-stable/sys-apps/sandbox/ChangeLog | 754 ------------------ .../portage-stable/sys-apps/sandbox/Manifest | 57 +- ...-libsandbox-handle-more-at-functions.patch | 42 - .../files/sandbox-1.6-disable-pthread.patch | 37 - .../files/sandbox-1.6-disable-qa-static.patch | 13 - .../files/sandbox-2.10-disable-same.patch | 77 ++ .../files/sandbox-2.10-fix-opendir.patch | 79 ++ .../sandbox-2.10-memory-corruption.patch | 42 + .../sandbox-2.11-symlinkat-renameat.patch | 124 +++ .../sandbox-2.6-check-empty-paths-at.patch | 201 ----- .../sandbox/files/sandbox-2.6-desktop.patch | 30 - .../sandbox/files/sandbox-2.6-gcc-5.patch | 13 - .../sandbox/files/sandbox-2.6-log-var.patch | 51 -- .../sandbox/files/sandbox-2.6-no-pch.patch | 29 - .../files/sandbox-2.6-open-nofollow.patch | 54 -- .../files/sandbox-2.6-static-close-fd.patch | 93 --- .../files/sandbox-2.6-trace-hppa.patch | 27 - .../sys-apps/sandbox/metadata.xml | 7 +- .../sys-apps/sandbox/sandbox-1.6-r2.ebuild | 104 --- .../sys-apps/sandbox/sandbox-2.10-r3.ebuild | 84 ++ .../sys-apps/sandbox/sandbox-2.10-r4.ebuild | 85 ++ .../sys-apps/sandbox/sandbox-2.12.ebuild | 76 ++ .../sys-apps/sandbox/sandbox-2.13.ebuild | 76 ++ .../sys-apps/sandbox/sandbox-2.3-r1.ebuild | 103 --- .../sys-apps/sandbox/sandbox-2.4.ebuild | 100 --- .../sys-apps/sandbox/sandbox-2.5.ebuild | 117 --- .../sys-apps/sandbox/sandbox-2.6-r1.ebuild | 131 --- 27 files changed, 658 insertions(+), 1948 deletions(-) delete mode 100644 sdk_container/src/third_party/portage-stable/sys-apps/sandbox/ChangeLog delete mode 100644 sdk_container/src/third_party/portage-stable/sys-apps/sandbox/files/0001-libsandbox-handle-more-at-functions.patch delete mode 100644 sdk_container/src/third_party/portage-stable/sys-apps/sandbox/files/sandbox-1.6-disable-pthread.patch delete mode 100644 sdk_container/src/third_party/portage-stable/sys-apps/sandbox/files/sandbox-1.6-disable-qa-static.patch create mode 100644 sdk_container/src/third_party/portage-stable/sys-apps/sandbox/files/sandbox-2.10-disable-same.patch create mode 100644 sdk_container/src/third_party/portage-stable/sys-apps/sandbox/files/sandbox-2.10-fix-opendir.patch create mode 100644 sdk_container/src/third_party/portage-stable/sys-apps/sandbox/files/sandbox-2.10-memory-corruption.patch create mode 100644 sdk_container/src/third_party/portage-stable/sys-apps/sandbox/files/sandbox-2.11-symlinkat-renameat.patch delete mode 100644 sdk_container/src/third_party/portage-stable/sys-apps/sandbox/files/sandbox-2.6-check-empty-paths-at.patch delete mode 100644 sdk_container/src/third_party/portage-stable/sys-apps/sandbox/files/sandbox-2.6-desktop.patch delete mode 100644 sdk_container/src/third_party/portage-stable/sys-apps/sandbox/files/sandbox-2.6-gcc-5.patch delete mode 100644 sdk_container/src/third_party/portage-stable/sys-apps/sandbox/files/sandbox-2.6-log-var.patch delete mode 100644 sdk_container/src/third_party/portage-stable/sys-apps/sandbox/files/sandbox-2.6-no-pch.patch delete mode 100644 sdk_container/src/third_party/portage-stable/sys-apps/sandbox/files/sandbox-2.6-open-nofollow.patch delete mode 100644 sdk_container/src/third_party/portage-stable/sys-apps/sandbox/files/sandbox-2.6-static-close-fd.patch delete mode 100644 sdk_container/src/third_party/portage-stable/sys-apps/sandbox/files/sandbox-2.6-trace-hppa.patch delete mode 100644 sdk_container/src/third_party/portage-stable/sys-apps/sandbox/sandbox-1.6-r2.ebuild create mode 100644 sdk_container/src/third_party/portage-stable/sys-apps/sandbox/sandbox-2.10-r3.ebuild create mode 100644 sdk_container/src/third_party/portage-stable/sys-apps/sandbox/sandbox-2.10-r4.ebuild create mode 100644 sdk_container/src/third_party/portage-stable/sys-apps/sandbox/sandbox-2.12.ebuild create mode 100644 sdk_container/src/third_party/portage-stable/sys-apps/sandbox/sandbox-2.13.ebuild delete mode 100644 sdk_container/src/third_party/portage-stable/sys-apps/sandbox/sandbox-2.3-r1.ebuild delete mode 100644 sdk_container/src/third_party/portage-stable/sys-apps/sandbox/sandbox-2.4.ebuild delete mode 100644 sdk_container/src/third_party/portage-stable/sys-apps/sandbox/sandbox-2.5.ebuild delete mode 100644 sdk_container/src/third_party/portage-stable/sys-apps/sandbox/sandbox-2.6-r1.ebuild diff --git a/sdk_container/src/third_party/portage-stable/sys-apps/sandbox/ChangeLog b/sdk_container/src/third_party/portage-stable/sys-apps/sandbox/ChangeLog deleted file mode 100644 index dbbc61c9a3..0000000000 --- a/sdk_container/src/third_party/portage-stable/sys-apps/sandbox/ChangeLog +++ /dev/null @@ -1,754 +0,0 @@ -# ChangeLog for sys-apps/sandbox -# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/sandbox/ChangeLog,v 1.183 2015/04/15 03:25:06 vapier Exp $ - - 15 Apr 2015; Mike Frysinger - +files/sandbox-2.6-gcc-5.patch, sandbox-2.6-r1.ebuild: - Fix building w/gcc-5. - - 18 Jan 2014; Mike Frysinger sandbox-2.6-r1.ebuild: - Add arm64 love. - - 28 Nov 2013; Mike Frysinger - +files/sandbox-2.6-no-pch.patch, sandbox-2.6-r1.ebuild: - Disable pch logic for now #425524 by J.C. Wren. - - 14 Nov 2013; Mike Frysinger sandbox-1.6-r2.ebuild, - sandbox-2.3-r1.ebuild, sandbox-2.4.ebuild, sandbox-2.5.ebuild, - sandbox-2.6-r1.ebuild: - Point HOMEPAGE to the sandbox page #475956 by Jonas Stein. - - 05 Sep 2013; Mike Frysinger sandbox-2.6-r1.ebuild: - Mark m68k stable #472624. - - 02 Jul 2013; Agostino Sarubbo sandbox-2.6-r1.ebuild: - Stable for sh, wrt bug #472624 - - 30 Jun 2013; Agostino Sarubbo sandbox-2.6-r1.ebuild: - Stable for s390, wrt bug #472624 - - 29 Jun 2013; Agostino Sarubbo sandbox-2.6-r1.ebuild: - Stable for sparc, wrt bug #472624 - - 26 Jun 2013; Agostino Sarubbo sandbox-2.6-r1.ebuild: - Stable for arm, wrt bug #472624 - - 26 Jun 2013; Agostino Sarubbo sandbox-2.6-r1.ebuild: - Stable for ia64, wrt bug #472624 - - 26 Jun 2013; Agostino Sarubbo sandbox-2.6-r1.ebuild: - Stable for alpha, wrt bug #472624 - - 25 Jun 2013; Agostino Sarubbo sandbox-2.6-r1.ebuild: - Stable for amd64, wrt bug #472624 - - 25 Jun 2013; Agostino Sarubbo sandbox-2.6-r1.ebuild: - Stable for x86, wrt bug #472624 - - 25 Jun 2013; Agostino Sarubbo sandbox-2.6-r1.ebuild: - Stable for ppc64, wrt bug #472624 - - 24 Jun 2013; Agostino Sarubbo sandbox-2.6-r1.ebuild: - Stable for ppc, wrt bug #472624 - - 23 Jun 2013; Jeroen Roovers sandbox-2.6-r1.ebuild: - Stable for HPPA (bug #472624). - -*sandbox-2.6-r1 (23 Mar 2013) - - 23 Mar 2013; Mike Frysinger - +files/sandbox-2.6-check-empty-paths-at.patch, - +files/sandbox-2.6-desktop.patch, +files/sandbox-2.6-log-var.patch, - +files/sandbox-2.6-open-nofollow.patch, - +files/sandbox-2.6-static-close-fd.patch, +sandbox-2.6-r1.ebuild, - -sandbox-2.6.ebuild: - Apply random set of bugfixes. - - 26 Dec 2012; Mike Frysinger sandbox-2.6.ebuild: - Add epatch_user #413441#9. - - 06 Jul 2012; Mike Frysinger - +files/sandbox-2.6-trace-hppa.patch, sandbox-2.6.ebuild: - Fix building of trace code for hppa #425062 by Jeroen Roovers. - -*sandbox-2.6 (03 Jul 2012) - - 03 Jul 2012; Mike Frysinger +sandbox-2.6.ebuild: - Various fixes, and x32 support. - - 24 Jun 2012; Mike Frysinger sandbox-2.5.ebuild: - Parallelize configure steps for multiple ABIs, and run tests in parallel. - - 30 Mar 2012; Alexis Ballier sandbox-1.6-r2.ebuild: - keyword -x86-fbsd for bug #374425, sandbox is broken of fbsd and this leaves - us with nothing. - - 05 Feb 2012; Mike Frysinger sandbox-1.6-r2.ebuild, - sandbox-2.3-r1.ebuild, sandbox-2.4.ebuild, sandbox-2.5.ebuild: - Move to new unpacker eclass. - - 02 Feb 2012; Samuli Suominen sandbox-2.5.ebuild: - ppc/ppc64 stable wrt #389981 - - 03 Dec 2011; Raúl Porcel sandbox-2.5.ebuild: - alpha/ia64/m68k/s390/sh/sparc stable wrt #389981 - - 13 Nov 2011; Markus Meier sandbox-2.5.ebuild: - arm stable, bug #389981 - - 11 Nov 2011; Pawel Hajdan jr sandbox-2.5.ebuild: - x86 stable wrt bug #389981 - - 10 Nov 2011; Jeroen Roovers sandbox-2.5.ebuild: - Stable for HPPA (bug #389981). - - 10 Nov 2011; Tony Vroon sandbox-2.5.ebuild: - Marked stable on AMD64 based on arch testing by Agostino "ago" Sarubbo & - Elijah "Armageddon" El Lazkani in bug #389981. - - 10 May 2011; Jeremy Olexa sandbox-2.4.ebuild, - sandbox-2.5.ebuild: - Don't restore ownership while extracting, bug 366759 - -*sandbox-2.5 (14 Feb 2011) - - 14 Feb 2011; Mike Frysinger +sandbox-2.5.ebuild: - Version bump. - - 12 Feb 2011; Raúl Porcel sandbox-2.4.ebuild: - sparc stable wrt #348549 - - 02 Jan 2011; Mike Frysinger sandbox-2.4.ebuild: - Mark alpha/ia64/s390/sh stable #348549. - - 21 Dec 2010; Markus Meier sandbox-2.4.ebuild: - arm stable, bug #348549 - - 19 Dec 2010; Samuli Suominen sandbox-2.4.ebuild: - ppc64 stable wrt #348549 - - 14 Dec 2010; Markos Chandras sandbox-2.4.ebuild: - Stable on amd64 wrt bug #348549 - - 13 Dec 2010; Jeroen Roovers sandbox-2.4.ebuild: - Stable for HPPA PPC (bug #348549). - - 13 Dec 2010; Jeroen Roovers sandbox-2.4.ebuild: - Stable for HPPA (bug #348549). - - 12 Dec 2010; Pawel Hajdan jr sandbox-2.4.ebuild: - x86 stable wrt bug #348549 - - 30 Nov 2010; Michael Weber sandbox-2.3-r1.ebuild: - sparc stable (bug 338113) - -*sandbox-2.4 (24 Nov 2010) - - 24 Nov 2010; Mike Frysinger +sandbox-2.4.ebuild: - Fix hardened issues #339157 and flesh out *at func handling some more - #342983. - - 23 Nov 2010; Mike Frysinger sandbox-2.3-r1.ebuild: - Add back ~sparc since it has its ptrace disabled. - - 16 Oct 2010; Brent Baude sandbox-2.3-r1.ebuild: - stable ppc, bug 338113 - - 10 Oct 2010; Samuli Suominen sandbox-2.3-r1.ebuild: - ppc64 stable wrt #338113 - - 10 Oct 2010; Raúl Porcel sandbox-2.3-r1.ebuild: - alpha/arm/ia64/m68k/s390/sh stable wrt #338113 - - 05 Oct 2010; Markus Meier sandbox-2.3-r1.ebuild: - x86 stable, bug #338113 - - 29 Sep 2010; Jeroen Roovers sandbox-2.3-r1.ebuild: - Stable for HPPA (bug #338113). - - 24 Sep 2010; Markos Chandras sandbox-2.3-r1.ebuild: - Stable on amd64 wrt bug #338113 - -*sandbox-2.3-r1 (17 Aug 2010) - - 17 Aug 2010; Mike Frysinger +sandbox-2.3-r1.ebuild: - Fix sandbox.d config install #333131 by Hans Nieser. - -*sandbox-2.3 (17 Aug 2010) - - 17 Aug 2010; Mike Frysinger +sandbox-2.3.ebuild: - Version bump. Lots o fixes. - - 15 Aug 2010; Mike Frysinger sandbox-1.6-r2.ebuild, - sandbox-2.2.ebuild: - Manually decompress the lzma archive if host PM cannot #271543. - - 21 Nov 2009; Raúl Porcel sandbox-2.2.ebuild: - Mark 2.2 -sparc as it doesn't work very well, bug #293632 - -*sandbox-2.2 (26 Oct 2009) - - 26 Oct 2009; Mike Frysinger +sandbox-2.2.ebuild: - Version bump (includes fixes for #202765 #288227 #288863 and SPARC - ptrace). - - 27 Sep 2009; Mike Frysinger sandbox-2.1.ebuild: - Fix new multilib code on non-multilib systems #286599 by Norman Yarvin. - - 25 Sep 2009; Thomas Sachau (Tommy[D]) - sandbox-2.1.ebuild: - Add multilib useflag for multilib building with ok from vapier - -*sandbox-2.1 (25 Aug 2009) - - 25 Aug 2009; Mike Frysinger +sandbox-2.1.ebuild: - Version bump. - - 13 Aug 2009; Mike Frysinger - sandbox-1.2.18.1-r2.ebuild, sandbox-1.2.18.1-r3.ebuild, - sandbox-1.2.20_alpha2-r1.ebuild, sandbox-1.3.0.ebuild, - sandbox-1.3.1.ebuild, sandbox-1.3.2.ebuild, sandbox-1.3.3.ebuild, - sandbox-1.3.4.ebuild, sandbox-1.3.5.ebuild, sandbox-1.3.6.ebuild, - sandbox-1.3.7.ebuild, sandbox-1.3.8.ebuild, sandbox-1.3.9.ebuild, - sandbox-1.4.ebuild, sandbox-1.5.ebuild, sandbox-1.6.ebuild, - sandbox-1.6-r1.ebuild, sandbox-1.6-r2.ebuild, sandbox-1.7.ebuild, - sandbox-1.8.ebuild, sandbox-1.9.ebuild, sandbox-2.0.ebuild: - Drop duplicate eutils inherit #279607 by Justin Lecher. - -*sandbox-2.0 (04 Jun 2009) - - 04 Jun 2009; Mike Frysinger +sandbox-2.0.ebuild: - Version bump to improve static tracing. - - 17 May 2009; Diego E. Pettenò sandbox-1.7.ebuild, - sandbox-1.8.ebuild, sandbox-1.9.ebuild: - Remove x86-fbsd keyword for sandbox versions that are known incompatible - with FreeBSD. - - 26 Apr 2009; Brent Baude sandbox-1.6-r2.ebuild: - stable ppc, bug 265376 - - 20 Apr 2009; Raúl Porcel sandbox-1.6-r2.ebuild: - ia64 stable wrt #265376 - - 18 Apr 2009; Mike Frysinger sandbox-1.6-r2.ebuild, - sandbox-1.9.ebuild: - Force latest stable pax-utils as some people are lazy and dont upgrade - #265376 by Jerome Potts. - - 18 Apr 2009; Raúl Porcel sandbox-1.6-r2.ebuild: - arm/m68k/s390/sh stable wrt #265376 - - 15 Apr 2009; Markus Meier sandbox-1.6-r2.ebuild: - amd64/x86 stable, bug #265376 - - 13 Apr 2009; Jeroen Roovers sandbox-1.6-r2.ebuild: - Stable for HPPA (bug #265376). - - 12 Apr 2009; Brent Baude sandbox-1.6-r2.ebuild: - stable ppc64, bug 265376 - - 12 Apr 2009; Tobias Klausmann sandbox-1.6-r2.ebuild: - Stable on alpha, bug #265376 - - 09 Apr 2009; Friedrich Oslage sandbox-1.6-r2.ebuild: - Stable on sparc, bug #265376 - - 09 Apr 2009; Mike Frysinger sandbox-1.6-r2.ebuild, - sandbox-1.9.ebuild: - Make sure /etc/sandbox.d has 0755 perms #265376 by Friedrich Oslage. - -*sandbox-1.9 (09 Apr 2009) - - 09 Apr 2009; Mike Frysinger +sandbox-1.9.ebuild: - Version bump. - -*sandbox-1.8 (05 Apr 2009) - - 05 Apr 2009; Mike Frysinger +sandbox-1.8.ebuild: - Version bump to fix #263657 #264399 #264476 #264478 #264676. - -*sandbox-1.6-r2 (02 Apr 2009) - - 02 Apr 2009; Mike Frysinger - +files/sandbox-1.6-disable-pthread.patch, +sandbox-1.6-r2.ebuild: - Disable pthread locks to make 1.6 regression free #264476. - -*sandbox-1.6-r1 (31 Mar 2009) - - 31 Mar 2009; Mike Frysinger - +files/sandbox-1.6-disable-qa-static.patch, - +files/0001-libsandbox-handle-more-at-functions.patch, - +sandbox-1.6-r1.ebuild: - Backport a fix or two so we can stabilize this version. - -*sandbox-1.7 (31 Mar 2009) - - 31 Mar 2009; Mike Frysinger +sandbox-1.7.ebuild: - Version bump. - -*sandbox-1.6 (12 Mar 2009) - - 12 Mar 2009; Mike Frysinger +sandbox-1.6.ebuild: - Version bump. - -*sandbox-1.5 (11 Mar 2009) - - 11 Mar 2009; Mike Frysinger +sandbox-1.5.ebuild: - Version bump. - -*sandbox-1.4 (08 Mar 2009) - - 08 Mar 2009; Mike Frysinger +sandbox-1.4.ebuild: - Version bump. - -*sandbox-1.3.9 (05 Mar 2009) - - 05 Mar 2009; Mike Frysinger +sandbox-1.3.9.ebuild: - Version bump. - -*sandbox-1.3.8 (20 Feb 2009) - - 20 Feb 2009; Mike Frysinger +sandbox-1.3.8.ebuild: - Version bump. - -*sandbox-1.3.7 (14 Feb 2009) - - 14 Feb 2009; Mike Frysinger +sandbox-1.3.7.ebuild: - Version bump - -*sandbox-1.3.6 (11 Feb 2009) - - 11 Feb 2009; Mike Frysinger +sandbox-1.3.6.ebuild: - Version bump. - -*sandbox-1.3.5 (08 Feb 2009) - - 08 Feb 2009; Mike Frysinger +sandbox-1.3.5.ebuild: - Version bump for regressions. - - 07 Feb 2009; Mike Frysinger - +files/0001-sandbox-fix-typo-in-struct-sandbox_info_t-decl.patch, - sandbox-1.3.4.ebuild: - Fix for hardened systems #258031. - -*sandbox-1.3.4 (07 Feb 2009) - - 07 Feb 2009; Mike Frysinger +sandbox-1.3.4.ebuild: - Version bump. - - 29 Jan 2009; Javier Villavicencio - sandbox-1.3.3.ebuild: - Keyword -sparc/x86-fbsd til next version bump, bug 256741. - -*sandbox-1.3.3 (28 Jan 2009) - - 28 Jan 2009; Mike Frysinger +sandbox-1.3.3.ebuild: - Version bump. - - 26 Dec 2008; Mike Frysinger sandbox-1.3.2.ebuild: - Add lzma-utils to DEPEND #252598 by Albert W. Hopkins. - -*sandbox-1.3.2 (23 Dec 2008) - - 23 Dec 2008; Mike Frysinger +sandbox-1.3.2.ebuild: - Fix some portability issues and more *at updates. - - 09 Dec 2008; Alexis Ballier sandbox-1.3.0.ebuild, - sandbox-1.3.1.ebuild: - Keyword -sparc/x86-fbsd versions that do not build there, lets keep with - the half broken but half working old version, bug #250366 - -*sandbox-1.3.1 (29 Nov 2008) - - 29 Nov 2008; Mike Frysinger +sandbox-1.3.1.ebuild: - Fix up #248254 and #248263. - -*sandbox-1.3.0 (16 Nov 2008) - - 16 Nov 2008; Mike Frysinger +sandbox-1.3.0.ebuild: - Version bump. - - 09 Nov 2008; Mike Frysinger - sandbox-1.2.20_alpha2-r1.ebuild: - Use EBUILD_DEATH_HOOKS #113780 by Petteri Räty. - - 09 Nov 2008; Mike Frysinger - +files/sandbox-1.2.20_alpha2-parallel.patch, - sandbox-1.2.20_alpha2-r1.ebuild: - Rewrite multilib handling and apply parallel build fix by Jose Luis Rivero - #190051 by David Pykee. - - 09 Nov 2008; Harald van Dijk - sandbox-1.2.18.1-r3.ebuild, sandbox-1.2.20_alpha2-r1.ebuild: - Avoid bashism in configure script (#236868) - -*sandbox-1.2.18.1-r3 (27 Jun 2008) - - 27 Jun 2008; Robin H. Johnson - +files/sandbox-1.2.18.1-rtld-validation.patch, - +sandbox-1.2.18.1-r3.ebuild: - Fix for bug #206678. Variations of it have been running on infra boxes for - two months now, we seem to have traced it down to RTLD_NEXT not always - having a usable value under hardened on new libc. - -*sandbox-1.2.20_alpha2-r1 (04 Nov 2007) - - 04 Nov 2007; Diego Pettenò - +sandbox-1.2.20_alpha2-r1.ebuild: - Fix the problem with GLIBC 2.7 even for the alpha version. - - 27 Oct 2007; Jose Luis Rivero - sandbox-1.2.18.1-r2.ebuild: - Stable on alpha wrt #182361 - - 27 Oct 2007; Raúl Porcel sandbox-1.2.18.1-r2.ebuild: - ia64 stable wrt #182361 - - 26 Oct 2007; nixnut sandbox-1.2.18.1-r2.ebuild: - Stable on ppc wrt bug 182361 - - 25 Oct 2007; Dawid Węgliński - sandbox-1.2.18.1-r2.ebuild: - Stable on x86 (bug #182361) - - 25 Oct 2007; Daniel Gryniewicz - sandbox-1.2.18.1-r2.ebuild: - Marked stable on amd64 for bug #182361 - - 25 Oct 2007; Markus Rothe sandbox-1.2.18.1-r2.ebuild: - Stable on ppc64; bug #182361 - - 25 Oct 2007; Christian Faulhammer - sandbox-1.2.18.1-r1.ebuild: - stable x86, bug 180985 - - 25 Oct 2007; Jeroen Roovers sandbox-1.2.18.1-r2.ebuild: - Stable for SPARC (bug #182361). - - 25 Oct 2007; Jeroen Roovers sandbox-1.2.18.1-r2.ebuild: - Stable for HPPA (bug #182361). Fixed quoting issues. - -*sandbox-1.2.18.1-r2 (23 Oct 2007) - - 23 Oct 2007; Mike Frysinger - +files/sandbox-1.2.18.1-open-cloexec.patch, +sandbox-1.2.18.1-r2.ebuild: - Work with new "e" fopen() flag in glibc-2.7 #196720. - -*sandbox-1.2.18.1-r1 (17 Oct 2007) - - 17 Oct 2007; Daniel Drake - +files/sandbox-1.2.18.1-open-normal-fail.patch, - +sandbox-1.2.18.1-r1.ebuild: - Allow open() on non-existent files to fail in the normal way without - violation. Fixes bug #135745. - - 15 Oct 2007; Markus Rothe sandbox-1.2.18.1.ebuild: - Stable on ppc64 - - 06 Jul 2007; Jose Luis Rivero - sandbox-1.2.18.1.ebuild: - Stable on alpha. See bug #183673 - - 01 Jul 2007; Piotr Jaroszyński sandbox-1.2.12.ebuild, - sandbox-1.2.16.ebuild, sandbox-1.2.17.ebuild, sandbox-1.2.18.ebuild, - sandbox-1.2.18.1.ebuild, sandbox-1.2.20_alpha1-r2.ebuild, - sandbox-1.2.20_alpha2.ebuild: - (QA) RESTRICT="multilib-pkg-force" -> EMULTILIB_PKG="true" - - 24 Jun 2007; Piotr Jaroszyński sandbox-1.2.18.ebuild: - (QA) Don't use KEYWORDS="-*". bug #160519. - - 22 Nov 2006; Diego Pettenò - sandbox-1.2.20_alpha2.ebuild: - Add ~sparc-fbsd keyword. - - 04 Sep 2006; Diego Pettenò - sandbox-1.2.20_alpha2.ebuild: - Add ~x86-fbsd keyword. - -*sandbox-1.2.20_alpha2 (11 Jul 2006) - - 11 Jul 2006; Martin Schlemmer - +sandbox-1.2.20_alpha2.ebuild: - New testing version. - - 09 Jul 2006; Joshua Kinard sandbox-1.2.17.ebuild: - Marked stable on mips (even though it doesn't even work, best to keep up...) - -*sandbox-1.2.20_alpha1-r2 (08 Jul 2006) -*sandbox-1.2.20_alpha1-r1 (08 Jul 2006) - - 08 Jul 2006; Martin Schlemmer - +files/sandbox-1.2.20_alpha1-double-free.patch, - +sandbox-1.2.20_alpha1-r1.ebuild, +sandbox-1.2.20_alpha1-r2.ebuild: - More bugfixes. - -*sandbox-1.2.20_alpha1 (07 Jul 2006) - - 07 Jul 2006; Martin Schlemmer +files/09sandbox, - +sandbox-1.2.20_alpha1.ebuild: - Testing release for feedback. Check package.mask for details. - - 20 May 2006; Bryan Østergaard sandbox-1.2.17.ebuild: - Stable on ia64. - - 20 May 2006; Bryan Østergaard sandbox-1.2.17.ebuild: - Stable on alpha. - -*sandbox-1.2.18.1 (19 May 2006) - - 19 May 2006; Martin Schlemmer - +sandbox-1.2.18.1.ebuild: - New bugfix release. - - 11 May 2006; Joshua Jackson sandbox-1.2.17.ebuild: - stable x86; bug #132025 - - 10 May 2006; Martin Schlemmer sandbox-1.2.18.ebuild: - Mask 1.2.18 for now, as it have a double-free issue. - - 03 May 2006; Joseph Jezak sandbox-1.2.17.ebuild: - Marked ppc stable for bug #132025. - - 03 May 2006; Patrick McLean sandbox-1.2.17.ebuild: - Stable on amd64 (bug #132025) - - 03 May 2006; Gustavo Zacarias sandbox-1.2.17.ebuild: - Stable on hppa wrt #132025 - -*sandbox-1.2.18 (03 May 2006) - - 03 May 2006; Martin Schlemmer +sandbox-1.2.18.ebuild: - New release. - - 03 May 2006; Markus Rothe sandbox-1.2.17.ebuild: - Stable on ppc64; bug #132025 - - 02 May 2006; Gustavo Zacarias sandbox-1.2.17.ebuild: - Stable on sparc wrt #132025 - - 19 Feb 2006; Joshua Kinard sandbox-1.2.12.ebuild: - Marked stable on mips (doesn't actually work well, but we disable it in - profiles). - - 06 Feb 2006; Martin Schlemmer sandbox-1.2.17.ebuild: - Fix docs installation. - -*sandbox-1.2.17 (05 Dec 2005) - - 05 Dec 2005; Martin Schlemmer +sandbox-1.2.17.ebuild: - New release. - -*sandbox-1.2.16 (02 Dec 2005) - - 02 Dec 2005; Martin Schlemmer +sandbox-1.2.16.ebuild: - New release. - -*sandbox-1.2.15 (01 Dec 2005) - - 01 Dec 2005; Martin Schlemmer +sandbox-1.2.15.ebuild: - New release. - -*sandbox-1.2.14 (28 Nov 2005) - - 28 Nov 2005; Martin Schlemmer +sandbox-1.2.14.ebuild: - New release. - - 14 Nov 2005; Martin Schlemmer sandbox-1.2.13.ebuild: - Simplify multilib building logic. Other cleanups. - - 13 Oct 2005; Martin Schlemmer sandbox-1.2.12.ebuild, - sandbox-1.2.13.ebuild: - Add workaround for bug #109036. - - 07 Oct 2005; Jeremy Huddleston - sandbox-1.2.9.ebuild, sandbox-1.2.10.ebuild, sandbox-1.2.11.ebuild, - sandbox-1.2.12.ebuild, sandbox-1.2.13.ebuild: - Some changes for amd64 2006.0. - -*sandbox-1.2.13 (12 Sep 2005) - - 12 Sep 2005; Martin Schlemmer +sandbox-1.2.13.ebuild: - New release. - - 30 Aug 2005; Fernando J. Pereda sandbox-1.2.12.ebuild: - stable on alpha wrt bug #101433 - - 16 Aug 2005; Gustavo Zacarias sandbox-1.2.12.ebuild: - Stable on sparc wrt #101433 - - 15 Aug 2005; Danny van Dyk sandbox-1.2.12.ebuild: - Marked stable on amd64. - - 15 Aug 2005; Michael Hanselmann sandbox-1.2.12.ebuild: - Stable on ppc and hppa. - - 15 Aug 2005; Ian Leitch sandbox-1.2.12.ebuild: - Stable on x86, #101433 - - 15 Aug 2005; Markus Rothe sandbox-1.2.12.ebuild: - Stable on ppc64 (bug #101433) - -*sandbox-1.2.12 (05 Aug 2005) - - 05 Aug 2005; Martin Schlemmer +sandbox-1.2.12.ebuild: - New release. - - 23 Jul 2005; MATSUU Takuto sandbox-1.2.11.ebuild: - Stable on sh. - - 22 Jul 2005; Jason Stubbs sandbox-1.2.11.ebuild: - Stable on mips per hardave's request. #96782 - - 21 Jul 2005; Rene Nussbaumer sandbox-1.2.11.ebuild: - Stable on hppa. bug #96782 - - 21 Jul 2005; Aron Griffis sandbox-1.2.11.ebuild: - stable on alpha - - 21 Jul 2005; Aron Griffis sandbox-1.2.11.ebuild: - stable on ia64 - - 21 Jul 2005; Chris Gianelloni sandbox-1.2.11.ebuild: - Marking stable on x86 for bug #96782. - - 21 Jul 2005; Joseph Jezak sandbox-1.2.11.ebuild: - Marked ppc stable for bug #96782. - - 20 Jul 2005; Markus Rothe sandbox-1.2.11.ebuild: - Stable on ppc64 (bug #96782) - - 20 Jul 2005; Gustavo Zacarias sandbox-1.2.11.ebuild: - Stable on sparc wrt #96782 - - 20 Jul 2005; Danny van Dyk sandbox-1.2.11.ebuild: - Marked stable on amd64. - - 18 Jul 2005; Guy Martin sandbox-1.2.10.ebuild: - Stable on hppa. - - 15 Jul 2005; Bryan Østergaard sandbox-1.2.10.ebuild: - Stable on alpha + ia64, bug 99019. - - 14 Jul 2005; Gustavo Zacarias sandbox-1.2.10.ebuild: - Stable on sparc wrt #99019 - - 14 Jul 2005; Joseph Jezak sandbox-1.2.10.ebuild: - Marked ppc stable for bug #99019. - - 15 Jul 2005; Jason Stubbs sandbox-1.2.9.ebuild, - sandbox-1.2.10.ebuild, sandbox-1.2.11.ebuild: - Removed ppc-macos from keywords as sandbox does not work there yet. - -*sandbox-1.2.11 (14 Jul 2005) - - 14 Jul 2005; Martin Schlemmer +sandbox-1.2.11.ebuild: - New release. - - 14 Jul 2005; Jeremy Huddleston - sandbox-1.2.10.ebuild: - Stable amd64. - - 12 Jul 2005; Markus Rothe sandbox-1.2.10.ebuild: - Stable on ppc64 - - 10 Jul 2005; Martin Schlemmer - +files/sandbox-1.2.9-uclibc-getcwd.patch, - +files/sandbox-1.2.10-uclibc-getcwd.patch, sandbox-1.2.9.ebuild, - sandbox-1.2.10.ebuild: - Add some fixes to the getcwd implementation, bug #98419. - - 05 Jul 2005; Jeremy Huddleston - sandbox-1.2.9.ebuild: - Stable amd64 for 2005.1 - -*sandbox-1.2.10 (03 Jul 2005) - - 03 Jul 2005; Martin Schlemmer +sandbox-1.2.10.ebuild: - Update version. - -*sandbox-1.2.9 (09 Jun 2005) - - 09 Jun 2005; Martin Schlemmer +sandbox-1.2.9.ebuild: - Update version. - -*sandbox-1.2.8 (13 May 2005) - - 13 May 2005; Martin Schlemmer +sandbox-1.2.8.ebuild: - Cleanups and hopefully finally kill bug #91541. Fix bug #92478. - -*sandbox-1.2.7 (12 May 2005) - - 12 May 2005; Martin Schlemmer +sandbox-1.2.7.ebuild: - Lots of cleanups and fixes - see ChangeLog in /usr/share/doc. - -*sandbox-1.2.6 (10 May 2005) - - 10 May 2005; Martin Schlemmer +sandbox-1.2.6.ebuild: - Workaround for tsocks incompatability, bug #91541. - -*sandbox-1.2.5-r2 (09 May 2005) - - 09 May 2005; Jeremy Huddleston - +sandbox-1.2.5-r2.ebuild: - On some versions of portage, CFLAGS_* do not survive across ebuild.sh - stages, so we must ensure the multilib setup always gets rerun for each - stage. - -*sandbox-1.2.5-r1 (06 May 2005) - - 06 May 2005; Jeremy Huddleston - +sandbox-1.2.5-r1.ebuild: - Revbump to fix problems with amd64 2004.3's multilib. Cleaned up multilib - handling in general. 2004.3 amd64 users should have working 32bit sandbox - again. - - 04 May 2005; Mike Frysinger sandbox-1.2.5.ebuild: - Fix multilib building on amd64/2004.3 profiles. - -*sandbox-1.2.5 (04 May 2005) - - 04 May 2005; Martin Schlemmer +sandbox-1.2.5.ebuild: - General fixes. Fix for bug #91431. - -*sandbox-1.2.4 (03 May 2005) - - 03 May 2005; Martin Schlemmer +sandbox-1.2.4.ebuild: - Some speedups (bug #91040) and uclibc fixes. - -*sandbox-1.2.3 (29 Apr 2005) - - 29 Apr 2005; Martin Schlemmer +sandbox-1.2.3.ebuild: - Fixup libc detection. Fix bug or two. - -*sandbox-1.2.2 (28 Apr 2005) - - 28 Apr 2005; Martin Schlemmer +sandbox-1.2.2.ebuild: - Bug fixes for bug #90592. - -*sandbox-1.2.1-r3 (24 Apr 2005) - - 24 Apr 2005; Jeremy Huddleston - +sandbox-1.2.1-r3.ebuild: - Fix multilib. - -*sandbox-1.2.1 (24 Apr 2005) - 24 Apr 2005; Brian Harring +sandbox-1.2.1-r2.ebuild: - Amd64 fix for 90135. - -*sandbox-1.2.1 (24 Apr 2005) - - 24 Apr 2005; Jason Stubbs +sandbox-1.2.1-r1.ebuild: - Added missing check_multilib function. - -*sandbox-1.2.1 (23 Apr 2005) - - 23 Apr 2005; Martin Schlemmer +sandbox-1.2.1.ebuild: - Fix for bug #90153. - -*sandbox-1.2 (Apr 23 2005) - - 23 Apr 2005; Brian Harring ; sandbox-1.2.ebuild - Initial import of cvs head sandbox code. Multilib portion of it - could stand testing. diff --git a/sdk_container/src/third_party/portage-stable/sys-apps/sandbox/Manifest b/sdk_container/src/third_party/portage-stable/sys-apps/sandbox/Manifest index 560173c951..db59a075f6 100644 --- a/sdk_container/src/third_party/portage-stable/sys-apps/sandbox/Manifest +++ b/sdk_container/src/third_party/portage-stable/sys-apps/sandbox/Manifest @@ -1,44 +1,13 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA256 - -AUX 0001-libsandbox-handle-more-at-functions.patch 1473 SHA256 7681e867bb4dea26d165f9a066dca798519e2fd57b49c7b31c0c2fc254037523 SHA512 ec3655a6fd12347ffd454648428be16a02394f6dfd592075753bb794771a15824675f612ed22206b0e14665706aa24405f8d9aa94a099238344c1525803de72a WHIRLPOOL dc4918171f8501cdab072cb8dc953056bfcb24c1b4f78e683fb01902a7029d1aed4fd47f42e6e0d493bceacbed99535c2ef9bf4c4df57fdb6d789821b1479888 -AUX 09sandbox 37 SHA256 73e9e9d12ba54f1c649813ec86107924050528852c890a8ba1e2853796781bbe SHA512 4e8a9c58debde6480224a45559c5f2db4765213d151e47937f9142f110cac3681bf6402acaf21249a37bb17398e7bc00ae7feee68ecdb5b9363c432eac1b052a WHIRLPOOL 80d55a34d3faf3314f2b9de2200d4b46a800128514be9e30eb59e5f03fb7a0a5197a9e5b5ab33d6b68d35bf83c86a1bd7ba734a33ccd382fe0af3b2c2a11d0bd -AUX sandbox-1.6-disable-pthread.patch 959 SHA256 c4fefddab05d440b3b1c2df766c5b2abd7c543cd2aa4cf1e61c0d3c3dd905f0c SHA512 3cbb244f7c8e77030dd2194770a2dcae7b052c302d9b4cb0549465ebfb18f719d93daefbd6d1cdee2a630fc077b04e83c5b7c7f72b667adb6b8e322dee6d7056 WHIRLPOOL 1c603db0b7d810715dc5461740103ac29061e1eace2459bfb59ed576f45f81aadb9883a1afedf0ddde51bcda56b23abd26936426fd2a6ae3becb7e0c6054fc9e -AUX sandbox-1.6-disable-qa-static.patch 332 SHA256 060afa33dcfb6836676dc0febd5bc272b66b55e3753f739b56664e9ebce0eb20 SHA512 8839d4e279be41f1ee118b897c7eae8fd4058e4b7ecc1b5872450c177e09b5eefe569964efc294bd6f3e4ea92a3b4ba9840852d2be8db14810cd4578640ca6c4 WHIRLPOOL 6730b53afc16033911527492b0bf14a35f0e4b0b7cf3d42b1af299e9caa4a82f5e424e514aec81720da53a497cbc31b4f3928fc85dc8b04f979b726dce5ff2d8 -AUX sandbox-2.6-check-empty-paths-at.patch 7454 SHA256 a48759a4d3e9a70713473b6fad59bdd750b5cd37e7d632c786205ff20004ae2c SHA512 5eba7915dedf57f44c37881e9c6b48db8733d1493779a33127d08bb9ea77056d788ec9ace72c13eb101f42f01c95309c7cebca6c76212a8c99a8655372c0b7d7 WHIRLPOOL 46eb3a8ef8f22030cd793f3b16adc190b5750019c0df83e161c6918f08555a8ad890c1425b03cbf7e53ebcd34a07a9dd9b594d0c0fe31834656ffce3d58fa284 -AUX sandbox-2.6-desktop.patch 875 SHA256 2eecf67790aeac210f9aa899a86f7664776ed65d9b55159e1b359162dfb9ff74 SHA512 b72ec7f414d19bf513dfb1aea10523fa5dc07a1375d8f08f664d204b64b23c891a79ca14987528c595936f441e1f595b366aabbc57313667c7639d73d089ed9a WHIRLPOOL 7f787b8be9b5712eb2b2a0cd2ff825df1045ebf1cc4e73a50f610e620d30752045690a5c28835465d0ab0c3c4a9eaf8b92a5c123cd741ad69dfedb31aa457fa0 -AUX sandbox-2.6-gcc-5.patch 455 SHA256 1807ba66a53462b67f74f43232aaebde20889a553a24dde36025d751928a2e1c SHA512 9d6aa204fc60aae7f2243f403fbadf41a83aa1232e92d96fc1f6b772b27e0e6a3b25097cf23d7138145efddc3a194e879a0e2e84b687b05e89b470bd4a849a77 WHIRLPOOL 678125baa90fa568ca58053086bbe299484c5f6ce0ebc1943a91e72e01fff13cdd99a821a93d36ca71ba2a8f552bf6cc917994209203c45e90315bae64202f2c -AUX sandbox-2.6-log-var.patch 2039 SHA256 f464a29cdd9de0c510277310f4febc8f96515ff2ff03fc92df1c75b9cbd75619 SHA512 cf6f900b4078eff5870b63b2bc7c81c5b00488e030d7e9ce3007693e9d1339ac6201ddacfaff552c6c9b99b6d32383229133c80190404b7e4fde06ad376b2050 WHIRLPOOL db99737a6567788194f7b37b12b92fcfb4c263df40f40aef9e0a3ef2b6a1523331313b791fffa2b26775b646795364ab1db1711eb4329cda3337df27aebfeffa -AUX sandbox-2.6-no-pch.patch 702 SHA256 d95a65ffe23c6c81f6b1e695f27cffc1cb617ebf62ca467c8eae5e4c3771089b SHA512 2269b806c2b04c0891644c694d2e0cb87b3ad9236457add50df58d3af62ca5daf17e8b599d0190b4efcae7e84ba99308ea4b0f4a1482d08314d4f3b64bdaf884 WHIRLPOOL 343b62bcf88b0491d69b507eb2feb02b21e9e66cb9006c2043fcaee87f461b3228d37e9053f092e32fff4eb73b14db32a262b79c7430cddf0ddde6f90958e21b -AUX sandbox-2.6-open-nofollow.patch 2027 SHA256 c8816ae4e1991f9941abd43ec4bfdbf4e99cf36ee90694f77ab88754c53785ce SHA512 dd5222f32a40def38c9719363a24c48d5b112e3560b44c5f32afc3daa0614fe9bc5cb68ca8ac69032cc8d6299f09b25d4d7c72e16892188b42768ffb28c19f07 WHIRLPOOL 03cb5fb9df04a8d7f92855c292a6c431d01d330fecae198f2c4b95d824454f10ce1ad66db1a9d54d1bef5f74989cf6debb2d98de28ee0c2c6a09c1a0752b5519 -AUX sandbox-2.6-static-close-fd.patch 2945 SHA256 807eb4dc1ba6543c94a90a9a53bb89f42079ea20ed7c196f82d65f280e5de96a SHA512 e2f57c4d80816241f3ba4828c2b27c67d1d604b14b2d575888a978e5c4e8e47e60e3a609d81e59c615bc5b7cee6194cc362e255ae8508f632862a35180c30de8 WHIRLPOOL e08f60227fe954894d3a3a01297e9988f4d7722ea75ffbd2b0f3971d38c8ce00af230fcaecb1f53243a868d54f48bb680e2d547bbeb2ee3e5a11f8942d2084fd -AUX sandbox-2.6-trace-hppa.patch 850 SHA256 20688b2f33162f95af4af5e3c7d3700f2e7776e454b785ac1398f0870f84efa9 SHA512 fb7bf2202f960e952edc1e52fe4b6b085042158223d96b9baa899e871abcdef711ede3122c971120f55f71cc1aad71496a6079222dbaaa6c14b0c6f7ea182454 WHIRLPOOL 80f7fb529b912d19d81b9d71ee4a648db7b217583f2e8f2054cc666839030ea7d0112d69d52a2bf35c4d3549ffbd81dbd0cd39d5993bfabbb43bcb6a4455ade4 -DIST sandbox-1.6.tar.lzma 307014 SHA256 52cfd286da3d5d51f3b6e012e409e931b21e32b4f2f16ba5677e46328680f4f4 SHA512 f470599a67443fa107612fef1cc73b64b3146003ae21bb5ae5abd852c4c37aec93ac09be646fda9d55d4c3aeef0cf28a42fa675f2acbb53c1d903e400538ba4c WHIRLPOOL 7c7fbe57cc831d0eb7853476e264a85bb8113620948e761563a872d3d55fd3c0ff063332397199001ea9dcb8258f348b827f337b876b2a26f727f10abbc8f712 -DIST sandbox-2.3.tar.xz 344260 SHA256 8670f7508453c2fd300ca29ad2eb457691c3df01c4c22fa27d4a7c880fd291d5 SHA512 06ddaa6dc0822474c263650e95284af6cb69c60c9443b5caaf95af8140283f937d5594849064847fe3a4ad89b29b6ef6d6e909a9b85bb5d7fcf8b427d0e9c7e4 WHIRLPOOL 5d3f45a0bbb1aeffb8c83f8978bea65764aa438a5abcb50c66b5f66232d972bde84013694f6806fcc0026cd6d37420c69655d66ec5984a1c6f71a68dcfc95d11 -DIST sandbox-2.4.tar.xz 344664 SHA256 450599cb3052296d42f81a04dbbda82d220415fc2d16f5dc6e26b042d580fd3e SHA512 c0f8b789bcabd48e03a20a97c9daa82c48f264d7641ecfa51dff7a2d2c34be398cf1db6235eb0211bf0fa78b07bd6e633e06bc102904bf9dd8a95f9fde1ca615 WHIRLPOOL 22f0f55f6e638275781ab5afa29b1a7f5e7f3335a3d2ff37d9fcce0bf9284b271bf1d69b98bcd4b06fdb9ff1528d044f9fb111a58c2a1a5ce33cbe28c0cb869d -DIST sandbox-2.5.tar.xz 355680 SHA256 c0e98767fb70750d79591a6d08f81d5c2f13ce783bf94bd90677022e9103878a SHA512 7b870295bb78c1da5550b650a3983d93e503935a8e8452a29a5c6310cc2c2d569a898ea1534e2c670b4a3e5607504fac55f69da6878e0adc9c2c65a5476b4fb0 WHIRLPOOL 887d36638111b09d77674002c07ebad84c24bc4f645d9fb78e180a6c6e7407eb3fb6857877bc152e0cefb676f01df60b20857b8487ce28ff3e4438aef744fe53 -DIST sandbox-2.6.tar.xz 366356 SHA256 95615c5879dfc419713f22ba5506a2802a50ea0ce8a2f57c656354f2e50b1c4d SHA512 32ba7fb675c67fdc8bc52da1db7ed6878e5fea8753accb30d9aca00f708e0dde03287b5962caf5ef031bea6934d6ef3e18404b015c70ebd551d3fd8109ad2371 WHIRLPOOL bab2d015fb0de92a2266408ca7941c8fb66b599179040cfc727ffce5b2424a9722dc55ba89d198e3361044d8cb357314205488d2a980c7b8af063fd8940f0c03 -EBUILD sandbox-1.6-r2.ebuild 2698 SHA256 8009ef1c543c35eb4bf9ad02000c9facf24693e8539e94cdd155c846f6d52452 SHA512 eece242ef812d1ff3678fc131f0e261599afa89bfcb13ba91d2b3a395d262d42230c2fa90ed24ed0b03375b8c39267bdbc0ab3acbdd638cf38414a61e5ee1b0c WHIRLPOOL 94bc932d8a08b788affe8d6f016993dd837d4958bf7c4e61b43a7acfc69aca3efca96d85fc56f0b6e3f03faf9699b969d53e9257105c4af2cf118f3c8857e645 -EBUILD sandbox-2.3-r1.ebuild 2737 SHA256 6e00ef844e302a4b6624e0c338820edb450bc0031862797e6f93b88c3debc7e7 SHA512 43245163ad47b5062002f58d34611a63ed2500bff12883aed476b29be9cfaf876dd977df57438c886b105174b4bef79c299945252c6d4edaa5c4a84eb5201294 WHIRLPOOL 99f920efc06109d580141507927ed6f4cc9634830ade2600649bb0841487c3ab59b78a7b894e16d223a94c92c112bd8e5d7d172e5595d5a4895248fc94901a0d -EBUILD sandbox-2.4.ebuild 2663 SHA256 3e8223119db75ef1624e1aef40a4c42fca0bd9bae94c446f892f4aa6e519b6e0 SHA512 e5016d9e548eeb4db1817955646463c9cb503a8b1a4b44352683b6fd3639e5d80a09ce19c0b22d7221eddeb8d62d6e8dba80f77eaa90cbb80cdb8542da1cf8fa WHIRLPOOL fd2f3f2ac4401a1f67cb8c9eb392aa57ec60c8cdf73da1bfb0c72dd37152ab280dc1a62420a713788a5cdb02da2ce85df9d9e2b4577ddc763543b360b8f890f2 -EBUILD sandbox-2.5.ebuild 2715 SHA256 236a1edd16571aa802fd6da0d9751b53d3354b865857d247b065ccf69e5ccb14 SHA512 ab65669bb0bc19d7fc0295d60970e75d4967a18d4a258ee9aa92c7afd7aead86f966e38c4741c8d5f9c7d4f3070da43fac09701112a7f24da945735244f798a0 WHIRLPOOL d51b5a8cfd3b745159d6e61e0c5137e778442bd8926ec65b9d6290d1fc24b40b2ea1339a4b3bc1f915f6e38dabc09d1b1508288270bb126c746c1d223fdbe7ee -EBUILD sandbox-2.6-r1.ebuild 3179 SHA256 2ebc510ce5f85c5a5d9dd893324fdde89ead1b198ed41215427cc2b4a3eda8e6 SHA512 372af1ac72ddf6e6c1f8f31eea04b4f9d07b6c9e11757811567923c4f2f51242fcb5495ac76f3e9f04a0e8035b14b7fee9534368709c7e5cd60e9ccd08e9b44a WHIRLPOOL 28329eeb87f85102e32d2c4807f47c48011fa656e3a8347af7cf7cde5817d3cbb72c942a4e26aa8a58ee8a95e0b5cc3d29757e12f16e6f7d2e749524835a4e7a -MISC ChangeLog 25325 SHA256 9e1e3512cb2dceb07f7f480661aa00528d23e41765893244a6dae27bf039f0f6 SHA512 6c714a72b2d1848381543031478dca397fd8150a8ac82febdf4017a339ebdc0dfca8adac95aef4682311e2ada9742aaf9b86d49c9bb6768ca9c802af00744a53 WHIRLPOOL ebffa03ba18522039481fcdf1bfccc2ab5936e0fd4e0d081ae56eca0c784a8e250850855635e7a20025cb38e99e8f7dd80e448bf9e1ba70e6b8295f9aa502312 -MISC metadata.xml 316 SHA256 488f8a1ba1e1d07a159d22ac198aefee5dfa9ded04de2969019f177161abef1b SHA512 2b4ddea0bb5a40cac834a09b89624049b8561a4a4f648b4d5072c413d4eca78b5cc24859664fa746be36c8b60188e88f2ae38c2c5af30d91dc6273c0f85de278 WHIRLPOOL 64ed27fc7abb1b3b82621f6bb91f03d0070933d0423f9d323ac803354fc6acf2182df1dd85a083fa047d63561a5e92d44287ef4935a11a733244d4393edf8f6f ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2 - -iQIcBAEBCAAGBQJVLdoTAAoJEPGu1DbS6WIArBwQAJKcnbsrhoshwEPgnFQVLUfh -CNgt3jIqUS2+K46wCUVGReZaAVDBjhjBSCkux9w/Qrgv+l8h8GM+aftzuahDLMm2 -2k1bgkpzbEExWa1OBSc2L1JC9N5dbIvmX1+SscErfvg6VcPz5JLg+nPmQCNM5EaV -r8FpTdylzG0VaA8PQVdFE+NVa+3id54ETcPOiXf1WSsYwr3rEMGeUyN7m/lF8v7b -rJWAoieJtqfYGKfRPxdnjfmvn1B4olQ0goFnWUDQj5R+xh4yommiNp7c0LisOWwO -pgqsZYrkjhKtDHKsOyZQgZzh6840UbEcbzN2rr0OXT9zkMbaed3v9k8WRr9Ius2O -o1/GN8DjJUhdTBXzIEkBBjYg8L6+di1eGBZlAgofNDaeHqONTU5iRpIN9ihtQQLS -WuwDNUKl94PBXNUtIzmQCzNJZivdxFXoEWtbj69cZndtyGTWyBnt5zebZy2U8dM/ -S12CbmNUZY9aFBdc1cnsdzPhrqAqlxHp8JGVTmdtH9Ztc1atSav296+VOk4T01iT -wOQ46CTRKHZctlWHXdnlzuJc8AxEgRUpEUcm2SWvZV3aHQTRLCqQhGMZ8P/Txkrk -6g4y97O7sN8/snDo5avhovAJT3izKhPKD0YePQjVKBMVWbOyrBfhLJaBBK/lvTNc -LcJXGSLo7TemAYC4E7Hw -=BdkZ ------END PGP SIGNATURE----- +AUX 09sandbox 37 BLAKE2B 181213e2cc0bcfa328310cced40bfaba4530d8d2f80e892cb5649d5277c5d59d345ce96ca802a5529a22892c929bafac04c616458fa147a3bee5c89d31b0baf1 SHA512 4e8a9c58debde6480224a45559c5f2db4765213d151e47937f9142f110cac3681bf6402acaf21249a37bb17398e7bc00ae7feee68ecdb5b9363c432eac1b052a +AUX sandbox-2.10-disable-same.patch 2547 BLAKE2B 72976e698d1e95cc9153745744e3e9790ade9923ade2459b66969fdd04b0532fad70f08babaf5bbf2240deba9fb92a4a1090cfaec7b2d9a85d6d98adb23926f9 SHA512 bf005fbde7b6ba88df36bb75064658764e488dd2f3c96a6f92c69ad3f2e8d2db12ba2c7bafa9656326b7fde73301c330f68bd064efa0fce2a7eb28fff6ce0a1e +AUX sandbox-2.10-fix-opendir.patch 3311 BLAKE2B d8a604720da1c623e7299215298d6ce3502b58641006e2667047a2477a85e4c071426ae30e5f0a436dfe3d74cc4f34de7fab6729dafec6acddb44974edffe619 SHA512 5c0650d6838b8171a87409ebd8565a90a42603874893708c2cdee5b50535e637f145fa2e51142db857c35a9bc11713b45b7e50c31f96f9ecd6ba342ce8d87928 +AUX sandbox-2.10-memory-corruption.patch 1515 BLAKE2B 2c0ef4ca1899efd2d525aafb26dcb7ecaf40c3b107e38e3c5d1a39455dd2cd36f8ac8fff43bb1dec22b910e479f328fa139a02f5a8f584ecefcf0ed86e60ad6a SHA512 1eb650824cc7a876fabef382cafb451a507326a8422fb7bb5014699046b64ea8f4cf2bba9efcb75d7a2eac4eff493d06153422f85c119f49635ac0840071660c +AUX sandbox-2.11-symlinkat-renameat.patch 3418 BLAKE2B 4864dd5794abbf70d70f30949ee39921f9dafea4445f4cd49d88a5bef9b19769ed0c2c37a7a30fd6e241c159b21aad4f6465ef159ec1652cbb0d4a65e6531869 SHA512 cbefae8aa9c289db0bfe7b2429f64aa4c437be0e269eaa657eb3b22a3086db1fca45a624cb181978b4157f0cb9b475b4ece2eb9337285bf8bede709ad4431c52 +DIST sandbox-2.10.tar.xz 417068 BLAKE2B 78bb5b29b520d41c582e7f7cb444ce580f9f8f05ce80795986ff8e1f84f9320e21fda0c5ae092cce8e5a3dc1c0efa48e1ce69c21107e541d2c569e6369ccb5b0 SHA512 178b3b8fcb54e6ff67df1c8101866739b49e4d31a66717c21ef502dd2ab609fca70f1a0c662b913e207bfc1ba6994cefdcf5c92ff32add9dd98bd9707f301305 +DIST sandbox-2.12.tar.xz 424252 BLAKE2B 55eb06cbc15ad9ff8b0c272b8d071591ce3533a6ff807719df79131e6c966d60c3b37d9d8e4e1d466df0992836c4594bf6927b496ecb343a71d7b0656219a6d7 SHA512 98bd2ee8807d81e65ee0c9f11cfaf2b37da2ee4d8763c68d18c0ff6b14f3cc847ae2d3a0aa30cbe86063a2108ed4d4dcf7cc3fc4f37cb7549d266d4c1989c2a9 +DIST sandbox-2.13.tar.xz 424968 BLAKE2B efcbf527853e8cfe8b3fec026041f55f51cba78029f92195ec76a45e84cb2b6cc129267c6e50608584607de72a86b2e7836e77f20677de9b94bb5c40999e4712 SHA512 46ad79335e51a1ec0aaa34ab5eeabe9d007818c518682409c5aaf97d49ec23021ece8fa53264ce5332cdd04ef6b3fd9beff0dc0a3cb5dfe2f9b6a6e359f8c1cf +EBUILD sandbox-2.10-r3.ebuild 2156 BLAKE2B fecdef4a769d481e6479c82c341626de5d935f031b33df13eaae51b2041e0793a9854f3726ae90586586dc7d0008230f7ba6ae948c48d145d5c05bd4fd0aa027 SHA512 a08a00c80dcd282c929078c7c3afed16a7c30d710294e1621cf2ca1841f01f95872dd92a0bea1f3d7bb8850c05cffcefb68c58a36c9b1eac1960d1d4b04e3224 +EBUILD sandbox-2.10-r4.ebuild 2222 BLAKE2B 5f0e178bafb0f28dcf320452c64317d9883afee0a68c09190e3293bd857b5ee816e4656b01b5e1dbb7664802d0e13a05540ab4ba61a04c93788dc1d21cee7c95 SHA512 dca8808e22888f5542a1233604a84b0a5e9952bf6e8792b24a716e477b254fc90ac1efc0cff0eccf832f10026cf56341011e227001c70f0d5eaab36c89b5a23c +EBUILD sandbox-2.12.ebuild 1931 BLAKE2B cd545ca0c7b3b1ca9672e7a0562da03b9eae5dbef36cec7d1eb59d452785ee8f11c03b9a25a9cfe0862a923d5b0f9349c15c6076f9735062cb43505607520b73 SHA512 2a5ec9b1aacfb63d3c4d8f64d067091ab28c7f54ca295a857d14d11d1f4e410c5475cf32d0801cfa1362ce57045da0ef5e1f413a1b56dc541c5efe56d4410d7c +EBUILD sandbox-2.13.ebuild 1938 BLAKE2B 26db9bc8c8334a4a20bcb09765861f6ed6b6a3da6edd02cc9438943fc18271a9ffa90a26d37e2f648cdd5073a22de71decc21417db1ea331833f11d146f5ce4d SHA512 11cd256384d562de308cd579a04c3742dc436a8e3f4e30cc66d837373c2352b99b23bd4fbfee6fa61b74b7e1eaae95b7ffec1f0fb9785979b783c17f420cdbe7 +MISC metadata.xml 252 BLAKE2B d709f9b334b2810c5ffe7d73ef430f0f347f26f7649bca4bb8803c8e0be106534bcee6efae4f80b6fb1781b09284bb3dbc32d8dff4a3aa01a924fd3437b9da7c SHA512 de8b6a78dcc379d1d34960caecdab8da9fdb9a9f010ec8611cab79487b5f28f6ae80c8b0884731fa91c4ae98482a195faa8d1ec911b1d95fafdfe9cd622cc5d9 diff --git a/sdk_container/src/third_party/portage-stable/sys-apps/sandbox/files/0001-libsandbox-handle-more-at-functions.patch b/sdk_container/src/third_party/portage-stable/sys-apps/sandbox/files/0001-libsandbox-handle-more-at-functions.patch deleted file mode 100644 index 09462b7e1b..0000000000 --- a/sdk_container/src/third_party/portage-stable/sys-apps/sandbox/files/0001-libsandbox-handle-more-at-functions.patch +++ /dev/null @@ -1,42 +0,0 @@ -From 25425878243c5ca1ff21e6f479e585c60b943930 Mon Sep 17 00:00:00 2001 -From: Mike Frysinger -Date: Mon, 30 Mar 2009 19:56:29 -0400 -Subject: [PATCH] libsandbox: handle more *at functions - -Add some more *at functions to the main checking code. - -URL: http://bugs.gentoo.org/264320 -Signed-off-by: Mike Frysinger -Reported-by: Harald van Dijk ---- - libsandbox/libsandbox.c | 5 +++++ - 1 files changed, 5 insertions(+), 0 deletions(-) - -diff --git a/libsandbox/libsandbox.c b/libsandbox/libsandbox.c -index 88248af..c3f0b55 100644 ---- a/libsandbox/libsandbox.c -+++ b/libsandbox/libsandbox.c -@@ -681,15 +681,20 @@ static int check_access(sbcontext_t *sbcontext, int sb_nr, const char *func, - sb_nr == SB_NR_CREAT || - sb_nr == SB_NR_CREAT64 || - sb_nr == SB_NR_MKDIR || -+ sb_nr == SB_NR_MKDIRAT || - sb_nr == SB_NR_MKNOD || - sb_nr == SB_NR_MKNODAT || - sb_nr == SB_NR__XMKNOD || - sb_nr == SB_NR___XMKNOD || - sb_nr == SB_NR___XMKNODAT || - sb_nr == SB_NR_MKFIFO || -+ sb_nr == SB_NR_MKFIFOAT || - sb_nr == SB_NR_LINK || -+ sb_nr == SB_NR_LINKAT || - sb_nr == SB_NR_SYMLINK || -+ sb_nr == SB_NR_SYMLINKAT || - sb_nr == SB_NR_RENAME || -+ sb_nr == SB_NR_RENAMEAT || - sb_nr == SB_NR_LUTIMES || - sb_nr == SB_NR_UTIMENSAT || - sb_nr == SB_NR_UTIME || --- -1.6.2 - diff --git a/sdk_container/src/third_party/portage-stable/sys-apps/sandbox/files/sandbox-1.6-disable-pthread.patch b/sdk_container/src/third_party/portage-stable/sys-apps/sandbox/files/sandbox-1.6-disable-pthread.patch deleted file mode 100644 index 490bc41c0e..0000000000 --- a/sdk_container/src/third_party/portage-stable/sys-apps/sandbox/files/sandbox-1.6-disable-pthread.patch +++ /dev/null @@ -1,37 +0,0 @@ -http://bugs.gentoo.org/263657 - -disable pthread locks ... this is how stable has always worked, so there -wont be any regressions ... - -diff --git a/libsandbox/libsandbox.c b/libsandbox/libsandbox.c -index 034d0e7..595d17f 100644 ---- a/libsandbox/libsandbox.c -+++ b/libsandbox/libsandbox.c -@@ -814,9 +814,6 @@ - return result; - } - --/* Need to protect the global sbcontext structure */ --static pthread_mutex_t sb_syscall_lock = PTHREAD_MUTEX_INITIALIZER; -- - bool before_syscall(int dirfd, int sb_nr, const char *func, const char *file, int flags) - { - int old_errno = errno; -@@ -843,8 +840,6 @@ - file = at_file_buf; - } - -- pthread_mutex_lock(&sb_syscall_lock); -- - if (!sb_init) { - init_context(&sbcontext); - sb_init = true; -@@ -885,8 +880,6 @@ - - result = check_syscall(&sbcontext, sb_nr, func, file, flags); - -- pthread_mutex_unlock(&sb_syscall_lock); -- - if (0 == result) { - if ((NULL != getenv(ENV_SANDBOX_PID)) && (is_env_on(ENV_SANDBOX_ABORT))) - diff --git a/sdk_container/src/third_party/portage-stable/sys-apps/sandbox/files/sandbox-1.6-disable-qa-static.patch b/sdk_container/src/third_party/portage-stable/sys-apps/sandbox/files/sandbox-1.6-disable-qa-static.patch deleted file mode 100644 index 754ef01968..0000000000 --- a/sdk_container/src/third_party/portage-stable/sys-apps/sandbox/files/sandbox-1.6-disable-qa-static.patch +++ /dev/null @@ -1,13 +0,0 @@ -sandbox-1.7 traces static apps so disable the qa notice as it just scares -users ... dont want scary stuff in stable! - ---- libsandbox/wrapper-funcs/__wrapper_exec.c -+++ libsandbox/wrapper-funcs/__wrapper_exec.c -@@ -221,7 +221,6 @@ - if (!FUNCTION_SANDBOX_SAFE(path)) - return result; - -- sb_check_exec(path, argv); - } - #endif - diff --git a/sdk_container/src/third_party/portage-stable/sys-apps/sandbox/files/sandbox-2.10-disable-same.patch b/sdk_container/src/third_party/portage-stable/sys-apps/sandbox/files/sandbox-2.10-disable-same.patch new file mode 100644 index 0000000000..296b322b0c --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/sys-apps/sandbox/files/sandbox-2.10-disable-same.patch @@ -0,0 +1,77 @@ +From 7a923f646ce10b7dec3c7ae5fe2079c10aa21752 Mon Sep 17 00:00:00 2001 +From: Mike Frysinger +Date: Sun, 20 Dec 2015 16:08:16 -0500 +Subject: [PATCH] libsbutil: gnulib: hand disable same_name usage + +We don't provide same_name because the one caller we don't use, but it +relies on gc-sections to avoid link errors. That flag doesn't work on +ia64 though, so we need to hand delete the one caller. Ugh. + +Signed-off-by: Mike Frysinger +--- + libsbutil/gnulib/hash-triple.c | 9 --------- + libsbutil/gnulib/same.h | 25 ------------------------- + 2 files changed, 34 deletions(-) + delete mode 100644 libsbutil/gnulib/same.h + +diff --git a/libsbutil/gnulib/hash-triple.c b/libsbutil/gnulib/hash-triple.c +index c3b6d9f..06cfbdf 100644 +--- a/libsbutil/gnulib/hash-triple.c ++++ b/libsbutil/gnulib/hash-triple.c +@@ -24,7 +24,6 @@ + #include + + #include "hash-pjw.h" +-#include "same.h" + #include "same-inode.h" + + #define STREQ(a, b) (strcmp (a, b) == 0) +@@ -52,14 +51,6 @@ triple_hash_no_name (void const *x, size_t table_size) + + /* Compare two F_triple structs. */ + bool +-triple_compare (void const *x, void const *y) +-{ +- struct F_triple const *a = x; +- struct F_triple const *b = y; +- return (SAME_INODE (*a, *b) && same_name (a->name, b->name)) ? true : false; +-} +- +-bool + triple_compare_ino_str (void const *x, void const *y) + { + struct F_triple const *a = x; +diff --git a/libsbutil/gnulib/same.h b/libsbutil/gnulib/same.h +deleted file mode 100644 +index ee313c5..0000000 +--- a/libsbutil/gnulib/same.h ++++ /dev/null +@@ -1,25 +0,0 @@ +-/* Determine whether two file names refer to the same file. +- +- Copyright (C) 1997-2000, 2003-2004, 2009-2015 Free Software Foundation, Inc. +- +- This program is free software: you can redistribute it and/or modify +- it under the terms of the GNU General Public License as published by +- the Free Software Foundation; either version 3 of the License, or +- (at your option) any later version. +- +- This program is distributed in the hope that it will be useful, +- but WITHOUT ANY WARRANTY; without even the implied warranty of +- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +- GNU General Public License for more details. +- +- You should have received a copy of the GNU General Public License +- along with this program. If not, see . */ +- +-#ifndef SAME_H_ +-# define SAME_H_ 1 +- +-# include +- +-bool same_name (const char *source, const char *dest); +- +-#endif /* SAME_H_ */ +-- +2.6.2 + diff --git a/sdk_container/src/third_party/portage-stable/sys-apps/sandbox/files/sandbox-2.10-fix-opendir.patch b/sdk_container/src/third_party/portage-stable/sys-apps/sandbox/files/sandbox-2.10-fix-opendir.patch new file mode 100644 index 0000000000..2ff89bcdfc --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/sys-apps/sandbox/files/sandbox-2.10-fix-opendir.patch @@ -0,0 +1,79 @@ +From 3f668dc6ba1910085e61b3a24167ab1352c60d92 Mon Sep 17 00:00:00 2001 +From: Mart Raudsepp +Date: Fri, 11 Nov 2016 12:34:48 +0200 +Subject: [PATCH] libsandbox: do not abort with a long name to opendir + +Add a pre-check for opendir that catches too long name arguments +given to opendir, as it would get messed up and abort before it +even gets to the open*() syscall (which would handle it correctly), +due to opendir going through before_syscall/check_syscall, even +though it isn't a true syscall and it getting cut to SB_PATH_MAX +inbetween and getting confused somewhere. + +URL: https://bugs.gentoo.org/553092 +Signed-off-by: Mart Raudsepp +--- + libsandbox/wrapper-funcs/opendir.c | 2 ++ + libsandbox/wrapper-funcs/opendir_pre_check.c | 26 ++++++++++++++++++++++++++ + libsandbox/wrappers.h | 1 + + 3 files changed, 29 insertions(+) + create mode 100644 libsandbox/wrapper-funcs/opendir_pre_check.c + +diff --git a/libsandbox/wrapper-funcs/opendir.c b/libsandbox/wrapper-funcs/opendir.c +index 7670775..70c2692 100644 +--- a/libsandbox/wrapper-funcs/opendir.c ++++ b/libsandbox/wrapper-funcs/opendir.c +@@ -10,4 +10,6 @@ + #define WRAPPER_SAFE() SB_SAFE(name) + #define WRAPPER_RET_TYPE DIR * + #define WRAPPER_RET_DEFAULT NULL ++#define WRAPPER_PRE_CHECKS() sb_opendir_pre_check(STRING_NAME, name) ++ + #include "__wrapper_simple.c" +diff --git a/libsandbox/wrapper-funcs/opendir_pre_check.c b/libsandbox/wrapper-funcs/opendir_pre_check.c +new file mode 100644 +index 0000000..60c869f +--- /dev/null ++++ b/libsandbox/wrapper-funcs/opendir_pre_check.c +@@ -0,0 +1,26 @@ ++/* ++ * opendir() pre-check. ++ * ++ * Copyright 1999-2016 Gentoo Foundation ++ * Licensed under the GPL-2 ++ */ ++ ++bool sb_opendir_pre_check(const char *func, const char *name) ++{ ++ /* If length of name is larger than PATH_MAX, we would mess it up ++ * before it reaches the open syscall, which would cleanly error out ++ * via sandbox as well (actually with much smaller lengths than even ++ * PATH_MAX). ++ * So error out early in this case, in order to avoid an abort in ++ * check_syscall later on, which gets ran for opendir, despite it not ++ * being a syscall. ++ */ ++ if (strnlen(name, PATH_MAX) == PATH_MAX) { ++ errno = ENAMETOOLONG; ++ sb_debug_dyn("EARLY FAIL: %s(%s): %s\n", ++ func, name, strerror(errno)); ++ return false; ++ } ++ ++ return true; ++} +diff --git a/libsandbox/wrappers.h b/libsandbox/wrappers.h +index 0aa58bb..bf5bf64 100644 +--- a/libsandbox/wrappers.h ++++ b/libsandbox/wrappers.h +@@ -27,6 +27,7 @@ attribute_hidden bool sb_fopen64_pre_check (const char *func, const char *pathn + attribute_hidden bool sb_mkdirat_pre_check (const char *func, const char *pathname, int dirfd); + attribute_hidden bool sb_openat_pre_check (const char *func, const char *pathname, int dirfd, int flags); + attribute_hidden bool sb_openat64_pre_check (const char *func, const char *pathname, int dirfd, int flags); ++attribute_hidden bool sb_opendir_pre_check (const char *func, const char *name); + attribute_hidden bool sb_unlinkat_pre_check (const char *func, const char *pathname, int dirfd); + attribute_hidden bool sb_common_at_pre_check(const char *func, const char **pathname, int dirfd, + char *dirfd_path, size_t dirfd_path_len); +-- +2.9.0 + diff --git a/sdk_container/src/third_party/portage-stable/sys-apps/sandbox/files/sandbox-2.10-memory-corruption.patch b/sdk_container/src/third_party/portage-stable/sys-apps/sandbox/files/sandbox-2.10-memory-corruption.patch new file mode 100644 index 0000000000..7dd27c9d22 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/sys-apps/sandbox/files/sandbox-2.10-memory-corruption.patch @@ -0,0 +1,42 @@ +From 529a388ebb1b4e9d6ad8a1bb61dd8211833a5976 Mon Sep 17 00:00:00 2001 +From: Denis Lisov +Date: Sat, 19 Dec 2015 19:13:58 +0300 +Subject: [PATCH] libsandbox: fix old_malloc_size check on realloc + +Realloc uses SB_MALLOC_TO_SIZE assuming it returns the usable size, +while it is really the mmap size, which is greater. Thus it may fail +to reallocate even if required. + +URL: https://bugs.gentoo.org/568714 +Signed-off-by: Denis Lisov +Signed-off-by: Mike Frysinger +--- + libsandbox/memory.c | 5 +++-- + 1 file changed, 3 insertions(+), 2 deletions(-) + +diff --git a/libsandbox/memory.c b/libsandbox/memory.c +index 8581128..a2d69a2 100644 +--- a/libsandbox/memory.c ++++ b/libsandbox/memory.c +@@ -40,7 +40,8 @@ static int sb_munmap(void *addr, size_t length) + + #define SB_MALLOC_TO_MMAP(ptr) ((void*)((uintptr_t)(ptr) - MIN_ALIGN)) + #define SB_MMAP_TO_MALLOC(ptr) ((void*)((uintptr_t)(ptr) + MIN_ALIGN)) +-#define SB_MALLOC_TO_SIZE(ptr) (*((size_t*)SB_MALLOC_TO_MMAP(ptr))) ++#define SB_MALLOC_TO_MMAP_SIZE(ptr) (*((size_t*)SB_MALLOC_TO_MMAP(ptr))) ++#define SB_MALLOC_TO_SIZE(ptr) (SB_MALLOC_TO_MMAP_SIZE(ptr) - MIN_ALIGN) + + void *malloc(size_t size) + { +@@ -57,7 +58,7 @@ void free(void *ptr) + { + if (ptr == NULL) + return; +- if (munmap(SB_MALLOC_TO_MMAP(ptr), SB_MALLOC_TO_SIZE(ptr))) ++ if (munmap(SB_MALLOC_TO_MMAP(ptr), SB_MALLOC_TO_MMAP_SIZE(ptr))) + sb_ebort("sandbox memory corruption with free(%p): %s\n", + ptr, strerror(errno)); + } +-- +2.6.2 + diff --git a/sdk_container/src/third_party/portage-stable/sys-apps/sandbox/files/sandbox-2.11-symlinkat-renameat.patch b/sdk_container/src/third_party/portage-stable/sys-apps/sandbox/files/sandbox-2.11-symlinkat-renameat.patch new file mode 100644 index 0000000000..e33011f749 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/sys-apps/sandbox/files/sandbox-2.11-symlinkat-renameat.patch @@ -0,0 +1,124 @@ +From 4c47cfa22802fd8201586bef233d8161df4ff61b Mon Sep 17 00:00:00 2001 +From: Mike Frysinger +Date: Fri, 10 Mar 2017 10:15:50 -0800 +Subject: [PATCH] libsandbox: whitelist renameat/symlinkat as symlink funcs + +These funcs don't deref their path args, so flag them as such. + +URL: https://bugs.gentoo.org/612202 +Signed-off-by: Mike Frysinger +--- + libsandbox/libsandbox.c | 4 +++- + tests/renameat-2.sh | 12 ++++++++++++ + tests/renameat-3.sh | 11 +++++++++++ + tests/renameat.at | 2 ++ + tests/symlinkat-2.sh | 10 ++++++++++ + tests/symlinkat-3.sh | 9 +++++++++ + tests/symlinkat.at | 2 ++ + 7 files changed, 49 insertions(+), 1 deletion(-) + create mode 100755 tests/renameat-2.sh + create mode 100755 tests/renameat-3.sh + create mode 100755 tests/symlinkat-2.sh + create mode 100755 tests/symlinkat-3.sh + +diff --git a/libsandbox/libsandbox.c b/libsandbox/libsandbox.c +index e809308d717d..de48bd79ba53 100644 +--- a/libsandbox/libsandbox.c ++++ b/libsandbox/libsandbox.c +@@ -650,8 +650,10 @@ static bool symlink_func(int sb_nr, int flags, const char *abs_path) + sb_nr == SB_NR_LCHOWN || + sb_nr == SB_NR_REMOVE || + sb_nr == SB_NR_RENAME || ++ sb_nr == SB_NR_RENAMEAT || + sb_nr == SB_NR_RMDIR || +- sb_nr == SB_NR_SYMLINK)) ++ sb_nr == SB_NR_SYMLINK || ++ sb_nr == SB_NR_SYMLINKAT)) + { + /* These funcs sometimes operate on symlinks */ + if (!((sb_nr == SB_NR_FCHOWNAT || +diff --git a/tests/renameat-2.sh b/tests/renameat-2.sh +new file mode 100755 +index 000000000000..d0fbe8ae4574 +--- /dev/null ++++ b/tests/renameat-2.sh +@@ -0,0 +1,12 @@ ++#!/bin/sh ++# make sure we can clobber symlinks #612202 ++ ++addwrite $PWD ++ ++ln -s /asdf sym || exit 1 ++touch file ++renameat-0 0 AT_FDCWD file AT_FDCWD sym || exit 1 ++[ ! -e file ] ++[ ! -L sym ] ++[ -e sym ] ++test ! -s "${SANDBOX_LOG}" +diff --git a/tests/renameat-3.sh b/tests/renameat-3.sh +new file mode 100755 +index 000000000000..9ae5c9a6511a +--- /dev/null ++++ b/tests/renameat-3.sh +@@ -0,0 +1,11 @@ ++#!/bin/sh ++# make sure we reject bad renames #612202 ++ ++addwrite $PWD ++mkdir deny ++adddeny $PWD/deny ++ ++touch file ++renameat-0 -1,EACCES AT_FDCWD file AT_FDCWD deny/file || exit 1 ++[ -e file ] ++test -s "${SANDBOX_LOG}" +diff --git a/tests/renameat.at b/tests/renameat.at +index 081d7d20277e..eec4638deeaa 100644 +--- a/tests/renameat.at ++++ b/tests/renameat.at +@@ -1 +1,3 @@ + SB_CHECK(1) ++SB_CHECK(2) ++SB_CHECK(3) +diff --git a/tests/symlinkat-2.sh b/tests/symlinkat-2.sh +new file mode 100755 +index 000000000000..168362e8806f +--- /dev/null ++++ b/tests/symlinkat-2.sh +@@ -0,0 +1,10 @@ ++#!/bin/sh ++# make sure we can clobber symlinks #612202 ++ ++addwrite $PWD ++ ++symlinkat-0 0 /asdf AT_FDCWD ./sym || exit 1 ++[ -L sym ] ++symlinkat-0 -1,EEXIST /asdf AT_FDCWD ./sym || exit 1 ++[ -L sym ] ++test ! -s "${SANDBOX_LOG}" +diff --git a/tests/symlinkat-3.sh b/tests/symlinkat-3.sh +new file mode 100755 +index 000000000000..a01c750dd2b6 +--- /dev/null ++++ b/tests/symlinkat-3.sh +@@ -0,0 +1,9 @@ ++#!/bin/sh ++# make sure we reject bad symlinks #612202 ++ ++addwrite $PWD ++mkdir deny ++adddeny $PWD/deny ++ ++symlinkat-0 -1,EACCES ./ AT_FDCWD deny/sym || exit 1 ++test -s "${SANDBOX_LOG}" +diff --git a/tests/symlinkat.at b/tests/symlinkat.at +index 081d7d20277e..eec4638deeaa 100644 +--- a/tests/symlinkat.at ++++ b/tests/symlinkat.at +@@ -1 +1,3 @@ + SB_CHECK(1) ++SB_CHECK(2) ++SB_CHECK(3) +-- +2.12.0 + diff --git a/sdk_container/src/third_party/portage-stable/sys-apps/sandbox/files/sandbox-2.6-check-empty-paths-at.patch b/sdk_container/src/third_party/portage-stable/sys-apps/sandbox/files/sandbox-2.6-check-empty-paths-at.patch deleted file mode 100644 index e4dc5290ed..0000000000 --- a/sdk_container/src/third_party/portage-stable/sys-apps/sandbox/files/sandbox-2.6-check-empty-paths-at.patch +++ /dev/null @@ -1,201 +0,0 @@ -From dd726dcc6a95355d0e0cc949018d9c8aefc89a02 Mon Sep 17 00:00:00 2001 -From: Mike Frysinger -Date: Mon, 24 Dec 2012 19:41:49 -0500 -Subject: [PATCH 1/2] libsandbox: reject "" paths with *at funcs before - checking the dirfd - -When it comes to processing errors, an empty path is checked before -an invalid dirfd. Make sure sandbox matches that behavior for the -random testsuites out there that look for this. - -URL: https://bugs.gentoo.org/346929 -Reported-by: Marien Zwart -Signed-off-by: Mike Frysinger ---- - libsandbox/wrapper-funcs/__pre_check.c | 2 ++ - libsandbox/wrapper-funcs/mkdirat_pre_check.c | 17 +++++------------ - libsandbox/wrapper-funcs/openat_pre_check.c | 15 ++++----------- - libsandbox/wrapper-funcs/unlinkat_pre_check.c | 17 +++++------------ - libsandbox/wrappers.h | 2 ++ - tests/mkdirat-3.sh | 7 +++++++ - tests/mkdirat.at | 1 + - tests/openat-2.sh | 9 +++++++++ - tests/openat.at | 1 + - tests/unlinkat-4.sh | 7 +++++++ - tests/unlinkat.at | 1 + - 11 files changed, 44 insertions(+), 35 deletions(-) - create mode 100755 tests/mkdirat-3.sh - create mode 100755 tests/openat-2.sh - create mode 100755 tests/unlinkat-4.sh - -diff --git a/libsandbox/wrapper-funcs/__pre_check.c b/libsandbox/wrapper-funcs/__pre_check.c -index 2d5711f..28ad91f 100644 ---- a/libsandbox/wrapper-funcs/__pre_check.c -+++ b/libsandbox/wrapper-funcs/__pre_check.c -@@ -20,3 +20,5 @@ - #if SB_NR_UNLINK != SB_NR_UNDEF && SB_NR_UNLINKAT == SB_NR_UNDEF - # include "unlinkat_pre_check.c" - #endif -+ -+#include "__pre_at_check.c" -diff --git a/libsandbox/wrapper-funcs/mkdirat_pre_check.c b/libsandbox/wrapper-funcs/mkdirat_pre_check.c -index 77a65df..0b48d1f 100644 ---- a/libsandbox/wrapper-funcs/mkdirat_pre_check.c -+++ b/libsandbox/wrapper-funcs/mkdirat_pre_check.c -@@ -1,20 +1,13 @@ - bool sb_mkdirat_pre_check(const char *func, const char *pathname, int dirfd) - { - char canonic[SB_PATH_MAX]; -- char dirfd_path[SB_PATH_MAX]; - - save_errno(); - -- /* Expand the dirfd path first */ -- switch (resolve_dirfd_path(dirfd, pathname, dirfd_path, sizeof(dirfd_path))) { -- case -1: -- sb_debug_dyn("EARLY FAIL: %s(%s) @ resolve_dirfd_path: %s\n", -- func, pathname, strerror(errno)); -- return false; -- case 0: -- pathname = dirfd_path; -- break; -- } -+ /* Check incoming args against common *at issues */ -+ char dirfd_path[SB_PATH_MAX]; -+ if (!sb_common_at_pre_check(func, &pathname, dirfd, dirfd_path, sizeof(dirfd_path))) -+ return false; - - /* Then break down any relative/symlink paths */ - if (-1 == canonicalize(pathname, canonic)) -diff --git a/libsandbox/wrapper-funcs/openat_pre_check.c b/libsandbox/wrapper-funcs/openat_pre_check.c -index 0127708..5fd5eaa 100644 ---- a/libsandbox/wrapper-funcs/openat_pre_check.c -+++ b/libsandbox/wrapper-funcs/openat_pre_check.c -@@ -15,17 +15,10 @@ bool sb_openat_pre_check(const char *func, const char *pathname, int dirfd, int - - save_errno(); - -- /* Expand the dirfd path first */ -+ /* Check incoming args against common *at issues */ - char dirfd_path[SB_PATH_MAX]; -- switch (resolve_dirfd_path(dirfd, pathname, dirfd_path, sizeof(dirfd_path))) { -- case -1: -- sb_debug_dyn("EARLY FAIL: %s(%s) @ resolve_dirfd_path: %s\n", -- func, pathname, strerror(errno)); -- return false; -- case 0: -- pathname = dirfd_path; -- break; -- } -+ if (!sb_common_at_pre_check(func, &pathname, dirfd, dirfd_path, sizeof(dirfd_path))) -+ return false; - - /* Doesn't exist -> skip permission checks */ - struct stat st; -diff --git a/libsandbox/wrapper-funcs/unlinkat_pre_check.c b/libsandbox/wrapper-funcs/unlinkat_pre_check.c -index 9f5e7d7..c004d15 100644 ---- a/libsandbox/wrapper-funcs/unlinkat_pre_check.c -+++ b/libsandbox/wrapper-funcs/unlinkat_pre_check.c -@@ -1,20 +1,13 @@ - bool sb_unlinkat_pre_check(const char *func, const char *pathname, int dirfd) - { - char canonic[SB_PATH_MAX]; -- char dirfd_path[SB_PATH_MAX]; - - save_errno(); - -- /* Expand the dirfd path first */ -- switch (resolve_dirfd_path(dirfd, pathname, dirfd_path, sizeof(dirfd_path))) { -- case -1: -- sb_debug_dyn("EARLY FAIL: %s(%s) @ resolve_dirfd_path: %s\n", -- func, pathname, strerror(errno)); -- return false; -- case 0: -- pathname = dirfd_path; -- break; -- } -+ /* Check incoming args against common *at issues */ -+ char dirfd_path[SB_PATH_MAX]; -+ if (!sb_common_at_pre_check(func, &pathname, dirfd, dirfd_path, sizeof(dirfd_path))) -+ return false; - - /* Then break down any relative/symlink paths */ - if (-1 == canonicalize(pathname, canonic)) -diff --git a/libsandbox/wrappers.h b/libsandbox/wrappers.h -index 5b97787..0aa58bb 100644 ---- a/libsandbox/wrappers.h -+++ b/libsandbox/wrappers.h -@@ -28,5 +28,7 @@ attribute_hidden bool sb_mkdirat_pre_check (const char *func, const char *pathn - attribute_hidden bool sb_openat_pre_check (const char *func, const char *pathname, int dirfd, int flags); - attribute_hidden bool sb_openat64_pre_check (const char *func, const char *pathname, int dirfd, int flags); - attribute_hidden bool sb_unlinkat_pre_check (const char *func, const char *pathname, int dirfd); -+attribute_hidden bool sb_common_at_pre_check(const char *func, const char **pathname, int dirfd, -+ char *dirfd_path, size_t dirfd_path_len); - - #endif --- -1.8.1.2 - -From 0b8a6d9773cc0e6d86bf1187f46817d5716698fe Mon Sep 17 00:00:00 2001 -From: Mike Frysinger -Date: Mon, 24 Dec 2012 19:41:49 -0500 -Subject: [PATCH 2/2] libsandbox: reject "" paths with *at funcs before - checking the dirfd [missing file] - -When it comes to processing errors, an empty path is checked before -an invalid dirfd. Make sure sandbox matches that behavior for the -random testsuites out there that look for this. - -Forgot to `git add` in the previous commit :/. - -URL: https://bugs.gentoo.org/346929 -Reported-by: Marien Zwart -Signed-off-by: Mike Frysinger ---- - libsandbox/wrapper-funcs/__pre_at_check.c | 34 +++++++++++++++++++++++++++++++ - 1 file changed, 34 insertions(+) - create mode 100644 libsandbox/wrapper-funcs/__pre_at_check.c - -diff --git a/libsandbox/wrapper-funcs/__pre_at_check.c b/libsandbox/wrapper-funcs/__pre_at_check.c -new file mode 100644 -index 0000000..f72c40c ---- /dev/null -+++ b/libsandbox/wrapper-funcs/__pre_at_check.c -@@ -0,0 +1,34 @@ -+/* -+ * common *at() pre-checks. -+ * -+ * Copyright 1999-2012 Gentoo Foundation -+ * Licensed under the GPL-2 -+ */ -+ -+/* We assume the parent has nested use with save/restore errno */ -+bool sb_common_at_pre_check(const char *func, const char **pathname, int dirfd, -+ char *dirfd_path, size_t dirfd_path_len) -+{ -+ /* the empty path name should fail with ENOENT before any dirfd -+ * checks get a chance to run #346929 -+ */ -+ if (*pathname && *pathname[0] == '\0') { -+ errno = ENOENT; -+ sb_debug_dyn("EARLY FAIL: %s(%s): %s\n", -+ func, *pathname, strerror(errno)); -+ return false; -+ } -+ -+ /* Expand the dirfd path first */ -+ switch (resolve_dirfd_path(dirfd, *pathname, dirfd_path, dirfd_path_len)) { -+ case -1: -+ sb_debug_dyn("EARLY FAIL: %s(%s) @ resolve_dirfd_path: %s\n", -+ func, *pathname, strerror(errno)); -+ return false; -+ case 0: -+ *pathname = dirfd_path; -+ break; -+ } -+ -+ return true; -+} --- -1.8.1.2 - diff --git a/sdk_container/src/third_party/portage-stable/sys-apps/sandbox/files/sandbox-2.6-desktop.patch b/sdk_container/src/third_party/portage-stable/sys-apps/sandbox/files/sandbox-2.6-desktop.patch deleted file mode 100644 index fbecb0727f..0000000000 --- a/sdk_container/src/third_party/portage-stable/sys-apps/sandbox/files/sandbox-2.6-desktop.patch +++ /dev/null @@ -1,30 +0,0 @@ -From 00044ab0c8aaaabf048b5ff0ec2da5b3d7d25752 Mon Sep 17 00:00:00 2001 -From: Mike Frysinger -Date: Sat, 17 Nov 2012 14:14:26 -0500 -Subject: [PATCH] sandbox.desktop: drop .svg from Icon field -MIME-Version: 1.0 -Content-Type: text/plain; charset=UTF-8 -Content-Transfer-Encoding: 8bit - -URL: http://bugs.gentoo.org/443672 -Reported-by: Petteri Räty -Signed-off-by: Mike Frysinger ---- - data/sandbox.desktop | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/data/sandbox.desktop b/data/sandbox.desktop -index 5b5b576..27a887e 100644 ---- a/data/sandbox.desktop -+++ b/data/sandbox.desktop -@@ -5,6 +5,6 @@ Type=Application - Comment=launch a sandboxed shell ... useful for debugging ebuilds - Exec=sandbox - TryExec=sandbox --Icon=sandbox.svg -+Icon=sandbox - Categories=Development; - Terminal=true --- -1.8.1.2 - diff --git a/sdk_container/src/third_party/portage-stable/sys-apps/sandbox/files/sandbox-2.6-gcc-5.patch b/sdk_container/src/third_party/portage-stable/sys-apps/sandbox/files/sandbox-2.6-gcc-5.patch deleted file mode 100644 index fd87d6a272..0000000000 --- a/sdk_container/src/third_party/portage-stable/sys-apps/sandbox/files/sandbox-2.6-gcc-5.patch +++ /dev/null @@ -1,13 +0,0 @@ -fix building w/gcc-5 - ---- a/libsandbox/Makefile.in -+++ b/libsandbox/Makefile.in -@@ -68,7 +68,7 @@ sb_nr.h: symbols.h $(SB_NR_FILE) - - TRACE_MAKE_HEADER = \ - $(SB_AWK) $(GEN_TRACE_SCRIPT) -v MODE=gen | \ -- $(COMPILE) -E -include $(top_srcdir)/headers.h - $$f | \ -+ $(COMPILE) -E -P -include $(top_srcdir)/headers.h - $$f | \ - $(SB_AWK) $(GEN_TRACE_SCRIPT) -v syscall_prefix=$$t > $$header - trace_syscalls.h: $(GEN_TRACE_SCRIPT) Makefile - if SB_SCHIZO diff --git a/sdk_container/src/third_party/portage-stable/sys-apps/sandbox/files/sandbox-2.6-log-var.patch b/sdk_container/src/third_party/portage-stable/sys-apps/sandbox/files/sandbox-2.6-log-var.patch deleted file mode 100644 index bfea9e55e2..0000000000 --- a/sdk_container/src/third_party/portage-stable/sys-apps/sandbox/files/sandbox-2.6-log-var.patch +++ /dev/null @@ -1,51 +0,0 @@ -From 853b42c86432eefc6d4cfba86197fb37d446366d Mon Sep 17 00:00:00 2001 -From: Mike Frysinger -Date: Sun, 3 Mar 2013 05:34:09 -0500 -Subject: [PATCH] sandbox: accept SANDBOX_LOG vars whatever their values - -Commit 40abb498ca4a24495fe34e133379382ce8c3eaca subtly broke the sandbox -with portage. It changed how the sandbox log env var was accessed by -moving from getenv() to get_sandbox_log(). The latter has path checking -and will kick out values that contain a slash. That means every time a -new process starts, a new sandbox log path will be generated, and when a -program triggers a violation, it'll write to the new file. Meanwhile, -portage itself watches the original one which never gets updated. - -This code has been around forever w/out documentation, and I can't think -of a reason we need it. So punt it. - -Signed-off-by: Mike Frysinger ---- - libsbutil/get_sandbox_log.c | 14 +++++--------- - 1 file changed, 5 insertions(+), 9 deletions(-) - -diff --git a/libsbutil/get_sandbox_log.c b/libsbutil/get_sandbox_log.c -index a79b399..bdb4278 100644 ---- a/libsbutil/get_sandbox_log.c -+++ b/libsbutil/get_sandbox_log.c -@@ -21,17 +21,13 @@ static void _get_sb_log(char *path, const char *tmpdir, const char *env, const c - - sandbox_log_env = getenv(env); - -- if (sandbox_log_env && is_env_on(ENV_SANDBOX_TESTING)) { -- /* When testing, just use what the env says to */ -+ if (sandbox_log_env) { -+ /* If the env is viable, roll with it. We aren't really -+ * about people breaking the security of the sandbox by -+ * exporting SANDBOX_LOG=/dev/null. -+ */ - strncpy(path, sandbox_log_env, SB_PATH_MAX); - } else { -- /* THIS CHUNK BREAK THINGS BY DOING THIS: -- * SANDBOX_LOG=/tmp/sandbox-app-admin/superadduser-1.0.7-11063.log -- */ -- if ((NULL != sandbox_log_env) && -- (NULL != strchr(sandbox_log_env, '/'))) -- sandbox_log_env = NULL; -- - snprintf(path, SB_PATH_MAX, "%s%s%s%s%d%s", - SANDBOX_LOG_LOCATION, prefix, - (sandbox_log_env == NULL ? "" : sandbox_log_env), --- -1.8.1.2 - diff --git a/sdk_container/src/third_party/portage-stable/sys-apps/sandbox/files/sandbox-2.6-no-pch.patch b/sdk_container/src/third_party/portage-stable/sys-apps/sandbox/files/sandbox-2.6-no-pch.patch deleted file mode 100644 index fe2274927f..0000000000 --- a/sdk_container/src/third_party/portage-stable/sys-apps/sandbox/files/sandbox-2.6-no-pch.patch +++ /dev/null @@ -1,29 +0,0 @@ -gcc crashes when trying to use pch under hardened kernels - -http://bugs.gentoo.org/425524 - ---- Makefile.in -+++ Makefile.in -@@ -300,7 +300,7 @@ - src \ - tests - --SANDBOX_PCH = headers.h.gch libsandbox/headers.h.gch libsbutil/headers.h.gch -+SANDBOX_PCH = - BUILT_SOURCES = $(SANDBOX_PCH) - noinst_LTLIBRARIES = libpch.la - nodist_libpch_la_SOURCES = $(SANDBOX_PCH) -@@ -862,10 +862,9 @@ - $(builddir)/headers.h.gch: headers.h - $(AM_V_GEN)$(COMPILE) -c -o $@.o $< && $(GCH_CP) - --libsbutil: libsbutil/headers.h.gch --libsandbox: libsbutil libsandbox/headers.h.gch --src: libsbutil headers.h.gch --tests: src headers.h.gch -+libsandbox: libsbutil -+src: libsbutil -+tests: src - - ChangeLog: - touch ChangeLog diff --git a/sdk_container/src/third_party/portage-stable/sys-apps/sandbox/files/sandbox-2.6-open-nofollow.patch b/sdk_container/src/third_party/portage-stable/sys-apps/sandbox/files/sandbox-2.6-open-nofollow.patch deleted file mode 100644 index 0101ece2c2..0000000000 --- a/sdk_container/src/third_party/portage-stable/sys-apps/sandbox/files/sandbox-2.6-open-nofollow.patch +++ /dev/null @@ -1,54 +0,0 @@ -From 45fa8714a1d35e6555083d88a71851ada2aacac4 Mon Sep 17 00:00:00 2001 -From: Mike Frysinger -Date: Mon, 24 Dec 2012 18:46:29 -0500 -Subject: [PATCH] libsandbox: handle open(O_NOFOLLOW) - -We don't check for O_NOFOLLOW in the open wrappers, so we end up -returning the wrong error when operating on broken symlinks. - -URL: https://bugs.gentoo.org/413441 -Reported-by: Marien Zwart -Signed-off-by: Mike Frysinger ---- - libsandbox/wrapper-funcs/__64_post.h | 1 + - libsandbox/wrapper-funcs/__64_pre.h | 1 + - libsandbox/wrapper-funcs/openat_pre_check.c | 2 +- - tests/open-2.sh | 10 ++++++++++ - tests/open.at | 1 + - 5 files changed, 14 insertions(+), 1 deletion(-) - create mode 100755 tests/open-2.sh - -diff --git a/libsandbox/wrapper-funcs/__64_post.h b/libsandbox/wrapper-funcs/__64_post.h -index 2fd2182..82d2a16 100644 ---- a/libsandbox/wrapper-funcs/__64_post.h -+++ b/libsandbox/wrapper-funcs/__64_post.h -@@ -1,3 +1,4 @@ - #undef SB64 - #undef stat -+#undef lstat - #undef off_t -diff --git a/libsandbox/wrapper-funcs/__64_pre.h b/libsandbox/wrapper-funcs/__64_pre.h -index 2132110..0b34b25 100644 ---- a/libsandbox/wrapper-funcs/__64_pre.h -+++ b/libsandbox/wrapper-funcs/__64_pre.h -@@ -1,3 +1,4 @@ - #define SB64 - #define stat stat64 -+#define lstat lstat64 - #define off_t off64_t -diff --git a/libsandbox/wrapper-funcs/openat_pre_check.c b/libsandbox/wrapper-funcs/openat_pre_check.c -index c827ee6..0127708 100644 ---- a/libsandbox/wrapper-funcs/openat_pre_check.c -+++ b/libsandbox/wrapper-funcs/openat_pre_check.c -@@ -29,7 +29,7 @@ bool sb_openat_pre_check(const char *func, const char *pathname, int dirfd, int - - /* Doesn't exist -> skip permission checks */ - struct stat st; -- if (-1 == stat(pathname, &st)) { -+ if (((flags & O_NOFOLLOW) ? lstat(pathname, &st) : stat(pathname, &st)) == -1) { - sb_debug_dyn("EARLY FAIL: %s(%s): %s\n", - func, pathname, strerror(errno)); - return false; --- -1.8.1.2 - diff --git a/sdk_container/src/third_party/portage-stable/sys-apps/sandbox/files/sandbox-2.6-static-close-fd.patch b/sdk_container/src/third_party/portage-stable/sys-apps/sandbox/files/sandbox-2.6-static-close-fd.patch deleted file mode 100644 index 7fc0972507..0000000000 --- a/sdk_container/src/third_party/portage-stable/sys-apps/sandbox/files/sandbox-2.6-static-close-fd.patch +++ /dev/null @@ -1,93 +0,0 @@ -From a3ff1534945c3898332b2481c9fd355dfbd56e1f Mon Sep 17 00:00:00 2001 -From: Mike Frysinger -Date: Sat, 23 Jun 2012 11:52:51 -0700 -Subject: [PATCH] libsandbox: clean up open file handles in parent tracing - process - -Currently, if a non-static app sets up a pipe (with cloexec enabled) and -executes a static app, the handle to that pipe is left open in the parent -process. This causes trouble when the parent is waiting for that to be -closed immediately. - -Since none of the fds in the forked parent process matter to us, we can -just go ahead and clean up all fds before we start tracing the child. - -URL: http://bugs.gentoo.org/364877 -Reported-by: Victor Stinner -Signed-off-by: Mike Frysinger ---- - libsandbox/trace.c | 3 +- - libsbutil/sb_close.c | 26 +++++++++++- - libsbutil/sbutil.h | 1 + - tests/Makefile.am | 2 + - tests/pipe-fork_static_tst.c | 18 +++++++++ - tests/pipe-fork_tst.c | 95 ++++++++++++++++++++++++++++++++++++++++++++ - tests/script-9.sh | 5 +++ - tests/script.at | 1 + - 8 files changed, 149 insertions(+), 2 deletions(-) - create mode 100644 tests/pipe-fork_static_tst.c - create mode 100644 tests/pipe-fork_tst.c - create mode 100755 tests/script-9.sh - -diff --git a/libsandbox/trace.c b/libsandbox/trace.c -index 32ad2d6..dfbab18 100644 ---- a/libsandbox/trace.c -+++ b/libsandbox/trace.c -@@ -504,8 +504,9 @@ void trace_main(const char *filename, char *const argv[]) - /* Not all kernel versions support this, so ignore return */ - ptrace(PTRACE_SETOPTIONS, trace_pid, NULL, (void *)PTRACE_O_TRACESYSGOOD); - #endif -+ sb_close_all_fds(); - trace_loop(); -- return; -+ sb_ebort("ISE: child should have quit, as should we\n"); - } - - sb_debug("child setting up ..."); -diff --git a/libsbutil/sb_close.c b/libsbutil/sb_close.c -index 17a4560..5379197 100644 ---- a/libsbutil/sb_close.c -+++ b/libsbutil/sb_close.c -@@ -29,3 +29,27 @@ int sb_close(int fd) - - return res; - } -+ -+/* Quickly close all the open fds (good for daemonization) */ -+void sb_close_all_fds(void) -+{ -+ DIR *dirp; -+ struct dirent *de; -+ int dfd, fd; -+ const char *fd_dir = sb_get_fd_dir(); -+ -+ dirp = opendir(fd_dir); -+ if (!dirp) -+ sb_ebort("could not process %s\n", fd_dir); -+ dfd = dirfd(dirp); -+ -+ while ((de = readdir(dirp)) != NULL) { -+ if (de->d_name[0] == '.') -+ continue; -+ fd = atoi(de->d_name); -+ if (fd != dfd) -+ close(fd); -+ } -+ -+ closedir(dirp); -+} -diff --git a/libsbutil/sbutil.h b/libsbutil/sbutil.h -index 02b88cb..479734b 100644 ---- a/libsbutil/sbutil.h -+++ b/libsbutil/sbutil.h -@@ -97,6 +97,7 @@ int sb_open(const char *path, int flags, mode_t mode); - size_t sb_read(int fd, void *buf, size_t count); - size_t sb_write(int fd, const void *buf, size_t count); - int sb_close(int fd); -+void sb_close_all_fds(void); - int sb_copy_file_to_fd(const char *file, int ofd); - - /* Reliable output */ --- -1.8.1.2 - diff --git a/sdk_container/src/third_party/portage-stable/sys-apps/sandbox/files/sandbox-2.6-trace-hppa.patch b/sdk_container/src/third_party/portage-stable/sys-apps/sandbox/files/sandbox-2.6-trace-hppa.patch deleted file mode 100644 index 7e73822865..0000000000 --- a/sdk_container/src/third_party/portage-stable/sys-apps/sandbox/files/sandbox-2.6-trace-hppa.patch +++ /dev/null @@ -1,27 +0,0 @@ -From 7b01f6103a9baddaf0252e7f850a4cef91a48b67 Mon Sep 17 00:00:00 2001 -From: Mike Frysinger -Date: Fri, 6 Jul 2012 14:58:16 -0400 -Subject: [PATCH] libsandbox: fix hppa trace code - -URL: https://bugs.gentoo.org/425062 -Reported-by: Jeroen Roovers -Signed-off-by: Mike Frysinger ---- - libsandbox/trace/linux/hppa.c | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - -diff --git a/libsandbox/trace/linux/hppa.c b/libsandbox/trace/linux/hppa.c -index d23b0d1..5414354 100644 ---- a/libsandbox/trace/linux/hppa.c -+++ b/libsandbox/trace/linux/hppa.c -@@ -1,5 +1,5 @@ --#define trace_reg_sysnum (20 * 4) /* PT_GR20 */ --#define trace_reg_ret (28 * 4) /* PT_GR28 */ -+#define trace_reg_sysnum gr[20] -+#define trace_reg_ret gr[28] - - static unsigned long trace_arg(void *vregs, int num) - { --- -1.7.9.7 - diff --git a/sdk_container/src/third_party/portage-stable/sys-apps/sandbox/metadata.xml b/sdk_container/src/third_party/portage-stable/sys-apps/sandbox/metadata.xml index 9e13eaea51..1cdc968e40 100644 --- a/sdk_container/src/third_party/portage-stable/sys-apps/sandbox/metadata.xml +++ b/sdk_container/src/third_party/portage-stable/sys-apps/sandbox/metadata.xml @@ -1,11 +1,8 @@ - - - - + sandbox@gentoo.org - Sandbox Maintainers + Sandbox Maintainers diff --git a/sdk_container/src/third_party/portage-stable/sys-apps/sandbox/sandbox-1.6-r2.ebuild b/sdk_container/src/third_party/portage-stable/sys-apps/sandbox/sandbox-1.6-r2.ebuild deleted file mode 100644 index de15fecd8a..0000000000 --- a/sdk_container/src/third_party/portage-stable/sys-apps/sandbox/sandbox-1.6-r2.ebuild +++ /dev/null @@ -1,104 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/sandbox/sandbox-1.6-r2.ebuild,v 1.18 2013/11/14 21:36:59 vapier Exp $ - -# -# don't monkey with this ebuild unless contacting portage devs. -# period. -# - -inherit eutils flag-o-matic toolchain-funcs multilib unpacker - -DESCRIPTION="sandbox'd LD_PRELOAD hack" -HOMEPAGE="http://www.gentoo.org/proj/en/portage/sandbox/" -SRC_URI="mirror://gentoo/${P}.tar.lzma - http://dev.gentoo.org/~vapier/dist/${P}.tar.lzma" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd -x86-fbsd" -IUSE="" - -DEPEND="app-arch/xz-utils - >=app-misc/pax-utils-0.1.19" #265376 -RDEPEND="" - -EMULTILIB_PKG="true" -has sandbox_death_notice ${EBUILD_DEATH_HOOKS} || EBUILD_DEATH_HOOKS="${EBUILD_DEATH_HOOKS} sandbox_death_notice" - -sandbox_death_notice() { - ewarn "If configure failed with a 'cannot run C compiled programs' error, try this:" - ewarn "FEATURES=-sandbox emerge sandbox" -} - -src_unpack() { - unpacker_src_unpack - cd "${S}" - epatch "${FILESDIR}"/${P}-disable-qa-static.patch - epatch "${FILESDIR}"/${P}-disable-pthread.patch - epatch "${FILESDIR}"/0001-libsandbox-handle-more-at-functions.patch -} - -src_compile() { - filter-lfs-flags #90228 - - local OABI=${ABI} - for ABI in $(get_install_abis) ; do - mkdir "${WORKDIR}/build-${ABI}" - cd "${WORKDIR}/build-${ABI}" - - multilib_toolchain_setup ${ABI} - - einfo "Configuring sandbox for ABI=${ABI}..." - ECONF_SOURCE="../${P}/" \ - econf ${myconf} || die - einfo "Building sandbox for ABI=${ABI}..." - emake || die - done - ABI=${OABI} -} - -src_test() { - local OABI=${ABI} - for ABI in $(get_install_abis) ; do - cd "${WORKDIR}/build-${ABI}" - einfo "Checking sandbox for ABI=${ABI}..." - emake check || die "make check failed for ${ABI}" - done - ABI=${OABI} -} - -src_install() { - local OABI=${ABI} - for ABI in $(get_install_abis) ; do - cd "${WORKDIR}/build-${ABI}" - einfo "Installing sandbox for ABI=${ABI}..." - emake DESTDIR="${D}" install || die "make install failed for ${ABI}" - done - ABI=${OABI} - - doenvd "${FILESDIR}"/09sandbox - - keepdir /var/log/sandbox - fowners root:portage /var/log/sandbox - fperms 0770 /var/log/sandbox - - cd "${S}" - dodoc AUTHORS ChangeLog* NEWS README -} - -pkg_preinst() { - chown root:portage "${D}"/var/log/sandbox - chmod 0770 "${D}"/var/log/sandbox - - local old=$(find "${ROOT}"/lib* -maxdepth 1 -name 'libsandbox*') - if [[ -n ${old} ]] ; then - elog "Removing old sandbox libraries for you:" - elog ${old//${ROOT}} - find "${ROOT}"/lib* -maxdepth 1 -name 'libsandbox*' -exec rm -fv {} \; - fi -} - -pkg_postinst() { - chmod 0755 "${ROOT}"/etc/sandbox.d #265376 -} diff --git a/sdk_container/src/third_party/portage-stable/sys-apps/sandbox/sandbox-2.10-r3.ebuild b/sdk_container/src/third_party/portage-stable/sys-apps/sandbox/sandbox-2.10-r3.ebuild new file mode 100644 index 0000000000..49e172c3c5 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/sys-apps/sandbox/sandbox-2.10-r3.ebuild @@ -0,0 +1,84 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +# +# don't monkey with this ebuild unless contacting portage devs. +# period. +# + +EAPI="5" + +inherit eutils flag-o-matic multilib-minimal multiprocessing pax-utils + +DESCRIPTION="sandbox'd LD_PRELOAD hack" +HOMEPAGE="https://www.gentoo.org/proj/en/portage/sandbox/" +SRC_URI="mirror://gentoo/${P}.tar.xz + https://dev.gentoo.org/~vapier/dist/${P}.tar.xz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" +IUSE="" + +DEPEND="app-arch/xz-utils + >=app-misc/pax-utils-0.1.19" #265376 +RDEPEND="" + +has sandbox_death_notice ${EBUILD_DEATH_HOOKS} || EBUILD_DEATH_HOOKS="${EBUILD_DEATH_HOOKS} sandbox_death_notice" + +sandbox_death_notice() { + ewarn "If configure failed with a 'cannot run C compiled programs' error, try this:" + ewarn "FEATURES='-sandbox -usersandbox' emerge sandbox" +} + +src_prepare() { + epatch "${FILESDIR}"/${P}-memory-corruption.patch #568714 + epatch "${FILESDIR}"/${P}-disable-same.patch + epatch "${FILESDIR}"/${P}-fix-opendir.patch #553092 + epatch_user +} + +multilib_src_configure() { + filter-lfs-flags #90228 + + local myconf=() + host-is-pax && myconf+=( --disable-pch ) #301299 #425524 #572092 + + ECONF_SOURCE="${S}" \ + econf "${myconf[@]}" +} + +multilib_src_test() { + # Default sandbox build will run with --jobs set to # cpus. + emake check TESTSUITEFLAGS="--jobs=$(makeopts_jobs)" +} + +multilib_src_install_all() { + doenvd "${FILESDIR}"/09sandbox + + keepdir /var/log/sandbox + fowners root:portage /var/log/sandbox + fperms 0770 /var/log/sandbox + + cd "${S}" + dodoc AUTHORS ChangeLog* NEWS README +} + +pkg_preinst() { + chown root:portage "${ED}"/var/log/sandbox + chmod 0770 "${ED}"/var/log/sandbox + + if [[ ${REPLACING_VERSIONS} == 1.* ]] ; then + local old=$(find "${EROOT}"/lib* -maxdepth 1 -name 'libsandbox*') + if [[ -n ${old} ]] ; then + elog "Removing old sandbox libraries for you:" + find "${EROOT}"/lib* -maxdepth 1 -name 'libsandbox*' -print -delete + fi + fi +} + +pkg_postinst() { + if [[ ${REPLACING_VERSIONS} == 1.* ]] ; then + chmod 0755 "${EROOT}"/etc/sandbox.d #265376 + fi +} diff --git a/sdk_container/src/third_party/portage-stable/sys-apps/sandbox/sandbox-2.10-r4.ebuild b/sdk_container/src/third_party/portage-stable/sys-apps/sandbox/sandbox-2.10-r4.ebuild new file mode 100644 index 0000000000..29827378c0 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/sys-apps/sandbox/sandbox-2.10-r4.ebuild @@ -0,0 +1,85 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +# +# don't monkey with this ebuild unless contacting portage devs. +# period. +# + +EAPI="5" + +inherit eutils flag-o-matic multilib-minimal multiprocessing pax-utils + +DESCRIPTION="sandbox'd LD_PRELOAD hack" +HOMEPAGE="https://www.gentoo.org/proj/en/portage/sandbox/" +SRC_URI="mirror://gentoo/${P}.tar.xz + https://dev.gentoo.org/~vapier/dist/${P}.tar.xz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" +IUSE="" + +DEPEND="app-arch/xz-utils + >=app-misc/pax-utils-0.1.19" #265376 +RDEPEND="" + +has sandbox_death_notice ${EBUILD_DEATH_HOOKS} || EBUILD_DEATH_HOOKS="${EBUILD_DEATH_HOOKS} sandbox_death_notice" + +sandbox_death_notice() { + ewarn "If configure failed with a 'cannot run C compiled programs' error, try this:" + ewarn "FEATURES='-sandbox -usersandbox' emerge sandbox" +} + +src_prepare() { + epatch "${FILESDIR}"/${P}-memory-corruption.patch #568714 + epatch "${FILESDIR}"/${P}-disable-same.patch + epatch "${FILESDIR}"/${P}-fix-opendir.patch #553092 + epatch "${FILESDIR}"/${PN}-2.11-symlinkat-renameat.patch #612202 + epatch_user +} + +multilib_src_configure() { + filter-lfs-flags #90228 + + local myconf=() + host-is-pax && myconf+=( --disable-pch ) #301299 #425524 #572092 + + ECONF_SOURCE="${S}" \ + econf "${myconf[@]}" +} + +multilib_src_test() { + # Default sandbox build will run with --jobs set to # cpus. + emake check TESTSUITEFLAGS="--jobs=$(makeopts_jobs)" +} + +multilib_src_install_all() { + doenvd "${FILESDIR}"/09sandbox + + keepdir /var/log/sandbox + fowners root:portage /var/log/sandbox + fperms 0770 /var/log/sandbox + + cd "${S}" + dodoc AUTHORS ChangeLog* NEWS README +} + +pkg_preinst() { + chown root:portage "${ED}"/var/log/sandbox + chmod 0770 "${ED}"/var/log/sandbox + + if [[ ${REPLACING_VERSIONS} == 1.* ]] ; then + local old=$(find "${EROOT}"/lib* -maxdepth 1 -name 'libsandbox*') + if [[ -n ${old} ]] ; then + elog "Removing old sandbox libraries for you:" + find "${EROOT}"/lib* -maxdepth 1 -name 'libsandbox*' -print -delete + fi + fi +} + +pkg_postinst() { + if [[ ${REPLACING_VERSIONS} == 1.* ]] ; then + chmod 0755 "${EROOT}"/etc/sandbox.d #265376 + fi +} diff --git a/sdk_container/src/third_party/portage-stable/sys-apps/sandbox/sandbox-2.12.ebuild b/sdk_container/src/third_party/portage-stable/sys-apps/sandbox/sandbox-2.12.ebuild new file mode 100644 index 0000000000..2a7f3ce6be --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/sys-apps/sandbox/sandbox-2.12.ebuild @@ -0,0 +1,76 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI="6" + +inherit eutils flag-o-matic multilib-minimal multiprocessing pax-utils + +DESCRIPTION="sandbox'd LD_PRELOAD hack" +HOMEPAGE="https://www.gentoo.org/proj/en/portage/sandbox/" +SRC_URI="https://dev.gentoo.org/~mgorny/dist/${P}.tar.xz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd" +IUSE="" + +DEPEND="app-arch/xz-utils + >=app-misc/pax-utils-0.1.19" #265376 +RDEPEND="" + +has sandbox_death_notice ${EBUILD_DEATH_HOOKS} || EBUILD_DEATH_HOOKS="${EBUILD_DEATH_HOOKS} sandbox_death_notice" + +sandbox_death_notice() { + ewarn "If configure failed with a 'cannot run C compiled programs' error, try this:" + ewarn "FEATURES='-sandbox -usersandbox' emerge sandbox" +} + +multilib_src_configure() { + filter-lfs-flags #90228 + + local myconf=() + host-is-pax && myconf+=( --disable-pch ) #301299 #425524 #572092 + + ECONF_SOURCE="${S}" \ + econf "${myconf[@]}" +} + +multilib_src_test() { + # Default sandbox build will run with --jobs set to # cpus. + emake check TESTSUITEFLAGS="--jobs=$(makeopts_jobs)" +} + +multilib_src_install_all() { + doenvd "${FILESDIR}"/09sandbox + + keepdir /var/log/sandbox + fowners root:portage /var/log/sandbox + fperms 0770 /var/log/sandbox + + dodoc AUTHORS ChangeLog* NEWS README +} + +pkg_preinst() { + chown root:portage "${ED}"/var/log/sandbox + chmod 0770 "${ED}"/var/log/sandbox + + local v + for v in ${REPLACING_VERSIONS}; do + if [[ ${v} == 1.* ]] ; then + local old=$(find "${EROOT}"/lib* -maxdepth 1 -name 'libsandbox*') + if [[ -n ${old} ]] ; then + elog "Removing old sandbox libraries for you:" + find "${EROOT}"/lib* -maxdepth 1 -name 'libsandbox*' -print -delete + fi + fi + done +} + +pkg_postinst() { + local v + for v in ${REPLACING_VERSIONS}; do + if [[ ${v} == 1.* ]] ; then + chmod 0755 "${EROOT}"/etc/sandbox.d #265376 + fi + done +} diff --git a/sdk_container/src/third_party/portage-stable/sys-apps/sandbox/sandbox-2.13.ebuild b/sdk_container/src/third_party/portage-stable/sys-apps/sandbox/sandbox-2.13.ebuild new file mode 100644 index 0000000000..37b52a70e2 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/sys-apps/sandbox/sandbox-2.13.ebuild @@ -0,0 +1,76 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI="6" + +inherit eutils flag-o-matic multilib-minimal multiprocessing pax-utils + +DESCRIPTION="sandbox'd LD_PRELOAD hack" +HOMEPAGE="https://www.gentoo.org/proj/en/portage/sandbox/" +SRC_URI="https://dev.gentoo.org/~mgorny/dist/${P}.tar.xz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="" + +DEPEND="app-arch/xz-utils + >=app-misc/pax-utils-0.1.19" #265376 +RDEPEND="" + +has sandbox_death_notice ${EBUILD_DEATH_HOOKS} || EBUILD_DEATH_HOOKS="${EBUILD_DEATH_HOOKS} sandbox_death_notice" + +sandbox_death_notice() { + ewarn "If configure failed with a 'cannot run C compiled programs' error, try this:" + ewarn "FEATURES='-sandbox -usersandbox' emerge sandbox" +} + +multilib_src_configure() { + filter-lfs-flags #90228 + + local myconf=() + host-is-pax && myconf+=( --disable-pch ) #301299 #425524 #572092 + + ECONF_SOURCE="${S}" \ + econf "${myconf[@]}" +} + +multilib_src_test() { + # Default sandbox build will run with --jobs set to # cpus. + emake check TESTSUITEFLAGS="--jobs=$(makeopts_jobs)" +} + +multilib_src_install_all() { + doenvd "${FILESDIR}"/09sandbox + + keepdir /var/log/sandbox + fowners root:portage /var/log/sandbox + fperms 0770 /var/log/sandbox + + dodoc AUTHORS ChangeLog* NEWS README +} + +pkg_preinst() { + chown root:portage "${ED}"/var/log/sandbox + chmod 0770 "${ED}"/var/log/sandbox + + local v + for v in ${REPLACING_VERSIONS}; do + if [[ ${v} == 1.* ]] ; then + local old=$(find "${EROOT}"/lib* -maxdepth 1 -name 'libsandbox*') + if [[ -n ${old} ]] ; then + elog "Removing old sandbox libraries for you:" + find "${EROOT}"/lib* -maxdepth 1 -name 'libsandbox*' -print -delete + fi + fi + done +} + +pkg_postinst() { + local v + for v in ${REPLACING_VERSIONS}; do + if [[ ${v} == 1.* ]] ; then + chmod 0755 "${EROOT}"/etc/sandbox.d #265376 + fi + done +} diff --git a/sdk_container/src/third_party/portage-stable/sys-apps/sandbox/sandbox-2.3-r1.ebuild b/sdk_container/src/third_party/portage-stable/sys-apps/sandbox/sandbox-2.3-r1.ebuild deleted file mode 100644 index 9d21ec3b51..0000000000 --- a/sdk_container/src/third_party/portage-stable/sys-apps/sandbox/sandbox-2.3-r1.ebuild +++ /dev/null @@ -1,103 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/sandbox/sandbox-2.3-r1.ebuild,v 1.11 2013/11/14 21:36:59 vapier Exp $ - -# -# don't monkey with this ebuild unless contacting portage devs. -# period. -# - -inherit eutils flag-o-matic toolchain-funcs multilib unpacker - -DESCRIPTION="sandbox'd LD_PRELOAD hack" -HOMEPAGE="http://www.gentoo.org/proj/en/portage/sandbox/" -SRC_URI="mirror://gentoo/${P}.tar.xz - http://dev.gentoo.org/~vapier/dist/${P}.tar.xz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd -x86-fbsd" -IUSE="multilib" - -DEPEND="app-arch/xz-utils - >=app-misc/pax-utils-0.1.19" #265376 -RDEPEND="" - -EMULTILIB_PKG="true" -has sandbox_death_notice ${EBUILD_DEATH_HOOKS} || EBUILD_DEATH_HOOKS="${EBUILD_DEATH_HOOKS} sandbox_death_notice" - -sandbox_death_notice() { - ewarn "If configure failed with a 'cannot run C compiled programs' error, try this:" - ewarn "FEATURES=-sandbox emerge sandbox" -} - -sb_get_install_abis() { use multilib && get_install_abis || echo ${ABI:-default} ; } - -src_compile() { - filter-lfs-flags #90228 - - local OABI=${ABI} - for ABI in $(sb_get_install_abis) ; do - mkdir "${WORKDIR}/build-${ABI}" - cd "${WORKDIR}/build-${ABI}" - - use multilib && multilib_toolchain_setup ${ABI} - - einfo "Configuring sandbox for ABI=${ABI}..." - ECONF_SOURCE="../${P}/" \ - econf ${myconf} || die - einfo "Building sandbox for ABI=${ABI}..." - emake || die - done - ABI=${OABI} -} - -src_test() { - local OABI=${ABI} - for ABI in $(sb_get_install_abis) ; do - cd "${WORKDIR}/build-${ABI}" - einfo "Checking sandbox for ABI=${ABI}..." - emake check || die "make check failed for ${ABI}" - done - ABI=${OABI} -} - -src_install() { - local OABI=${ABI} - for ABI in $(sb_get_install_abis) ; do - cd "${WORKDIR}/build-${ABI}" - einfo "Installing sandbox for ABI=${ABI}..." - emake DESTDIR="${D}" install || die "make install failed for ${ABI}" - insinto /etc/sandbox.d #333131 - doins etc/sandbox.d/00default || die - done - ABI=${OABI} - - doenvd "${FILESDIR}"/09sandbox - - # fix 00default install #333131 - rm "${D}"/etc/sandbox.d/*.in || die - - keepdir /var/log/sandbox - fowners root:portage /var/log/sandbox - fperms 0770 /var/log/sandbox - - cd "${S}" - dodoc AUTHORS ChangeLog* NEWS README -} - -pkg_preinst() { - chown root:portage "${D}"/var/log/sandbox - chmod 0770 "${D}"/var/log/sandbox - - local old=$(find "${ROOT}"/lib* -maxdepth 1 -name 'libsandbox*') - if [[ -n ${old} ]] ; then - elog "Removing old sandbox libraries for you:" - elog ${old//${ROOT}} - find "${ROOT}"/lib* -maxdepth 1 -name 'libsandbox*' -exec rm -fv {} \; - fi -} - -pkg_postinst() { - chmod 0755 "${ROOT}"/etc/sandbox.d #265376 -} diff --git a/sdk_container/src/third_party/portage-stable/sys-apps/sandbox/sandbox-2.4.ebuild b/sdk_container/src/third_party/portage-stable/sys-apps/sandbox/sandbox-2.4.ebuild deleted file mode 100644 index 09d5bc0c12..0000000000 --- a/sdk_container/src/third_party/portage-stable/sys-apps/sandbox/sandbox-2.4.ebuild +++ /dev/null @@ -1,100 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/sandbox/sandbox-2.4.ebuild,v 1.12 2013/11/14 21:36:59 vapier Exp $ - -# -# don't monkey with this ebuild unless contacting portage devs. -# period. -# - -inherit eutils flag-o-matic toolchain-funcs multilib unpacker - -DESCRIPTION="sandbox'd LD_PRELOAD hack" -HOMEPAGE="http://www.gentoo.org/proj/en/portage/sandbox/" -SRC_URI="mirror://gentoo/${P}.tar.xz - http://dev.gentoo.org/~vapier/dist/${P}.tar.xz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd -x86-fbsd" -IUSE="multilib" - -DEPEND="app-arch/xz-utils - >=app-misc/pax-utils-0.1.19" #265376 -RDEPEND="" - -EMULTILIB_PKG="true" -has sandbox_death_notice ${EBUILD_DEATH_HOOKS} || EBUILD_DEATH_HOOKS="${EBUILD_DEATH_HOOKS} sandbox_death_notice" - -sandbox_death_notice() { - ewarn "If configure failed with a 'cannot run C compiled programs' error, try this:" - ewarn "FEATURES=-sandbox emerge sandbox" -} - -sb_get_install_abis() { use multilib && get_install_abis || echo ${ABI:-default} ; } - -src_compile() { - filter-lfs-flags #90228 - - local OABI=${ABI} - for ABI in $(sb_get_install_abis) ; do - mkdir "${WORKDIR}/build-${ABI}" - cd "${WORKDIR}/build-${ABI}" - - use multilib && multilib_toolchain_setup ${ABI} - - einfo "Configuring sandbox for ABI=${ABI}..." - ECONF_SOURCE="../${P}/" \ - econf ${myconf} || die - einfo "Building sandbox for ABI=${ABI}..." - emake || die - done - ABI=${OABI} -} - -src_test() { - local OABI=${ABI} - for ABI in $(sb_get_install_abis) ; do - cd "${WORKDIR}/build-${ABI}" - einfo "Checking sandbox for ABI=${ABI}..." - emake check || die "make check failed for ${ABI}" - done - ABI=${OABI} -} - -src_install() { - local OABI=${ABI} - for ABI in $(sb_get_install_abis) ; do - cd "${WORKDIR}/build-${ABI}" - einfo "Installing sandbox for ABI=${ABI}..." - emake DESTDIR="${D}" install || die "make install failed for ${ABI}" - insinto /etc/sandbox.d #333131 - doins etc/sandbox.d/00default || die - done - ABI=${OABI} - - doenvd "${FILESDIR}"/09sandbox - - keepdir /var/log/sandbox - fowners root:portage /var/log/sandbox - fperms 0770 /var/log/sandbox - - cd "${S}" - dodoc AUTHORS ChangeLog* NEWS README -} - -pkg_preinst() { - chown root:portage "${D}"/var/log/sandbox - chmod 0770 "${D}"/var/log/sandbox - - local old=$(find "${ROOT}"/lib* -maxdepth 1 -name 'libsandbox*') - if [[ -n ${old} ]] ; then - elog "Removing old sandbox libraries for you:" - elog ${old//${ROOT}} - find "${ROOT}"/lib* -maxdepth 1 -name 'libsandbox*' -exec rm -fv {} \; - fi -} - -pkg_postinst() { - chmod 0755 "${ROOT}"/etc/sandbox.d #265376 -} diff --git a/sdk_container/src/third_party/portage-stable/sys-apps/sandbox/sandbox-2.5.ebuild b/sdk_container/src/third_party/portage-stable/sys-apps/sandbox/sandbox-2.5.ebuild deleted file mode 100644 index 7cd76a9240..0000000000 --- a/sdk_container/src/third_party/portage-stable/sys-apps/sandbox/sandbox-2.5.ebuild +++ /dev/null @@ -1,117 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/sandbox/sandbox-2.5.ebuild,v 1.11 2013/11/14 21:36:59 vapier Exp $ - -# -# don't monkey with this ebuild unless contacting portage devs. -# period. -# - -inherit eutils flag-o-matic toolchain-funcs multilib unpacker multiprocessing - -DESCRIPTION="sandbox'd LD_PRELOAD hack" -HOMEPAGE="http://www.gentoo.org/proj/en/portage/sandbox/" -SRC_URI="mirror://gentoo/${P}.tar.xz - http://dev.gentoo.org/~vapier/dist/${P}.tar.xz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd -x86-fbsd" -IUSE="multilib" - -DEPEND="app-arch/xz-utils - >=app-misc/pax-utils-0.1.19" #265376 -RDEPEND="" - -EMULTILIB_PKG="true" -has sandbox_death_notice ${EBUILD_DEATH_HOOKS} || EBUILD_DEATH_HOOKS="${EBUILD_DEATH_HOOKS} sandbox_death_notice" - -sandbox_death_notice() { - ewarn "If configure failed with a 'cannot run C compiled programs' error, try this:" - ewarn "FEATURES=-sandbox emerge sandbox" -} - -sb_get_install_abis() { use multilib && get_install_abis || echo ${ABI:-default} ; } - -sb_foreach_abi() { - local OABI=${ABI} - for ABI in $(sb_get_install_abis) ; do - cd "${WORKDIR}/build-${ABI}" - einfo "Running $1 for ABI=${ABI}..." - "$@" - done - ABI=${OABI} -} - -sb_configure() { - mkdir "${WORKDIR}/build-${ABI}" - cd "${WORKDIR}/build-${ABI}" - - use multilib && multilib_toolchain_setup ${ABI} - - einfo "Configuring sandbox for ABI=${ABI}..." - ECONF_SOURCE="../${P}/" \ - econf ${myconf} || die -} - -sb_compile() { - emake || die -} - -src_compile() { - filter-lfs-flags #90228 - - # Run configures in parallel! - multijob_init - local OABI=${ABI} - for ABI in $(sb_get_install_abis) ; do - multijob_child_init sb_configure - done - ABI=${OABI} - multijob_finish - - sb_foreach_abi sb_compile -} - -sb_test() { - emake check TESTSUITEFLAGS="--jobs=$(makeopts_jobs)" || die -} - -src_test() { - sb_foreach_abi sb_test -} - -sb_install() { - emake DESTDIR="${D}" install || die - insinto /etc/sandbox.d #333131 - doins etc/sandbox.d/00default || die -} - -src_install() { - sb_foreach_abi sb_install - - doenvd "${FILESDIR}"/09sandbox - - keepdir /var/log/sandbox - fowners root:portage /var/log/sandbox - fperms 0770 /var/log/sandbox - - cd "${S}" - dodoc AUTHORS ChangeLog* NEWS README -} - -pkg_preinst() { - chown root:portage "${D}"/var/log/sandbox - chmod 0770 "${D}"/var/log/sandbox - - local old=$(find "${ROOT}"/lib* -maxdepth 1 -name 'libsandbox*') - if [[ -n ${old} ]] ; then - elog "Removing old sandbox libraries for you:" - elog ${old//${ROOT}} - find "${ROOT}"/lib* -maxdepth 1 -name 'libsandbox*' -exec rm -fv {} \; - fi -} - -pkg_postinst() { - chmod 0755 "${ROOT}"/etc/sandbox.d #265376 -} diff --git a/sdk_container/src/third_party/portage-stable/sys-apps/sandbox/sandbox-2.6-r1.ebuild b/sdk_container/src/third_party/portage-stable/sys-apps/sandbox/sandbox-2.6-r1.ebuild deleted file mode 100644 index b60ad088b1..0000000000 --- a/sdk_container/src/third_party/portage-stable/sys-apps/sandbox/sandbox-2.6-r1.ebuild +++ /dev/null @@ -1,131 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/sandbox/sandbox-2.6-r1.ebuild,v 1.17 2015/04/15 03:25:06 vapier Exp $ - -# -# don't monkey with this ebuild unless contacting portage devs. -# period. -# - -inherit eutils flag-o-matic toolchain-funcs multilib unpacker multiprocessing - -DESCRIPTION="sandbox'd LD_PRELOAD hack" -HOMEPAGE="http://www.gentoo.org/proj/en/portage/sandbox/" -SRC_URI="mirror://gentoo/${P}.tar.xz - http://dev.gentoo.org/~vapier/dist/${P}.tar.xz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd -x86-fbsd" -IUSE="multilib" - -DEPEND="app-arch/xz-utils - >=app-misc/pax-utils-0.1.19" #265376 -RDEPEND="" - -EMULTILIB_PKG="true" -has sandbox_death_notice ${EBUILD_DEATH_HOOKS} || EBUILD_DEATH_HOOKS="${EBUILD_DEATH_HOOKS} sandbox_death_notice" - -sandbox_death_notice() { - ewarn "If configure failed with a 'cannot run C compiled programs' error, try this:" - ewarn "FEATURES=-sandbox emerge sandbox" -} - -sb_get_install_abis() { use multilib && get_install_abis || echo ${ABI:-default} ; } - -sb_foreach_abi() { - local OABI=${ABI} - for ABI in $(sb_get_install_abis) ; do - cd "${WORKDIR}/build-${ABI}" - einfo "Running $1 for ABI=${ABI}..." - "$@" - done - ABI=${OABI} -} - -src_unpack() { - unpacker - cd "${S}" - epatch "${FILESDIR}"/${P}-trace-hppa.patch #425062 - epatch "${FILESDIR}"/${P}-log-var.patch - epatch "${FILESDIR}"/${P}-static-close-fd.patch #364877 - epatch "${FILESDIR}"/${P}-desktop.patch #443672 - epatch "${FILESDIR}"/${P}-open-nofollow.patch #413441 - epatch "${FILESDIR}"/${P}-check-empty-paths-at.patch #346929 - epatch "${FILESDIR}"/${P}-no-pch.patch #425524 - epatch "${FILESDIR}"/${P}-gcc-5.patch - epatch_user -} - -sb_configure() { - mkdir "${WORKDIR}/build-${ABI}" - cd "${WORKDIR}/build-${ABI}" - - use multilib && multilib_toolchain_setup ${ABI} - - einfo "Configuring sandbox for ABI=${ABI}..." - ECONF_SOURCE="../${P}/" \ - econf ${myconf} || die -} - -sb_compile() { - emake || die -} - -src_compile() { - filter-lfs-flags #90228 - - # Run configures in parallel! - multijob_init - local OABI=${ABI} - for ABI in $(sb_get_install_abis) ; do - multijob_child_init sb_configure - done - ABI=${OABI} - multijob_finish - - sb_foreach_abi sb_compile -} - -sb_test() { - emake check TESTSUITEFLAGS="--jobs=$(makeopts_jobs)" || die -} - -src_test() { - sb_foreach_abi sb_test -} - -sb_install() { - emake DESTDIR="${D}" install || die - insinto /etc/sandbox.d #333131 - doins etc/sandbox.d/00default || die -} - -src_install() { - sb_foreach_abi sb_install - - doenvd "${FILESDIR}"/09sandbox - - keepdir /var/log/sandbox - fowners root:portage /var/log/sandbox - fperms 0770 /var/log/sandbox - - cd "${S}" - dodoc AUTHORS ChangeLog* NEWS README -} - -pkg_preinst() { - chown root:portage "${D}"/var/log/sandbox - chmod 0770 "${D}"/var/log/sandbox - - local old=$(find "${ROOT}"/lib* -maxdepth 1 -name 'libsandbox*') - if [[ -n ${old} ]] ; then - elog "Removing old sandbox libraries for you:" - elog ${old//${ROOT}} - find "${ROOT}"/lib* -maxdepth 1 -name 'libsandbox*' -exec rm -fv {} \; - fi -} - -pkg_postinst() { - chmod 0755 "${ROOT}"/etc/sandbox.d #265376 -} From e939704492b24a27ecc25358cdfc4cfcbdb1fe5f Mon Sep 17 00:00:00 2001 From: Geoff Levand Date: Tue, 24 Apr 2018 17:21:28 -0700 Subject: [PATCH 02/10] sys-apps/texinfo: Move to coreos-overlay Signed-off-by: Geoff Levand --- .../md5-cache/sys-apps/texinfo-4.13-r2 | 13 - .../metadata/md5-cache/sys-apps/texinfo-5.1 | 13 - .../metadata/md5-cache/sys-apps/texinfo-5.2 | 13 - .../portage-stable/sys-apps/texinfo/ChangeLog | 477 ------------------ .../portage-stable/sys-apps/texinfo/Manifest | 33 -- .../files/texinfo-4.13-accentenc-test.patch | 17 - .../texinfo/files/texinfo-4.13-docbook.patch | 66 --- .../texinfo-4.13-texi2dvi-regexp-range.patch | 23 - .../texinfo/files/texinfo-4.13-tinfo.patch | 24 - .../texinfo/files/texinfo-4.13-xz.patch | 130 ----- .../sys-apps/texinfo/metadata.xml | 5 - .../sys-apps/texinfo/texinfo-4.13-r2.ebuild | 58 --- .../sys-apps/texinfo/texinfo-5.1.ebuild | 42 -- .../sys-apps/texinfo/texinfo-5.2.ebuild | 41 -- 14 files changed, 955 deletions(-) delete mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/texinfo-4.13-r2 delete mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/texinfo-5.1 delete mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/texinfo-5.2 delete mode 100644 sdk_container/src/third_party/portage-stable/sys-apps/texinfo/ChangeLog delete mode 100644 sdk_container/src/third_party/portage-stable/sys-apps/texinfo/Manifest delete mode 100644 sdk_container/src/third_party/portage-stable/sys-apps/texinfo/files/texinfo-4.13-accentenc-test.patch delete mode 100644 sdk_container/src/third_party/portage-stable/sys-apps/texinfo/files/texinfo-4.13-docbook.patch delete mode 100644 sdk_container/src/third_party/portage-stable/sys-apps/texinfo/files/texinfo-4.13-texi2dvi-regexp-range.patch delete mode 100644 sdk_container/src/third_party/portage-stable/sys-apps/texinfo/files/texinfo-4.13-tinfo.patch delete mode 100644 sdk_container/src/third_party/portage-stable/sys-apps/texinfo/files/texinfo-4.13-xz.patch delete mode 100644 sdk_container/src/third_party/portage-stable/sys-apps/texinfo/metadata.xml delete mode 100644 sdk_container/src/third_party/portage-stable/sys-apps/texinfo/texinfo-4.13-r2.ebuild delete mode 100644 sdk_container/src/third_party/portage-stable/sys-apps/texinfo/texinfo-5.1.ebuild delete mode 100644 sdk_container/src/third_party/portage-stable/sys-apps/texinfo/texinfo-5.2.ebuild diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/texinfo-4.13-r2 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/texinfo-4.13-r2 deleted file mode 100644 index 874b59529e..0000000000 --- a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/texinfo-4.13-r2 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install prepare -DEPEND=!=app-text/tetex-2* >=sys-libs/ncurses-5.2-r2 nls? ( virtual/libintl ) app-arch/xz-utils nls? ( sys-devel/gettext ) -DESCRIPTION=The GNU info program and utilities -EAPI=2 -HOMEPAGE=http://www.gnu.org/software/texinfo/ -IUSE=nls static -KEYWORDS=alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd -LICENSE=GPL-3 -RDEPEND=!=app-text/tetex-2* >=sys-libs/ncurses-5.2-r2 nls? ( virtual/libintl ) -SLOT=0 -SRC_URI=mirror://gnu/texinfo/texinfo-4.13.tar.lzma -_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 227b041a120d309fdefbebb3b8c1dfa9 flag-o-matic 2274fcc1e7ef6affaff5bcd636275417 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 185a06792159ca143528e7010368e8af -_md5_=964c17e8546cf8290204626aa1d23f2f diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/texinfo-5.1 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/texinfo-5.1 deleted file mode 100644 index 9172958fa1..0000000000 --- a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/texinfo-5.1 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=configure install -DEPEND=!=app-text/tetex-2* >=sys-libs/ncurses-5.2-r2 dev-lang/perl dev-perl/libintl-perl dev-perl/Unicode-EastAsianWidth dev-perl/Text-Unidecode nls? ( virtual/libintl ) app-arch/xz-utils nls? ( sys-devel/gettext ) -DESCRIPTION=The GNU info program and utilities -EAPI=3 -HOMEPAGE=http://www.gnu.org/software/texinfo/ -IUSE=nls static -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd -LICENSE=GPL-3 -RDEPEND=!=app-text/tetex-2* >=sys-libs/ncurses-5.2-r2 dev-lang/perl dev-perl/libintl-perl dev-perl/Unicode-EastAsianWidth dev-perl/Text-Unidecode nls? ( virtual/libintl ) -SLOT=0 -SRC_URI=mirror://gnu/texinfo/texinfo-5.1.tar.xz -_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 227b041a120d309fdefbebb3b8c1dfa9 flag-o-matic 2274fcc1e7ef6affaff5bcd636275417 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 185a06792159ca143528e7010368e8af -_md5_=952c0cc426e4e6ef6b669f8c9a52387d diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/texinfo-5.2 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/texinfo-5.2 deleted file mode 100644 index 2db2b1ff05..0000000000 --- a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/texinfo-5.2 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=configure install -DEPEND=!=app-text/tetex-2* >=sys-libs/ncurses-5.2-r2 dev-lang/perl dev-perl/libintl-perl dev-perl/Unicode-EastAsianWidth dev-perl/Text-Unidecode nls? ( virtual/libintl ) app-arch/xz-utils nls? ( sys-devel/gettext ) -DESCRIPTION=The GNU info program and utilities -EAPI=4 -HOMEPAGE=http://www.gnu.org/software/texinfo/ -IUSE=nls static -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd -LICENSE=GPL-3 -RDEPEND=!=app-text/tetex-2* >=sys-libs/ncurses-5.2-r2 dev-lang/perl dev-perl/libintl-perl dev-perl/Unicode-EastAsianWidth dev-perl/Text-Unidecode nls? ( virtual/libintl ) -SLOT=0 -SRC_URI=mirror://gnu/texinfo/texinfo-5.2.tar.xz -_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 227b041a120d309fdefbebb3b8c1dfa9 flag-o-matic 2274fcc1e7ef6affaff5bcd636275417 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 185a06792159ca143528e7010368e8af -_md5_=e41db7bee93fdfc88a59fe1b2cfdb5fa diff --git a/sdk_container/src/third_party/portage-stable/sys-apps/texinfo/ChangeLog b/sdk_container/src/third_party/portage-stable/sys-apps/texinfo/ChangeLog deleted file mode 100644 index 27f14e07a9..0000000000 --- a/sdk_container/src/third_party/portage-stable/sys-apps/texinfo/ChangeLog +++ /dev/null @@ -1,477 +0,0 @@ -# ChangeLog for sys-apps/texinfo -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/ChangeLog,v 1.135 2014/01/18 19:27:30 vapier Exp $ - - 18 Jan 2014; Mike Frysinger texinfo-4.13-r2.ebuild, - texinfo-5.1.ebuild, texinfo-5.2.ebuild: - Add arm64 love. - - 27 Sep 2013; Tim Harder -texinfo-4.13.ebuild, - -texinfo-4.13-r1.ebuild: - Remove old. - -*texinfo-5.2 (27 Sep 2013) - - 27 Sep 2013; Tim Harder +texinfo-5.2.ebuild: - Version bump. - - 05 Sep 2013; Mike Frysinger texinfo-4.13-r2.ebuild: - Mark m68k stable #432282. - - 12 Apr 2013; Agostino Sarubbo texinfo-4.13-r2.ebuild: - Stable for ia64, wrt bug #432282 - - 09 Apr 2013; Jeroen Roovers texinfo-4.13-r2.ebuild: - Stable for HPPA (bug #432282). - - 05 Apr 2013; Agostino Sarubbo texinfo-4.13-r2.ebuild: - Stable for ppc64, wrt bug #432282 - - 05 Apr 2013; Agostino Sarubbo texinfo-4.13-r2.ebuild: - Stable for ppc, wrt bug #432282 - - 04 Apr 2013; Mike Frysinger - files/texinfo-4.13-tinfo.patch: - Re-order patch so the source files get patched first. - - 04 Apr 2013; Zac Medico texinfo-4.13-r2.ebuild: - Fix timestamp interaction between patch from bug #457556 and touch all for bug - #354589. - - 02 Apr 2013; Agostino Sarubbo texinfo-4.13-r2.ebuild: - Stable for s390, wrt bug #432282 - - 02 Apr 2013; Agostino Sarubbo texinfo-4.13-r2.ebuild: - Stable for arm, wrt bug #432282 - - 02 Apr 2013; Agostino Sarubbo texinfo-4.13-r2.ebuild: - Stable for sh, wrt bug #432282 - - 01 Apr 2013; Agostino Sarubbo texinfo-4.13-r2.ebuild: - Stable for alpha, wrt bug #432282 - - 31 Mar 2013; Agostino Sarubbo texinfo-4.13-r2.ebuild: - Stable for sparc, wrt bug #432282 - - 31 Mar 2013; Agostino Sarubbo texinfo-4.13-r2.ebuild: - Stable for x86, wrt bug #432282 - - 31 Mar 2013; Agostino Sarubbo texinfo-4.13-r2.ebuild: - Stable for amd64, wrt bug #432282 - -*texinfo-5.1 (31 Mar 2013) - - 31 Mar 2013; Mike Frysinger +texinfo-5.1.ebuild: - Version bump #462944 by Manuel Rüger. - - 03 Mar 2013; Samuli Suominen texinfo-4.13-r2.ebuild, - +files/texinfo-4.13-tinfo.patch: - Check for -ltinfo before -lncurses wrt #457556 by Travis Hansen - -*texinfo-4.13-r2 (24 May 2012) - - 24 May 2012; Diego E. Pettenò - +files/texinfo-4.13-docbook.patch, +texinfo-4.13-r2.ebuild: - Add a patch to fix docbook output; will be sent upstream as soon as I have the - form signed. - - 23 May 2012; Mike Frysinger texinfo-4.13-r1.ebuild: - Inherit eutils eclass for epatch. - - 26 Apr 2012; Alexis Ballier texinfo-4.13-r1.ebuild: - keyword ~amd64-fbsd - - 23 Apr 2011; Ryan Hill texinfo-4.13-r1.ebuild, - +files/texinfo-4.13-accentenc-test.patch: - Backport fix from upstream for accentenc test (bug #322151). - - 12 Feb 2011; Mike Frysinger texinfo-4.13-r1.ebuild: - Keep from regenerating man pages since their content is unchanged #354589 by - Alexey Sychev. - -*texinfo-4.13-r1 (10 Feb 2011) - - 10 Feb 2011; Mike Frysinger +texinfo-4.13-r1.ebuild, - +files/texinfo-4.13-texi2dvi-regexp-range.patch, - +files/texinfo-4.13-xz.patch: - Add fixes from upstream for grep regexp ranges #311885 by Martin von Gagern - and for XZ support #269742 by Martin Väth. - - 17 Mar 2009; Raúl Porcel texinfo-4.13.ebuild: - m68k stable wrt #259121, thanks to kolla for testing - - 06 Mar 2009; Jeroen Roovers texinfo-4.13.ebuild: - Stable for HPPA (bug #259121). - - 26 Feb 2009; Raúl Porcel texinfo-4.13.ebuild: - arm/ia64/s390/sh/sparc stable wrt #259121 - - 25 Feb 2009; Markus Meier texinfo-4.13.ebuild: - amd64/x86 stable, bug #259121 - - 24 Feb 2009; Joshua Kinard texinfo-4.13.ebuild: - Make texinfo cross-compiler safe (#196041) - - 22 Feb 2009; Tobias Klausmann texinfo-4.13.ebuild: - Stable on alpha, bug #259121 - - 16 Feb 2009; Brent Baude texinfo-4.13.ebuild: - stable ppc64, bug 259121 - - 16 Feb 2009; Brent Baude texinfo-4.13.ebuild: - stable ppc, bug 259121 - - 30 Dec 2008; Javier Villavicencio - texinfo-4.13.ebuild: - keyworded ~x86-fbsd. - - 14 Dec 2008; Alexis Ballier texinfo-4.13.ebuild: - keyword ~sparc-fbsd - -*texinfo-4.13 (22 Oct 2008) - - 22 Oct 2008; Robin H. Johnson +texinfo-4.13.ebuild: - Bug #220695, version bump to avoid whitespace problems with install-info. - -*texinfo-4.12 (05 May 2008) - - 05 May 2008; Mike Frysinger -texinfo-4.11.ebuild, - +texinfo-4.12.ebuild: - Version bump #219474 by Conrad Kostecki. - - 19 Apr 2008; Mike Frysinger - +files/texinfo-4.11-parallel-build.patch, texinfo-4.11-r1.ebuild: - Add fix from upstream for parallel build issues #214127 by Michael - Haubenwallner. - - 19 Apr 2008; Mike Frysinger texinfo-4.11-r1.ebuild: - Mark amd64 stable #214428. - - 03 Apr 2008; Brent Baude texinfo-4.11-r1.ebuild: - stable ppc, bug 214428 - - 30 Mar 2008; Raúl Porcel texinfo-4.11-r1.ebuild: - sparc stable wrt #214428 - - 29 Mar 2008; Mike Frysinger - +files/texinfo-4.11-test.patch, texinfo-4.11-r1.ebuild: - Make sure we test the newly compiled version #215359. - - 29 Mar 2008; Dawid Węgliński texinfo-4.11-r1.ebuild: - Stable on x86 (bug #214428) - - 27 Mar 2008; Raúl Porcel texinfo-4.11-r1.ebuild: - alpha/ia64 stable wrt #214428 - - 26 Mar 2008; Markus Rothe texinfo-4.11-r1.ebuild: - Stable on ppc64; bug #214428 - - 26 Mar 2008; Jeroen Roovers texinfo-4.11-r1.ebuild: - Stable for HPPA (bug #214428). - - 23 Mar 2008; Mike Frysinger - +files/texinfo-4.11-test-tex.patch, texinfo-4.11-r1.ebuild: - Fix from upstream for test failure when tex isnt installed #195313 by Ryan - Hill. - -*texinfo-4.11-r1 (12 Nov 2007) - - 12 Nov 2007; Mike Frysinger - +files/texinfo-4.11-dir-entry.patch, +texinfo-4.11-r1.ebuild: - Add fix from upstream for busted dir entries #198545 by Ulrich Mueller. - - 15 Oct 2007; Roy Marples texinfo-4.11.ebuild: - BSD keywords dropped for bug #195933. Restore once fixed. - Don't install charset.alias, #195148. - -*texinfo-4.11 (08 Oct 2007) - - 08 Oct 2007; Mike Frysinger +texinfo-4.11.ebuild: - Version bump #195027 by Elias Pipping. - - 11 May 2007; Joshua Kinard texinfo-4.8-r5.ebuild: - Stable on mips. - - 15 Nov 2006; Markus Rothe texinfo-4.8-r5.ebuild: - Stable on ppc64; bug #154316 - - 15 Nov 2006; Jeroen Roovers texinfo-4.8-r5.ebuild: - Stable for HPPA (bug #154316). - - 14 Nov 2006; Bryan Østergaard texinfo-4.8-r5.ebuild: - Stable on Alpha, bug 154316. - - 13 Nov 2006; Tobias Scherbaum - texinfo-4.8-r5.ebuild: - ppc stable, bug #154316 - - 11 Nov 2006; texinfo-4.8-r5.ebuild: - Stable amd64 wrt sec bug #154316 - - 10 Nov 2006; Gustavo Zacarias texinfo-4.8-r5.ebuild: - Stable on sparc wrt security #154316 - - 10 Nov 2006; Christian Faulhammer - texinfo-4.8-r5.ebuild: - stable x86, security bug #154316 - -*texinfo-4.8-r5 (09 Nov 2006) - - 09 Nov 2006; Mike Frysinger - +files/texinfo-4.8-buf-overflow-CVE-2006-4810.patch, - +texinfo-4.8-r5.ebuild: - Version bump #154316. - - 17 Oct 2006; Roy Marples texinfo-4.8-r4.ebuild: - Added ~sparc-fbsd keyword. - -*texinfo-4.8-r4 (20 Jul 2006) - - 20 Jul 2006; Mike Frysinger - +files/texinfo-4.8-bounds-check.patch, +texinfo-4.8-r4.ebuild: - Grab fix from upstream cvs for out of bounds error #140902 by Alexey Dobriyan. - - 23 May 2006; -texinfo-4.7-r1.ebuild, - -texinfo-4.8.ebuild, -texinfo-4.8-r1.ebuild: - - removed obsolete vuln ebuilds - - 22 May 2006; Danny van Dyk texinfo-4.8-r3.ebuild: - Updated previous fix to use tc-is-cross-compiler. - - 20 May 2006; texinfo-4.8-r3.ebuild: - - Cross-compile workaround #133429 - - 30 Mar 2006; Diego Pettenò texinfo-4.8-r3.ebuild: - Add ~x86-fbsd keyword. - -*texinfo-4.8-r3 (08 Feb 2006) - - 08 Feb 2006; Mike Frysinger - +files/texinfo-4.8-tempfile-owl.patch, +texinfo-4.8-r3.ebuild: - Update tempfile patch #114499. - -*texinfo-4.8-r2 (08 Oct 2005) - - 08 Oct 2005; Mike Frysinger - files/texinfo-4.8-tempfile.patch, +texinfo-4.8-r2.ebuild: - Fix segfault in previous tempfile fix #108416. - -*texinfo-4.8-r1 (29 Sep 2005) - - 29 Sep 2005; Mike Frysinger - +files/texinfo-4.8-tempfile.patch, +texinfo-4.8-r1.ebuild: - Fix insecure tempfile usage #106105. - - 17 Sep 2005; Ciaran McCreesh ChangeLog: - Converted to UTF-8, fixed encoding screwups - - 29 Jun 2005; Joshua Kinard texinfo-4.8.ebuild: - Marked stable on mips. - - 17 Jun 2005; Michael Hanselmann texinfo-4.8.ebuild: - Stable on ppc. - - 13 May 2005; Mike Frysinger - +files/texinfo-4.8-freebsd.patch, texinfo-4.8.ebuild: - Add a FreeBSD compatibility patch by Diego Pettenò #92434. - - 25 Apr 2005; Mike Frysinger texinfo-4.8.ebuild: - Add a workaround for broken dependencies until it can be fixed properly in - the makefile #85540. - - 09 Apr 2005; Markus Rothe texinfo-4.8.ebuild: - Stable on ppc64 - - 08 Apr 2005; Marcus D. Hanwell texinfo-4.8.ebuild: - Marked stable on amd64. - - 19 Mar 2005; Bryan Østergaard texinfo-4.8.ebuild: - Stable on alpha. - - 15 Mar 2005; Christian Birchinger texinfo-4.8.ebuild: - Added sparc stable keyword - - 15 Feb 2005; Kito texinfo-4.8.ebuild: - ~ppc-macos keyword - - 30 Jan 2005; Mike Frysinger texinfo-4.8.ebuild: - Don't install texi2pdf anymore since tetex does #76812 by Marius Mauch. - -*texinfo-4.8 (03 Jan 2005) - - 03 Jan 2005; Mike Frysinger +texinfo-4.8.ebuild: - Version bump. Magically fixes #74926 by spiritus in the process. - - 24 Aug 2004; Sven Wegener texinfo-4.6.ebuild, - texinfo-4.7-r1.ebuild, texinfo-4.7.ebuild: - WANT_AUTOMAKE_1_6=1 -> WANT_AUTOMAKE=1.6 - - 17 Aug 2004; Aron Griffis texinfo-4.7-r1.ebuild: - stable on alpha and ia64 - -*texinfo-4.7-r1 (22 Jul 2004) - - 22 Jul 2004; Jon Portnoy texinfo-4.7.ebuild, - texinfo-4.7-r1.ebuild, files/makeinfo.patch : - Added patch from bug #57960 to fix groff compilation. - -*texinfo-4.7 (19 Jul 2004) - - 19 Jul 2004; texinfo-4.7.ebuild: - version bump and added gnuconfig_update call, needed for atleast uclibc and - maybe others - - 04 Jul 2004; texinfo-4.6.ebuild: - added static USE flag to help assist when porting to new arches/libc's - - 01 Jul 2004; Jeremy Huddleston texinfo-4.5.ebuild, - texinfo-4.6.ebuild: - virtual/glibc -> virtual/libc - - 30 Jun 2004; Guy Martin texinfo-4.6.ebuild: - Marked stable on hppa. - - 29 Jun 2004; Joshua Kinard texinfo-4.6.ebuild: - Marked stable on sparc and mips. - - 27 Jun 2004; Aron Griffis texinfo-4.3-r1.ebuild, - texinfo-4.5.ebuild: - QA - fix use invocation - - 28 May 2004; Aron Griffis texinfo-4.6.ebuild: - Stable on alpha and x86 - - 09 Apr 2004; Travis Tilley texinfo-4.6.ebuild: - stable on amd64 - - 22 Oct 2003; Bartosch Pixa texinfo-4.6.ebuild: - set ppc in keywords - - 08 Sep 2003; Martin Schlemmer texinfo-4.3-r1.ebuild, - texinfo-4.5.ebuild, texinfo-4.6.ebuild: - Bootstrap fixes - -*texinfo-4.6 (02 Sep 2003) - - 02 Sep 2003; Martin Holzer texinfo-4.5.ebuild, - texinfo-4.6.ebuild: - Version bumped. - - 16 Jul 2003; root texinfo-4.5.ebuild: - Mark stable on ppc - - 24 Jun 2003; Aron Griffis texinfo-4.5.ebuild: - Mark stable on alpha - -*texinfo-4.5 (19 Feb 2003) - - 06 Jul 2003; Guy Martin texinfo-4.5.ebuild : - Marked stable on hppa. - - 22 Jun 2003; Joshua Kinard texinfo-4.5.ebuild: - Changed ~sparc to sparc in KEYWORDS - - 24 Feb 2003; Nicholas Wourms texinfo-4.5.ebuild : - Marked ebuild as stable for mips. - - 20 Feb 2003; Zach Welch texinfo-4.3-r1.ebuild : - Added arm to keywords. - - 19 Feb 2003; Martin Schlemmer texinfo-4.3.ebuild : - Added mips to keywords - - 07 Feb 2003; Guy Martin texinfo-4.3-r1.ebuild : - Added hppa to keywords. - - 08 Jan 2003; Jared Hudson texinfo-4.3-r1.ebuild : Fixed - bug where install-info wasn't being installed during bootstrap - (when USE contained 'build') - - 07 Jan 2003; Martin Schlemmer texinfo-4.3-r1.ebuild : - Mark stable for all. Sorry guys (other arch devs), I have a few bugs for - things that fails with earlier texinfo, so please forgive me for this :-) - -*texinfo-4.3-r1 (21 Nov 2002) - - 10 Mar 2003; Seemant Kulleen texinfo-4.2-r5.ebuild, - texinfo-4.2-r5.ebuild, texinfo-4.3-r1.ebuild, texinfo-4.3.ebuild, - texinfo-4.3.ebuild: - use epatch instead - - 24 Feb 2003; Nicholas Wourms texinfo-4.3-r1.ebuild : - Marked ebuild as stable for mips. - - 20 Nov 2002; Ingo Krabbe : - apply localization bugfix for install-info. - committed by satai@gentoo.org. - -*texinfo-4.3 (18 Nov 2002) - - 18 Nov 2002; Martin Schlemmer : - Update version. - -*texinfo-4.2b (20 Oct 2002) - - 20 Oct 2002; Martin Schlemmer : - Update version. - -*texinfo-4.2-r5 (8 Jul 2002) - - 06 Jan 2003; Jan Seidel texinfo-4.2-r5.ebuild : - Added mips to keywords. - - 1 Aug 2002; Martin Schlemmer texinfo-4.2-r5.ebuild : - Fix DEPEND. - - 24 Jul 2002; Mark Guertin : - Added ppc to keywords - - 14 Jul 2002; phoen][x texinfo-4.2-r5.ebuild : - Added KEYWORDS. - - 5 Jul 2002; Martin Schlemmer texinfo-4.2-r5.ebuild : - - Remove the part in src_install() that renames "texinfo" and "texinfo-*" - (the info files) to "texinfo.info" and "texinfo.info-*". This is replaced - by changing the Makefile.in to update the files that should be installed, - and modifying texinfo.txi to change the files being generated. This should - resolve an issue where the info pages was not readable, closing bug #4672. - -*texinfo-4.2-r4 (1 Jul 2002) - - 14 Jul 2002; phoen][x texinfo-4.2-r4.ebuild : - Added KEYWORDS. - - Remove automake DEPEND, as it is not needed, and pulls in perl during - bootstrap. - -*texinfo-4.2-r3 (27 Jun 2002) - - 27 Jun 2002; Seemant Kulleen texinfo-4.2-r3.ebuild - files/digest-texinfo-4.2-r3 : - - info pages now get merged into /usr/share/info instead of /var/tmp/.. - Thanks to vadim@berezniker.com (Vadim Berezniker) in bug #4241 - -*texinfo-4.2-r2 (5 June 2002) - 5 June 2002; Verwilst texinfo-4.2-r2.ebuild - activated the use build stuff, so i could enable texinfo in our gcc 3.1 - stage1 tarball. try/die fixes as well. - -*texinfo-4.2-r1 (22 May 2002) - 22 May 2002; Spider texinfo-4.2-r1.ebuild - Comment out all "use build" stuff and fix tabulation - -*texinfo-4.2 (18 May 2002) - 18 May 2002; Spider texinfo-4.2.ebuild : - updated some deps for automake stuff - - -*texinfo-4.0-r3 (18 May 2002) - 18 May 2002; Spider texinfo-4.0-r3.ebuild : - revival of the old ebuild. broken - - diff --git a/sdk_container/src/third_party/portage-stable/sys-apps/texinfo/Manifest b/sdk_container/src/third_party/portage-stable/sys-apps/texinfo/Manifest deleted file mode 100644 index a3eb63a87b..0000000000 --- a/sdk_container/src/third_party/portage-stable/sys-apps/texinfo/Manifest +++ /dev/null @@ -1,33 +0,0 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA256 - -AUX texinfo-4.13-accentenc-test.patch 397 SHA256 22bbe0e3339453e3ce1614b1b315cad65c2d83691378917519556b54e3408e22 SHA512 32f4e7570d45fcdd305ac6dd67a12732778731010195f8148bb357501074de2caad91bfadf644a713a483b00820690161327e9bd0633f5ae582d80595f23d4fc WHIRLPOOL 0f2d9fb1cea4d652ccbac0f4e87a98f39cb8cd81dcc326397a6d41400e66cc410068a312300deeaccd4cd49ae41137977e74322caf0312f5ca7f2523a3a762c3 -AUX texinfo-4.13-docbook.patch 1951 SHA256 8bcd3a4a68bcaeacb64826086b44b09624799400fedce2ee00f239d7e1ef0af6 SHA512 5a03545cc0a07649ef15a54767e5ef3a3b228a965c4a10c50b5dbcd7ca90c2fa67c8c16de7869925d471bae6a1fcb9a1f525577d37c3ddd26bf75915a89756f1 WHIRLPOOL a1414059287d2074f68b67ec5c8067047eb7ec791426970463f8455618158b29e7124fb09f922314a1b12e810b2843cff93e3a7590cc848ba27b04b2bd470a82 -AUX texinfo-4.13-texi2dvi-regexp-range.patch 980 SHA256 7e243e2d1c5a7f7ce466d4a5a6448520fdb8e1a8ef8bf053afef1992855e489f SHA512 42c861c7ae64f05d570da4e0be36c2cbb86d96c8d75f6673caca9c5f5c8d87033be440c15114a6f0309bd1b4dfd5e9356cfd5bb12bf5a0e2c3c6df279e47e71c WHIRLPOOL c303da473f07fa4e638c30a658e261216519f5a22d6a85f7a63193c52e9c5da860cc876d951817fc4b771524dd32e9f02bd83eedd283f0b602b7a58220428a48 -AUX texinfo-4.13-tinfo.patch 948 SHA256 7af60b1fb1097f3b88faff7f2da006d94632f61a309a20a2c3dbf9bd68dde608 SHA512 78602c8822117500902eff0251545025fbbd739ef4f0dd1f15bee0698e5e441a62415b0e3176fc5662064d7bcf7456985b566a1f6830c64f25325a56ada9aa22 WHIRLPOOL 005bb9dae6a607aab30db7d24805ad9df76d939986fb0b6fdad7de327358b72e4df1f975c42231705125cf0a266d5bc505821e48e71db3b7d43872890983fc8a -AUX texinfo-4.13-xz.patch 4928 SHA256 58232da01f25341427ff3d2d47d6c62c76744d2935ea119131ce6ec21f2f876a SHA512 030bfcc056dbd829bb40b2955d5aa8bc208c362a444ad763814ea13e2a98f0e04a5fac8bb6cfdfe9ecd4002955d0e8cf33482fab33eaa99c78a305cdf07570e8 WHIRLPOOL 599b618f3010ee58c9862c2db32a0204031c50d84eeb21129ee30d206d5ab10210e458496f32259c79ffcdf88516a2bcba511157513bbf1d14e65d5eba5a6e61 -DIST texinfo-4.13.tar.lzma 1563777 SHA256 6d28b0ceae866e3536142fc552e7a3bc9f84c8303119c25731b2478eef64c9e5 SHA512 bded399ed5fcf97dfa72d9486df91ecfc501301d83929b09b230aee2b8ad6994b7d7b5965b04d43de729cee30575b2334cf75879ad0a61c4b781ccc16d6c12db WHIRLPOOL 6ef9d5e47cae7c6a94272e35bafe0716e617691b6b549a59ef8f95244f1b9a94e9adb79db38cf8e23166a43e84725e3eb01c971c8894bc4201aa743a44170c35 -DIST texinfo-5.1.tar.xz 3752460 SHA256 181d802ffd01c915e32804aca1ee9fb8023e8587d6dcb2c7aaa3234462d9c420 SHA512 d6145055651e8652efc302e9ce75acf8b5665e7a65df52eca192ea2c770288747c0f92aa9246fac119a16fab48b0d3bbd84797c72f418374dda17e565813fe37 WHIRLPOOL d6f5335eb5f1985b2cdeb4a5b36cee044dfc4f7319828d105bc6e097786ad50076bb886fef0c1a8ac1c32137463ee2d396895e8159f2d4d990cd0a74f283ae41 -DIST texinfo-5.2.tar.xz 3812944 SHA256 5471ef683a64588a7cfef46ef2bdd3fbcbca89d847e10832612293f105e44eda SHA512 6f9c5142db3b155bd601149b5632807b3c20dcfa7006ce5f7e120e6fc4b2174a3f4671c18232c040ffd69ebfb5950be5c563ac5cc08b88d03eb5a9f1b0f96c04 WHIRLPOOL 609f0c2ac4deccf85f99cae3f681ce3892c7822988a84970171dec0f1224052861b3ac3fac97e666016bac4469b0e8446133c775a20f7201ff6dffa90fc84290 -EBUILD texinfo-4.13-r2.ebuild 1638 SHA256 c3c093e7cb7d6686d4638ae4fd0adfe0ef6082a3af242464741d01760c306cc0 SHA512 774386f0d82debe7706d96eef0b4e0619d4c0e95c319efd19f967f38b65e8da5952cdf0c3b363463a712ee04ef2670771c1d101a63849e02351a640edb58cc09 WHIRLPOOL b4fa3de68fb6ad03ac717a446aa353e6b7c9b7de58ab5a02d855de43b292e85917cde06dd0457821afa33af0a93989af67c07435c1fb6427e0c59cad8bd9d4e5 -EBUILD texinfo-5.1.ebuild 1137 SHA256 9d4ab8ab132033ae1efab2cddd431a7e56ac2ec42ab628d348b111ff74e8a490 SHA512 2c1c8c7ec57a0aab87e78c974dfbe49341a2ae6e8e2ddc2cdb7310b449711a7fb56e21bdeccbf5a5c2a05966212e83d0268b1e3b9be0b7ab32b74b10ed646c81 WHIRLPOOL 5b4bc14e8c664e167f25344ba60d181e68505bee1e6112a1aad912357cfa0ebd81a12b18c61a4ea08aa3d7a146e50db97974f22eeb4faf11ee4fbe2382206309 -EBUILD texinfo-5.2.ebuild 1067 SHA256 407851f8ba2f8bff90f4b5d016bf8fdb51138deefb2e21f02e22a1cdf9b26727 SHA512 e03b6c5e6a3beda40f9554897cfe53bda9e71d4fe6a25c286a89aee0e8cab8f352537a059bab8e4276966185ce99b9796ed6b8fe75ccc9ceb40f095d426a7bac WHIRLPOOL c4bd195aa987d095bd84e72cff293725c81a5c9e43240444e9a739b34ffcdfcc8fbcf2fbad5cc2d7546c5cf4d77fbadad7716c35afc8c4180f237a13556819d0 -MISC ChangeLog 16331 SHA256 5e8548638a37de5305e62b43953f0bc4f368b2fae0b811e89e17a8798d2aae40 SHA512 737adc8e2f782812b68ebab0877f51461b74731376a69de0624472b27f135734e69d060c8eb789f11e208a7be6422839e3dedb39f3ffeb5239e18fa46ee35dc7 WHIRLPOOL 953351a46854c43d2811523a419cd5940da5ed34763119eb0be69a67bb8c16f8bc1d850faac6490b946fd50ac09348b8632acfc91c5956f4491aeca850c642aa -MISC metadata.xml 164 SHA256 f5f2891f2a4791cd31350bb2bb572131ad7235cd0eeb124c9912c187ac10ce92 SHA512 8eb0d5153d388f6ea069c64b93882244816a0a09aecc0d73cb872121ce0eb24c5ccafa96aad0b620b2300f319e1af101fa7fa6c5d0d561719d49bb07da0a2eca WHIRLPOOL 11a1441bddb7a6c69653c663902b7da5767ae6ad515ac2aabfc42fe37927a1ccc21472deeee454009ff720201a41c3e4a912df42661a0a87150fb46126da2d52 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.22 (GNU/Linux) - -iQIcBAEBCAAGBQJS2tWmAAoJEPGu1DbS6WIAbyEP/2Zhhr/3L7NAtf5S3SjSGX4d -OzK1FEzF+tlg2V+Z4fCGn83mMkV0WxyiJQcVBRuESwXVQp9KNThgPMn7Cjbbr4yv -YXh7z//zy0+eWKufAD3lEh/oGRTuBgZwVI8GqwH2zlWJa0lpQYigQruPyJ/KVmY2 -Afo/DhdfEIaVWfEnUd7sLE/b2uj4vbrduv9GJwJWtUULwCVQmIxePj0cmJZTQiyJ -CfiyenDtRp/x95533PlGbYYqnRPkBYK7OGXyJ+B+Kx+J8yVqGFnO6lbZ/kApof8C -Uh4PF4hAu9z95ZRtXho30TcjsiJnHop1nLzIhT7v4HoikzJetd+ZpnOtpbGShAWl -EtkbLTF6gLZ/ZFcbdNN05Be+yLlPCWwYSU9u+y/WzWtxWDjWzTUtAuY5pG2u7+oE -csqqq4tGDvMq3SN8Kp0005PT6VDz/9yE8V4W6PASntoOqQ5rybvZSmKnXUXVREKw -q1tD3s6zcswOQHB6wfDXc3bwmMgLwRjAPFarJ2HVSZSddsCud3EJ6TjTAnsi9my2 -24UqH98bcKOwZxcSfqyJr1QTNph4+LEBgASPNPnQ6kW9ZOr1i79RRry0pZLvAm8+ -IDTptHBjV3MPPi+zodl1y70nycxPI+sJXEQV+9e+ueQFsW/qZFx3ACzqkLHLk6wP -9TGZlTWTLm/+jLl7bwa1 -=U7qW ------END PGP SIGNATURE----- diff --git a/sdk_container/src/third_party/portage-stable/sys-apps/texinfo/files/texinfo-4.13-accentenc-test.patch b/sdk_container/src/third_party/portage-stable/sys-apps/texinfo/files/texinfo-4.13-accentenc-test.patch deleted file mode 100644 index ad470faf0d..0000000000 --- a/sdk_container/src/third_party/portage-stable/sys-apps/texinfo/files/texinfo-4.13-accentenc-test.patch +++ /dev/null @@ -1,17 +0,0 @@ -Fails in UTF-8 locales with grep-2.6 - -https://bugs.gentoo.org/322151 -https://savannah.gnu.org/bugs/index.php?31068 - ---- a/makeinfo/tests/accentenc -+++ b/makeinfo/tests/accentenc -@@ -1,7 +1,8 @@ - #!/bin/sh - # Test encoded accent info output. - --unset TEXINFO_OUTPUT -+unset TEXINFO_OUTPUT LANG LANGUAGE -+LC_ALL=POSIX; export LC_ALL - : ${srcdir=.} - input=`basename $0`.txi - output=`basename $0`.info diff --git a/sdk_container/src/third_party/portage-stable/sys-apps/texinfo/files/texinfo-4.13-docbook.patch b/sdk_container/src/third_party/portage-stable/sys-apps/texinfo/files/texinfo-4.13-docbook.patch deleted file mode 100644 index 0622b94f98..0000000000 --- a/sdk_container/src/third_party/portage-stable/sys-apps/texinfo/files/texinfo-4.13-docbook.patch +++ /dev/null @@ -1,66 +0,0 @@ ---- texinfo-4.13.orig/makeinfo/cmds.c 2008-05-22 05:11:34.000000000 -0700 -+++ texinfo-4.13/makeinfo/cmds.c 2012-05-23 18:31:57.108264307 -0700 -@@ -1560,7 +1560,7 @@ cm_setfilename (void) - char *filename; - get_rest_of_line (1, &filename); - /* warning ("`@%s %s' encountered and ignored", command, filename); */ -- if (xml) -+ if (xml && !docbook) - add_word_args ("%s", filename); - free (filename); - } ---- texinfo-4.13.orig/makeinfo/node.c 2008-07-05 16:59:47.000000000 -0700 -+++ texinfo-4.13/makeinfo/node.c 2012-05-23 17:02:46.517345024 -0700 -@@ -1233,10 +1233,12 @@ cm_anchor (int arg) - } - else if (xml || docbook) - { -+ char *id = xml_id(anchor); - xml_insert_element_with_attribute (ANCHOR, START, - docbook ? "id=\"%s\"" : "name=\"%s\"", -- anchor); -+ id); - xml_insert_element (ANCHOR, END); -+ free(id); - } - - /* Save it in the tag table. */ ---- texinfo-4.13.orig/makeinfo/xml.c 2008-02-12 17:00:55.000000000 -0800 -+++ texinfo-4.13/makeinfo/xml.c 2012-05-23 17:20:13.698858895 -0700 -@@ -586,21 +586,27 @@ static int in_indexterm = 0; - char * - xml_id (char *id) - { -- char *tem = xmalloc (strlen (id) + 1); -+ /* Get an extra space to accomodate adding an i-prefix. */ -+ char *tem = xmalloc (strlen (id) + 2); - char *p = tem; -- strcpy (tem, id); -+ -+ /* First character cannot be a number, '-' or '.'. Just always add -+ an i if we're not starting with a alphanumeric character -+ already, to simplify the code. -+ */ -+ if (!isalpha(*id)) -+ { -+ *p++ = 'i'; -+ } -+ -+ strcpy (p, id); -+ - while (*p) - { -- if (strchr (":\" \t\f\r\n", *p)) -+ if (!isalnum (*p) && !strchr (":_.-", *p)) - *p = '-'; - p++; - } -- p = tem; -- -- /* First character cannot be a number. Clearly we should make this -- dependent on the actual numeral found. */ -- if (strchr ("0123456789", *p)) -- *p = 'i'; - - return tem; - } diff --git a/sdk_container/src/third_party/portage-stable/sys-apps/texinfo/files/texinfo-4.13-texi2dvi-regexp-range.patch b/sdk_container/src/third_party/portage-stable/sys-apps/texinfo/files/texinfo-4.13-texi2dvi-regexp-range.patch deleted file mode 100644 index 01b0746def..0000000000 --- a/sdk_container/src/third_party/portage-stable/sys-apps/texinfo/files/texinfo-4.13-texi2dvi-regexp-range.patch +++ /dev/null @@ -1,23 +0,0 @@ -Fix texi2dvi problem with egrep in some locales. -This patch is taken from the texinfo CVS repository, but stripped of -keyword substitutions to make it apply to a wider range of source code -revisions. - -Fix suggested by Martin von Gagern on 2010-03-29, committed by Karl Berry. - -References: -http://bugs.gentoo.org/311885 -http://thread.gmane.org/gmane.comp.tex.texinfo.bugs/5023 -http://cvs.savannah.gnu.org/viewvc/texinfo/util/texi2dvi?root=texinfo&r1=1.157&r2=1.158 - ---- util/texi2dvi 2010/02/09 18:37:08 1.157 -+++ util/texi2dvi 2010/03/30 23:13:37 1.158 -@@ -1848,7 +1848,7 @@ - - # If the COMMAND_LINE_FILENAME is not absolute (e.g., --debug.tex), - # prepend `./' in order to avoid that the tools take it as an option. -- echo "$command_line_filename" | $EGREP '^(/|[A-z]:/)' >&6 \ -+ echo "$command_line_filename" | $EGREP '^(/|[A-Za-z]:/)' >&6 \ - || command_line_filename="./$command_line_filename" - - # See if the file exists. If it doesn't we're in trouble since, even diff --git a/sdk_container/src/third_party/portage-stable/sys-apps/texinfo/files/texinfo-4.13-tinfo.patch b/sdk_container/src/third_party/portage-stable/sys-apps/texinfo/files/texinfo-4.13-tinfo.patch deleted file mode 100644 index 10a557a303..0000000000 --- a/sdk_container/src/third_party/portage-stable/sys-apps/texinfo/files/texinfo-4.13-tinfo.patch +++ /dev/null @@ -1,24 +0,0 @@ -http://bugs.gentoo.org/457556 - ---- configure.ac -+++ configure.ac -@@ -130,7 +130,7 @@ - # rather ncurses. So we check for it. - TERMLIBS= - # Check for termlib before termcap because Solaris termcap needs libucb. --TERMLIB_VARIANTS="ncurses curses termlib termcap terminfo" -+TERMLIB_VARIANTS="tinfo ncurses curses termlib termcap terminfo" - for termlib in ${TERMLIB_VARIANTS}; do - AC_CHECK_LIB(${termlib}, tgetent, - [TERMLIBS="${TERMLIBS} -l${termlib}"; break]) ---- configure -+++ configure -@@ -17477,7 +17477,7 @@ - # rather ncurses. So we check for it. - TERMLIBS= - # Check for termlib before termcap because Solaris termcap needs libucb. --TERMLIB_VARIANTS="ncurses curses termlib termcap terminfo" -+TERMLIB_VARIANTS="tinfo ncurses curses termlib termcap terminfo" - for termlib in ${TERMLIB_VARIANTS}; do - as_ac_Lib=`$as_echo "ac_cv_lib_${termlib}''_tgetent" | $as_tr_sh` - { $as_echo "$as_me:$LINENO: checking for tgetent in -l${termlib}" >&5 diff --git a/sdk_container/src/third_party/portage-stable/sys-apps/texinfo/files/texinfo-4.13-xz.patch b/sdk_container/src/third_party/portage-stable/sys-apps/texinfo/files/texinfo-4.13-xz.patch deleted file mode 100644 index f5bb023be5..0000000000 --- a/sdk_container/src/third_party/portage-stable/sys-apps/texinfo/files/texinfo-4.13-xz.patch +++ /dev/null @@ -1,130 +0,0 @@ -https://bugs.gentoo.org/269742 - -From bfae00d02b5fb3a2ce34c09d2dbf0ca2f96b154f Mon Sep 17 00:00:00 2001 -From: Karl Berry -Date: Sat, 14 Mar 2009 17:57:41 +0000 -Subject: [PATCH] support xz compression, http://tukaani.org/xz - ---- - ChangeLog | 6 ++++++ - NEWS | 4 ++++ - doc/info-stnd.texi | 34 +++++++++++++++++----------------- - info/filesys.c | 1 + - install-info/install-info.c | 29 +++++++++++++++++++++++++---- - 5 files changed, 53 insertions(+), 21 deletions(-) - -2009-03-14 Karl Berry - - * info/filesys.c (compress_suffixes): add .xz/unxz. - - * info/filesys.h (DEFAULT_INFOPATH): include PATH by default. - -diff --git a/doc/info-stnd.texi b/doc/info-stnd.texi -index 2bd67f3..c730cff 100644 ---- a/doc/info-stnd.texi -+++ b/doc/info-stnd.texi -@@ -202,21 +202,21 @@ directory. - @cindex Info files, compressed - In every directory Info tries, if @var{filename} is not found, Info - looks for it with a number of known extensions of Info files@footnote{ --@file{.info}, @file{-info}, @file{/index}, and @file{.inf}.}. For every --known extension, Info looks for a compressed file, if a regular file --isn't found. Info supports files compressed with @code{gzip}, --@code{bzip2}, @code{compress} and @code{yabba} programs; it calls --@code{gunzip}, @code{bunzip2}, @code{uncompress} and @code{unyabba}, --accordingly, to decompress such files. Compressed Info files are --assumed to have @file{.z}, @file{.gz}, @file{.bz2}, @file{.Z}, or --@file{.Y} extensions, possibly in addition to one of the known Info --files extensions@footnote{The MS-DOS version allows for the Info --extension, such as @code{.inf}, and the short compressed file --extensions, such as @file{.z} and @file{.gz}, to be merged into a single --extension, since DOS doesn't allow more than a single dot in the --basename of a file. Thus, on MS-DOS, if Info looks for @file{bison}, --file names like @file{bison.igz} and @file{bison.inz} will be found and --decompressed by @code{gunzip}.}. -+@file{.info}, @file{-info}, @file{/index}, and @file{.inf}.}. For -+every known extension, Info looks for a compressed file, if a regular -+file isn't found. Info supports files compressed with @code{gzip}, -+@code{xz}, @code{bzip2}, @code{lzma}, @code{compress} and @code{yabba} -+programs, assumed to have @file{.z}, @file{.gz}, @file{.xz}, -+@file{.bz2}, @file{.lzma}, @file{.Z}, or @file{.Y} extensions, -+possibly after one of the known Info files extensions. -+ -+On MS-DOS, Info allows for the Info extension, such as @code{.inf}, -+and the short compressed file extensions, such as @file{.z} and -+@file{.gz}, to be merged into a single extension, since DOS doesn't -+allow more than a single dot in the basename of a file. Thus, on -+MS-DOS, if Info looks for @file{bison}, file names like -+@file{bison.igz} and @file{bison.inz} will be found and decompressed -+by @code{gunzip}. - - @item --help - @itemx -h -diff --git a/info/filesys.c b/info/filesys.c -index fdd18a8..5e795bc 100644 ---- a/info/filesys.c -+++ b/info/filesys.c -@@ -55,6 +55,7 @@ static char *info_suffixes[] = { - - static COMPRESSION_ALIST compress_suffixes[] = { - { ".gz", "gunzip" }, -+ { ".xz", "unxz" }, - { ".bz2", "bunzip2" }, - { ".z", "gunzip" }, - { ".lzma", "unlzma" }, -diff --git a/install-info/install-info.c b/install-info/install-info.c -index 24669b3..0f18ca4 100644 ---- a/install-info/install-info.c -+++ b/install-info/install-info.c -@@ -400,6 +400,11 @@ strip_info_suffix (char *fname) - len -= 3; - ret[len] = 0; - } -+ else if (len > 3 && FILENAME_CMP (ret + len - 3, ".xz") == 0) -+ { -+ len -= 3; -+ ret[len] = 0; -+ } - else if (len > 4 && FILENAME_CMP (ret + len - 4, ".bz2") == 0) - { - len -= 4; -@@ -659,6 +664,12 @@ open_possibly_compressed_file (char *filename, - { - *opened_filename = concat (filename, ".gz", ""); - f = fopen (*opened_filename, FOPEN_RBIN); -+ } -+ if (!f) -+ { -+ *opened_filename = concat (filename, ".xz", ""); -+ f = fopen (*opened_filename, FOPEN_RBIN); -+ } - if (!f) - { - free (*opened_filename); -@@ -702,7 +712,6 @@ open_possibly_compressed_file (char *filename, - else - pfatal_with_name (filename); - } -- } - - /* Read first few bytes of file rather than relying on the filename. - If the file is shorter than this it can't be usable anyway. */ -@@ -727,6 +736,15 @@ open_possibly_compressed_file (char *filename, - #else - *compression_program = "gzip"; - #endif -+ -+ else if (data[0] == '\xFD' && data[1] == '7' && data[2] == 'z' -+ && data[3] == 'X' && data[4] == 'Z' && data[5] == 0) -+#ifndef STRIP_DOT_EXE -+ *compression_program = "xz.exe"; -+#else -+ *compression_program = "xz"; -+#endif -+ - else if (data[0] == 'B' && data[1] == 'Z' && data[2] == 'h') - #ifndef STRIP_DOT_EXE - *compression_program = "bzip2.exe"; --- -1.7.4.rc2 - diff --git a/sdk_container/src/third_party/portage-stable/sys-apps/texinfo/metadata.xml b/sdk_container/src/third_party/portage-stable/sys-apps/texinfo/metadata.xml deleted file mode 100644 index 96a2d58636..0000000000 --- a/sdk_container/src/third_party/portage-stable/sys-apps/texinfo/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - -base-system - diff --git a/sdk_container/src/third_party/portage-stable/sys-apps/texinfo/texinfo-4.13-r2.ebuild b/sdk_container/src/third_party/portage-stable/sys-apps/texinfo/texinfo-4.13-r2.ebuild deleted file mode 100644 index 9d00c96598..0000000000 --- a/sdk_container/src/third_party/portage-stable/sys-apps/texinfo/texinfo-4.13-r2.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/texinfo-4.13-r2.ebuild,v 1.16 2014/01/18 19:27:30 vapier Exp $ - -EAPI="2" - -inherit flag-o-matic eutils - -DESCRIPTION="The GNU info program and utilities" -HOMEPAGE="http://www.gnu.org/software/texinfo/" -SRC_URI="mirror://gnu/${PN}/${P}.tar.lzma" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" -IUSE="nls static" - -RDEPEND="!=app-text/tetex-2* - >=sys-libs/ncurses-5.2-r2 - nls? ( virtual/libintl )" -DEPEND="${RDEPEND} - app-arch/xz-utils - nls? ( sys-devel/gettext )" - -src_prepare() { - epatch "${FILESDIR}"/${P}-xz.patch #269742 - touch doc/install-info.1 #354589 - epatch "${FILESDIR}"/${P}-texi2dvi-regexp-range.patch #311885 - epatch "${FILESDIR}"/${P}-accentenc-test.patch - # waiting to be sent upstream for my copyright assignment form to be - # ready - Flameeyes - epatch "${FILESDIR}"/${P}-docbook.patch - epatch "${FILESDIR}"/${P}-tinfo.patch #457556 - # timestamps must be newer than configure.ac touched by ${P}-tinfo.patch - touch doc/{texi2dvi,texi2pdf,pdftexi2dvi}.1 #354589 -} - -src_configure() { - use static && append-ldflags -static - econf $(use_enable nls) -} - -src_compile() { - # Make cross-compiler safe (#196041) - if tc-is-cross-compiler ; then - emake -C tools/gnulib/lib || die - fi - - emake || die -} - -src_install() { - emake DESTDIR="${D}" install || die - - dodoc AUTHORS ChangeLog INTRODUCTION NEWS README TODO - newdoc info/README README.info - newdoc makeinfo/README README.makeinfo -} diff --git a/sdk_container/src/third_party/portage-stable/sys-apps/texinfo/texinfo-5.1.ebuild b/sdk_container/src/third_party/portage-stable/sys-apps/texinfo/texinfo-5.1.ebuild deleted file mode 100644 index 96fa2c5472..0000000000 --- a/sdk_container/src/third_party/portage-stable/sys-apps/texinfo/texinfo-5.1.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/texinfo-5.1.ebuild,v 1.2 2014/01/18 19:27:30 vapier Exp $ - -EAPI="3" - -inherit flag-o-matic - -DESCRIPTION="The GNU info program and utilities" -HOMEPAGE="http://www.gnu.org/software/texinfo/" -SRC_URI="mirror://gnu/${PN}/${P}.tar.xz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" -IUSE="nls static" - -RDEPEND="!=app-text/tetex-2* - >=sys-libs/ncurses-5.2-r2 - dev-lang/perl - dev-perl/libintl-perl - dev-perl/Unicode-EastAsianWidth - dev-perl/Text-Unidecode - nls? ( virtual/libintl )" -DEPEND="${RDEPEND} - app-arch/xz-utils - nls? ( sys-devel/gettext )" - -src_configure() { - use static && append-ldflags -static - econf \ - --with-external-libintl-perl \ - --with-external-Unicode-EastAsianWidth \ - --with-external-Text-Unidecode \ - $(use_enable nls) -} - -src_install() { - emake DESTDIR="${D}" install || die - dodoc AUTHORS ChangeLog NEWS README TODO - newdoc info/README README.info -} diff --git a/sdk_container/src/third_party/portage-stable/sys-apps/texinfo/texinfo-5.2.ebuild b/sdk_container/src/third_party/portage-stable/sys-apps/texinfo/texinfo-5.2.ebuild deleted file mode 100644 index 869a2fd4a8..0000000000 --- a/sdk_container/src/third_party/portage-stable/sys-apps/texinfo/texinfo-5.2.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/texinfo-5.2.ebuild,v 1.2 2014/01/18 19:27:30 vapier Exp $ - -EAPI="4" - -inherit flag-o-matic - -DESCRIPTION="The GNU info program and utilities" -HOMEPAGE="http://www.gnu.org/software/texinfo/" -SRC_URI="mirror://gnu/${PN}/${P}.tar.xz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" -IUSE="nls static" - -RDEPEND="!=app-text/tetex-2* - >=sys-libs/ncurses-5.2-r2 - dev-lang/perl - dev-perl/libintl-perl - dev-perl/Unicode-EastAsianWidth - dev-perl/Text-Unidecode - nls? ( virtual/libintl )" -DEPEND="${RDEPEND} - app-arch/xz-utils - nls? ( sys-devel/gettext )" - -src_configure() { - use static && append-ldflags -static - econf \ - --with-external-libintl-perl \ - --with-external-Unicode-EastAsianWidth \ - --with-external-Text-Unidecode \ - $(use_enable nls) -} - -src_install() { - default - newdoc info/README README.info -} From ed3e0ac8fbd2b82271d6b6b7959e5bdc64d4dd55 Mon Sep 17 00:00:00 2001 From: Geoff Levand Date: Tue, 24 Apr 2018 17:21:28 -0700 Subject: [PATCH 03/10] dev-util/catalyst: Import latest Signed-off-by: Geoff Levand --- .../dev-util/catalyst/ChangeLog | 1575 ----------------- .../portage-stable/dev-util/catalyst/Manifest | 39 +- ....0.17.ebuild => catalyst-2.0.18-r1.ebuild} | 28 +- ....0.16.ebuild => catalyst-2.0.18-r4.ebuild} | 37 +- .../catalyst/catalyst-2.0.9999.ebuild | 22 +- ...st-2.9999.ebuild => catalyst-3.0.0.ebuild} | 31 +- .../dev-util/catalyst/catalyst-3.0.1.ebuild | 65 + .../dev-util/catalyst/catalyst-9999.ebuild | 32 +- ...atalyst-2.0.18-Do-notuntarwith--acls.patch | 95 + .../files/catalyst-2.0.18-fix-quotes.patch | 38 + .../catalyst-2.0.18-remove-machine-id.patch | 25 + .../catalyst-2.0.18-stage1-export-ROOT.patch | 42 + .../dev-util/catalyst/metadata.xml | 7 +- 13 files changed, 365 insertions(+), 1671 deletions(-) delete mode 100644 sdk_container/src/third_party/portage-stable/dev-util/catalyst/ChangeLog rename sdk_container/src/third_party/portage-stable/dev-util/catalyst/{catalyst-2.0.17.ebuild => catalyst-2.0.18-r1.ebuild} (79%) rename sdk_container/src/third_party/portage-stable/dev-util/catalyst/{catalyst-2.0.16.ebuild => catalyst-2.0.18-r4.ebuild} (73%) rename sdk_container/src/third_party/portage-stable/dev-util/catalyst/{catalyst-2.9999.ebuild => catalyst-3.0.0.ebuild} (56%) create mode 100644 sdk_container/src/third_party/portage-stable/dev-util/catalyst/catalyst-3.0.1.ebuild create mode 100644 sdk_container/src/third_party/portage-stable/dev-util/catalyst/files/catalyst-2.0.18-Do-notuntarwith--acls.patch create mode 100644 sdk_container/src/third_party/portage-stable/dev-util/catalyst/files/catalyst-2.0.18-fix-quotes.patch create mode 100644 sdk_container/src/third_party/portage-stable/dev-util/catalyst/files/catalyst-2.0.18-remove-machine-id.patch create mode 100644 sdk_container/src/third_party/portage-stable/dev-util/catalyst/files/catalyst-2.0.18-stage1-export-ROOT.patch diff --git a/sdk_container/src/third_party/portage-stable/dev-util/catalyst/ChangeLog b/sdk_container/src/third_party/portage-stable/dev-util/catalyst/ChangeLog deleted file mode 100644 index dc2c1def73..0000000000 --- a/sdk_container/src/third_party/portage-stable/dev-util/catalyst/ChangeLog +++ /dev/null @@ -1,1575 +0,0 @@ -# ChangeLog for dev-util/catalyst -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/catalyst/ChangeLog,v 1.274 2014/05/18 22:49:31 dolsen Exp $ - -*catalyst-2.0.17 (18 May 2014) - - 18 May 2014; Brian Dolbec -catalyst-2.0.12.2.ebuild, - -catalyst-2.0.14.ebuild, -catalyst-2.0.15.ebuild, +catalyst-2.0.17.ebuild: - Version bump, remove old versions. - - 02 Mar 2014; Brian Dolbec catalyst-9999.ebuild: - Swap out the ebuild for the new python structure. - - 18 Jan 2014; Mike Frysinger catalyst-2.0.12.2.ebuild, - catalyst-2.0.14.ebuild, catalyst-2.0.15.ebuild, catalyst-2.0.16.ebuild, - catalyst-2.0.9999.ebuild, catalyst-2.9999.ebuild, catalyst-9999.ebuild: - Add arm64 love. - - 12 Jan 2014; Brian Dolbec catalyst-9999.ebuild: - Add my dev space repo as backup to g.o.g.o - -*catalyst-2.0.16 (12 Jan 2014) - - 12 Jan 2014; Brian Dolbec +catalyst-2.0.16.ebuild: - Version bump with the sem_open bugfix and the TERM passthru fix. - - 02 Jan 2014; Jorge Manuel B. S. Vicetto - catalyst-2.0.15.ebuild, catalyst-2.9999.ebuild, catalyst-9999.ebuild: - Synchonize release and live ebuilds (2.9999 is special as it's tracking the - 3.0 branch that provides a python install). 2.0.15 and earlier will be dropped - when 2.0.16 is added to the tree. - -*catalyst-2.0.9999 (02 Jan 2014) - - 02 Jan 2014; Jorge Manuel B. S. Vicetto - +catalyst-2.0.9999.ebuild: - Add live ebuild to track the new 2.X branch (2.0.9999). Thanks to - Mike - Gilbert (floppym) for a complete review of the python eclass use. - -*catalyst-2.0.15 (14 Nov 2013) - - 14 Nov 2013; Matt Turner +catalyst-2.0.15.ebuild: - Version bump to 2.0.15. - -*catalyst-2.0.14 (08 Aug 2013) - - 08 Aug 2013; Matt Turner +catalyst-2.0.14.ebuild, - -catalyst-2.0.13.ebuild: - Version bump to 2.0.14. - - 31 Jul 2013; Michael Weber catalyst-2.0.13.ebuild: - Fix SRC_URI (non-maint commit) - -*catalyst-2.0.13 (31 Jul 2013) - - 31 Jul 2013; Matt Turner +catalyst-2.0.13.ebuild, - -catalyst-2.0.11.ebuild, -catalyst-2.0.12.1.ebuild, -catalyst-2.0.12.ebuild, - catalyst-2.0.12.2.ebuild, catalyst-9999.ebuild: - Version bump to 2.0.13. Drop some git branch support code. - - 16 Jun 2013; Brian Dolbec +catalyst-2.9999.ebuild, - -catalyst-3.9999.ebuild: - Add new 3.0 development branch live ebuild. Remove catalyst_3 live ebuild. - - 13 Apr 2013; Matt Turner catalyst-9999.ebuild: - syslinux is only available on x86/amd64. Only require it there. - - 09 Mar 2013; Matt Turner catalyst-9999.ebuild: - Don't install ChangeLog. It's not updated. - - 06 Mar 2013; Rick Farina catalyst-9999.ebuild: - adding new depend on syslinux for isohybrid support - - 31 Jan 2013; Jeroen Roovers catalyst-2.0.12.2.ebuild, - catalyst-9999.ebuild: - Install catalyst-spec.5 by W. Trevor King (bug #454856). - - 02 Jan 2013; Rick Farina catalyst-2.0.12.2.ebuild: - fix stupid backticks in quote - -*catalyst-2.0.12.2 (04 Dec 2012) - - 04 Dec 2012; Rick Farina +catalyst-2.0.12.2.ebuild: - catalyst 2.0.12.2 to fix missing bindist on stage2 and stage3 - - 11 Nov 2012; Matt Turner -catalyst-2.0.10.1.ebuild, - -catalyst-2.0.7.1-r1.ebuild, -catalyst-2.0.7.1.ebuild, - -catalyst-2.0.8.1-r1.ebuild, -catalyst-2.0.8.1-r2.ebuild, - -files/0001-Add-new-T-purgetmponly-option.patch, - -files/0001-add-etc-make.profile-to-cleanables-too.patch, - -files/0001-s-etc-make.profile-etc-portage-make.profile-g-Use-ne.patch, - -files/0002-s-etc-make.conf-etc-portage-make.conf-g-Use-new-loca.patch, - -files/2.0.8.1-arm-softfp.patch: - Remove old. - - 11 Nov 2012; Matt Turner -catalyst-2.9999.ebuild: - The master branch is catalyst-2, and the catalyst_2 branch is now history. - - 02 Nov 2012; Rick Farina catalyst-2.0.12.1.ebuild, - catalyst-2.0.12.ebuild, catalyst-2.9999.ebuild, catalyst-3.9999.ebuild: - adding rdep on lbzip2 per bug #440874 - -*catalyst-2.0.12.1 (02 Nov 2012) - - 02 Nov 2012; Rick Farina +catalyst-2.0.12.1.ebuild: - catalyst 2.0.12.1 fixes fsscript not being marked executable and random tmpfs - folders appears - -*catalyst-2.0.12 (31 Oct 2012) - - 31 Oct 2012; Rick Farina +catalyst-2.0.12.ebuild: - version bump to 2.0.12. this version includes better lbzip2 support as well as - a fix for bug #439636 and several new features available in catalyst.conf - - 14 Oct 2012; Matt Turner catalyst-9999.ebuild: - Add app-arch/lbzip2 to RDEPEND. See upstream commit 166a239. - - 25 Sep 2012; Jorge Manuel B. S. Vicetto - catalyst-2.0.11.ebuild, catalyst-2.9999.ebuild, catalyst-3.9999.ebuild, - catalyst-9999.ebuild: - [dev-util/catalyst] Mark 2.0.11 stable. Add note about catalyst_2 branch and - sync live / 2.0.11 ebuilds. - -*catalyst-3.9999 (25 Sep 2012) - - 25 Sep 2012; Jorge Manuel B. S. Vicetto - +catalyst-3.9999.ebuild, catalyst-2.9999.ebuild, catalyst-9999.ebuild: - [dev-util/catalyst] Update live ebuilds to follow master, catalyst_2 and - catalyst_3 branches. - -*catalyst-2.0.11 (09 Sep 2012) - - 09 Sep 2012; Jorge Manuel B. S. Vicetto - +catalyst-2.0.11.ebuild: - Version bump to catalyst-2.0.11. - This version moves make.conf and make.profile to /etc/portage. - Set the profile using eselect instead of manually. - Add support to update the seed stage3 when building the stage1. - Update arch config. Add x32 abi config. - - 29 Aug 2012; Jorge Manuel B. S. Vicetto - catalyst-9999.ebuild: - [dev-util/catalyst-9999] Update ebuild now that 9999 (master) = catalyst_2 - branch. Prepare work for creating a catalyst-3.9999 to - follow the catalyst_3 branch. - -*catalyst-2.0.10.1 (27 Jul 2012) - - 27 Jul 2012; Jorge Manuel B. S. Vicetto - +catalyst-2.0.10.1.ebuild: - [dev-util/catalyst] Bump catalyst to the 2.0.10.1 revision. - This revision includes all updates committed to the repo since the 2.0.8.1 - release: move make.conf and make.profile to /etc/portage (patches by Jeremy - Olexa ), - add catalyst-spec man page (patches by W. Trevor King ) and - update livecd-stage1 target so it rebuilds packages with new use flags. - -*catalyst-2.0.8.1-r2 (08 Jul 2012) - - 08 Jul 2012; Raúl Porcel - +files/2.0.8.1-arm-softfp.patch, +catalyst-2.0.8.1-r2.ebuild: - 2.0.9 can't be released yet, so i'm forced to add patches here - -*catalyst-2.0.8.1-r1 (15 May 2012) - - 15 May 2012; Raúl Porcel -catalyst-2.0.8.1.ebuild, - +catalyst-2.0.8.1-r1.ebuild, catalyst-2.9999.ebuild, catalyst-9999.ebuild: - Make sure don't convert shebangs that aren't needed - -*catalyst-2.0.8.1 (12 May 2012) - - 12 May 2012; Raúl Porcel -catalyst-2.0.8.ebuild, - +catalyst-2.0.8.1.ebuild: - Version bump - - 03 May 2012; Matt Turner -catalyst-2.0.6.ebuild, - -catalyst-2.0.6.916.ebuild, -catalyst-2.0.6.918.ebuild: - Drop old. Add kernel_linux to IUSE. - - 22 Apr 2012; Mike Gilbert catalyst-2.0.8.ebuild, - catalyst-2.9999.ebuild, catalyst-9999.ebuild: - Don't set SUPPORT_PYTHON_ABIS; call python_set_active_version instead. - - 22 Apr 2012; Raúl Porcel catalyst-2.0.8.ebuild, - catalyst-2.9999.ebuild, catalyst-9999.ebuild: - Whitespaces - - 22 Apr 2012; Raúl Porcel catalyst-2.0.8.ebuild, - catalyst-2.9999.ebuild, catalyst-9999.ebuild: - Make catalyst use python2 - -*catalyst-2.0.8 (22 Apr 2012) - - 22 Apr 2012; Jorge Manuel B. S. Vicetto - +catalyst-2.0.8.ebuild: - [dev-util/catalyst] Bump catalyst to the 2.0.8 revision. - Drop metadata_overlay, update portage at the start of stage1, update mips and - amd64 specs, move /etc/make.profile to /etc/portage/make.profile and don't - die if /etc/portage already - exists. - - 19 Mar 2012; Zac Medico - files/0001-Add-new-T-purgetmponly-option.patch: - Fix indentation error in 0001-Add-new-T-purgetmponly-option.patch. - -*catalyst-2.0.7.1-r1 (06 Mar 2012) - - 06 Mar 2012; Jeremy Olexa - +files/0001-Add-new-T-purgetmponly-option.patch, - +files/0001-add-etc-make.profile-to-cleanables-too.patch, - +files/0002-s-etc-make.conf-etc-portage-make.conf-g-Use-new-loca.patch, - +catalyst-2.0.7.1-r1.ebuild, - +files/0001-s-etc-make.profile-etc-portage-make.profile-g-Use-ne.patch: - Revbump catalyst to include 3 patches ACK'd by team, bugs 394461, 395371, - 406599 - -*catalyst-2.0.7.1 (19 Nov 2011) - - 19 Nov 2011; Jorge Manuel B. S. Vicetto - -catalyst-2.0.7.ebuild, +catalyst-2.0.7.1.ebuild: - [dev-util/catalyst] Bump catalyst to the 2.0.7.1 revision. This revision - fixes a typo. - - 18 Nov 2011; Jorge Manuel B. S. Vicetto ChangeLog: - [dev-util/catalyst] Bump catalyst to the 2.0.7 revision. - This revision includes all updates committed to the repo since the 2.0.6.918 - release: more mips fixes by Matt, an update to the supported hashes by Robin, - an update to stop dropping /etc/portage on stage3, fixes to support the move - from nocxx to cxx and updated cdtar with newer versions of memtest86+, elilo - and syslinux. - Adding missing ChangeLog entry as repoman commit failed to add it again. - -*catalyst-2.9999 (17 Jul 2011) - - 17 Jul 2011; Matt Turner catalyst-2.0.6.ebuild, - catalyst-2.0.6.916.ebuild, catalyst-2.0.6.918.ebuild, - +catalyst-2.9999.ebuild, catalyst-9999.ebuild: - Add catalyst-2.9999.ebuild for catalyst_2 git branch. Clean up other ebuilds. - -*catalyst-2.0.6.918 (16 Jul 2011) - - 16 Jul 2011; Jorge Manuel B. S. Vicetto - +catalyst-2.0.6.918.ebuild: - [dev-util/catalyst] Bump revision to 2.0.6.918. This release includes all - commits to the catalyst_2 branch - since the last release. This includes a rework of the mips targets and a - patch to make the installcd boot - from local disk if the user doesn't press any key within a timeout period. - - 27 Jun 2011; Matt Turner catalyst-2.0.6.916.ebuild, - catalyst-9999.ebuild: - Fix arch file installation with catalyst_2 git branch - - 26 Jun 2011; Sebastian Pipping catalyst-9999.ebuild: - Add asciidoc build dependency to live ebuild, sync ebuilds - - 26 Jun 2011; Sebastian Pipping catalyst-2.0.6.916.ebuild: - Bring 2.0.6.916 and 9999 ebuilds back in sync - - 25 Jun 2011; Matt Turner catalyst-9999.ebuild: - Migrate to git-2 eclass - - 22 Jun 2011; Sebastian Pipping catalyst-2.0.6.ebuild, - catalyst-2.0.6.916.ebuild, catalyst-9999.ebuild: - Bring 2.0.6.916 and 9999 ebuilds back in sync, remove SVN bits, update - homepage - -*catalyst-2.0.6.916 (14 Apr 2011) - - 14 Apr 2011; Raúl Porcel -catalyst-2.0.6.915.ebuild, - +catalyst-2.0.6.916.ebuild: - Version bump which adds a little feature for ia64, straight to stable - -*catalyst-2.0.6.915 (10 Apr 2011) - - 10 Apr 2011; Raúl Porcel -catalyst-2.0.6.913.ebuild, - -catalyst-2.0.6.914.ebuild, +catalyst-2.0.6.915.ebuild: - Version bump to fix bug #358847, straight to stable - -*catalyst-2.0.6.914 (09 Feb 2011) - - 09 Feb 2011; Raúl Porcel +catalyst-2.0.6.914.ebuild: - version bump, straight to stable - -*catalyst-2.0.6.913 (01 Nov 2010) - - 01 Nov 2010; Raúl Porcel -catalyst-2.0.6.912.ebuild, - +catalyst-2.0.6.913.ebuild: - Version bump - -*catalyst-2.0.6.912 (01 Nov 2010) - - 01 Nov 2010; Raúl Porcel -catalyst-2.0.6.911.ebuild, - +catalyst-2.0.6.912.ebuild: - Version bump - - 10 Oct 2010; Raúl Porcel -catalyst-2.0.6.909.ebuild, - -catalyst-2.0.6.910.ebuild, catalyst-2.0.6.911.ebuild: - Mark stable - -*catalyst-2.0.6.911 (09 Oct 2010) - - 09 Oct 2010; Raúl Porcel +catalyst-2.0.6.911.ebuild: - Version bump - -*catalyst-2.0.6.910 (26 Sep 2010) - - 26 Sep 2010; Raúl Porcel -catalyst-2.0.6.907.ebuild, - -catalyst-2.0.6.908.ebuild, +catalyst-2.0.6.910.ebuild: - Version bump - -*catalyst-2.0.6.909 (12 Sep 2010) - - 12 Sep 2010; Raúl Porcel +catalyst-2.0.6.909.ebuild: - Version bump - - 11 Sep 2010; Raúl Porcel catalyst-2.0.6.908.ebuild: - Mark 908 stable - -*catalyst-2.0.6.908 (05 Sep 2010) - - 05 Sep 2010; Raúl Porcel -catalyst-2.0.6.905.ebuild, - -catalyst-2.0.6.906.ebuild, +catalyst-2.0.6.908.ebuild, - catalyst-9999.ebuild: - Version bump - - 16 Apr 2010; Raúl Porcel catalyst-2.0.6.907.ebuild: - Mark stable - -*catalyst-2.0.6.907 (29 Dec 2009) - - 29 Dec 2009; Andrew Gaffney - +catalyst-2.0.6.907.ebuild: - Bump catalyst to 2.0.6.907 - -*catalyst-2.0.6.906 (28 Dec 2009) - - 28 Dec 2009; Andrew Gaffney - +catalyst-2.0.6.906.ebuild: - Add catalyst-2.0.6.906 for releng - - 19 Sep 2009; Andrew Gaffney catalyst-2.0.6.ebuild, - catalyst-2.0.6.905.ebuild, catalyst-9999.ebuild: - Update description and homepage - - 19 Sep 2009; Andrew Gaffney catalyst-9999.ebuild: - Update catalyst-9999 ebuild for cat3 - -*catalyst-2.0.6.905 (07 Jul 2009) - - 07 Jul 2009; Andrew Gaffney - -catalyst-2.0.6.903.ebuild, -catalyst-2.0.6.904.ebuild, - +catalyst-2.0.6.905.ebuild: - Bump catalyst to 2.0.6.905 and remove .903 and .904 ebuilds - -*catalyst-2.0.6.904 (03 May 2009) - - 03 May 2009; Andrew Gaffney - +catalyst-2.0.6.904.ebuild: - Add catalyst-2.0.6.904 to the tree - - 03 May 2009; Andrew Gaffney catalyst-9999.ebuild: - Adding ${PN} to ${S} for -9999 to make it work everywhere - -*catalyst-2.0.6.903 (20 Dec 2008) - - 20 Dec 2008; Andrew Gaffney - -catalyst-2.0.6.902.ebuild, +catalyst-2.0.6.903.ebuild: - Bump to 2.0.6.903 and remove .902 ebuild - -*catalyst-2.0.6.902 (07 Dec 2008) - - 07 Dec 2008; Andrew Gaffney - +catalyst-2.0.6.902.ebuild: - Version bump to testing version 2.0.6.902 - - 11 Oct 2008; Robin H. Johnson catalyst-9999.ebuild: - Move live ebuild to using new Git per bug #236145 - - 12 Jun 2008; Chris Gianelloni catalyst-2.0.6.ebuild, - catalyst-9999.ebuild: - Remove ChangeLog.old from dodoc, fix SRC_URI, and sync the 2.0.6 and 9999 - ebuilds. - - 05 Jun 2008; Chris Gianelloni - -catalyst-2.0.5.ebuild, catalyst-2.0.6.ebuild: - Change SRC_URI to point to wolf31o2.org, where I'll be putting future - catalyst releases. - - 29 May 2008; Chris Gianelloni catalyst-2.0.6.ebuild: - Marking stable for use for 2008.0's release. - -*catalyst-2.0.6 (29 May 2008) - - 29 May 2008; Chris Gianelloni - -catalyst-2.0.6_pre17.ebuild, +catalyst-2.0.6.ebuild: - Version bump to 2.0.6 final for release. - - 03 May 2008; Chris Gianelloni - -catalyst-2.0.6_pre15.ebuild, -catalyst-2.0.6_pre16.ebuild, - catalyst-2.0.6_pre17.ebuild, catalyst-9999.ebuild: - Removing older versions and cleaning up dodoc. - - 07 Apr 2008; Doug Goldstein - catalyst-2.0.6_pre17.ebuild: - ChangeLog.old doesn't exist in the tarball - -*catalyst-2.0.6_pre17 (06 Apr 2008) - - 06 Apr 2008; Chris Gianelloni - +catalyst-2.0.6_pre17.ebuild: - Version bump to 2.0.6_pre17 for testing. - -*catalyst-2.0.6_pre16 (27 Mar 2008) - - 27 Mar 2008; Chris Gianelloni - -catalyst-2.0.6_pre13.ebuild, -catalyst-2.0.6_pre14.ebuild, - +catalyst-2.0.6_pre16.ebuild: - Version bump to 2.0.6_pre16 for testing. - -*catalyst-2.0.6_pre15 (13 Mar 2008) - - 13 Mar 2008; Chris Gianelloni - +catalyst-2.0.6_pre15.ebuild: - Version bump to 2.0.6_pre15 for testing. - -*catalyst-2.0.6_pre14 (13 Mar 2008) - - 13 Mar 2008; Chris Gianelloni - +catalyst-2.0.6_pre14.ebuild: - Version bump to 2.0.6_pre14 for testing. - -*catalyst-2.0.6_pre13 (05 Mar 2008) - - 05 Mar 2008; Chris Gianelloni - -catalyst-2.0.6_pre8.ebuild, -catalyst-2.0.6_pre9.ebuild, - -catalyst-2.0.6_pre10.ebuild, -catalyst-2.0.6_pre11.ebuild, - -catalyst-2.0.6_pre12.ebuild, +catalyst-2.0.6_pre13.ebuild: - Version bump to 2.0.6_pre13 for testing and removing older pre-release ebuilds. - -*catalyst-2.0.6_pre12 (05 Mar 2008) - - 05 Mar 2008; Chris Gianelloni - +catalyst-2.0.6_pre12.ebuild: - Version bump to 2.0.6_pre12 for testing. - -*catalyst-2.0.6_pre11 (05 Mar 2008) - - 05 Mar 2008; Chris Gianelloni - +catalyst-2.0.6_pre11.ebuild: - Version bump to 2.0.6_pre11 for testing. - -*catalyst-2.0.6_pre10 (27 Feb 2008) - - 27 Feb 2008; Chris Gianelloni - +catalyst-2.0.6_pre10.ebuild: - Version bump to 2.0.6_pre10 for testing. - - 21 Feb 2008; Chris Gianelloni catalyst-2.0.5.ebuild: - Marking 2.0.5 stable again. - -*catalyst-2.0.6_pre9 (21 Feb 2008) - - 21 Feb 2008; Chris Gianelloni - +catalyst-2.0.5.ebuild, +catalyst-2.0.6_pre9.ebuild: - Updating to 2.0.6_pre9, since 2.0.6_pre8 introduced a bug which caused - pkgcache to no longer work. Also, restoring 2.0.5 since it was the only - stable version. Of course, repoman won't let me commit it straight to - stable, so marking it ~arch across the board. - -*catalyst-2.0.6_pre8 (20 Feb 2008) - - 20 Feb 2008; Chris Gianelloni - -catalyst-2.0.6_pre5.ebuild, -catalyst-2.0.6_pre6.ebuild, - +catalyst-2.0.6_pre8.ebuild, catalyst-9999.ebuild: - Adding a new 2.0.6_pre8 to replace the other pre-release versions in testing. - -*catalyst-2.0.6_pre6 (14 Feb 2008) - - 14 Feb 2008; Chris Gianelloni - -catalyst-2.0.5.ebuild, -catalyst-2.0.6_pre4.ebuild, - +catalyst-2.0.6_pre6.ebuild: - Adding 2.0.6_pre6 to replace 2.0.6_pre5, which had a really nasty little bug - in it. - -*catalyst-2.0.6_pre5 (14 Feb 2008) - - 14 Feb 2008; Chris Gianelloni - +catalyst-2.0.6_pre5.ebuild: - Version bump to 2.0.6_pre5 for testing. - - 14 Feb 2008; Chris Gianelloni - -catalyst-2.0.6_pre1.ebuild, -catalyst-2.0.6_pre2.ebuild, - -catalyst-2.0.6_pre3.ebuild: - Removing older pre-release versions. - - 14 Feb 2008; Chris Gianelloni - catalyst-2.0.6_pre4.ebuild, catalyst-9999.ebuild: - Updated with the newest ebuilds from my overlay. - -*catalyst-2.0.6_pre4 (12 Feb 2008) - - 12 Feb 2008; Chris Gianelloni - +catalyst-2.0.6_pre4.ebuild: - Version bump to 2.0.6_pre4 for testing. Since this fixes a nice little bug - in stage1's USE code, expect to rebuild every package when building. Say - goodbye to your cache. - -*catalyst-2.0.6_pre3 (08 Feb 2008) - - 08 Feb 2008; Chris Gianelloni - +catalyst-2.0.6_pre3.ebuild: - Bumping to 2.0.6_pre3, since 2.0.6_pre2 had a serious breakage. - -*catalyst-9999 (08 Feb 2008) -*catalyst-2.0.6_pre2 (08 Feb 2008) - - 08 Feb 2008; Chris Gianelloni - +catalyst-2.0.6_pre2.ebuild, +catalyst-9999.ebuild: - Version bump to 2.0.6_pre2 and adding a catalyst-9999 ebuild to pull from SVN. - - 07 Feb 2008; Chris Gianelloni - catalyst-2.0.6_pre1.ebuild: - It helps when you don't change directories in your wrapper when you want to - use relative names for your spec files. - -*catalyst-2.0.6_pre1 (07 Feb 2008) - - 07 Feb 2008; Chris Gianelloni - +catalyst-2.0.6_pre1.ebuild: - Version bump to 2.0.6_pre1 for testing. - - 25 Jan 2008; Chris Gianelloni - -catalyst-1.1.10.10.ebuild, catalyst-2.0.5.ebuild: - Marking catalyst 2.0.5 stable and removing 1.1.10.10 so I never have to get - another stupid catalyst 1.x bug, again. - -*catalyst-2.0.5 (10 Jan 2008) - - 10 Jan 2008; Chris Gianelloni - -catalyst-2.0.5_pre3.ebuild, -catalyst-2.0.5_pre4.ebuild, - -catalyst-2.0.5_pre5.ebuild, -catalyst-2.0.5_pre6.ebuild, - +catalyst-2.0.5.ebuild: - Adding catalyst 2.0.5 to the tree. - -*catalyst-2.0.5_pre6 (25 Nov 2007) - - 25 Nov 2007; Chris Gianelloni - +catalyst-2.0.5_pre6.ebuild: - Version bump to 2.0.5_pre6 for testing. This version adds support for N32 on - MIPS and also initial icecream cluster compiler support. Closing bug #197917 - and bug #200095. - -*catalyst-2.0.5_pre5 (13 Nov 2007) - - 13 Nov 2007; Chris Gianelloni - +catalyst-2.0.5_pre5.ebuild: - Version bump for testing. Closing bug #197572. - -*catalyst-2.0.5_pre4 (12 Oct 2007) - - 12 Oct 2007; Chris Gianelloni - -catalyst-2.0.4.ebuild, -catalyst-2.0.5_pre2.ebuild, - +catalyst-2.0.5_pre4.ebuild: - Version bump to 2.0.5_pre4, which fixes bug #120076, bug #131504, bug - #169041, and bug #191524. - -*catalyst-2.0.5_pre3 (31 Aug 2007) - - 31 Aug 2007; Chris Gianelloni - +catalyst-2.0.5_pre3.ebuild: - Version bump to 2.0.5_pre3 to test some new stage-building code. - -*catalyst-2.0.5_pre2 (29 Aug 2007) - - 29 Aug 2007; Chris Gianelloni - -catalyst-2.0.5_pre1.ebuild, +catalyst-2.0.5_pre2.ebuild: - Version bump to 2.0.5_pre2 for testing and closing bug #188099. - -*catalyst-2.0.5_pre1 (29 Aug 2007) - - 29 Aug 2007; Chris Gianelloni - +catalyst-2.0.5_pre1.ebuild: - Version bump to catalyst 2.0.5_pre1, which closes bug #174287, bug #174298, - bug #174635, bug #177796, bug #178289, and bug #188339. - - 28 Aug 2007; Chris Gianelloni - catalyst-1.1.10.10.ebuild: - Removing sys-apps/setarch from dependencies for bug #190476. - - 12 Jul 2007; Mike Frysinger catalyst-2.0.4.ebuild: - Dont force sys-apps/setarch as it is part of the system already. - -*catalyst-2.0.4 (12 Apr 2007) - - 12 Apr 2007; Chris Gianelloni - -catalyst-2.0.2.ebuild, -catalyst-2.0.3.ebuild, +catalyst-2.0.4.ebuild: - Version bumped to 2.0.4 for 2007.0's release. This resolves bug #173002, bug - #173532, bug #173740, and bug #173826. - - 07 Apr 2007; Mike Frysinger catalyst-1.1.10.10.ebuild, - catalyst-2.0.2.ebuild, catalyst-2.0.3.ebuild: - Rewrite hack abuse of dohtml to use insinto/doins. - - 21 Mar 2007; Chris Gianelloni catalyst-2.0.3.ebuild: - Remove cdr from IUSE since we no longer use it and change the x86-fbsd check - to kernel_linux, which is more appropriate. - -*catalyst-2.0.3 (20 Mar 2007) - - 20 Mar 2007; Chris Gianelloni - -catalyst-2.0.3_pre1.ebuild, -catalyst-2.0.3_pre2.ebuild, - -catalyst-2.0.3_pre3.ebuild, +catalyst-2.0.3.ebuild: - Version bump to 2.0.3 to resolve bug #166294, bug #166420, bug #166426, bug - #166695, bug #169363, and bug #171157. - -*catalyst-2.0.3_pre3 (06 Mar 2007) - - 06 Mar 2007; Chris Gianelloni - +catalyst-2.0.3_pre3.ebuild: - Version bump to the latest catalyst 2.0.3 pre-release to fix bug #166294, - bug #166420, bug #166426, bug #166695, and bug #166363. - - 05 Mar 2007; Marius Mauch catalyst-1.1.10.10.ebuild, - catalyst-2.0.2.ebuild, catalyst-2.0.3_pre1.ebuild, - catalyst-2.0.3_pre2.ebuild: - Replacing einfo with elog - -*catalyst-2.0.3_pre2 (15 Feb 2007) -*catalyst-2.0.3_pre1 (15 Feb 2007) - - 15 Feb 2007; Chris Gianelloni - +digest-catalyst-2.0.3_pre1, +digest-catalyst-2.0.3_pre2, - +catalyst-2.0.3_pre1.ebuild, +catalyst-2.0.3_pre2.ebuild: - Adding pre-release versions of catalyst for further testing. - - 15 Feb 2007; Chris Gianelloni -catalyst-2.0.ebuild, - -catalyst-2.0.1.ebuild: - Removing older versions. - - 09 Feb 2007; Chris Gianelloni catalyst-2.0.2.ebuild: - We need to install the default catalystrc. Thanks to Andrew Gaffney - for pointing this out. - -*catalyst-2.0.2 (06 Feb 2007) - - 06 Feb 2007; Chris Gianelloni - +catalyst-2.0.2.ebuild: - Version bump to the new 2.0.2 release of catalyst. This closes bug #143725, - bug #145941, bug #147195, bug #159040, bug #159103, bug #159598, and bug - #161915. - - 21 Jan 2007; Diego Pettenò catalyst-2.0.1.ebuild: - Add ~x86-fbsd keyword. - -*catalyst-2.0.1 (20 Dec 2006) - - 20 Dec 2006; Chris Gianelloni - -files/catalyst-2.0_rc50-slot.patch, +catalyst-2.0.1.ebuild: - Version bump to 2.0.1, which fixes quite a few minor bugs in 2.0, and - removing an unused patch. - - 07 Nov 2006; Chris Gianelloni - -catalyst-2.0_rc50.ebuild: - Remove older release candidates for 2.0. - - 29 Jul 2006; Chris Gianelloni catalyst-2.0.ebuild: - Change SLOT to 0. - -*catalyst-2.0 (29 Jul 2006) - - 29 Jul 2006; Chris Gianelloni +catalyst-2.0.ebuild: - Version bump. This is 2.0, so let the rejoicing begin. - -*catalyst-2.0_rc50 (20 Jul 2006) - - 20 Jul 2006; Chris Gianelloni - -files/catalyst-2.0_rc49-slot.patch, +files/catalyst-2.0_rc50-slot.patch, - -catalyst-2.0_rc49.ebuild, +catalyst-2.0_rc50.ebuild: - Version bump and closing bug #139337. - -*catalyst-2.0_rc49 (28 Jun 2006) - - 28 Jun 2006; Chris Gianelloni - -files/catalyst-2.0_rc48-slot.patch, +files/catalyst-2.0_rc49-slot.patch, - -catalyst-2.0_rc48.ebuild, +catalyst-2.0_rc49.ebuild: - Version bump. Closing bug #136351, bug #138080, and bug #138255. - -*catalyst-2.0_rc48 (22 Jun 2006) - - 22 Jun 2006; Chris Gianelloni - -files/catalyst-2.0_rc47-slot.patch, +files/catalyst-2.0_rc48-slot.patch, - -catalyst-2.0_rc47.ebuild, +catalyst-2.0_rc48.ebuild: - Version bump to 2.0_rc48. Closing bug #137252. - -*catalyst-2.0_rc47 (09 Jun 2006) - - 09 Jun 2006; Chris Gianelloni - -files/catalyst-2.0_rc46-slot.patch, +files/catalyst-2.0_rc47-slot.patch, - -catalyst-2.0_rc46.ebuild, +catalyst-2.0_rc47.ebuild: - Version bump to 2.0_rc47 and closing bug #135051 and bug #135971. - -*catalyst-2.0_rc46 (25 May 2006) - - 25 May 2006; Chris Gianelloni - -files/catalyst-2.0_rc45-slot.patch, +files/catalyst-2.0_rc46-slot.patch, - -catalyst-2.0_rc45.ebuild, +catalyst-2.0_rc46.ebuild: - Version bump to 2.0_rc46 and closing bug #132180 and bug #128878. - - 25 May 2006; Chris Gianelloni - -files/catalyst-2.0_rc44-slot.patch, -catalyst-2.0_rc44.ebuild: - Cleaning up older versions. - -*catalyst-2.0_rc45 (01 May 2006) - - 01 May 2006; Chris Gianelloni - +files/catalyst-2.0_rc45-slot.patch, +catalyst-2.0_rc45.ebuild: - Version bump to fix a few bugs. Closing bug #131181, bug #131190, and bug - #131502. - -*catalyst-2.0_rc44 (20 Apr 2006) - - 20 Apr 2006; Chris Gianelloni - -files/catalyst-2.0_rc43-slot.patch, +files/catalyst-2.0_rc44-slot.patch, - -catalyst-2.0_rc43.ebuild, +catalyst-2.0_rc44.ebuild: - Version bump because I can't code. Enjoy. - -*catalyst-2.0_rc43 (19 Apr 2006) - - 19 Apr 2006; Chris Gianelloni - -files/catalyst-2.0_rc42-slot.patch, +files/catalyst-2.0_rc43-slot.patch, - -catalyst-2.0_rc42.ebuild, +catalyst-2.0_rc43.ebuild: - Version bumped to 2.0_rc43 as this fixes a major bug in 2.0_rc42 and also - fixes bug #130476. - - 19 Apr 2006; Chris Gianelloni - catalyst-2.0_rc42.ebuild: - Made sed for ccache actually be determined by USE=ccache and removed sed for - crc32->md5 since we no longer use Archive-Zip. - -*catalyst-2.0_rc42 (18 Apr 2006) - - 18 Apr 2006; Chris Gianelloni - -files/catalyst-2.0_rc41-slot.patch, +files/catalyst-2.0_rc42-slot.patch, - -catalyst-2.0_rc41.ebuild, +catalyst-2.0_rc42.ebuild: - Version bump. This closes bug #123584, bug #124662, bug #125498, bug - #126900, bug #129890, and bug #130103. - - 11 Apr 2006; Simon Stelling catalyst-1.1.10.10.ebuild, - catalyst-2.0_rc41.ebuild: - correct deps on linux32, ppc32 to sys-apps/setarch; bug 129571 - -*catalyst-2.0_rc41 (04 Apr 2006) - - 04 Apr 2006; Chris Gianelloni - -files/catalyst-2.0_rc40-slot.patch, +files/catalyst-2.0_rc41-slot.patch, - -catalyst-2.0_rc40.ebuild, +catalyst-2.0_rc41.ebuild: - Version bump to 2.0_rc41. - - 14 Mar 2006; Chris Gianelloni - catalyst-2.0_rc40.ebuild: - Removed sed for hash_function and making sure sed for ccache is done behind - an if statement. - -*catalyst-2.0_rc40 (13 Mar 2006) - - 13 Mar 2006; Chris Gianelloni - -files/catalyst-2.0_rc39-slot.patch, +files/catalyst-2.0_rc40-slot.patch, - -catalyst-2.0_rc39.ebuild, +catalyst-2.0_rc40.ebuild: - Version bump to 2.0_rc40 to resolve bug #123267. - -*catalyst-2.0_rc39 (17 Feb 2006) - - 17 Feb 2006; Chris Gianelloni - -files/catalyst-2.0_rc38-slot.patch, +files/catalyst-2.0_rc39-slot.patch, - -catalyst-2.0_rc38.ebuild, +catalyst-2.0_rc39.ebuild: - This is catalyst 2.0_rc39. This closes bug #122154 and bug #122822. - -*catalyst-2.0_rc38 (14 Feb 2006) - - 14 Feb 2006; Chris Gianelloni - -files/catalyst-2.0_rc37-slot.patch, +files/catalyst-2.0_rc38-slot.patch, - -catalyst-2.0_rc37.ebuild, +catalyst-2.0_rc38.ebuild: - Version bump to 2.0_rc38 to resolve an issue with livecd-stage2 where - root_overlay was not set causing catalyst to bail out. - -*catalyst-2.0_rc37 (13 Feb 2006) - - 13 Feb 2006; Chris Gianelloni - -files/catalyst-2.0_rc36-slot.patch, +files/catalyst-2.0_rc37-slot.patch, - -catalyst-2.0_rc36.ebuild, +catalyst-2.0_rc37.ebuild: - Version bump to 2.0_rc37. This should support multiple overlays as well as - fix 2 bugs regarding the official LiveCD and the Installer. - -*catalyst-2.0_rc36 (10 Feb 2006) - - 10 Feb 2006; Chris Gianelloni - -files/catalyst-2.0_rc35-slot.patch, +files/catalyst-2.0_rc36-slot.patch, - -catalyst-2.0_rc35.ebuild, +catalyst-2.0_rc36.ebuild: - Version bump to 2.0_rc36 and closing bug #122154. - -*catalyst-2.0_rc35 (09 Feb 2006) - - 09 Feb 2006; Chris Gianelloni - -files/catalyst-2.0_rc34-slot.patch, +files/catalyst-2.0_rc35-slot.patch, - -catalyst-2.0_rc34.ebuild, +catalyst-2.0_rc35.ebuild: - Version bump to 2.0_rc35. This fixes an indentation bug in 2.0_rc34 along - with adding some hfs-hide options for PPC64. This also has some updates to - the motd for the LiveCD to make it easier for users to know what to do when - they get to the command line. - -*catalyst-2.0_rc34 (08 Feb 2006) - - 08 Feb 2006; Chris Gianelloni - -files/catalyst-2.0_rc33-slot.patch, +files/catalyst-2.0_rc34-slot.patch, - -catalyst-2.0_rc33.ebuild, +catalyst-2.0_rc34.ebuild: - Version bump to 2.0_rc34. This version fixes problems with extraversion in - livecd-stage2 and also adds an additional entry without serial for people - using the serial option. - - 08 Feb 2006; Chris Gianelloni - files/catalyst-2.0_rc33-slot.patch: - Fixing the patch, apparently my sed-fu was a bit too much on rc32 (and crc32). - -*catalyst-2.0_rc33 (08 Feb 2006) - - 08 Feb 2006; Chris Gianelloni - -files/catalyst-2.0_rc32-slot.patch, +files/catalyst-2.0_rc33-slot.patch, - -catalyst-2.0_rc32.ebuild, +catalyst-2.0_rc33.ebuild: - Version bumped to 2.0_rc33. This resolves a bug in the order in which we - perform updates for the official LiveCD that broke systempkgs.txt for the - Installer. - -*catalyst-2.0_rc32 (07 Feb 2006) - - 07 Feb 2006; Chris Gianelloni - -files/catalyst-2.0_rc31-slot.patch, +files/catalyst-2.0_rc32-slot.patch, - -catalyst-2.0_rc31.ebuild, +catalyst-2.0_rc32.ebuild: - Version bump to 2.0_rc32 to resolve an issue with extraversion. - -*catalyst-2.0_rc31 (06 Feb 2006) - - 06 Feb 2006; Chris Gianelloni - -files/catalyst-2.0_rc30-slot.patch, +files/catalyst-2.0_rc31-slot.patch, - -catalyst-2.0_rc30.ebuild, +catalyst-2.0_rc31.ebuild: - Added copying of /usr/portage/eclass for the Installer and changing all - occurrences of clst_livecd_cdfstype with clst_fstype. - -*catalyst-2.0_rc30 (02 Feb 2006) - - 02 Feb 2006; Chris Gianelloni - -files/catalyst-2.0_rc29-slot.patch, +files/catalyst-2.0_rc30-slot.patch, - -catalyst-2.0_rc29.ebuild, +catalyst-2.0_rc30.ebuild: - Version bump to 2.0_rc30. This resolves an issue with labels on PPC*. - -*catalyst-2.0_rc29 (02 Feb 2006) - - 02 Feb 2006; Chris Gianelloni - -files/catalyst-2.0_rc28-slot.patch, +files/catalyst-2.0_rc29-slot.patch, - -catalyst-2.0_rc28.ebuild, +catalyst-2.0_rc29.ebuild: - Version bump to 2.0_rc29. This resolves bug #119940 and bug #117649. - -*catalyst-2.0_rc28 (31 Jan 2006) - - 31 Jan 2006; Chris Gianelloni - -files/catalyst-2.0_rc26-slot.patch, +files/catalyst-2.0_rc28-slot.patch, - -catalyst-2.0_rc26.ebuild, +catalyst-2.0_rc28.ebuild: - Version bump to 2.0_rc28. This fixes up the PPC/PPC64 cdtar, fixes grp/use, - closes bug #120935, and fixes ISO creation on amd64/x86. - -*catalyst-2.0_rc26 (27 Jan 2006) - - 27 Jan 2006; Chris Gianelloni - -files/catalyst-2.0_rc25-slot.patch, +files/catalyst-2.0_rc26-slot.patch, - -catalyst-2.0_rc25.ebuild, +catalyst-2.0_rc26.ebuild: - Version bump to 2.0_rc26. This resolves an error when kernel packages aren't - defined, adds console and machine_type=ibm settings for PPC64, and creates a - separated PPC64 ISO creation. - -*catalyst-2.0_rc25 (26 Jan 2006) - - 26 Jan 2006; Chris Gianelloni - -files/catalyst-2.0_rc24-slot.patch, +files/catalyst-2.0_rc25-slot.patch, - -catalyst-2.0_rc24.ebuild, +catalyst-2.0_rc25.ebuild: - Version bumped to 2.0_rc25 and really closing bug #120475. - -*catalyst-2.0_rc24 (26 Jan 2006) - - 26 Jan 2006; Chris Gianelloni - -files/catalyst-2.0_rc23-slot.patch, +files/catalyst-2.0_rc24-slot.patch, - -catalyst-2.0_rc23.ebuild, +catalyst-2.0_rc24.ebuild: - Version bumped to 2.0_rc24 and closing bug #120475. - -*catalyst-2.0_rc23 (26 Jan 2006) - - 26 Jan 2006; Chris Gianelloni - -files/catalyst-2.0_rc22-slot.patch, +files/catalyst-2.0_rc23-slot.patch, - -catalyst-2.0_rc22.ebuild, +catalyst-2.0_rc23.ebuild: - Version bump to 2.0_rc23. This version fixes kernel caching and adds initial - EFI support for x86. EFI support is still experimental and is completely - untested. Please do not file bug reports without patches. - -*catalyst-2.0_rc22 (26 Jan 2006) - - 26 Jan 2006; Chris Gianelloni - -files/catalyst-2.0_rc21-slot.patch, +files/catalyst-2.0_rc22-slot.patch, - -catalyst-2.0_rc21.ebuild, +catalyst-2.0_rc22.ebuild: - Version bumped to 2.0_rc22 which improves softlevel support. - - 26 Jan 2006; Chris Gianelloni - catalyst-2.0_rc21.ebuild: - Added dosfstools to the dependencies for ia64 if USE=cdr. - -*catalyst-2.0_rc21 (24 Jan 2006) - - 24 Jan 2006; Chris Gianelloni - -files/catalyst-2.0_rc20-slot.patch, +files/catalyst-2.0_rc21-slot.patch, - -catalyst-2.0_rc20.ebuild, +catalyst-2.0_rc21.ebuild: - Version bump to fix an issue on on IA64. This version changes the default - for the x86 subarch to use -mtune rather than -mcpu. This means that if - you're using a seed stage that has GCC 3.3 or lower, you will need to add - cflags and cxxflags to your stage1 spec file for it to compile properly. - -*catalyst-2.0_rc20 (20 Jan 2006) - - 20 Jan 2006; Chris Gianelloni - -files/catalyst-2.0_rc19-slot.patch, +files/catalyst-2.0_rc20-slot.patch, - -catalyst-2.0_rc19.ebuild, +catalyst-2.0_rc20.ebuild: - Version bump to close bug #119605 and bug #119635. - -*catalyst-2.0_rc19 (18 Jan 2006) - - 18 Jan 2006; Chris Gianelloni - -files/catalyst-2.0_rc17-slot.patch, +files/catalyst-2.0_rc19-slot.patch, - -catalyst-2.0_rc17.ebuild, +catalyst-2.0_rc19.ebuild: - Version bump to 2.0_rc19 to resolve some issues with string conversion and - spacing. - -*catalyst-2.0_rc17 (17 Jan 2006) - - 17 Jan 2006; Chris Gianelloni - -files/catalyst-2.0_rc16-slot.patch, +files/catalyst-2.0_rc17-slot.patch, - -catalyst-2.0_rc16.ebuild, +catalyst-2.0_rc17.ebuild: - Version bumped to 2.0_rc17 to solve a fairly major bug in spec parsing. - - 16 Jan 2006; Chris Gianelloni - -files/catalyst-2.0_rc15-slot.patch, -catalyst-2.0_rc15.ebuild: - Clean up older versions. - -*catalyst-2.0_rc16 (16 Jan 2006) - - 16 Jan 2006; Chris Gianelloni - +files/catalyst-2.0_rc16-slot.patch, +catalyst-2.0_rc16.ebuild: - Version bump and closing bug #119123. - -*catalyst-2.0_rc15 (16 Jan 2006) - - 16 Jan 2006; Chris Gianelloni - -files/catalyst-2.0_rc14-slot.patch, +files/catalyst-2.0_rc15-slot.patch, - -catalyst-2.0_rc14.ebuild, +catalyst-2.0_rc15.ebuild: - Version bump. Closes bug #117648, #117649, #118213, #118975, #119009, and - #119041. - -*catalyst-2.0_rc14 (13 Jan 2006) - - 13 Jan 2006; Chris Gianelloni - -files/catalyst-2.0_rc13-slot.patch, +files/catalyst-2.0_rc14-slot.patch, - -catalyst-2.0_rc13.ebuild, +catalyst-2.0_rc14.ebuild: - Version bump. Fixes bug #118709 and bug #118542. - -*catalyst-2.0_rc13 (04 Jan 2006) - - 04 Jan 2006; Chris Gianelloni - -files/catalyst-2.0_rc12-slot.patch, +files/catalyst-2.0_rc13-slot.patch, - -catalyst-2.0_rc12.ebuild, +catalyst-2.0_rc13.ebuild: - Version bumped to 2.0_rc13 and closing bug #117253, bug #117254, and bug - #117648. - -*catalyst-2.0_rc12 (21 Dec 2005) - - 21 Dec 2005; Chris Gianelloni - -files/catalyst-2.0_rc11-slot.patch, +files/catalyst-2.0_rc12-slot.patch, - -catalyst-2.0_rc11.ebuild, +catalyst-2.0_rc12.ebuild: - Version bumped to 2.0_rc12. - - 21 Dec 2005; Markus Rothe catalyst-2.0_rc11.ebuild: - removed ppc64 exclusion from shash dependency - - 20 Dec 2005; Gustavo Zacarias - catalyst-2.0_rc11.ebuild: - sparc fix0red wrt #116186 - - 20 Dec 2005; Chris Gianelloni - catalyst-2.0_rc11.ebuild: - Add proper exclusions for app-crypt/shash. - -*catalyst-2.0_rc11 (20 Dec 2005) - - 20 Dec 2005; Chris Gianelloni - -files/catalyst-2.0_rc10-slot.patch, +files/catalyst-2.0_rc11-slot.patch, - -catalyst-2.0_rc10.ebuild, +catalyst-2.0_rc11.ebuild: - Bumped to 2.0_rc11 due to a major failure in stage1 building. Blame vapier - for being about 45 seconds too late to keep me from putting out rc10. - -*catalyst-2.0_rc10 (20 Dec 2005) - - 20 Dec 2005; Chris Gianelloni - +files/catalyst-2.0_rc10-slot.patch, -files/catalyst-2.0_rc9-slot.patch, - -catalyst-2.0_rc9.ebuild, +catalyst-2.0_rc10.ebuild: - Version bumped to 2.0_rc10. - -*catalyst-2.0_rc9 (13 Dec 2005) - - 13 Dec 2005; Chris Gianelloni - -files/catalyst-2.0_rc8-slot.patch, +files/catalyst-2.0_rc9-slot.patch, - -catalyst-2.0_rc8.ebuild, +catalyst-2.0_rc9.ebuild: - Version bumped to rc9, which should fix all reported bugs. - -*catalyst-2.0_rc8 (09 Dec 2005) - - 09 Dec 2005; Chris Gianelloni - -files/catalyst-2.0_rc7-slot.patch, +files/catalyst-2.0_rc8-slot.patch, - -catalyst-2.0_rc7.ebuild, +catalyst-2.0_rc8.ebuild: - Added more gnome-theme goodness from the LiveCD, updated the man page, fixed - the environment, and cleaned up some error messages. - -*catalyst-2.0_rc7 (07 Dec 2005) - - 07 Dec 2005; Chris Gianelloni - -files/catalyst-2.0_rc6-slot.patch, +files/catalyst-2.0_rc7-slot.patch, - -catalyst-2.0_rc6.ebuild, +catalyst-2.0_rc7.ebuild: - Version bumped to 2.0_rc7 to fix a snapshot issue and to turn off emerge - pauses for unmerges on all stage targets. - -*catalyst-2.0_rc6 (07 Dec 2005) - - 07 Dec 2005; Chris Gianelloni - -files/catalyst-2.0_rc5-slot.patch, +files/catalyst-2.0_rc6-slot.patch, - -catalyst-2.0_rc5.ebuild, +catalyst-2.0_rc6.ebuild: - Version bumped to 2.0_rc6 to fix a nasty unpack bug. Closing bug #114665. - -*catalyst-2.0_rc5 (04 Dec 2005) - - 04 Dec 2005; Chris Gianelloni - -files/catalyst-2.0_rc4-slot.patch, +files/catalyst-2.0_rc5-slot.patch, - -catalyst-2.0_rc4.ebuild, +catalyst-2.0_rc5.ebuild: - Version bumped to _rc5 for some fixes. - -*catalyst-2.0_rc4 (02 Dec 2005) - - 02 Dec 2005; Chris Gianelloni - -files/catalyst-2.0_rc3-slot.patch, +files/catalyst-2.0_rc4-slot.patch, - -catalyst-2.0_rc3.ebuild, +catalyst-2.0_rc4.ebuild: - Version bump. This version was rushed out to repair problems with the python - in 2.0_rc3. You can blame me for that one. - -*catalyst-2.0_rc3 (02 Dec 2005) - - 02 Dec 2005; Chris Gianelloni - -files/catalyst-2.0_rc2-slot.patch, +files/catalyst-2.0_rc3-slot.patch, - -catalyst-2.0_rc2.ebuild, +catalyst-2.0_rc3.ebuild: - Version bumped. This version includes automatic MD5/SHA1 generation for - stages/ISO/GRP (srcset/pkgset). - -*catalyst-2.0_rc2 (30 Nov 2005) - - 30 Nov 2005; Chris Gianelloni - -files/catalyst-2.0_rc1-slot.patch, +files/catalyst-2.0_rc2-slot.patch, - -catalyst-2.0_rc1.ebuild, +catalyst-2.0_rc2.ebuild: - Version bumped to 2.0_rc2. This adds autoresume points between each kernel - on multiple builds and fixes a nasty livecd-stage1 USE issue. - -*catalyst-2.0_rc1 (29 Nov 2005) - - 29 Nov 2005; Chris Gianelloni - -files/catalyst-2.0_pre20051129-slot.patch, - +files/catalyst-2.0_rc1-slot.patch, -catalyst-2.0_pre20051129.ebuild, - +catalyst-2.0_rc1.ebuild: - Here's catalyst 2.0_rc1, which I will be unmasking to get more wide-spread - testing. This should be production-ready. - -*catalyst-2.0_pre20051129 (29 Nov 2005) - - 29 Nov 2005; Chris Gianelloni - -files/catalyst-2.0_pre20051122-slot.patch, - +files/catalyst-2.0_pre20051129-slot.patch, - -catalyst-2.0_pre20051122.ebuild, +catalyst-2.0_pre20051129.ebuild: - This new pre-release version fixes all of the issues that have been reported - to us. Hopefully, this is the last pre-release version and the next release - will be catalyst 2.0 final. - -*catalyst-2.0_pre20051122 (22 Nov 2005) - - 22 Nov 2005; Chris Gianelloni - -files/catalyst-2.0_pre20051118-slot.patch, - +files/catalyst-2.0_pre20051122-slot.patch, - -catalyst-2.0_pre20051118.ebuild, +catalyst-2.0_pre20051122.ebuild: - Updated to a newer pre-version that should resolve the amd64/x86 issues. - -*catalyst-2.0_pre20051118 (18 Nov 2005) - - 18 Nov 2005; Chris Gianelloni - -files/catalyst-2.0_pre20051115-slot.patch, - +files/catalyst-2.0_pre20051118-slot.patch, - -catalyst-2.0_pre20051115.ebuild, +catalyst-2.0_pre20051118.ebuild: - Updated to latest pre-version, to resolve all remaining open bugs with - catalyst. This also fixes the nasty problems with x86/amd64 CD building. - -*catalyst-2.0_pre20051115 (15 Nov 2005) - - 15 Nov 2005; Chris Gianelloni - -files/catalyst-2.0_pre20051111-slot.patch, - +files/catalyst-2.0_pre20051115-slot.patch, - -catalyst-2.0_pre20051111.ebuild, +catalyst-2.0_pre20051115.ebuild: - Version bumped to 2.0_pre20051115 to fix a nasty livecd-stage2 bug when not - using seedcache and also enabled proper livecd/readme support. - -*catalyst-2.0_pre20051111 (11 Nov 2005) - - 11 Nov 2005; Chris Gianelloni - +files/catalyst-2.0_pre20051111-slot.patch, - +catalyst-2.0_pre20051111.ebuild: - Added catalyst 2.0_pre20051111. This is the first catalyst 2.0 pre-release - version available to the public, so please test it thoroughly. - -*catalyst-1.1.10.10 (29 Jul 2005) - - 29 Jul 2005; Chris Gianelloni - -catalyst-1.1.10.9.ebuild, +catalyst-1.1.10.10.ebuild: - Version bump to fix critical PPC bug. - -*catalyst-1.1.10.9 (28 Jul 2005) - - 28 Jul 2005; Chris Gianelloni - -catalyst-1.1.10.8.ebuild, +catalyst-1.1.10.9.ebuild: - Version bumped to include newer Getting_Online.txt and also to fix some - issues with building Pegasos kernels. - -*catalyst-1.1.10.8 (27 Jul 2005) - - 27 Jul 2005; Chris Gianelloni - -catalyst-1.1.10.7.ebuild, +catalyst-1.1.10.8.ebuild: - Version bumped to add a Getting_Online.txt document for minimal installation - CD images. - -*catalyst-1.1.10.7 (26 Jul 2005) - - 26 Jul 2005; Chris Gianelloni - -catalyst-1.1.10.6.ebuild, +catalyst-1.1.10.7.ebuild: - Version bumped to remove locales from official media to produce smaller - release media. - -*catalyst-1.1.10.6 (21 Jul 2005) - - 21 Jul 2005; Chris Gianelloni - -catalyst-1.1.10.5.ebuild, +catalyst-1.1.10.6.ebuild: - Version bumped to build smaller stage1 and stage2 tarballs and also to - resolve a ccache error in livecd-stage2. - -*catalyst-1.1.10.5 (18 Jul 2005) - - 18 Jul 2005; Chris Gianelloni - -catalyst-1.1.10.4.ebuild, +catalyst-1.1.10.5.ebuild: - Version bump to fix minor livecd issues and to fix ia64 livecd-stage2. - -*catalyst-1.1.10.4 (12 Jul 2005) - - 12 Jul 2005; Chris Gianelloni - -catalyst-1.1.10.3.ebuild, +catalyst-1.1.10.4.ebuild: - Version bumped to fix critical bug in new postconf code. - -*catalyst-1.1.10.3 (12 Jul 2005) - - 12 Jul 2005; Chris Gianelloni - -catalyst-1.1.10.2.ebuild, +catalyst-1.1.10.3.ebuild: - Version bumped to fix alsasound init script issue, remove postconf, and - update isolinux cdtar to 3.09 for x86/amd64. - -*catalyst-1.1.10.2 (12 Jul 2005) - - 12 Jul 2005; Chris Gianelloni - -catalyst-1.1.10.1.ebuild, +catalyst-1.1.10.2.ebuild: - Version bumped to fix building on ia64. - - 08 Jul 2005; Chris Gianelloni - catalyst-1.1.10.1.ebuild: - Fixing RDEPEND for mips. - - 08 Jul 2005; Chris Gianelloni - files/digest-catalyst-1.1.10.1: - Fixing digest. - - 08 Jul 2005; Chris Gianelloni - catalyst-1.1.10.1.ebuild: - Fixing being all masked. - -*catalyst-1.1.10.1 (08 Jul 2005) - - 08 Jul 2005; Chris Gianelloni - -catalyst-1.1.10.ebuild, +catalyst-1.1.10.1.ebuild: - Version bumped to 1.1.10.1 to fix a bug with auto-starting X on generic - LiveCD and GameCD builds. - - 08 Jul 2005; Chris Gianelloni - files/digest-catalyst-1.1.10: - Re-rolled catalyst tarball and fixing digest. - -*catalyst-1.1.10 (08 Jul 2005) - - 08 Jul 2005; Chris Gianelloni - -catalyst-1.1.9.ebuild, -catalyst-1.1.10_pre18.ebuild, - +catalyst-1.1.10.ebuild: - Version bumped to catalyst 1.1.10 and removing all previous versions. This - is the last catalyst 1.x release other than bugfix releases. I'd like to - thank everyone for the success of catalyst and hope you all enjoy catalyst - 2.0 when it is released. - -*catalyst-1.1.10_pre18 (06 Jul 2005) - - 06 Jul 2005; Chris Gianelloni - -catalyst-1.1.10_pre17.ebuild, +catalyst-1.1.10_pre18.ebuild: - Version bump and fixing a very nasty bug in _pre17 where stage1 would always - fail. - -*catalyst-1.1.10_pre17 (05 Jul 2005) - - 05 Jul 2005; Chris Gianelloni - -catalyst-1.1.10_pre16.ebuild, +catalyst-1.1.10_pre17.ebuild: - Version bump. Added initial IA64 support. Closing bug #97867. - -*catalyst-1.1.10_pre16 (01 Jul 2005) - - 01 Jul 2005; Chris Gianelloni - -catalyst-1.1.10_pre15.ebuild, +catalyst-1.1.10_pre16.ebuild: - Version bump to remove livecd/bootargs bug. - -*catalyst-1.1.10_pre15 (01 Jul 2005) - - 01 Jul 2005; Chris Gianelloni - -catalyst-1.1.10_pre14.ebuild, +catalyst-1.1.10_pre15.ebuild: - Version bump. - -*catalyst-1.1.10_pre14 (29 Jun 2005) - - 29 Jun 2005; Chris Gianelloni - -catalyst-1.1.10_pre13.ebuild, +catalyst-1.1.10_pre14.ebuild: - Version bump to add livecd/bootargs support. - -*catalyst-1.1.10_pre13 (28 Jun 2005) - - 28 Jun 2005; Chris Gianelloni - -catalyst-1.1.10_pre12.ebuild, +catalyst-1.1.10_pre13.ebuild: - Version bump. - -*catalyst-1.1.10_pre12 (24 Jun 2005) - - 24 Jun 2005; Chris Gianelloni - -catalyst-1.1.10_pre11.ebuild, +catalyst-1.1.10_pre12.ebuild: - Version bump. - -*catalyst-1.1.10_pre11 (22 Jun 2005) - - 22 Jun 2005; Chris Gianelloni - -catalyst-1.1.10_pre10.ebuild, +catalyst-1.1.10_pre11.ebuild: - Version bump. - -*catalyst-1.1.10_pre10 (21 Jun 2005) - - 21 Jun 2005; Chris Gianelloni - -catalyst-1.1.10_pre9.ebuild, +catalyst-1.1.10_pre10.ebuild: - Version bumped to fix boot issue on alpha, hppa, and sparc. - -*catalyst-1.1.10_pre9 (20 Jun 2005) - - 20 Jun 2005; Chris Gianelloni - -catalyst-1.1.10_pre8.ebuild, +catalyst-1.1.10_pre9.ebuild: - Version bumped to catalyst 1.1.10_pre9 to fix boot issue with PPC. - - 16 Jun 2005; Chris Gianelloni - catalyst-1.1.10_pre8.ebuild: - Removed isogen lines since we've dropped it from the package in CVS. - -*catalyst-1.1.10_pre8 (15 Jun 2005) - - 15 Jun 2005; Chris Gianelloni - -catalyst-1.1.10_pre7.ebuild, +catalyst-1.1.10_pre8.ebuild: - Version bumped to new catalyst version and fixing tar/star issues reported - on gentoo-catalyst. - -*catalyst-1.1.10_pre7 (14 Jun 2005) - - 14 Jun 2005; Chris Gianelloni - -catalyst-1.1.10_pre6.ebuild, +catalyst-1.1.10_pre7.ebuild: - Version bumped to 1.1.10_pre7. - -*catalyst-1.1.10_pre6 (14 Jun 2005) - - 14 Jun 2005; Chris Gianelloni - -catalyst-1.1.10_pre5.ebuild, +catalyst-1.1.10_pre6.ebuild: - Updated to catalyst 1.1.10_pre6 and closing bug #95819. - -*catalyst-1.1.10_pre5 (10 Jun 2005) - - 10 Jun 2005; Chris Gianelloni - -catalyst-1.1.10_pre4.ebuild, +catalyst-1.1.10_pre5.ebuild: - Version bumped to new 1.1.10_pre5 for testing. - -*catalyst-1.1.10_pre4 (09 Jun 2005) - - 09 Jun 2005; Chris Gianelloni - -catalyst-1.1.10_pre3.ebuild, +catalyst-1.1.10_pre4.ebuild: - Updated to catalyst 1.1.10_pre4 - -*catalyst-1.1.10_pre3 (03 Jun 2005) - - 03 Jun 2005; Chris Gianelloni - -catalyst-1.1.10_pre2.ebuild, +catalyst-1.1.10_pre3.ebuild: - Version bumped to _pre3. - -*catalyst-1.1.10_pre2 (02 Jun 2005) - - 02 Jun 2005; Chris Gianelloni - -catalyst-1.1.10_pre1.ebuild, +catalyst-1.1.10_pre2.ebuild: - Version bumped to _pre2. - - 01 Jun 2005; Chris Gianelloni catalyst-1.1.9.ebuild: - Added mips check on squashfs-tools. - -*catalyst-1.1.10_pre1 (01 Jun 2005) - - 01 Jun 2005; Chris Gianelloni - -catalyst-1.1.1.ebuild, -catalyst-1.1.8.ebuild, catalyst-1.1.9.ebuild, - +catalyst-1.1.10_pre1.ebuild: - Cleaning up older versions, adding first testing version, and moving - catalyst 1.1.9 to stable. - - 29 Apr 2005; Bryan Østergaard catalyst-1.1.8.ebuild: - Stable on alpha. commit - -*catalyst-1.1.9 (15 Apr 2005) - - 15 Apr 2005; Chris Gianelloni - +catalyst-1.1.9.ebuild: - Version bumped to catalyst 1.1.9 and closing bug #77342, #84156, #72522, - #88426, and #88943. - - 01 Apr 2005; Lars Weiler catalyst-1.1.8.ebuild: - Stable on ppc. - - 01 Apr 2005; Gustavo Zacarias catalyst-1.1.8.ebuild: - Stable on amd64, sparc and x86 - - 01 Apr 2005; Aron Griffis catalyst-1.1.8.ebuild: - stable on ia64 - -*catalyst-1.1.8 (24 Mar 2005) - - 24 Mar 2005; Chris Gianelloni - -catalyst-1.1.7.ebuild, +catalyst-1.1.8.ebuild: - Version bumped to 1.1.8 to resolve problems with livecd-stage1 and also to - do a few cleanups. Check the package's ChangeLog in /usr/share/doc for a - complete listing of changes. - -*catalyst-1.1.7 (09 Mar 2005) - - 09 Mar 2005; Chris Gianelloni - -catalyst-1.1.6.ebuild, +catalyst-1.1.7.ebuild: - Version bumped to 1.1.7 and cleaning up older ebuilds. - -*catalyst-1.1.6 (03 Mar 2005) - - 03 Mar 2005; Chris Gianelloni - -catalyst-1.1.5.ebuild, +catalyst-1.1.6.ebuild: - Version bumped to 1.1.6 and removing 1.1.5 ebuild. - - 24 Feb 2005; Chris Gianelloni catalyst-1.1.1.ebuild, - catalyst-1.1.5.ebuild: - Removed extranneous genkernel dependency. - - 24 Feb 2005; Chris Gianelloni metadata.xml: - Updated metadata. - - 12 Feb 2005; Chris Gianelloni catalyst-1.1.1.ebuild, - catalyst-1.1.5.ebuild: - Changed RDEPEND from app-cdr/cdrtools to virtual/cdrtools. - -*catalyst-1.1.5 (29 Jan 2005) - - 29 Jan 2005; Chris Gianelloni - -catalyst-1.1.4.ebuild, +catalyst-1.1.5.ebuild: - Updated to latest version to fix gconfd-2/acpi bugs. - - 29 Jan 2005; Markus Rothe catalyst-1.1.4.ebuild: - Stable on ppc64 - - 29 Jan 2005; Chris Gianelloni : - Updated version info. - -*catalyst-1.1.4 (29 Jan 2005) - - 29 Jan 2005; Chris Gianelloni - -catalyst-1.1.0.ebuild, -catalyst-1.1.2.ebuild, -catalyst-1.1.3.ebuild, - +catalyst-1.1.4.ebuild: - Version bumped to latest version. - -*catalyst-1.1.3 (26 Jan 2005) - - 26 Jan 2005; Chris Gianelloni - +catalyst-1.1.3.ebuild: - Updated to latest version. This should be used for the 2005.0 release, as it - includes some stage1 fixes, along with a fix for using package.use properly. - - 15 Jan 2005; Chris Gianelloni catalyst-1.1.2.ebuild: - Fixed S so files are actually installed now and added some error checking. - -*catalyst-1.1.2 (14 Jan 2005) - - 14 Jan 2005; Chris Gianelloni - -catalyst-1.0.8.1-r1.ebuild, -catalyst-1.0.8.1.ebuild, - -catalyst-1.0.9.ebuild, +catalyst-1.1.2.ebuild: - ...and God looked down upon Catalyst 1.1.2, and He saw that it was good. - This closes bugs #73556, #76530, #70663, #70518, #76146, #70425, #68307, - #77480, #76542, #66592, and #75336. - - 07 Jan 2005; Markus Rothe catalyst-1.1.1.ebuild: - Stable on ppc64 - - 06 Jan 2005; Bryan Østergaard catalyst-1.1.1.ebuild: - Stable on alpha. - - 07 Dec 2004; Chris Gianelloni catalyst-1.1.1.ebuild: - Marking stable on x86 and amd64. - - 01 Nov 2004; Gustavo Zacarias catalyst-1.1.1.ebuild: - Stable on sparc - -*catalyst-1.1.1 (28 Oct 2004) - - 28 Oct 2004; Chris Gianelloni catalyst-1.1.0.ebuild, - +catalyst-1.1.1.ebuild: - Fixing 1.1.0 ebuild trying to install files from livecd/kconfig, which no - longer exists and adding new catalyst version 1.1.1, which is a minor bugfix - release. - -*catalyst-1.1.0 (22 Oct 2004) - - 22 Oct 2004; Chris Gianelloni - +catalyst-1.1.0.ebuild: - Catalyst 1.1.0! See ChangeLog from package for massive changes since 1.0.9 - was released. - -*catalyst-1.0.9 (26 Sep 2004) - - 26 Sep 2004; John Davis catalyst-1.0.9.ebuild: - bumping 1.0.9 to stable on x86 - - 03 Sep 2004; Gustavo Zacarias catalyst-1.0.8.1.ebuild: - Stable on sparc, we lack a stable, we want a stable - - 16 Aug 2004; John Davis catalyst-1.0.8.1.ebuild: - marking unstable for s390 since the dep on genkernel cannot be met - - 16 Aug 2004; John Davis catalyst-1.0.8.1.ebuild: - marking unstable for arm since the dep of >=genkernel-3.0.2b cannot be met - - 13 Aug 2004; John Davis catalyst-1.0.8.1.ebuild: - catalyst-1.9.0 initial commit - -*catalyst-1.0.8.1-r1 (29 Jul 2004) - - 29 Jul 2004; Mike Frysinger +catalyst-1.0.8.1-r1.ebuild: - Add a patch to support stacked profiles. - - 18 Jul 2004; Tom Gall catalyst-1.0.8.1.ebuild: - stable on ppc64, bug #57487 - - 16 Jul 2004; Guy Martin catalyst-1.0.8.1.ebuild: - Marked stable on hppa. - - 02 Jul 2004; John Davis catalyst-1.0.8.1.ebuild: - bumping to stable - - 19 Jun 2004; Gustavo Zacarias catalyst-1.0.8.1.ebuild: - Keyworded ~sparc, looking good - -*catalyst-1.0.8.1 (13 Jun 2004) - - 13 Jun 2004; John Davis catalyst-1.0.8.1.ebuild: - adding version 1.0.8.1. Please read the ChangeLog - - 04 Jun 2004; Daniel Black catalyst-1.0.7.ebuild, - catalyst-1.0.8.ebuild: - sys-apps/squashfs-tools dependancy moved to sys-fs/squashfs-tools - - 27 May 2004; Travis Tilley catalyst-1.0.8.ebuild: - added ~amd64 keyword - - 22 May 2004; John Davis catalyst-1.0.7.ebuild, - catalyst-1.0.8.ebuild: - replacing the keywords that I clobbered - -*catalyst-1.0.8 (22 May 2004) - - 22 May 2004; John Davis catalyst-1.0.4.ebuild, - catalyst-1.0.5.1.ebuild, catalyst-1.0.5.ebuild, catalyst-1.0.6.ebuild, - catalyst-1.0.8.ebuild, metadata.xml: - cleanup and addition of 1.0.8, version bump - - 12 May 2004; Michael McCabe catalyst-1.0.7.ebuild: - Added s390 keywords - - 27 Apr 2004; John Davis catalyst-1.0.7.ebuild: - bumping to stable - -*catalyst-1.0.7 (26 Apr 2004) - - 26 Apr 2004; John Davis catalyst-1.0.7.ebuild: - adding in 1.0.7 - -*catalyst-1.0.6 (12 Apr 2004) - - 12 Apr 2004; John Davis catalyst-1.0.6.ebuild: - here we go - 1.0.6, many bash backend changes - -*catalyst-1.0.5.1 (08 Apr 2004) - - 08 Apr 2004; Gustavo Zacarias catalyst-1.0.5.1.ebuild: - Stable on sparc - - 04 Apr 2004; John Davis : - release of 1.0.5.1, fixes /dev issue in stages, as well as a modules.conf fix - -*catalyst-1.0.5 (01 Apr 2004) - - 01 Apr 2004; John Davis catalyst-1.0.2.ebuild, - catalyst-1.0.3.ebuild, catalyst-1.0.5.ebuild, metadata.xml: - cleaning up old files - - 01 Apr 2004; John Davis : - 1.0.5 released - -*catalyst-1.0.4 (05 Mar 2004) - - 05 Mar 2004; John Davis catalyst-1.0.4.ebuild: - version bump - bug where catalyst.conf was in the wrong location - -*catalyst-1.0.3 (04 Mar 2004) - - 04 Mar 2004; John Davis catalyst-1.0.1-r1.ebuild, - catalyst-1.0.1.ebuild, catalyst-1.0.3.ebuild, catalyst-1.0.ebuild: - version bump, fix bug #43607 - -*catalyst-1.0.2 (27 Feb 2004) - - 01 Mar 2004; Mike Frysinger : - Clean up install steps to be more Gentoo like. - - 27 Feb 2004; John Davis catalyst-1.0.2.ebuild: - commit 1.0.2 to stable, grp bugfix, added a doc use flag to enable examples - installation - -*catalyst-1.0.1-r1 (19 Feb 2004) - - 19 Feb 2004; John Davis catalyst-1.0.1-r1.ebuild: - fix for bug #42173 - -*catalyst-1.0.1 (18 Feb 2004) - - 18 Feb 2004; John Davis catalyst-1.0.1.ebuild: - version bump to fix bug #42044 - -*catalyst-1.0 (17 Feb 2004) - - 17 Feb 2004; John Davis catalyst-1.0.ebuild: - initial import diff --git a/sdk_container/src/third_party/portage-stable/dev-util/catalyst/Manifest b/sdk_container/src/third_party/portage-stable/dev-util/catalyst/Manifest index f896d63b65..bedf00b016 100644 --- a/sdk_container/src/third_party/portage-stable/dev-util/catalyst/Manifest +++ b/sdk_container/src/third_party/portage-stable/dev-util/catalyst/Manifest @@ -1,25 +1,14 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA256 - -DIST catalyst-2.0.16.tar.bz2 878929 SHA256 4578cbbc36a5d913b51967faad6feb9b8bb10a04794fe44e73b71790fa389142 SHA512 460ee4c996a7197f2d3e2504ef5ff205c74c0e7ca763a67dc57932a8df6199334fef3b234d90da1717d3f59b36081a29c768a864efa82129cd4f6e2de34ac3a8 WHIRLPOOL e43861bcb7286f85e8d0857d32f4e0ba9f39eea5bae2eac05e0b9e782ee2edad2a8171e1a0ea451c7ee67b21f2210f8ff3f2a9e37c16d16552c6c46e74637233 -DIST catalyst-2.0.17.tar.bz2 861341 SHA256 5f4142598d921e5174ff06f9571856760a324e79db5f3b63caf0d1a16adc813c SHA512 9d7b9ad383dcc5d4ba058596c0b607eb9601b28025d9300f63e68d78cbd5bca8fa3f3e03a81dc6b233021e773ba4301df0bf5cec51ca4368eb3577a68d33a92c WHIRLPOOL e97fc120141cc4f9f5c297652d8b43313780f615429c0eb3d9b85cba40aeca01dcbc6efb0f8d388cc5e7debabb2563cfc9b5a5aa00e3d00d306aed0f799fc642 -EBUILD catalyst-2.0.16.ebuild 3155 SHA256 96330cb79d0a318eb8e71c12832b71e06d8f01483fc3042da809caf16c0577f4 SHA512 b2e5438f39a7627d03d79b7062cb039a5b4cb8c9dbef9f836ca7d34e37ed530c95ba4a288e987a06141b7b61f9c928ea95fa425d2bd03a195000189a2a66d8fe WHIRLPOOL 1264383ed4eb1b31fe647c3ec4f7fed5944b76638669f1473d28d2dcfc5bf5fcf04fa032014f11fd4dd1e024c3fd7a57031ffd9f0ce01ef2865e90e96cdf3f31 -EBUILD catalyst-2.0.17.ebuild 3149 SHA256 b764e9f01aa95ed08169775ce267a4fa1edff43903f864934ed37f4685330e2d SHA512 c672617d6325a43d0a1975ee6875d6368b939ee11d374cc5355cc3a2771d6dbd523c0ac02c657161f27bc7ff95821ccbb8ab9682ce88d866458dbaff9af81fdb WHIRLPOOL 4c97e1ccf4749dc019091f477193e426ca6cc3210f6af1b62e357db1fe6b552ef27e05b180fc00058df9ff74e0776d5e82b5e97e0202192b057f996f9c1a3a41 -EBUILD catalyst-2.0.9999.ebuild 3056 SHA256 ca0a13dc03a936b54b0e6bfe64122ed653dcb1bc60976ed2612f4b6a305a91b8 SHA512 c6aa7faba3821edba40612b86ecb265339edf466798d297b251dd1af1e4b51e512c769d271fbb714c9ab72ed3dce55cda2462003b5e8ba4b26dbfda7b6cf82cf WHIRLPOOL 285670aa406f7f7f7f73cef9a7950d276429c10a6cb39796ffac369b9d68f4a53a28adf5122fc2bba56916a9b64c3ed7ce7a20994591c97afeed92dfe7dfa5de -EBUILD catalyst-2.9999.ebuild 1632 SHA256 124adf991b51763910ee64979a9d4c17aa2a742d811648011047798f6d7b2c2b SHA512 54f2232cc559dc07edcc5fae49d27e35feba74d79b0ca88113747293654eac0714b75e8ce89fa2f35fe53638d40cc8d07b8c672dee7e829c306150c3a7f4183b WHIRLPOOL d08748d7864942924aaad5d52aad98119918d492f20716307429d72b5ddad25354ba6b43968ae7a529ff372ed443dd18eaea3b33a40dc641c2b39cf29cd8f750 -EBUILD catalyst-9999.ebuild 1611 SHA256 af96e44b2c122d4f98b268c2da788511faa8308098a7dc8a5261fc9dd3d31050 SHA512 643f4827189b3ef2f56bdfccdd6df2368e51da030e1088e481c358bb9474b4ca7101d597b5429ea998c98b3f41792809037fff82720081e5c51ba93f13581635 WHIRLPOOL a718b1c5d9ca40845e621a9583f63b1e7eda03de2f39ff513df9729bafce8bfd2a37f1aa7d9c172aff3ac4d39aca0211ff972032a7b701192cd970431a830760 -MISC ChangeLog 58883 SHA256 c010affe23dab7fd35295c0ad156a5a8e97fa42b4e5bda0efda1bafbbe0dca2d SHA512 8c40e24e3fe947e8cafde15297e939b8fe7b8de386e87233c6eb2cf91fb8e12fd2b161dddbe764ed33aa04fb2690f7b768cc65e76f50726fc34f30604c41ad08 WHIRLPOOL 7fcba16fb5973622da2adc9280f3b03d7c9546f80a07d005e256d7dadcb57892a92965b015a31472f4cd7f3af77131fe148a28f709b945f38c6f9ce783a6468b -MISC metadata.xml 302 SHA256 52c8f4e22cff9920c9a11b04ee574b28cd6fbf71a8212259d9d19122e0ddf955 SHA512 bd15682c5b17cde8b9b0ffe4559839eb2419b070659c388a21f3bba6b94d4a3861cbb76328c996c107e5fde9e4e4fd09e1f54d99e6d76df1ef25f1f52e557a2a WHIRLPOOL 5951e4d293d63763c8d1b922b6e7a88b3b8c3db0a3db5cae5bd4457920a8e14c338ff202d5d074e1893facddc8a04b83d83cefd6bd13d65029364d905f2c1450 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.22 (GNU/Linux) - -iQF8BAEBCABmBQJTeTjgXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w -ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ4Njg4RkQxQ0M3MUMxQzA0RUFFQTQyMzcy -MjE0RDkwQTAxNEYxN0NCAAoJECIU2QoBTxfLQJEH/jJxodavWG49gkf+3mcEvRsw -SJzn7wPobvrdP646Axc74XIVD5FUeOEmrcArKeboJNFLfN4XY6Zlq6UTI8YuoywU -AFvjeB5XocwfBPHy469IXaxTDVmLhZUVBKofA0jzeu8lM/nYP1jOwXw6c+QSdJ7p -LkZZbwI/sbPBfBAcupmECQaBVAcuT1JQSDf9D8f3A8FVj9i2Rc66CkSbTi5s8snh -87o3rKLg+I9YGLm+j4P5jbovG4x0zaJK2zTR3Sa6F4kbdBGvriGF34Qqq6diAyE+ -DKroG3gRFEQJm6eTXFtsFUZPKxRVl95nrNKBeX5MIuIznfKX5jimHc7YhImv7yE= -=VXS3 ------END PGP SIGNATURE----- +AUX catalyst-2.0.18-Do-notuntarwith--acls.patch 6156 BLAKE2B 921e36d63c3a51f212c3a8a3afd054737e9d21f9870d82249a701a2fb00c27f9f97d7411df46357509477c3cafdd9341752fee77321f94910fd18b9a1d5ffef1 SHA512 500d72f7e11f99eb53275aac3e1b94394826cfa271312ee268092d12a70128b46455c5da1122fb70e21459f56ded3e3ad2752c33516cd3dc4ea4ac70cd0ec32f +AUX catalyst-2.0.18-fix-quotes.patch 1663 BLAKE2B 3fcd863f94eb9d8e659520d29b8ec9c576b27c25f00adf5d47c60aa6cfa0e6da10b9745e4c6752fc7682f13423180e6f58777c584a7283eee4fc9db02ef34a1f SHA512 185705eba562dfeb52740ad3a0c3ea611648d508079ad54c9e5680d318888cc5123c5ff365b1c575a5348ddfd8210763277daed226b564ed3a59e15f18bff205 +AUX catalyst-2.0.18-remove-machine-id.patch 778 BLAKE2B 1174a6d9c777144d204fed28e912a981b5df93c2c7de983555c53863b5f1baa2a5d1f184fff7f6bb84534f884302ebc97d525d4db2250e0602b841faa7994a41 SHA512 7e5230eacc6ca7b535d416cd2dd846fa9fbc58951ef4cbdb14108afcbcd63f2d8a7b082920d04dc51b9eb47a6d44eeb5a07d704b14e71b6a972d96ca79f807d6 +AUX catalyst-2.0.18-stage1-export-ROOT.patch 1274 BLAKE2B 336c159e54f0a629c73b61814c1d2d9be5996af4367383164c446e9d5067eedff8094724a3830f3e50c922af72e9eacb90168e603d2506c4be4769d1fc549793 SHA512 6372917d395d8129c49c4dd8de7e6a8e7797f6c535e39713fa68059d82f398aa1fb0ffb1b6a65c91f9b5a4861f29cffd4717b7a612276e78d22ac1985ee32113 +DIST catalyst-2.0.18.tar.bz2 861398 BLAKE2B 70986d312410fb7abb5c8d7eacefa0f0150a3642e92e4f7b7e9944cf3653e7e2ba987ffb34a614b261a22ce3bb964488181c019f92bbc9c73567f89be04c0989 SHA512 5a1408ffe06ce5c06a6bca8f0e3ecd91c17cdc36e2dfa37881d843432bdfe987fd2cfd988cd5719bdf378c18c2e79ee59e281c3b4dba4ae9edfc2dd654b8ee4a +DIST catalyst-3.0.0.tar.bz2 879203 BLAKE2B 15c410a38aa5db4b558f18fe84f7ed4c12db26c8af39062728d4217f7d034c694531e4693dd0925848a983345dcd519955226bb9825041556bd0b62bcaba181b SHA512 0f5d5f0898dc070271aab5347d4fb1ad4d44e777a2242f8b80a2f1a5a11e3ba6005754e6af2a6848246ad05f10124e4ce172637c7e2d23eb4f055610456d903f +DIST catalyst-3.0.1.tar.bz2 877731 BLAKE2B 0c0b67b4be26737fa6d81011a8a63cfd7f2f41e49a81ecd45f3c901ef70d04e0a72295b12609df036dd9be09241c33dda8fa7a204ad074683b18685d027efe2a SHA512 be7c4d6fcf1f41087995a1a3621fb0250dce6d0a96101255c70832d5cf727a94e924d86092b33464fc5e284173704d33d5aa0d0d49dfcce7369befa5fc8de4e8 +EBUILD catalyst-2.0.18-r1.ebuild 3100 BLAKE2B 18f15c937c4f3fe3790ad0dd4f665b4c2a5c100ccc8e9669ded1e45bc24bbe8391fcc3a3b0d2f17b3a9494d2fdef529b387037ec7518796e045d59faf516fa18 SHA512 111606cceb268f3f4b8c51ed8d980ef440215d622a7994c773da7b3fe7ead0ad3fb32bd4eac1835bda1fad5389aa4c995dc597fe7ccc6f8b4d7871997df3541d +EBUILD catalyst-2.0.18-r4.ebuild 3261 BLAKE2B 07fba7e944a03f7bd99c4504aac4014e515c667a6c4b05791ec059e7fa805cc648a228389045b13d71c39b1910fe8016bdde218cdc7b070a9bd7ac8beb8341a9 SHA512 19be49f4b0508aa4f091e5769463d52280693e5540b8ebda4d9745f24d16ba5a8e938081f1b345dfb25d3d7675f90d721c8fff928d3a4f7f40886e2b4cb14ade +EBUILD catalyst-2.0.9999.ebuild 2901 BLAKE2B 6ad35b1e2bce193bdc50de8547c0918036b7b1db8339462b2a1e6bd3f4de680918ca514a5d9243c476af0a9358b8ab2c18409b2585ca0565bfee8b27dd11ae83 SHA512 ede4a30e85f2b9b55fa627ef6b7de8a2f0f83a15bd67cea54596bcbd73b4f89ae991087e55bc34187d3572f25c1c3d9d0f818626f3880e758832a58a3af95f23 +EBUILD catalyst-3.0.0.ebuild 1680 BLAKE2B ac456283dc3d7f16811b7edeb9a4e674da723ab3183dfdc6f79e7231598c3b326f737c8f5ef61064e13bd3586e9fcf33fca586207e8bed273f57c7c0930512ce SHA512 e71fb731b7d007bc26cf65eb85a23902378da0d7c931dabdeb4f5201f399a1555151cfbcfe19c4620467b0f3ad910e79456dd7f3bbf875e1b2705cb3ec1e246b +EBUILD catalyst-3.0.1.ebuild 1756 BLAKE2B c603a8fe69ae249700eb62e3ff45e338cf61758692cd6746d51833a24eaba10cc0b9d32deedbbf336efc1cbfc5571a7c40cde33be63191697f0cce9d3d4f74df SHA512 5f3c60d668c6aeb27987f32c71cfeee29d4a56bf3d48e2ea906527ef221638010512ac3bd00065591ae7aba71359cf2730078a33db883895d116fa95321519ef +EBUILD catalyst-9999.ebuild 1752 BLAKE2B b4dce3d64505cf72d7d546be2107050e4840477a4ceb883cd3aa93ea2c6f5a3fc63470e6dfea172f15c5f37fcff30dc29d2e972314aba46c2890b6a73639904e SHA512 c6548d3b6cfa924e4ca5dab4fe9680d5a4562dcbe8cb1debeaf1088c1c9fd8bbc66c2cf7272a1fea1997fdc0d8f8ae833e3ed6c3b7b6b16a10eae17b61993271 +MISC metadata.xml 417 BLAKE2B 161ad5d6df19baf10cd3110f677c85aa0d4c08051fc3be98c28d3f02312a50460a1e71619c314921e23fa680506ab88375ea033ea945db78a82a5fed35c953dc SHA512 ba623747ea22b2e886740d771dcd80ac54df9b29762d1d1f3eb46701e9463d245a2e310eb03695dc9342a57da486a9a8d56892da709727476a2d6afed5e63cb8 diff --git a/sdk_container/src/third_party/portage-stable/dev-util/catalyst/catalyst-2.0.17.ebuild b/sdk_container/src/third_party/portage-stable/dev-util/catalyst/catalyst-2.0.18-r1.ebuild similarity index 79% rename from sdk_container/src/third_party/portage-stable/dev-util/catalyst/catalyst-2.0.17.ebuild rename to sdk_container/src/third_party/portage-stable/dev-util/catalyst/catalyst-2.0.18-r1.ebuild index bf6394c287..9562f69636 100644 --- a/sdk_container/src/third_party/portage-stable/dev-util/catalyst/catalyst-2.0.17.ebuild +++ b/sdk_container/src/third_party/portage-stable/dev-util/catalyst/catalyst-2.0.18-r1.ebuild @@ -1,22 +1,19 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/catalyst/catalyst-2.0.17.ebuild,v 1.1 2014/05/18 22:49:31 dolsen Exp $ EAPI=5 if [[ ${PV} == *9999* ]]; then SRC_ECLASS="git-2" - EGIT_REPO_URI="git://git.overlays.gentoo.org/proj/catalyst.git" + EGIT_REPO_URI="anongit.gentoo.org/proj/catalyst.git" EGIT_MASTER="master" - SRC_URI="" - KEYWORDS="" S="${WORKDIR}/${PN}" else SRC_URI="mirror://gentoo/${P}.tar.bz2 - http://dev.gentoo.org/~jmbsvicetto/distfiles/${P}.tar.bz2 - http://dev.gentoo.org/~mattst88/distfiles/${P}.tar.bz2 - http://dev.gentoo.org/~zerochaos/distfiles/${P}.tar.bz2 - http://dev.gentoo.org/~dolsen/releases/catalyst/${P}.tar.bz2" + https://dev.gentoo.org/~jmbsvicetto/distfiles/${P}.tar.bz2 + https://dev.gentoo.org/~mattst88/distfiles/${P}.tar.bz2 + https://dev.gentoo.org/~zerochaos/distfiles/${P}.tar.bz2 + https://dev.gentoo.org/~dolsen/releases/catalyst/${P}.tar.bz2" KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" fi @@ -25,7 +22,7 @@ PYTHON_COMPAT=( python2_7 ) inherit eutils multilib python-single-r1 ${SRC_ECLASS} DESCRIPTION="Release metatool used for creating releases based on Gentoo Linux" -HOMEPAGE="http://www.gentoo.org/proj/en/releng/catalyst/" +HOMEPAGE="https://wiki.gentoo.org/wiki/Catalyst" LICENSE="GPL-2" SLOT="0" @@ -38,9 +35,10 @@ DEPEND=" RDEPEND=" app-arch/lbzip2 app-crypt/shash + app-arch/tar[xattr] + sys-fs/dosfstools virtual/cdrtools amd64? ( >=sys-boot/syslinux-3.72 ) - ia64? ( sys-fs/dosfstools ) x86? ( >=sys-boot/syslinux-3.72 ) ccache? ( dev-util/ccache ) kernel_linux? ( app-misc/zisofs-tools >=sys-fs/squashfs-tools-2.1 ) @@ -49,6 +47,8 @@ RDEPEND=" REQUIRED_USE=${PYTHON_REQUIRED_USE} +PATCHES=( "${FILESDIR}/catalyst-2.0.18-Do-notuntarwith--acls.patch" ) + pkg_setup() { if use ccache ; then einfo "Enabling ccache support for catalyst." @@ -68,6 +68,10 @@ pkg_setup() { python-single-r1_pkg_setup } +src_prepare() { + epatch "${PATCHES[@]}" +} + src_install() { insinto /usr/$(get_libdir)/${PN} exeinto /usr/$(get_libdir)/${PN} @@ -107,5 +111,5 @@ src_install() { pkg_postinst() { einfo "You can find more information about catalyst by checking out the" einfo "catalyst project page at:" - einfo "http://www.gentoo.org/proj/en/releng/catalyst/index.xml" + einfo "https://wiki.gentoo.org/wiki/Catalyst" } diff --git a/sdk_container/src/third_party/portage-stable/dev-util/catalyst/catalyst-2.0.16.ebuild b/sdk_container/src/third_party/portage-stable/dev-util/catalyst/catalyst-2.0.18-r4.ebuild similarity index 73% rename from sdk_container/src/third_party/portage-stable/dev-util/catalyst/catalyst-2.0.16.ebuild rename to sdk_container/src/third_party/portage-stable/dev-util/catalyst/catalyst-2.0.18-r4.ebuild index b207da6a13..98e502b926 100644 --- a/sdk_container/src/third_party/portage-stable/dev-util/catalyst/catalyst-2.0.16.ebuild +++ b/sdk_container/src/third_party/portage-stable/dev-util/catalyst/catalyst-2.0.18-r4.ebuild @@ -1,31 +1,28 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/catalyst/catalyst-2.0.16.ebuild,v 1.2 2014/01/18 11:38:05 vapier Exp $ EAPI=5 if [[ ${PV} == *9999* ]]; then SRC_ECLASS="git-2" - EGIT_REPO_URI="git://git.overlays.gentoo.org/proj/catalyst.git" + EGIT_REPO_URI="anongit.gentoo.org/proj/catalyst.git" EGIT_MASTER="master" - SRC_URI="" - KEYWORDS="" S="${WORKDIR}/${PN}" else SRC_URI="mirror://gentoo/${P}.tar.bz2 - http://dev.gentoo.org/~jmbsvicetto/distfiles/${P}.tar.bz2 - http://dev.gentoo.org/~mattst88/distfiles/${P}.tar.bz2 - http://dev.gentoo.org/~zerochaos/distfiles/${P}.tar.bz2 - http://dev.gentoo.org/~dolsen/releases/catalyst/${P}.tar.bz2" - KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" + https://dev.gentoo.org/~jmbsvicetto/distfiles/${P}.tar.bz2 + https://dev.gentoo.org/~mattst88/distfiles/${P}.tar.bz2 + https://dev.gentoo.org/~zerochaos/distfiles/${P}.tar.bz2 + https://dev.gentoo.org/~dolsen/releases/catalyst/${P}.tar.bz2" + KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" fi -PYTHON_COMPAT=( python{2_6,2_7} ) +PYTHON_COMPAT=( python2_7 ) inherit eutils multilib python-single-r1 ${SRC_ECLASS} DESCRIPTION="Release metatool used for creating releases based on Gentoo Linux" -HOMEPAGE="http://www.gentoo.org/proj/en/releng/catalyst/" +HOMEPAGE="https://wiki.gentoo.org/wiki/Catalyst" LICENSE="GPL-2" SLOT="0" @@ -38,9 +35,10 @@ DEPEND=" RDEPEND=" app-arch/lbzip2 app-crypt/shash + app-arch/tar[xattr] + sys-fs/dosfstools virtual/cdrtools amd64? ( >=sys-boot/syslinux-3.72 ) - ia64? ( sys-fs/dosfstools ) x86? ( >=sys-boot/syslinux-3.72 ) ccache? ( dev-util/ccache ) kernel_linux? ( app-misc/zisofs-tools >=sys-fs/squashfs-tools-2.1 ) @@ -49,6 +47,13 @@ RDEPEND=" REQUIRED_USE=${PYTHON_REQUIRED_USE} +PATCHES=( + "${FILESDIR}/catalyst-2.0.18-Do-notuntarwith--acls.patch" + "${FILESDIR}/catalyst-2.0.18-fix-quotes.patch" + "${FILESDIR}/catalyst-2.0.18-remove-machine-id.patch" + "${FILESDIR}/catalyst-2.0.18-stage1-export-ROOT.patch" +) + pkg_setup() { if use ccache ; then einfo "Enabling ccache support for catalyst." @@ -68,6 +73,10 @@ pkg_setup() { python-single-r1_pkg_setup } +src_prepare() { + epatch "${PATCHES[@]}" +} + src_install() { insinto /usr/$(get_libdir)/${PN} exeinto /usr/$(get_libdir)/${PN} @@ -107,5 +116,5 @@ src_install() { pkg_postinst() { einfo "You can find more information about catalyst by checking out the" einfo "catalyst project page at:" - einfo "http://www.gentoo.org/proj/en/releng/catalyst/index.xml" + einfo "https://wiki.gentoo.org/wiki/Catalyst" } diff --git a/sdk_container/src/third_party/portage-stable/dev-util/catalyst/catalyst-2.0.9999.ebuild b/sdk_container/src/third_party/portage-stable/dev-util/catalyst/catalyst-2.0.9999.ebuild index e8c9aa29aa..3d4ac9380d 100644 --- a/sdk_container/src/third_party/portage-stable/dev-util/catalyst/catalyst-2.0.9999.ebuild +++ b/sdk_container/src/third_party/portage-stable/dev-util/catalyst/catalyst-2.0.9999.ebuild @@ -1,30 +1,27 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/catalyst/catalyst-2.0.9999.ebuild,v 1.2 2014/01/18 11:38:05 vapier Exp $ EAPI=5 if [[ ${PV} == *9999* ]]; then SRC_ECLASS="git-2" - EGIT_REPO_URI="git://git.overlays.gentoo.org/proj/catalyst.git" + EGIT_REPO_URI="git://anongit.gentoo.org/proj/catalyst.git" EGIT_MASTER="master" EGIT_BRANCH="2.X" - SRC_URI="" - KEYWORDS="" S="${WORKDIR}/${PN}" else SRC_URI="mirror://gentoo/${P}.tar.bz2 - http://dev.gentoo.org/~jmbsvicetto/distfiles/${P}.tar.bz2 - http://dev.gentoo.org/~zerochaos/distfiles/${P}.tar.bz2" - KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" + https://dev.gentoo.org/~jmbsvicetto/distfiles/${P}.tar.bz2 + https://dev.gentoo.org/~zerochaos/distfiles/${P}.tar.bz2" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" fi -PYTHON_COMPAT=( python{2_6,2_7} ) +PYTHON_COMPAT=( python2_7 ) inherit eutils multilib python-single-r1 ${SRC_ECLASS} DESCRIPTION="Release metatool used for creating releases based on Gentoo Linux" -HOMEPAGE="http://www.gentoo.org/proj/en/releng/catalyst/" +HOMEPAGE="https://wiki.gentoo.org/wiki/Catalyst" LICENSE="GPL-2" SLOT="0" @@ -37,9 +34,10 @@ DEPEND=" RDEPEND=" app-arch/lbzip2 app-crypt/shash + app-arch/tar[xattr] + sys-fs/dosfstools virtual/cdrtools amd64? ( >=sys-boot/syslinux-3.72 ) - ia64? ( sys-fs/dosfstools ) x86? ( >=sys-boot/syslinux-3.72 ) ccache? ( dev-util/ccache ) kernel_linux? ( app-misc/zisofs-tools >=sys-fs/squashfs-tools-2.1 ) @@ -106,5 +104,5 @@ src_install() { pkg_postinst() { einfo "You can find more information about catalyst by checking out the" einfo "catalyst project page at:" - einfo "http://www.gentoo.org/proj/en/releng/catalyst/index.xml" + einfo "https://wiki.gentoo.org/wiki/Catalyst" } diff --git a/sdk_container/src/third_party/portage-stable/dev-util/catalyst/catalyst-2.9999.ebuild b/sdk_container/src/third_party/portage-stable/dev-util/catalyst/catalyst-3.0.0.ebuild similarity index 56% rename from sdk_container/src/third_party/portage-stable/dev-util/catalyst/catalyst-2.9999.ebuild rename to sdk_container/src/third_party/portage-stable/dev-util/catalyst/catalyst-3.0.0.ebuild index 63811aec69..2128e99574 100644 --- a/sdk_container/src/third_party/portage-stable/dev-util/catalyst/catalyst-2.9999.ebuild +++ b/sdk_container/src/third_party/portage-stable/dev-util/catalyst/catalyst-3.0.0.ebuild @@ -1,30 +1,27 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/catalyst/catalyst-2.9999.ebuild,v 1.13 2014/01/18 11:38:05 vapier Exp $ EAPI=5 if [[ ${PV} == *9999* ]]; then SRC_ECLASS="git-2" - EGIT_REPO_URI="git://git.overlays.gentoo.org/proj/catalyst.git" - EGIT_MASTER="master" - EGIT_BRANCH="3.0" - SRC_URI="" - KEYWORDS="" + EGIT_REPO_URI="git://anongit.gentoo.org/proj/catalyst.git" + EGIT_BRANCH="master" S="${WORKDIR}/${PN}" else SRC_URI="mirror://gentoo/${P}.tar.bz2 - http://dev.gentoo.org/~jmbsvicetto/distfiles/${P}.tar.bz2 - http://dev.gentoo.org/~zerochaos/distfiles/${P}.tar.bz2" - KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" + https://dev.gentoo.org/~dolsen/releases/catalyst/${P}.tar.bz2 + https://dev.gentoo.org/~jmbsvicetto/distfiles/${P}.tar.bz2 + https://dev.gentoo.org/~zerochaos/distfiles/${P}.tar.bz2" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" fi -PYTHON_COMPAT=( python{2_6,2_7} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) inherit distutils-r1 multilib ${SRC_ECLASS} DESCRIPTION="Release metatool used for creating releases based on Gentoo Linux" -HOMEPAGE="http://www.gentoo.org/proj/en/releng/catalyst/" +HOMEPAGE="https://wiki.gentoo.org/wiki/Catalyst" LICENSE="GPL-2" SLOT="0" @@ -32,21 +29,23 @@ IUSE="ccache doc kernel_linux" DEPEND=" app-text/asciidoc - >=dev-python/snakeoil-0.5.2 + >=dev-python/snakeoil-0.6.5[${PYTHON_USEDEP}] " RDEPEND=" + >=dev-python/pydecomp-0.2[${PYTHON_USEDEP}] app-arch/lbzip2 app-crypt/shash + sys-fs/dosfstools + !x86-fbsd? ( || ( app-arch/tar[xattr] app-arch/libarchive[xattr] ) ) + x86-fbsd? ( app-arch/libarchive[xattr] ) virtual/cdrtools amd64? ( >=sys-boot/syslinux-3.72 ) - ia64? ( sys-fs/dosfstools ) x86? ( >=sys-boot/syslinux-3.72 ) ccache? ( dev-util/ccache ) kernel_linux? ( app-misc/zisofs-tools >=sys-fs/squashfs-tools-2.1 ) " python_prepare_all() { - python_export_best echo VERSION="${PV}" "${PYTHON}" setup.py set_version VERSION="${PV}" "${PYTHON}" setup.py set_version } @@ -56,7 +55,7 @@ python_compile_all() { emake } -python_install_all(){ +python_install_all() { distutils-r1_python_install_all if use doc; then dodoc files/HOWTO.html files/docbook-xsl.css diff --git a/sdk_container/src/third_party/portage-stable/dev-util/catalyst/catalyst-3.0.1.ebuild b/sdk_container/src/third_party/portage-stable/dev-util/catalyst/catalyst-3.0.1.ebuild new file mode 100644 index 0000000000..2e0198f3ec --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/dev-util/catalyst/catalyst-3.0.1.ebuild @@ -0,0 +1,65 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +if [[ ${PV} == *9999* ]]; then + SRC_ECLASS="git-2" + EGIT_REPO_URI="git://anongit.gentoo.org/proj/catalyst.git" + EGIT_BRANCH="master" + S="${WORKDIR}/${PN}" +else + SRC_URI="mirror://gentoo/${P}.tar.bz2 + https://dev.gentoo.org/~dolsen/releases/catalyst/${P}.tar.bz2 + https://dev.gentoo.org/~jmbsvicetto/distfiles/${P}.tar.bz2 + https://dev.gentoo.org/~zerochaos/distfiles/${P}.tar.bz2" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +fi + +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) + +inherit distutils-r1 multilib ${SRC_ECLASS} + +DESCRIPTION="Release metatool used for creating releases based on Gentoo Linux" +HOMEPAGE="https://wiki.gentoo.org/wiki/Catalyst" + +LICENSE="GPL-2" +SLOT="0" +IUSE="ccache doc kernel_linux" + +DEPEND=" + app-text/asciidoc + >=dev-python/snakeoil-0.6.5[${PYTHON_USEDEP}] +" +RDEPEND=" + >=dev-python/pydecomp-0.2[${PYTHON_USEDEP}] + app-arch/lbzip2 + app-crypt/shash + sys-fs/dosfstools + !kernel_FreeBSD? ( || ( app-arch/tar[xattr] app-arch/libarchive[xattr] ) ) + kernel_FreeBSD? ( app-arch/libarchive[xattr] ) + virtual/cdrtools + amd64? ( >=sys-boot/syslinux-3.72 ) + x86? ( >=sys-boot/syslinux-3.72 ) + ccache? ( dev-util/ccache ) + kernel_linux? ( app-misc/zisofs-tools >=sys-fs/squashfs-tools-2.1 ) +" + +python_prepare_all() { + python_setup + echo VERSION="${PV}" "${PYTHON}" setup.py set_version + VERSION="${PV}" "${PYTHON}" setup.py set_version || die + distutils-r1_python_prepare_all +} + +python_compile_all() { + # build the man pages and docs + emake +} + +python_install_all() { + distutils-r1_python_install_all + if use doc; then + dodoc files/HOWTO.html files/docbook-xsl.css + fi +} diff --git a/sdk_container/src/third_party/portage-stable/dev-util/catalyst/catalyst-9999.ebuild b/sdk_container/src/third_party/portage-stable/dev-util/catalyst/catalyst-9999.ebuild index f61affc2ec..c5635f4c74 100644 --- a/sdk_container/src/third_party/portage-stable/dev-util/catalyst/catalyst-9999.ebuild +++ b/sdk_container/src/third_party/portage-stable/dev-util/catalyst/catalyst-9999.ebuild @@ -1,29 +1,27 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/catalyst/catalyst-9999.ebuild,v 1.33 2014/03/02 15:54:54 dolsen Exp $ EAPI=5 if [[ ${PV} == *9999* ]]; then SRC_ECLASS="git-2" - EGIT_REPO_URI="git://git.overlays.gentoo.org/proj/catalyst.git" + EGIT_REPO_URI="git://anongit.gentoo.org/proj/catalyst.git" EGIT_BRANCH="master" - SRC_URI="" - KEYWORDS="" S="${WORKDIR}/${PN}" else SRC_URI="mirror://gentoo/${P}.tar.bz2 - http://dev.gentoo.org/~jmbsvicetto/distfiles/${P}.tar.bz2 - http://dev.gentoo.org/~zerochaos/distfiles/${P}.tar.bz2" - KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" + https://dev.gentoo.org/~dolsen/releases/catalyst/${P}.tar.bz2 + https://dev.gentoo.org/~jmbsvicetto/distfiles/${P}.tar.bz2 + https://dev.gentoo.org/~zerochaos/distfiles/${P}.tar.bz2" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" fi -PYTHON_COMPAT=( python{2_6,2_7} ) +PYTHON_COMPAT=( python{3_4,3_5,3_6} ) inherit distutils-r1 multilib ${SRC_ECLASS} DESCRIPTION="Release metatool used for creating releases based on Gentoo Linux" -HOMEPAGE="http://www.gentoo.org/proj/en/releng/catalyst/" +HOMEPAGE="https://wiki.gentoo.org/wiki/Catalyst" LICENSE="GPL-2" SLOT="0" @@ -31,23 +29,27 @@ IUSE="ccache doc kernel_linux" DEPEND=" app-text/asciidoc - >=dev-python/snakeoil-0.5.2 + >=dev-python/snakeoil-0.6.5[${PYTHON_USEDEP}] " RDEPEND=" + =dev-python/pydecomp-9999[${PYTHON_USEDEP}] app-arch/lbzip2 app-crypt/shash + sys-fs/dosfstools + !kernel_FreeBSD? ( || ( app-arch/tar[xattr] app-arch/libarchive[xattr] ) ) + kernel_FreeBSD? ( app-arch/libarchive[xattr] ) virtual/cdrtools amd64? ( >=sys-boot/syslinux-3.72 ) - ia64? ( sys-fs/dosfstools ) x86? ( >=sys-boot/syslinux-3.72 ) ccache? ( dev-util/ccache ) kernel_linux? ( app-misc/zisofs-tools >=sys-fs/squashfs-tools-2.1 ) " python_prepare_all() { - python_export_best + python_setup echo VERSION="${PV}" "${PYTHON}" setup.py set_version - VERSION="${PV}" "${PYTHON}" setup.py set_version + VERSION="${PV}" "${PYTHON}" setup.py set_version || die + distutils-r1_python_prepare_all } python_compile_all() { @@ -55,7 +57,7 @@ python_compile_all() { emake } -python_install_all(){ +python_install_all() { distutils-r1_python_install_all if use doc; then dodoc files/HOWTO.html files/docbook-xsl.css diff --git a/sdk_container/src/third_party/portage-stable/dev-util/catalyst/files/catalyst-2.0.18-Do-notuntarwith--acls.patch b/sdk_container/src/third_party/portage-stable/dev-util/catalyst/files/catalyst-2.0.18-Do-notuntarwith--acls.patch new file mode 100644 index 0000000000..f4cbcfbb7d --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/dev-util/catalyst/files/catalyst-2.0.18-Do-notuntarwith--acls.patch @@ -0,0 +1,95 @@ +From 45286727a63d16d0688a88bf7cf68289efd26861 Mon Sep 17 00:00:00 2001 +From: "Anthony G. Basile" +Date: Sun, 18 Jan 2015 22:21:16 -0500 +Subject: [PATCH] Do not untar with --acls, fixes bug #536762 +To: gentoo-catalyst@lists.gentoo.org + +--- + modules/catalyst_support.py | 6 +++--- + modules/generic_stage_target.py | 18 +++++++++--------- + 2 files changed, 12 insertions(+), 12 deletions(-) + +diff --git a/modules/catalyst_support.py b/modules/catalyst_support.py +index 0e9faac..702887d 100644 +--- a/modules/catalyst_support.py ++++ b/modules/catalyst_support.py +@@ -108,9 +108,9 @@ contents_map={ + # 'find' is disabled because it requires the source path, which is not + # always available + #"find" :[calc_contents,"find %(path)s"], +- "tar-tv":[calc_contents,"tar --xattrs --acls tvf %(file)s"], +- "tar-tvz":[calc_contents,"tar --xattrs --acls tvzf %(file)s"], +- "tar-tvj":[calc_contents,"tar --xattrs --acls -I lbzip2 -tvf %(file)s"], ++ "tar-tv":[calc_contents,"tar --xattrs tvf %(file)s"], ++ "tar-tvz":[calc_contents,"tar --xattrs tvzf %(file)s"], ++ "tar-tvj":[calc_contents,"tar --xattrs -I lbzip2 -tvf %(file)s"], + "isoinfo-l":[calc_contents,"isoinfo -l -i %(file)s"], + # isoinfo-f should be a last resort only + "isoinfo-f":[calc_contents,"isoinfo -f -i %(file)s"], +diff --git a/modules/generic_stage_target.py b/modules/generic_stage_target.py +index c7db027..cc24c63 100644 +--- a/modules/generic_stage_target.py ++++ b/modules/generic_stage_target.py +@@ -660,10 +660,10 @@ class generic_stage_target(generic_target): + self.settings["chroot_path"]+\ + " (This may take some time) ...\n" + if "bz2" == self.settings["chroot_path"][-3:]: +- unpack_cmd="tar --xattrs --xattrs-include=security.capability --xattrs-include=user.pax.flags --acls --selinux -I lbzip2 -xpf "+self.settings["source_path"]+" -C "+\ ++ unpack_cmd="tar --xattrs --xattrs-include=security.capability --xattrs-include=user.pax.flags --selinux -I lbzip2 -xpf "+self.settings["source_path"]+" -C "+\ + self.settings["chroot_path"] + else: +- unpack_cmd="tar --xattrs --xattrs-include=security.capability --xattrs-include=user.pax.flags --acls --selinux -I lbzip2 -xpf "+self.settings["source_path"]+" -C "+\ ++ unpack_cmd="tar --xattrs --xattrs-include=security.capability --xattrs-include=user.pax.flags --selinux -I lbzip2 -xpf "+self.settings["source_path"]+" -C "+\ + self.settings["chroot_path"] + error_msg="Tarball extraction of "+\ + self.settings["source_path"]+" to "+\ +@@ -675,10 +675,10 @@ class generic_stage_target(generic_target): + self.settings["chroot_path"]+\ + " (This may take some time) ...\n" + if "bz2" == self.settings["chroot_path"][-3:]: +- unpack_cmd="tar --xattrs --xattrs-include=security.capability --xattrs-include=user.pax.flags --acls --selinux -I lbzip2 -xpf "+self.settings["source_path"]+" -C "+\ ++ unpack_cmd="tar --xattrs --xattrs-include=security.capability --xattrs-include=user.pax.flags --selinux -I lbzip2 -xpf "+self.settings["source_path"]+" -C "+\ + self.settings["chroot_path"] + else: +- unpack_cmd="tar --xattrs --xattrs-include=security.capability --xattrs-include=user.pax.flags --acls --selinux -I lbzip2 -xpf "+self.settings["source_path"]+" -C "+\ ++ unpack_cmd="tar --xattrs --xattrs-include=security.capability --xattrs-include=user.pax.flags --selinux -I lbzip2 -xpf "+self.settings["source_path"]+" -C "+\ + self.settings["chroot_path"] + error_msg="Tarball extraction of "+self.settings["source_path"]+\ + " to "+self.settings["chroot_path"]+" failed." +@@ -777,9 +777,9 @@ class generic_stage_target(generic_target): + "catalyst-hash") + destdir=self.settings["snapshot_cache_path"] + if "bz2" == self.settings["chroot_path"][-3:]: +- unpack_cmd="tar --xattrs --xattrs-include=security.capability --xattrs-include=user.pax.flags --acls --selinux -I lbzip2 -xpf "+self.settings["snapshot_path"]+" -C "+destdir ++ unpack_cmd="tar --xattrs --xattrs-include=security.capability --xattrs-include=user.pax.flags --selinux -I lbzip2 -xpf "+self.settings["snapshot_path"]+" -C "+destdir + else: +- unpack_cmd="tar --xattrs --xattrs-include=security.capability --xattrs-include=user.pax.flags --acls --selinux -xpf "+self.settings["snapshot_path"]+" -C "+destdir ++ unpack_cmd="tar --xattrs --xattrs-include=security.capability --xattrs-include=user.pax.flags --selinux -xpf "+self.settings["snapshot_path"]+" -C "+destdir + unpack_errmsg="Error unpacking snapshot" + cleanup_msg="Cleaning up invalid snapshot cache at \n\t"+\ + self.settings["snapshot_cache_path"]+\ +@@ -796,10 +796,10 @@ class generic_stage_target(generic_target): + cleanup_msg=\ + "Cleaning up existing portage tree (This can take a long time)..." + if "bz2" == self.settings["chroot_path"][-3:]: +- unpack_cmd="tar --xattrs --xattrs-include=security.capability --xattrs-include=user.pax.flags --acls --selinux -I lbzip2 -xpf "+self.settings["snapshot_path"]+" -C "+\ ++ unpack_cmd="tar --xattrs --xattrs-include=security.capability --xattrs-include=user.pax.flags --selinux -I lbzip2 -xpf "+self.settings["snapshot_path"]+" -C "+\ + self.settings["chroot_path"]+"/usr" + else: +- unpack_cmd="tar --xattrs --xattrs-include=security.capability --xattrs-include=user.pax.flags --acls --selinux -xpf "+self.settings["snapshot_path"]+" -C "+\ ++ unpack_cmd="tar --xattrs --xattrs-include=security.capability --xattrs-include=user.pax.flags --selinux -xpf "+self.settings["snapshot_path"]+" -C "+\ + self.settings["chroot_path"]+"/usr" + unpack_errmsg="Error unpacking snapshot" + +@@ -1224,7 +1224,7 @@ class generic_stage_target(generic_target): + + print "Creating stage tarball..." + +- cmd("tar --xattrs --xattrs-include=security.capability --xattrs-include=user.pax.flags --acls --selinux -I lbzip2 -cpf "+self.settings["target_path"]+" -C "+\ ++ cmd("tar --xattrs --xattrs-include=security.capability --xattrs-include=user.pax.flags --selinux -I lbzip2 -cpf "+self.settings["target_path"]+" -C "+\ + self.settings["stage_path"]+" .",\ + "Couldn't create stage tarball",env=self.env) + +-- +2.2.2 + diff --git a/sdk_container/src/third_party/portage-stable/dev-util/catalyst/files/catalyst-2.0.18-fix-quotes.patch b/sdk_container/src/third_party/portage-stable/dev-util/catalyst/files/catalyst-2.0.18-fix-quotes.patch new file mode 100644 index 0000000000..ccaffbe6b0 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/dev-util/catalyst/files/catalyst-2.0.18-fix-quotes.patch @@ -0,0 +1,38 @@ +From 1eabce3a9c15c5caf022e71c1959e8c8f4819fad Mon Sep 17 00:00:00 2001 +From: "Anthony G. Basile" +Date: Thu, 3 Mar 2016 20:48:43 -0500 +Subject: [PATCH] targets/support/chroot-functions.sh: correct quotes to allow + expansion of $1 + +This is a backport of commit b2473eff. The single quotes prevented the proper +expansion of $1 in setup_pkgmgr(). Since this is usually called as +`setup_pkgmgr "build"` during stage1 builds, it is surprising this was +not caught earlier. +--- + targets/support/chroot-functions.sh | 8 ++++---- + 1 file changed, 4 insertions(+), 4 deletions(-) + +diff --git a/targets/support/chroot-functions.sh b/targets/support/chroot-functions.sh +index 3b7f77b..6c1a31c 100755 +--- a/targets/support/chroot-functions.sh ++++ b/targets/support/chroot-functions.sh +@@ -172,12 +172,12 @@ setup_pkgmgr(){ + # Use --update or portage might just waste time/cycles and reinstall the same version. + # Use --newuse to make sure it rebuilds with any changed use flags. + if [ -n "$1" ];then +- echo "Adding USE='${USE} $1' to make.conf for portage build" +- [ -e /etc/portage/make.conf ] && echo 'USE="${USE} $1"' >> /etc/portage/make.conf ++ echo "Adding USE=\"${USE} $1\" to make.conf for portage build" ++ [ -e /etc/portage/make.conf ] && echo "USE=\"\${USE} $1\"" >> /etc/portage/make.conf + run_merge --oneshot --update --newuse sys-apps/portage +- sed -i '/USE="${USE} $1"/d' /etc/portage/make.conf ++ sed -i "/USE=\"\${USE} $1\"/d" /etc/portage/make.conf + else +- echo "Updating portage with USE='${USE}'" ++ echo "Updating portage with USE=\"${USE}\"" + run_merge --oneshot --update --newuse sys-apps/portage + fi + } +-- +2.4.10 + diff --git a/sdk_container/src/third_party/portage-stable/dev-util/catalyst/files/catalyst-2.0.18-remove-machine-id.patch b/sdk_container/src/third_party/portage-stable/dev-util/catalyst/files/catalyst-2.0.18-remove-machine-id.patch new file mode 100644 index 0000000000..1c641fd2b9 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/dev-util/catalyst/files/catalyst-2.0.18-remove-machine-id.patch @@ -0,0 +1,25 @@ +From fbf94254a714c8d72840faee42cf348eb69b1a43 Mon Sep 17 00:00:00 2001 +From: "Anthony G. Basile" +Date: Fri, 8 Apr 2016 17:58:15 -0400 +Subject: [PATCH] targets/support/chroot-functions.sh: remove machine-id for + systemd stages + +--- + targets/support/chroot-functions.sh | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/targets/support/chroot-functions.sh b/targets/support/chroot-functions.sh +index 6c1a31c..67874a0 100755 +--- a/targets/support/chroot-functions.sh ++++ b/targets/support/chroot-functions.sh +@@ -223,6 +223,7 @@ cleanup_stages() { + stage1|stage2|stage3|system) + rm -f /var/lib/portage/world + touch /var/lib/portage/world ++ rm -f /etc/machine-id + ;; + *) + echo "Skipping removal of world file for ${clst_target}" +-- +2.7.3 + diff --git a/sdk_container/src/third_party/portage-stable/dev-util/catalyst/files/catalyst-2.0.18-stage1-export-ROOT.patch b/sdk_container/src/third_party/portage-stable/dev-util/catalyst/files/catalyst-2.0.18-stage1-export-ROOT.patch new file mode 100644 index 0000000000..67fc2c631b --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/dev-util/catalyst/files/catalyst-2.0.18-stage1-export-ROOT.patch @@ -0,0 +1,42 @@ +From 5fd2d5edd3c4c1e99687beb9acc130bab162866b Mon Sep 17 00:00:00 2001 +From: "Anthony G. Basile" +Date: Sat, 4 Jun 2016 12:43:44 -0400 +Subject: stage1-preclean-chroot.sh: export ROOT=/tmp/stage1root for + setup_gcc() + +setup_gcc() calls gcc-config to select a particular gcc profile. At stage1 this +needs to be done in the /tmp/stage1root chroot. gcc-config looks for ROOT to +choose the root directory in which to make the selection. If we don't export +ROOT, then setup_gcc is ineffective. + +X-Gentoo-Bug: 584234 +X-Gentoo-Bug-Url: https://bugs.gentoo.org/show_bug.cgi?id=584234 + +Signed-off-by: Anthony G. Basile +--- + targets/stage1/stage1-preclean-chroot.sh | 3 +-- + 1 file changed, 1 insertion(+), 2 deletions(-) + +diff --git a/targets/stage1/stage1-preclean-chroot.sh b/targets/stage1/stage1-preclean-chroot.sh +index a80fc92..dc67521 100755 +--- a/targets/stage1/stage1-preclean-chroot.sh ++++ b/targets/stage1/stage1-preclean-chroot.sh +@@ -1,5 +1,6 @@ + #!/bin/bash + ++export ROOT=/tmp/stage1root + export RUN_DEFAULT_FUNCS="no" + + source /tmp/chroot-functions.sh +@@ -8,8 +9,6 @@ update_env_settings + show_debug + + # Now, some finishing touches to initialize gcc-config.... +-unset ROOT +- + setup_gcc + setup_binutils + +-- +cgit v0.12 + diff --git a/sdk_container/src/third_party/portage-stable/dev-util/catalyst/metadata.xml b/sdk_container/src/third_party/portage-stable/dev-util/catalyst/metadata.xml index 918f25d2e0..6c4b9cdbcc 100644 --- a/sdk_container/src/third_party/portage-stable/dev-util/catalyst/metadata.xml +++ b/sdk_container/src/third_party/portage-stable/dev-util/catalyst/metadata.xml @@ -1,10 +1,13 @@ - livecd - + catalyst@gentoo.org + + livecd@gentoo.org + Gentoo LiveCD Project + Enables ccache support From 5d77671c1f43f0f93855cfd40d2401212f99ff70 Mon Sep 17 00:00:00 2001 From: Geoff Levand Date: Tue, 24 Apr 2018 17:21:28 -0700 Subject: [PATCH 04/10] dev-perl/libintl-perl: Import latest Signedoff-by: Geoff Levand --- .../dev-perl/libintl-perl/Manifest | 12 ++ .../files/libintl-perl-1.240.0-sanity-2.patch | 51 ++++++ .../files/libintl-perl-1.280.0-sanity-2.patch | 65 +++++++ .../libintl-perl-1.200.0-r1.ebuild | 30 ++++ .../libintl-perl-1.240.0-r2.ebuild | 35 ++++ .../libintl-perl/libintl-perl-1.240.0.ebuild | 33 ++++ .../libintl-perl/libintl-perl-1.280.0.ebuild | 23 +++ .../dev-perl/libintl-perl/metadata.xml | 161 ++++++++++++++++++ 8 files changed, 410 insertions(+) create mode 100644 sdk_container/src/third_party/portage-stable/dev-perl/libintl-perl/Manifest create mode 100644 sdk_container/src/third_party/portage-stable/dev-perl/libintl-perl/files/libintl-perl-1.240.0-sanity-2.patch create mode 100644 sdk_container/src/third_party/portage-stable/dev-perl/libintl-perl/files/libintl-perl-1.280.0-sanity-2.patch create mode 100644 sdk_container/src/third_party/portage-stable/dev-perl/libintl-perl/libintl-perl-1.200.0-r1.ebuild create mode 100644 sdk_container/src/third_party/portage-stable/dev-perl/libintl-perl/libintl-perl-1.240.0-r2.ebuild create mode 100644 sdk_container/src/third_party/portage-stable/dev-perl/libintl-perl/libintl-perl-1.240.0.ebuild create mode 100644 sdk_container/src/third_party/portage-stable/dev-perl/libintl-perl/libintl-perl-1.280.0.ebuild create mode 100644 sdk_container/src/third_party/portage-stable/dev-perl/libintl-perl/metadata.xml diff --git a/sdk_container/src/third_party/portage-stable/dev-perl/libintl-perl/Manifest b/sdk_container/src/third_party/portage-stable/dev-perl/libintl-perl/Manifest new file mode 100644 index 0000000000..cbf4953e51 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/dev-perl/libintl-perl/Manifest @@ -0,0 +1,12 @@ +AUX libintl-perl-1.240.0-sanity-2.patch 1828 SHA256 502bdd3bd591904609b4eb8b35203b60170171f1037fe2ea4a3aea606f342e8e SHA512 9d3168ce47b0b2c4f421b2f2e5424c28d37f179d11bef3905cc8af9fffdef2837500704dc9d2ab26cbdb341dd732a5493c9c0900d88507153590ac2da46c264c WHIRLPOOL 52b36015cde7f338a9049c1d51956b1d7606a170450c9e4a0aae1fd8f9d6f32aaa46ad02a20834c1ec9aae36917cdcad3122cbb685c9c4763eaed5511dc8ac6f +AUX libintl-perl-1.280.0-sanity-2.patch 2085 SHA256 4be08d5d74f707a7a1f508be8b86a6abdc5f9b94088fc29bdcb0486b5befd403 SHA512 ff855ac15c05f0410d544ddd422d684be3e77b3ddc75ebc74c83b32fdfb8ae290a0b62c60716185b5b8d595d8c2cb49cb3a22fa2f14bb1e7629323875a296896 WHIRLPOOL 45baacd478bbcae795d0d71ad99fcd7cf06acbfab9af12c413b4e73a562fa5f4d8d943276d14d2150a20ad694d69d99d594e4c3981c522d678b7ea520cb8281d +DIST libintl-perl-1.20.tar.gz 499899 SHA256 3036a9d2df85f200631b55a0b01082898c20819d9aabdb9b871508054bee5c67 SHA512 7d3ff7b1b48c2e5d1bcf07ce9e4519d3146acee04314709ccbfdfc54fb6d5d2583468bb72532115c423de9853364d4912c7a2ecffdd7132e5a4af59cca509db1 WHIRLPOOL 3509d0e9b4f671dd056cc53ef715bce3ae95bd02905f7ceed1aaee66d33278aeb34aa1f2166a64cbb557d2cafe9654324abc1267f0d8ab469f6dcedf7ba77e67 +DIST libintl-perl-1.24.tar.gz 605626 SHA256 d8d5e95f5553e1a624c3f8bf0cd42f4a46d67bcf83291d5bd6c81c9be2f261a2 SHA512 1c2c5d6d7ab21c45897195952a9f0f6ba26a9bbb7bfef0b5f3e9da282fcf94ab4ee80721164e5e3293d8abda0158e77ffbc331b8bed66aa56dd7fc7a6a91323d WHIRLPOOL e29989dd61c3d2305b1167b3242323e527d10095bd5a4185f7ab7aff4f6a5a9505f02cb244064eed0be2401a76ec00326e754254e854344e0af302aa8fc41aed +DIST libintl-perl-1.28.tar.gz 470898 SHA256 7bebf2fb1b6d612dbee206693eac4707e185a3e85298683ec5944916b7cb4ebd SHA512 50f0836c1a84a22fcc8fca0fff2faeaae66774ec67b96c09a911c4969e8a610bbf20ba38167c13339b9ad9617e1fca07cb0cb1f12732f973b1cf618d502f59aa WHIRLPOOL 68319f1c34cf62f21ff398ae63a048a4f730e66a7e9a1ba936de95cdcbb8dd480681d0f5fad48cc91542bd6c83fa30a0c83255a6b8f5b5968454759686edd3d4 +EBUILD libintl-perl-1.200.0-r1.ebuild 802 SHA256 13b9f8713c04b09758dc189a527462c0b5b50380222d9e41560b795901d5d803 SHA512 62bb8a20c35b9a7f999bb115eb13a9432485d258762ba139105700abece3ce9d8d5f425690bb0950f28cd1ac32f98e273e24f246ea90dc5ad30328610d7c66a3 WHIRLPOOL 05be2f54c72ac59baf5889effe862893e1c2868ef22fd0a8a4d2cb694b76abe2db055521c871ab0445b8fa871900ea9421cff87fbc7d7f9514a32b44ba672e1c +EBUILD libintl-perl-1.240.0-r2.ebuild 947 SHA256 82955bb34f311d3de220e4927a1ccc1b94a4da06b013fe0f032346d300a7a80f SHA512 8754a6a2db6cf7e9c3e10dafea4a5a534a6a5389a5eacb788993f75c0a1c22010a6c94e0bd446a6735b741f7ac8fb381a7bfe5be997402c0dd1723d0e4e6d808 WHIRLPOOL 35fa3842c432e83b1194df79900147bca5d7f757f87edca5d88bcc65395c19115c1981ccef355b99dc23b6f60145ded268762c7eec7fce9f07f3c92f7d543115 +EBUILD libintl-perl-1.240.0.ebuild 867 SHA256 6dda54eff250aaaa4e493dd705f37399b131c1b6f0fe09f8bffc16dc05a41145 SHA512 c125736264d3fc6c38f9a44c3fd50028f458f66ec91f9608b20ca3d9d36e61fea1521eb6236518b3f2731ef5e46f7cfb01bfd2487191cd1eb8877c76de890745 WHIRLPOOL 07b01c42329763fd8136a0899a268a201c8606c914042d457a5e28611e78e3ad86b1976cbf7a5b62ad522c92278d14feb8b65b0e848021f74c33599c1716bbbf +EBUILD libintl-perl-1.280.0.ebuild 717 SHA256 d5ae79c4308476af98117fd4b7ad2262bb698922f7f2e6193008c2e995712248 SHA512 a367923ed124973822bc8d3edd850d6fa727c11fa7cbccbab60f277aa2abfa686a6112eff08c2bf75a9ac7d5068356fddf3f4ebf9c9bf0c102dc95f7a2403cd2 WHIRLPOOL fd46a0a6eca79002cfe0b779999ccc8d2cabf98158902e383455c0e5569bb5bdc33659a2ec49e83d437bcae2e084278af03e9efd54c9724f29ef60868d20dfad +MISC ChangeLog 5354 SHA256 b03b3d469509272a36974ef9323fce7faf07e9f57fb2b6470e1466b1eecf289e SHA512 df0e8aa85fb95505f0d09aec780136d6309e1ce5e67bf359d944baab2d06d1817d9d19c5339955dcf769c70bb2c017d67d287109cad7b1a2e4d62e3d817f9122 WHIRLPOOL 106494428b0189255d1801e9559ba38335072e108de399d73dfd56f3c72c8aa9a26fcea489cf7e911b82edadd9a55db0fa0e4800dc67834ff0dd5f31cefbecdc +MISC ChangeLog-2015 7282 SHA256 ddfeb3829d0f8626e8f8c74dc7045518ad989356e3d25a570d0833f21af7aeef SHA512 a8e05cdcd7c8a4525f023facaa4769377bd42360feeb528808af8e44fa78079b65c1b68b5c62fea75294b82ae5399e980eaea0181ab4603cd2f0a18be0fa0dd6 WHIRLPOOL c8e2c43b6236e1a0b47bbeb19b13c255f5ca4fc4a835ce2214838156c0ba514765a4aeea02012560e8370b3e4b7ac3d709d39fedf7edc68905080ad44269978c +MISC metadata.xml 11484 SHA256 b15fae3310aecaea57fb5b043fa363a79345a4c589150f498a22ab29416494af SHA512 264a3f0d04a6eef4b8c730634af0de431798057d6a8fe9b802a999ff446ffbba53cc9fe2746f128002808a8e72f575387107784aff2c8707999c1c068bbc3b4d WHIRLPOOL ce36b6719a6c765cb111abc17bddffd7609ee9bbd44753dc1b1554edfd12a14ef060379d773e5d91b5bb6099c35d6aff637bd95aeb21d2ba7b9fa6300192ce2d diff --git a/sdk_container/src/third_party/portage-stable/dev-perl/libintl-perl/files/libintl-perl-1.240.0-sanity-2.patch b/sdk_container/src/third_party/portage-stable/dev-perl/libintl-perl/files/libintl-perl-1.240.0-sanity-2.patch new file mode 100644 index 0000000000..e6adbf1419 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/dev-perl/libintl-perl/files/libintl-perl-1.240.0-sanity-2.patch @@ -0,0 +1,51 @@ +diff -ruN libintl-perl-1.24.orig/Makefile.PL libintl-perl-1.24/Makefile.PL +--- libintl-perl-1.24.orig/Makefile.PL 2015-04-03 15:28:12.000000000 +0200 ++++ libintl-perl-1.24/Makefile.PL 2016-06-01 00:06:12.000000000 +0200 +@@ -163,47 +163,6 @@ + + package MY; + +-# FIXME: This is really a hack! Problem: Depending on the build system, +-# we may or may not build and install the XS version. If the XS version +-# is being built, the directory blib/arch will be populated, if it is +-# not being built, blib/arch will be empty. Unfortunately, if blib/arch +-# is not empty, *all* library files will be installed in the architecture +-# dependent locations, if it is empty, they will be installed in the +-# architecture independent tree. +-# +-# Unfortunately, ExtUtils::MakeMaker does not take care of uninstalling +-# files from previous installations. Consequently, we cannot determine +-# which version of the library will be loaded, since this depends on the +-# current value of @INC. +-# +-# The solution does not really make me happy. The Makefile will be patched, +-# so that instead of ExtUtils::Install a custom module MyInstall.pm will +-# be used. This custom module overwrites the subroutine that detects +-# whether a directory is empty in ExtUtils::Install, and will lie if that +-# directory happens to be "blib/arch". This little hack effectively disables +-# the annoying behavior of ExtUtils::Install (and I sincerely hope that +-# this is portable). +-sub libscan +-{ +- my ($self, $file) = @_; +- +- return if 'MyInstall.pm' eq $file; +- +- $self->SUPER::libscan ($file); +-} +- +-sub tools_other +-{ +- my $self = shift; +- +- my $fragment = $self->SUPER::tools_other (@_); +- +- $fragment =~ s/^MOD_INSTALL\s*=\s*(.*?)-MExtUtils::Install +- /MOD_INSTALL =$1-MMyInstall/msx; +- +- return $fragment; +-} +- + package main; + + my $name = $0; diff --git a/sdk_container/src/third_party/portage-stable/dev-perl/libintl-perl/files/libintl-perl-1.280.0-sanity-2.patch b/sdk_container/src/third_party/portage-stable/dev-perl/libintl-perl/files/libintl-perl-1.280.0-sanity-2.patch new file mode 100644 index 0000000000..456ea3349a --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/dev-perl/libintl-perl/files/libintl-perl-1.280.0-sanity-2.patch @@ -0,0 +1,65 @@ +From fbc3111eec0b71d247d6588bf1f9397bae558a29 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Andreas=20K=2E=20H=C3=BCttel?= +Date: Wed, 1 Jun 2016 00:06:12 +0200 +Subject: Minimal build system patching + +Bug: https://bugs.gentoo.org/584636 +--- + Makefile.PL | 41 ----------------------------------------- + 1 file changed, 41 deletions(-) + +diff --git a/Makefile.PL b/Makefile.PL +index 97d88bf..e23dc89 100644 +--- a/Makefile.PL ++++ b/Makefile.PL +@@ -163,47 +163,6 @@ EOC + + package MY; + +-# FIXME: This is really a hack! Problem: Depending on the build system, +-# we may or may not build and install the XS version. If the XS version +-# is being built, the directory blib/arch will be populated, if it is +-# not being built, blib/arch will be empty. Unfortunately, if blib/arch +-# is not empty, *all* library files will be installed in the architecture +-# dependent locations, if it is empty, they will be installed in the +-# architecture independent tree. +-# +-# Unfortunately, ExtUtils::MakeMaker does not take care of uninstalling +-# files from previous installations. Consequently, we cannot determine +-# which version of the library will be loaded, since this depends on the +-# current value of @INC. +-# +-# The solution does not really make me happy. The Makefile will be patched, +-# so that instead of ExtUtils::Install a custom module MyInstall.pm will +-# be used. This custom module overwrites the subroutine that detects +-# whether a directory is empty in ExtUtils::Install, and will lie if that +-# directory happens to be "blib/arch". This little hack effectively disables +-# the annoying behavior of ExtUtils::Install (and I sincerely hope that +-# this is portable). +-sub libscan +-{ +- my ($self, $file) = @_; +- +- return if 'MyInstall.pm' eq $file; +- +- $self->SUPER::libscan ($file); +-} +- +-sub tools_other +-{ +- my $self = shift; +- +- my $fragment = $self->SUPER::tools_other (@_); +- +- $fragment =~ s/^MOD_INSTALL\s*=\s*(.*?)-MExtUtils::Install +- /MOD_INSTALL =$1-I. -MMyInstall/msx; +- +- return $fragment; +-} +- + package main; + + my $name = $0; +-- +2.14.3 + diff --git a/sdk_container/src/third_party/portage-stable/dev-perl/libintl-perl/libintl-perl-1.200.0-r1.ebuild b/sdk_container/src/third_party/portage-stable/dev-perl/libintl-perl/libintl-perl-1.200.0-r1.ebuild new file mode 100644 index 0000000000..56cda53c47 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/dev-perl/libintl-perl/libintl-perl-1.200.0-r1.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +MODULE_AUTHOR=GUIDO +MODULE_VERSION=1.20 +inherit perl-module + +DESCRIPTION="High-Level Interface to Uniforum Message Translation" +HOMEPAGE="http://guido-flohr.net/projects/libintl-perl ${HOMEPAGE}" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +SRC_TEST=do + +src_test() { + if grep -q '^de_' <( locale -a ) ; then + if grep -q '^de_AT$' <( locale -a ) ; then + perl-module_src_test + else + ewarn "Skipping tests, known broken with de_ and without de_AT" + fi + else + perl-module_src_test + fi +} diff --git a/sdk_container/src/third_party/portage-stable/dev-perl/libintl-perl/libintl-perl-1.240.0-r2.ebuild b/sdk_container/src/third_party/portage-stable/dev-perl/libintl-perl/libintl-perl-1.240.0-r2.ebuild new file mode 100644 index 0000000000..c046936f0b --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/dev-perl/libintl-perl/libintl-perl-1.240.0-r2.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DIST_AUTHOR=GUIDO +DIST_VERSION=1.24 +inherit perl-module + +DESCRIPTION="High-Level Interface to Uniforum Message Translation" +HOMEPAGE="http://guido-flohr.net/projects/libintl-perl ${HOMEPAGE}" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +RDEPEND="virtual/libintl" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker +" + +PATCHES=( "${FILESDIR}/${P}-sanity-2.patch" ) + +src_test() { + if grep -q '^de_' <( locale -a ) ; then + if grep -q '^de_AT$' <( locale -a ) ; then + perl-module_src_test + else + ewarn "Skipping tests, known broken with de_ and without de_AT" + fi + else + perl-module_src_test + fi +} diff --git a/sdk_container/src/third_party/portage-stable/dev-perl/libintl-perl/libintl-perl-1.240.0.ebuild b/sdk_container/src/third_party/portage-stable/dev-perl/libintl-perl/libintl-perl-1.240.0.ebuild new file mode 100644 index 0000000000..bc075d729b --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/dev-perl/libintl-perl/libintl-perl-1.240.0.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +MODULE_AUTHOR=GUIDO +MODULE_VERSION=1.24 +inherit perl-module + +DESCRIPTION="High-Level Interface to Uniforum Message Translation" +HOMEPAGE="http://guido-flohr.net/projects/libintl-perl ${HOMEPAGE}" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +DEPEND="virtual/libintl" +RDEPEND=${DEPEND} + +SRC_TEST=do + +src_test() { + if grep -q '^de_' <( locale -a ) ; then + if grep -q '^de_AT$' <( locale -a ) ; then + perl-module_src_test + else + ewarn "Skipping tests, known broken with de_ and without de_AT" + fi + else + perl-module_src_test + fi +} diff --git a/sdk_container/src/third_party/portage-stable/dev-perl/libintl-perl/libintl-perl-1.280.0.ebuild b/sdk_container/src/third_party/portage-stable/dev-perl/libintl-perl/libintl-perl-1.280.0.ebuild new file mode 100644 index 0000000000..3259b10197 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/dev-perl/libintl-perl/libintl-perl-1.280.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DIST_AUTHOR=GUIDO +DIST_VERSION=1.28 +inherit perl-module + +DESCRIPTION="High-Level Interface to Uniforum Message Translation" +HOMEPAGE="http://guido-flohr.net/projects/libintl-perl ${HOMEPAGE}" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +RDEPEND="virtual/libintl" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker +" + +PATCHES=( "${FILESDIR}/${P}-sanity-2.patch" ) diff --git a/sdk_container/src/third_party/portage-stable/dev-perl/libintl-perl/metadata.xml b/sdk_container/src/third_party/portage-stable/dev-perl/libintl-perl/metadata.xml new file mode 100644 index 0000000000..642af8f580 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/dev-perl/libintl-perl/metadata.xml @@ -0,0 +1,161 @@ + + + + + perl@gentoo.org + Gentoo Perl Project + + + libintl-perl + Locale::Messages + Locale::Recode + Locale::Recode::_Aliases + Locale::Recode::_Conversions + Locale::RecodeData + Locale::RecodeData::ASMO_449 + Locale::RecodeData::ATARI_ST + Locale::RecodeData::ATARI_ST_EURO + Locale::RecodeData::CP10007 + Locale::RecodeData::CP1250 + Locale::RecodeData::CP1251 + Locale::RecodeData::CP1252 + Locale::RecodeData::CP1253 + Locale::RecodeData::CP1254 + Locale::RecodeData::CP1256 + Locale::RecodeData::CP1257 + Locale::RecodeData::CSN_369103 + Locale::RecodeData::CWI + Locale::RecodeData::DEC_MCS + Locale::RecodeData::EBCDIC_AT_DE + Locale::RecodeData::EBCDIC_AT_DE_A + Locale::RecodeData::EBCDIC_CA_FR + Locale::RecodeData::EBCDIC_DK_NO + Locale::RecodeData::EBCDIC_DK_NO_A + Locale::RecodeData::EBCDIC_ES + Locale::RecodeData::EBCDIC_ES_A + Locale::RecodeData::EBCDIC_ES_S + Locale::RecodeData::EBCDIC_FI_SE + Locale::RecodeData::EBCDIC_FI_SE_A + Locale::RecodeData::EBCDIC_FR + Locale::RecodeData::EBCDIC_IS_FRISS + Locale::RecodeData::EBCDIC_IT + Locale::RecodeData::EBCDIC_PT + Locale::RecodeData::EBCDIC_UK + Locale::RecodeData::EBCDIC_US + Locale::RecodeData::ECMA_CYRILLIC + Locale::RecodeData::GEORGIAN_ACADEMY + Locale::RecodeData::GEORGIAN_PS + Locale::RecodeData::GOST_19768_74 + Locale::RecodeData::GREEK7 + Locale::RecodeData::GREEK7_OLD + Locale::RecodeData::GREEK_CCITT + Locale::RecodeData::HP_ROMAN8 + Locale::RecodeData::IBM037 + Locale::RecodeData::IBM038 + Locale::RecodeData::IBM1004 + Locale::RecodeData::IBM1026 + Locale::RecodeData::IBM1047 + Locale::RecodeData::IBM256 + Locale::RecodeData::IBM273 + Locale::RecodeData::IBM274 + Locale::RecodeData::IBM275 + Locale::RecodeData::IBM277 + Locale::RecodeData::IBM278 + Locale::RecodeData::IBM280 + Locale::RecodeData::IBM281 + Locale::RecodeData::IBM284 + Locale::RecodeData::IBM285 + Locale::RecodeData::IBM290 + Locale::RecodeData::IBM297 + Locale::RecodeData::IBM420 + Locale::RecodeData::IBM423 + Locale::RecodeData::IBM424 + Locale::RecodeData::IBM437 + Locale::RecodeData::IBM500 + Locale::RecodeData::IBM850 + Locale::RecodeData::IBM851 + Locale::RecodeData::IBM852 + Locale::RecodeData::IBM855 + Locale::RecodeData::IBM857 + Locale::RecodeData::IBM860 + Locale::RecodeData::IBM861 + Locale::RecodeData::IBM862 + Locale::RecodeData::IBM863 + Locale::RecodeData::IBM864 + Locale::RecodeData::IBM865 + Locale::RecodeData::IBM866 + Locale::RecodeData::IBM868 + Locale::RecodeData::IBM869 + Locale::RecodeData::IBM870 + Locale::RecodeData::IBM871 + Locale::RecodeData::IBM874 + Locale::RecodeData::IBM875 + Locale::RecodeData::IBM880 + Locale::RecodeData::IBM891 + Locale::RecodeData::IBM903 + Locale::RecodeData::IBM904 + Locale::RecodeData::IBM905 + Locale::RecodeData::IBM918 + Locale::RecodeData::IEC_P27_1 + Locale::RecodeData::INIS + Locale::RecodeData::INIS_8 + Locale::RecodeData::INIS_CYRILLIC + Locale::RecodeData::ISO_10367_BOX + Locale::RecodeData::ISO_2033_1983 + Locale::RecodeData::ISO_5427 + Locale::RecodeData::ISO_5427_EXT + Locale::RecodeData::ISO_5428 + Locale::RecodeData::ISO_8859_1 + Locale::RecodeData::ISO_8859_10 + Locale::RecodeData::ISO_8859_11 + Locale::RecodeData::ISO_8859_13 + Locale::RecodeData::ISO_8859_14 + Locale::RecodeData::ISO_8859_15 + Locale::RecodeData::ISO_8859_16 + Locale::RecodeData::ISO_8859_2 + Locale::RecodeData::ISO_8859_3 + Locale::RecodeData::ISO_8859_4 + Locale::RecodeData::ISO_8859_5 + Locale::RecodeData::ISO_8859_6 + Locale::RecodeData::ISO_8859_7 + Locale::RecodeData::ISO_8859_8 + Locale::RecodeData::ISO_8859_9 + Locale::RecodeData::KOI8_R + Locale::RecodeData::KOI8_RU + Locale::RecodeData::KOI8_T + Locale::RecodeData::KOI8_U + Locale::RecodeData::KOI_8 + Locale::RecodeData::LATIN_GREEK + Locale::RecodeData::LATIN_GREEK_1 + Locale::RecodeData::MACARABIC + Locale::RecodeData::MACCROATIAN + Locale::RecodeData::MACCYRILLIC + Locale::RecodeData::MACGREEK + Locale::RecodeData::MACHEBREW + Locale::RecodeData::MACICELAND + Locale::RecodeData::MACINTOSH + Locale::RecodeData::MACROMANIA + Locale::RecodeData::MACTHAI + Locale::RecodeData::MACTURKISH + Locale::RecodeData::MACUKRAINE + Locale::RecodeData::MAC_IS + Locale::RecodeData::MAC_SAMI + Locale::RecodeData::MAC_UK + Locale::RecodeData::NATS_DANO + Locale::RecodeData::NATS_SEFI + Locale::RecodeData::NEXTSTEP + Locale::RecodeData::SAMI_WS2 + Locale::RecodeData::TIS_620 + Locale::RecodeData::US_ASCII + Locale::RecodeData::UTF_8 + Locale::RecodeData::VISCII + Locale::RecodeData::_Encode + Locale::TextDomain + Locale::Util + Locale::gettext_dumb + Locale::gettext_pp + Locale::gettext_xs + MyInstall + SimpleCal + + From d999fc9284d16db1680d097aaec8b6ed462bd20a Mon Sep 17 00:00:00 2001 From: Geoff Levand Date: Tue, 24 Apr 2018 17:21:28 -0700 Subject: [PATCH 05/10] dev-perl/Text-Unidecode: Import latest Signed-off-by: Geoff Levand --- .../dev-perl/Text-Unidecode/Manifest | 9 ++++++++ .../Text-Unidecode-0.40.0-r1.ebuild | 16 ++++++++++++++ .../Text-Unidecode-1.270.0.ebuild | 21 +++++++++++++++++++ .../Text-Unidecode-1.300.0.ebuild | 21 +++++++++++++++++++ .../dev-perl/Text-Unidecode/metadata.xml | 12 +++++++++++ 5 files changed, 79 insertions(+) create mode 100644 sdk_container/src/third_party/portage-stable/dev-perl/Text-Unidecode/Manifest create mode 100644 sdk_container/src/third_party/portage-stable/dev-perl/Text-Unidecode/Text-Unidecode-0.40.0-r1.ebuild create mode 100644 sdk_container/src/third_party/portage-stable/dev-perl/Text-Unidecode/Text-Unidecode-1.270.0.ebuild create mode 100644 sdk_container/src/third_party/portage-stable/dev-perl/Text-Unidecode/Text-Unidecode-1.300.0.ebuild create mode 100644 sdk_container/src/third_party/portage-stable/dev-perl/Text-Unidecode/metadata.xml diff --git a/sdk_container/src/third_party/portage-stable/dev-perl/Text-Unidecode/Manifest b/sdk_container/src/third_party/portage-stable/dev-perl/Text-Unidecode/Manifest new file mode 100644 index 0000000000..a7f13713ce --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/dev-perl/Text-Unidecode/Manifest @@ -0,0 +1,9 @@ +DIST Text-Unidecode-0.04.tar.gz 103091 SHA256 473da01fd4829fce3183ef6c5d8932a29a9a7c28ee65f066342069a87be16b06 SHA512 518d1cfa13134c133a1c369e3bc6a708c667e0fa500b20a225ddf216098c496968cd0767d3bc372fcc2444f196a485f7a89587cf0caebc3de4417769216683c9 WHIRLPOOL 945c1402b018e6a0b135269cef00a67a5fa0a88d4a316f4821068d2177f7b1c6d1ba77c87593c4d1e651536fd1d841aaaccbd2a08b7c9776d0ea154d2e2e0ff2 +DIST Text-Unidecode-1.27.tar.gz 134929 SHA256 11876a90f0ce858d31203e80d62900383bb642ed8a470c67539b607f2a772d02 SHA512 c124e09b75050717fc13716b46ca54e607fd1e093f6ce06db466cda669d772661173a394eac81b5073a757f7af5e0174aa23eac037a356f008268b2bd767428c WHIRLPOOL 91a46f09ea5d758dadadc90db7a3c3b5b7d1ba5c4ec4e75940b25ae7cd8d39b9aa94fef4360937186a966b5c3150a379e981876dc214d6b640ccecb7763af893 +DIST Text-Unidecode-1.30.tar.gz 137977 SHA256 6c24f14ddc1d20e26161c207b73ca184eed2ef57f08b5fb2ee196e6e2e88b1c6 SHA512 194f8aba0dcdc7a53338b86370b7cfb6c60d4a8982ada6084f0eb0ccd66ce461b831b6daf04932f039ff1b983dc3cd0c0ced1e8b455955d2699c36120b41a526 WHIRLPOOL e164b71fa9090ca3dc692c471d49524b30814a6186b80083e350466307591867571ed28bfda9a6e977013125f5041cea4e19eb01c4cf0463c2a4cbd1f65c7458 +EBUILD Text-Unidecode-0.40.0-r1.ebuild 487 SHA256 b285c6964cac0a4ab9ac24d8daa10f2f512cb75f323e232cdf40757bba251401 SHA512 dd8223995b1a41a2d8af3c02279ba06ee8cf692ad10a28b44a974f213efea5a34e270e02923b9112cbd0ab622ac81def11a2a33d940527fb83f1c0b53040fbef WHIRLPOOL 7a4af32d13e178e4d934974a7fd015844233a26d98c67d11c346eb0c4b51965d151304c7ede5303403953150a44d0deafdbf0ddb741dd095fc496c9a607c2308 +EBUILD Text-Unidecode-1.270.0.ebuild 571 SHA256 8bcbdb87532eb31b158be41bec665e5e1672ff76ce51303cd231a5734b2ea8dd SHA512 678812ad5848452d7558488486a832a86261bda040793843f4f9bb684215570aabe1c50c7c27813bf9366ce5480c9178da4e022f9aa736b6fa3b2112ec9aaaa9 WHIRLPOOL f0b25d3b6f9b11323fc5b8615b2af675882a30c974ba74d98f19cbad14a6535affd8954087c055a9f4a67ec0f0df8a87b6fa65d13390efa9e85998604050ed4c +EBUILD Text-Unidecode-1.300.0.ebuild 588 SHA256 484713b1fe9be87d8dd538901187457b9deba3088903db5c12c66885c294d568 SHA512 e64357144aea36f9b828b6c5ddd56e768ebe1841d33580d33dd60981a69687491417530c8865165924ef0c5fdfaad4c9f00840a3044b2e318aadf9d9a38042d6 WHIRLPOOL 8dcc8fad834bf527a9a8aadfe9f1fc35df47a011c180e00e6e03fa2731c2e90b2b965f198c3dc04bbe98220f4ee3e6e3d27153773fa47634ae322d39957dcb25 +MISC ChangeLog 3890 SHA256 c9533e3cbf6bf0e2370c441af5313eccbfc4a9aea755a694e16ac4ee51cfafa3 SHA512 867f7a592f730a981f4b578ac867584cf88368d5f62d63274a8dedbae984ac2249012032a50153958c3c98d01dc8a6c2be4297b661e60d0db17f9299ebe3afa6 WHIRLPOOL a6abbc92b76f9b330ee5b191d04f4a309d658628b50edd01dd73fd8d3c95789db04f4e18bd254100df92dbaf5ee9cea03a4aa3067688ece3698502cfe7aa1f8a +MISC ChangeLog-2015 3440 SHA256 83d5abb62801d9697b66d3fa978f4dd6913b9e290e96d5d421e2f5e484f66bf5 SHA512 f9c0cd708c1e959c6f5970ffebd74c260b1268045b4f153c663703c56b8ffdb0bfef1019776baf6334a35ef79f455d91436883ed3eedd9a50334c972a0ccd266 WHIRLPOOL eadbfe3da74849fbf8d97cb827522d418e4995c165db2017ec53b9260d28b15945f213aa4a36f9e6812e551633912f35e52b1e7e383b5a70619e4bfc3059dbd1 +MISC metadata.xml 400 SHA256 cb780adc9026838d26a21708faeff3df7b7cda3ef2a8d91a89847e2a6723651f SHA512 843b8dde4d68efb1fa4eae4aa9dfca35fd70812ef65d4b3a4949553dbb95717ea29d6a0de668e055379f2fc8df21d959fae3999250adb3b0a81d6d06b28e50f7 WHIRLPOOL 2e56eef5da8ea741061ce01e738e844f83ba90ea381b1abd54b6b83e703b519f665b919da8f68acf43414145139670da0cd4abdcef474523e6276692c8bad1b9 diff --git a/sdk_container/src/third_party/portage-stable/dev-perl/Text-Unidecode/Text-Unidecode-0.40.0-r1.ebuild b/sdk_container/src/third_party/portage-stable/dev-perl/Text-Unidecode/Text-Unidecode-0.40.0-r1.ebuild new file mode 100644 index 0000000000..9311756918 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/dev-perl/Text-Unidecode/Text-Unidecode-0.40.0-r1.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +MODULE_AUTHOR=SBURKE +MODULE_VERSION=0.04 +inherit perl-module + +DESCRIPTION="US-ASCII transliterations of Unicode text" + +SLOT="0" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +SRC_TEST=do diff --git a/sdk_container/src/third_party/portage-stable/dev-perl/Text-Unidecode/Text-Unidecode-1.270.0.ebuild b/sdk_container/src/third_party/portage-stable/dev-perl/Text-Unidecode/Text-Unidecode-1.270.0.ebuild new file mode 100644 index 0000000000..367bb3e3d7 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/dev-perl/Text-Unidecode/Text-Unidecode-1.270.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +MODULE_AUTHOR=SBURKE +MODULE_VERSION=1.27 +inherit perl-module + +DESCRIPTION="Plain ASCII transliterations of Unicode text" + +SLOT="0" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker +" + +SRC_TEST="do parallel" diff --git a/sdk_container/src/third_party/portage-stable/dev-perl/Text-Unidecode/Text-Unidecode-1.300.0.ebuild b/sdk_container/src/third_party/portage-stable/dev-perl/Text-Unidecode/Text-Unidecode-1.300.0.ebuild new file mode 100644 index 0000000000..5204a3cced --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/dev-perl/Text-Unidecode/Text-Unidecode-1.300.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DIST_AUTHOR=SBURKE +DIST_VERSION=1.30 +inherit perl-module + +DESCRIPTION="Plain ASCII transliterations of Unicode text" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker +" + +SRC_TEST="do parallel" diff --git a/sdk_container/src/third_party/portage-stable/dev-perl/Text-Unidecode/metadata.xml b/sdk_container/src/third_party/portage-stable/dev-perl/Text-Unidecode/metadata.xml new file mode 100644 index 0000000000..1e39031da1 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/dev-perl/Text-Unidecode/metadata.xml @@ -0,0 +1,12 @@ + + + + + perl@gentoo.org + Gentoo Perl Project + + + Text-Unidecode + Text::Unidecode + + From 9c75ab362b7781e8b3da47643413d54efc68d3c2 Mon Sep 17 00:00:00 2001 From: Geoff Levand Date: Tue, 24 Apr 2018 17:21:29 -0700 Subject: [PATCH 06/10] dev-perl/Unicode-EastAsianWidth: Import latest Signed-off-by: Geoff Levand --- .../dev-perl/Unicode-EastAsianWidth/Manifest | 6 +++++ .../Unicode-EastAsianWidth-1.330.0-r1.ebuild | 21 ++++++++++++++++ .../files/no-dot-inc.patch | 25 +++++++++++++++++++ .../Unicode-EastAsianWidth/metadata.xml | 12 +++++++++ 4 files changed, 64 insertions(+) create mode 100644 sdk_container/src/third_party/portage-stable/dev-perl/Unicode-EastAsianWidth/Manifest create mode 100644 sdk_container/src/third_party/portage-stable/dev-perl/Unicode-EastAsianWidth/Unicode-EastAsianWidth-1.330.0-r1.ebuild create mode 100644 sdk_container/src/third_party/portage-stable/dev-perl/Unicode-EastAsianWidth/files/no-dot-inc.patch create mode 100644 sdk_container/src/third_party/portage-stable/dev-perl/Unicode-EastAsianWidth/metadata.xml diff --git a/sdk_container/src/third_party/portage-stable/dev-perl/Unicode-EastAsianWidth/Manifest b/sdk_container/src/third_party/portage-stable/dev-perl/Unicode-EastAsianWidth/Manifest new file mode 100644 index 0000000000..782014d664 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/dev-perl/Unicode-EastAsianWidth/Manifest @@ -0,0 +1,6 @@ +AUX no-dot-inc.patch 602 SHA256 7a8ddcf9b7a7d687c60e4058dfb9e536c22cf0991ed77627d16e8d10c3b54997 SHA512 fdad62c560595ec49f7de0dfd6f1f700abbfdc77053a016053573bb105251684ff4fcf8cf9fb534b2a2eeb5b38c21f089380876e3433fbbc47d0eabe9d542ec0 WHIRLPOOL 8b7840db580f0630018a68a2449bea6e0a3eb22f53e57f5d9131fe5cb8b41f208d0067dc504ae22994b2c0136da642739472c25b820d9c761eda5eb4924fd889 +DIST Unicode-EastAsianWidth-1.33.tar.gz 31498 SHA256 41c9f0b50c45dd806a97de73f9fe93516b6c63255e2a5174e5fb2d89635c7797 SHA512 c21e988f460534b370954d0448daec5bfb0a34ec816459f8422943ebe44ff17b5acb8a423d69daba81599111d7fa4aa33a3598e0ea4614eed25a587c1f5690eb WHIRLPOOL 5376518d63b9a2dbfaa3c8e4714994375dd5f59df440c30ed7e84eedcc9a9c6728dc4d6c2726e20593384a5534ed7894ab6666996e0b2e1358c033e46409b9ff +EBUILD Unicode-EastAsianWidth-1.330.0-r1.ebuild 633 SHA256 ae786901ed894ee06196a085fb358b52e124f886be389f20c54504d0c3759780 SHA512 7bb7659f512098ac6373824221edabe6d8189cfbeef9527ad0f5ee36df5350f3277a87edd1099b67c404e5f557fa957555e0ace2401c942e4155d9b6188a8354 WHIRLPOOL c37a54979ad7684e988d01c1c82b329bd5b035d9afe31d403a807d19439e9246cd9c58a2ec7f88077c65c1309c984eacc36e3531379f70fcf209f3c46f7a11e5 +MISC ChangeLog 2482 SHA256 efdaa18f4e7c8e3e73d07d2a0bd5b55f620b623ec37023a362145b1bc697de98 SHA512 0b34fdb2a3624e2ffe6a56ae13ae2011107b6221b4a2ef7e44722b17aba4f2a048777ae30abd4659e421d8785795f7ce3fcaf8b451136fa69079209b94020a5e WHIRLPOOL 70a33252a9faf8ef6a22784290b16d56b03a30cbcb2891b43cf2b8bacea3004a2ae5811671be5223571b64b1488f5d7b2ae0856eec92e9b98dc07b0ddebbc9a1 +MISC ChangeLog-2015 5912 SHA256 44e885abc6498e103a712c48bf5981b7004275a9b85caf9961f41de35f727394 SHA512 f30c3795bc9c40045b171c53e668df3555e94200f16bbc44e8d2a70c7ccd092e73553884ea21e5757bba34cfc17cde32d0502ca7ef0b3aeec1346dd058f2197c WHIRLPOOL 7cf9378b8bf3eda549621f340cad2238d4c54200a9de89ff3359b33465a01984c41405c77f0324b62a97959135f672fd6a6f5a29d74bd3db6d7c4678b73f2b83 +MISC metadata.xml 404 SHA256 fcebdabbf2fa7e5da68cf5b7479934e2fc42abec7d1e720ca2a38a0472845c04 SHA512 0a9b4c003b910b30c439687e339e267459f3f85b877de4baaa4f89b0994771ac8a40b4096dafe5db19fff5c48fa69ac520e897dc59823ff306eb495295454b13 WHIRLPOOL 2d2aca6d12eebb55348efb97e29e672c04f78e19c1cf2c9c371ecd4d8bb1ebf410935bfe7dab43295ffc2da32deca4a052bd26fa3debdc01f6e758072eb70372 diff --git a/sdk_container/src/third_party/portage-stable/dev-perl/Unicode-EastAsianWidth/Unicode-EastAsianWidth-1.330.0-r1.ebuild b/sdk_container/src/third_party/portage-stable/dev-perl/Unicode-EastAsianWidth/Unicode-EastAsianWidth-1.330.0-r1.ebuild new file mode 100644 index 0000000000..002917f89b --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/dev-perl/Unicode-EastAsianWidth/Unicode-EastAsianWidth-1.330.0-r1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +MODULE_AUTHOR=AUDREYT +MODULE_VERSION=1.33 +inherit perl-module + +DESCRIPTION="East Asian Width properties" + +LICENSE="CC0-1.0" +SLOT="0" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +RDEPEND="virtual/perl-File-Spec" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker" +PATCHES=("${FILESDIR}/no-dot-inc.patch") +SRC_TEST="do" diff --git a/sdk_container/src/third_party/portage-stable/dev-perl/Unicode-EastAsianWidth/files/no-dot-inc.patch b/sdk_container/src/third_party/portage-stable/dev-perl/Unicode-EastAsianWidth/files/no-dot-inc.patch new file mode 100644 index 0000000000..16d42e582a --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/dev-perl/Unicode-EastAsianWidth/files/no-dot-inc.patch @@ -0,0 +1,25 @@ +From 9cb5f1551566addf37a47e935164519842bab0d8 Mon Sep 17 00:00:00 2001 +From: Kent Fredric +Date: Sun, 11 Jun 2017 16:10:47 +1200 +Subject: [PATCH] Fix for Perl 5.26 w/o '.' in @INC + +--- + Makefile.PL | 3 ++- + 1 file changed, 2 insertions(+), 1 deletion(-) + +diff --git a/Makefile.PL b/Makefile.PL +index 6745b7c..2db030d 100644 +--- a/Makefile.PL ++++ b/Makefile.PL +@@ -1,6 +1,7 @@ + #!/usr/bin/perl + use strict; +-use inc::Module::Package 'Au:dry 1'; ++use lib './inc'; ++use Module::Package 'Au:dry 1'; + + my $DefaultVersion = 'v5.0.0'; + my $DefaultDate = '2006-02-15'; +-- +2.13.1 + diff --git a/sdk_container/src/third_party/portage-stable/dev-perl/Unicode-EastAsianWidth/metadata.xml b/sdk_container/src/third_party/portage-stable/dev-perl/Unicode-EastAsianWidth/metadata.xml new file mode 100644 index 0000000000..f446398908 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/dev-perl/Unicode-EastAsianWidth/metadata.xml @@ -0,0 +1,12 @@ + + + + + perl@gentoo.org + Gentoo Perl Project + + + Unicode-EastAsianWidth + Unicode::EastAsianWidth + + From b79fc4b769b29f6373a8abbc2ba709739c3861d3 Mon Sep 17 00:00:00 2001 From: Geoff Levand Date: Tue, 24 Apr 2018 17:21:29 -0700 Subject: [PATCH 07/10] virtual/perl-File-Spec: Import latest Signed-off-by: Geoff Levand --- .../virtual/perl-File-Spec/Manifest | 5 +++++ .../virtual/perl-File-Spec/metadata.xml | 8 ++++++++ .../perl-File-Spec-3.630.100_rc-r2.ebuild | 15 +++++++++++++++ .../perl-File-Spec/perl-File-Spec-3.670.0.ebuild | 15 +++++++++++++++ 4 files changed, 43 insertions(+) create mode 100644 sdk_container/src/third_party/portage-stable/virtual/perl-File-Spec/Manifest create mode 100644 sdk_container/src/third_party/portage-stable/virtual/perl-File-Spec/metadata.xml create mode 100644 sdk_container/src/third_party/portage-stable/virtual/perl-File-Spec/perl-File-Spec-3.630.100_rc-r2.ebuild create mode 100644 sdk_container/src/third_party/portage-stable/virtual/perl-File-Spec/perl-File-Spec-3.670.0.ebuild diff --git a/sdk_container/src/third_party/portage-stable/virtual/perl-File-Spec/Manifest b/sdk_container/src/third_party/portage-stable/virtual/perl-File-Spec/Manifest new file mode 100644 index 0000000000..9d711a5902 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/virtual/perl-File-Spec/Manifest @@ -0,0 +1,5 @@ +EBUILD perl-File-Spec-3.630.100_rc-r2.ebuild 631 SHA256 7fc758bb545086a2fb3f82ca18e799cd28d53dcb61e1948ba3388ec4e55d3267 SHA512 a1c263fc717f4398edaaa51f4bd3c93a2bff1a30696c061e7e6a01af46ba19aeef3723843fdbf067cb278a7a92e0b18a90f4ab00b667acab45c74af52af639a4 WHIRLPOOL 30238f876add8404b3256aa2cd6f05b9ee19228949c3a71870e0e39e8ea8276d19192e301a19b430210790297be46b79794d6802d3ca0ba623e6fe39070aa507 +EBUILD perl-File-Spec-3.670.0.ebuild 593 SHA256 311fcef6d8eab3e585f0de24d8b5ce81617bd9564c4bc8a0e1271c07adb2e4d0 SHA512 96fa3a6e4c1dd697948535ac8a9421802b5f00f6bbd6b0faa1201a11516a9f5cb6818d94eb577c4f1f2e28b0ac7944fa98589d3f8a2f31d1eb254d810099a41f WHIRLPOOL a1fb23c6325466ac7dc88817390c5ab836b00cd69e9c0c9d526e74e0de7dc43d893935e472114464973b3dc0a4d3c006792aaf2d97c0e8d7f755130798eb4ed3 +MISC ChangeLog 7988 SHA256 cf3d733e252f04da606c61b2ffa43a18bafce46b05d53564f8a5a53c4482094b SHA512 fb66878da1082b7fc700638b2e3c8e9e55f43b9a130cefb83fb529f07f5ed450720ba51c1bdcd6cd4b3a7de7cebb257c015179ddc80d98cfb133ec59e4112571 WHIRLPOOL 79ed563ced21b63ea5eba7d7ca49adfd0ae3b08e132c40c7cda004ff7cb7075774fac5609c32a9943d601eb00315042eb4f2501ba9bf0d357fa49b7b46b7d473 +MISC ChangeLog-2015 14912 SHA256 d35abcc246019d359be7bd747d85c619d901fffc72a361edcad5fd0586f9e78c SHA512 935427fe0da94eb6088ae9457d8c64c928dbc133434c59764e1bc96a89b8c9fafcc8b23bf5ffad547f48df1ac5f1ca088c45976ce94c7df96fc6c8c440f6a3c3 WHIRLPOOL 6a07bc8362b8d8b96debddaaae47d9b15896e638447bc0096302f3a3db106c489f2bfafed5a308d0c26d596c16dbe150572937e6bb293e39d1c19f779232426f +MISC metadata.xml 257 SHA256 4d43e70b770d0898a99af64a8454a6116e4a86500c23290655c8371265010427 SHA512 80cde0da56c3ac4023da7b0c17c62eae85139aaefd8ba453dd0c0718da1d40102c57d5beb5b8f984dcbeacad930517347e4d91dd5bd94e973fb81974d078a18e WHIRLPOOL 87039765046556cdc2f7d76ce4192945117bfd5bb684220ea8fb72be310673a5b729ea428666ff1ceb1e6c21fb585a3a7dd72bd94dab89cf076a895e6a7677f0 diff --git a/sdk_container/src/third_party/portage-stable/virtual/perl-File-Spec/metadata.xml b/sdk_container/src/third_party/portage-stable/virtual/perl-File-Spec/metadata.xml new file mode 100644 index 0000000000..2b9a936fc0 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/virtual/perl-File-Spec/metadata.xml @@ -0,0 +1,8 @@ + + + + + perl@gentoo.org + Gentoo Perl Project + + diff --git a/sdk_container/src/third_party/portage-stable/virtual/perl-File-Spec/perl-File-Spec-3.630.100_rc-r2.ebuild b/sdk_container/src/third_party/portage-stable/virtual/perl-File-Spec/perl-File-Spec-3.630.100_rc-r2.ebuild new file mode 100644 index 0000000000..15710a9d98 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/virtual/perl-File-Spec/perl-File-Spec-3.630.100_rc-r2.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DESCRIPTION="Virtual for ${PN#perl-}" +SLOT="0" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" + +RDEPEND=" + || ( =dev-lang/perl-5.24.3* =dev-lang/perl-5.24.2* =dev-lang/perl-5.24.1* ~perl-core/${PN#perl-}-${PV} ) + dev-lang/perl:= + !perl-core/${PN#perl-}-${PV}-r999 +" diff --git a/sdk_container/src/third_party/portage-stable/virtual/perl-File-Spec/perl-File-Spec-3.670.0.ebuild b/sdk_container/src/third_party/portage-stable/virtual/perl-File-Spec/perl-File-Spec-3.670.0.ebuild new file mode 100644 index 0000000000..0d2ad91d9c --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/virtual/perl-File-Spec/perl-File-Spec-3.670.0.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DESCRIPTION="Virtual for ${PN#perl-}" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" + +RDEPEND=" + || ( =dev-lang/perl-5.26* ~perl-core/${PN#perl-}-${PV} ) + dev-lang/perl:= + !perl-core/${PN#perl-}-${PV}-r999 +" From 117b245155bf16805eae032d2c81dc9007ac8797 Mon Sep 17 00:00:00 2001 From: Geoff Levand Date: Tue, 24 Apr 2018 17:21:29 -0700 Subject: [PATCH 08/10] virtual/perl-ExtUtils-MakeMaker: Import latest Signed-off-by: Geoff Levand --- .../virtual/perl-ExtUtils-MakeMaker/Manifest | 5 +++++ .../virtual/perl-ExtUtils-MakeMaker/metadata.xml | 8 ++++++++ ...perl-ExtUtils-MakeMaker-7.100.200_rc-r2.ebuild | 15 +++++++++++++++ .../perl-ExtUtils-MakeMaker-7.240.0.ebuild | 15 +++++++++++++++ 4 files changed, 43 insertions(+) create mode 100644 sdk_container/src/third_party/portage-stable/virtual/perl-ExtUtils-MakeMaker/Manifest create mode 100644 sdk_container/src/third_party/portage-stable/virtual/perl-ExtUtils-MakeMaker/metadata.xml create mode 100644 sdk_container/src/third_party/portage-stable/virtual/perl-ExtUtils-MakeMaker/perl-ExtUtils-MakeMaker-7.100.200_rc-r2.ebuild create mode 100644 sdk_container/src/third_party/portage-stable/virtual/perl-ExtUtils-MakeMaker/perl-ExtUtils-MakeMaker-7.240.0.ebuild diff --git a/sdk_container/src/third_party/portage-stable/virtual/perl-ExtUtils-MakeMaker/Manifest b/sdk_container/src/third_party/portage-stable/virtual/perl-ExtUtils-MakeMaker/Manifest new file mode 100644 index 0000000000..9850803da7 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/virtual/perl-ExtUtils-MakeMaker/Manifest @@ -0,0 +1,5 @@ +EBUILD perl-ExtUtils-MakeMaker-7.100.200_rc-r2.ebuild 631 SHA256 7fc758bb545086a2fb3f82ca18e799cd28d53dcb61e1948ba3388ec4e55d3267 SHA512 a1c263fc717f4398edaaa51f4bd3c93a2bff1a30696c061e7e6a01af46ba19aeef3723843fdbf067cb278a7a92e0b18a90f4ab00b667acab45c74af52af639a4 WHIRLPOOL 30238f876add8404b3256aa2cd6f05b9ee19228949c3a71870e0e39e8ea8276d19192e301a19b430210790297be46b79794d6802d3ca0ba623e6fe39070aa507 +EBUILD perl-ExtUtils-MakeMaker-7.240.0.ebuild 593 SHA256 311fcef6d8eab3e585f0de24d8b5ce81617bd9564c4bc8a0e1271c07adb2e4d0 SHA512 96fa3a6e4c1dd697948535ac8a9421802b5f00f6bbd6b0faa1201a11516a9f5cb6818d94eb577c4f1f2e28b0ac7944fa98589d3f8a2f31d1eb254d810099a41f WHIRLPOOL a1fb23c6325466ac7dc88817390c5ab836b00cd69e9c0c9d526e74e0de7dc43d893935e472114464973b3dc0a4d3c006792aaf2d97c0e8d7f755130798eb4ed3 +MISC ChangeLog 10503 SHA256 ad93f8f10f88510a6667310e054a86cbe92f22d3e3eb9e305607449799be8678 SHA512 3cec0082885ed94e748c83be32368f8557d46320ade1e94a06a19bfd9fcf2566b561d4a0a8033c66e942fb17922a756619bc02a5dcfbc7f4429c7dfcc4f80465 WHIRLPOOL ed2a78ee4581a5b5638c63f577773b2fc0ff5ef11fafe2d29f460781dc8273c70536294fa99d801bd120cc278b19f34ac6fb27394bfca32eca70babd7de732cf +MISC ChangeLog-2015 12782 SHA256 509d67e51805b88d38affc42baa9e7cd09f7b536c98c607ad7ca9f1d085a4b73 SHA512 2d735dd839f3c1712d68ba6f656dd3ec559fd9b596505a7e9fd11fe8b0a32fc218a811914358f3efd03912730a670cf6b05dbb660da96387f23252cc3454e45e WHIRLPOOL 2426ff93c9a155fa24a95162c911095095aafff5f3c68bc447c46cc64f1c3f6be06a87afe87f833f7aeafa2446466355958a22ba7bfdfe5311c91e138948e519 +MISC metadata.xml 269 SHA256 84b65c1e72c439b7f5175ff684ae78fc7fc7a226eea4a884c91e73e90b1662f7 SHA512 57ff55054b685626458fc7314bbdbe18ddd3e20b1decf613a6c03cb28284a5a56c22ab90949b4e30b7d1420ca14551f4ea827aceebd75c4b3c2fd397f9773d84 WHIRLPOOL 3da4987d361ac8c36e2c8fc914594d87b657765153dcf177a1dccffa9b088c0bbea71f6a9848bac35a92659455cba03f88f21fae9ffc6735b60512fb1a35982a diff --git a/sdk_container/src/third_party/portage-stable/virtual/perl-ExtUtils-MakeMaker/metadata.xml b/sdk_container/src/third_party/portage-stable/virtual/perl-ExtUtils-MakeMaker/metadata.xml new file mode 100644 index 0000000000..f53c778e0d --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/virtual/perl-ExtUtils-MakeMaker/metadata.xml @@ -0,0 +1,8 @@ + + + + + perl@gentoo.org + Gentoo Perl Project + + diff --git a/sdk_container/src/third_party/portage-stable/virtual/perl-ExtUtils-MakeMaker/perl-ExtUtils-MakeMaker-7.100.200_rc-r2.ebuild b/sdk_container/src/third_party/portage-stable/virtual/perl-ExtUtils-MakeMaker/perl-ExtUtils-MakeMaker-7.100.200_rc-r2.ebuild new file mode 100644 index 0000000000..15710a9d98 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/virtual/perl-ExtUtils-MakeMaker/perl-ExtUtils-MakeMaker-7.100.200_rc-r2.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DESCRIPTION="Virtual for ${PN#perl-}" +SLOT="0" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" + +RDEPEND=" + || ( =dev-lang/perl-5.24.3* =dev-lang/perl-5.24.2* =dev-lang/perl-5.24.1* ~perl-core/${PN#perl-}-${PV} ) + dev-lang/perl:= + !perl-core/${PN#perl-}-${PV}-r999 +" diff --git a/sdk_container/src/third_party/portage-stable/virtual/perl-ExtUtils-MakeMaker/perl-ExtUtils-MakeMaker-7.240.0.ebuild b/sdk_container/src/third_party/portage-stable/virtual/perl-ExtUtils-MakeMaker/perl-ExtUtils-MakeMaker-7.240.0.ebuild new file mode 100644 index 0000000000..0d2ad91d9c --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/virtual/perl-ExtUtils-MakeMaker/perl-ExtUtils-MakeMaker-7.240.0.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DESCRIPTION="Virtual for ${PN#perl-}" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" + +RDEPEND=" + || ( =dev-lang/perl-5.26* ~perl-core/${PN#perl-}-${PV} ) + dev-lang/perl:= + !perl-core/${PN#perl-}-${PV}-r999 +" From b85469d7727a6cb482f9f427ddfd0dcaa7016883 Mon Sep 17 00:00:00 2001 From: David Michael Date: Tue, 24 Apr 2018 17:21:29 -0700 Subject: [PATCH 09/10] bump(dev-lang/swig): sync with upstream --- .../portage-stable/dev-lang/swig/Manifest | 9 +++- .../swig/files/swig-2.0.4-typedef.patch | 46 ------------------- .../portage-stable/dev-lang/swig/metadata.xml | 31 +++++++++++++ .../dev-lang/swig/swig-1.3.40-r2.ebuild | 39 ++++++++++++++++ .../dev-lang/swig/swig-2.0.12.ebuild | 34 ++++++++++++++ .../dev-lang/swig/swig-2.0.4-r1.ebuild | 39 ---------------- .../dev-lang/swig/swig-2.0.9.ebuild | 34 ++++++++++++++ .../dev-lang/swig/swig-3.0.10.ebuild | 34 ++++++++++++++ .../dev-lang/swig/swig-3.0.11.ebuild | 35 ++++++++++++++ .../dev-lang/swig/swig-3.0.12.ebuild | 35 ++++++++++++++ .../dev-lang/swig/swig-3.0.5.ebuild | 34 ++++++++++++++ .../dev-lang/swig/swig-3.0.8.ebuild | 34 ++++++++++++++ .../md5-cache/dev-lang/swig-1.3.40-r2 | 11 +++++ .../metadata/md5-cache/dev-lang/swig-2.0.12 | 13 ++++++ .../metadata/md5-cache/dev-lang/swig-2.0.4-r1 | 14 ------ .../metadata/md5-cache/dev-lang/swig-2.0.9 | 13 ++++++ .../metadata/md5-cache/dev-lang/swig-3.0.10 | 13 ++++++ .../metadata/md5-cache/dev-lang/swig-3.0.11 | 13 ++++++ .../metadata/md5-cache/dev-lang/swig-3.0.12 | 13 ++++++ .../metadata/md5-cache/dev-lang/swig-3.0.5 | 13 ++++++ .../metadata/md5-cache/dev-lang/swig-3.0.8 | 13 ++++++ 21 files changed, 420 insertions(+), 100 deletions(-) delete mode 100644 sdk_container/src/third_party/portage-stable/dev-lang/swig/files/swig-2.0.4-typedef.patch create mode 100644 sdk_container/src/third_party/portage-stable/dev-lang/swig/metadata.xml create mode 100644 sdk_container/src/third_party/portage-stable/dev-lang/swig/swig-1.3.40-r2.ebuild create mode 100644 sdk_container/src/third_party/portage-stable/dev-lang/swig/swig-2.0.12.ebuild delete mode 100644 sdk_container/src/third_party/portage-stable/dev-lang/swig/swig-2.0.4-r1.ebuild create mode 100644 sdk_container/src/third_party/portage-stable/dev-lang/swig/swig-2.0.9.ebuild create mode 100644 sdk_container/src/third_party/portage-stable/dev-lang/swig/swig-3.0.10.ebuild create mode 100644 sdk_container/src/third_party/portage-stable/dev-lang/swig/swig-3.0.11.ebuild create mode 100644 sdk_container/src/third_party/portage-stable/dev-lang/swig/swig-3.0.12.ebuild create mode 100644 sdk_container/src/third_party/portage-stable/dev-lang/swig/swig-3.0.5.ebuild create mode 100644 sdk_container/src/third_party/portage-stable/dev-lang/swig/swig-3.0.8.ebuild create mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-lang/swig-1.3.40-r2 create mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-lang/swig-2.0.12 delete mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-lang/swig-2.0.4-r1 create mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-lang/swig-2.0.9 create mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-lang/swig-3.0.10 create mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-lang/swig-3.0.11 create mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-lang/swig-3.0.12 create mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-lang/swig-3.0.5 create mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-lang/swig-3.0.8 diff --git a/sdk_container/src/third_party/portage-stable/dev-lang/swig/Manifest b/sdk_container/src/third_party/portage-stable/dev-lang/swig/Manifest index e0cd3ddc49..c07f36c1f7 100644 --- a/sdk_container/src/third_party/portage-stable/dev-lang/swig/Manifest +++ b/sdk_container/src/third_party/portage-stable/dev-lang/swig/Manifest @@ -1 +1,8 @@ -DIST swig-2.0.4.tar.gz 5148567 RMD160 7e5314de2b2443a76ea484909072ca63b2b1f1f7 SHA1 ace563563a8f6f367ba82236e5bea240adea0d94 SHA256 763a117730d26f8e5ed67f5718c6c0761fbb8461680fc20269db8c0839e1ec8a +DIST swig-1.3.40.tar.gz 4891020 SHA256 1945b3693bcda6777bd05fef1015a0ad1a4604cde4a4a0a368b61ccfd143ac09 SHA512 bd959d29cf2d61d12dd2c5764bbd11d8fb045827267f8633ab99515175e675554c709f43a8334ce74d77e71e737118962bc5ce8fd09d3b87070ecab1133cc9d7 WHIRLPOOL 48c71d1c88271e8b2be171b159c41150460bc79bba9d40ff224fad8c1498c94e6328c89f1c2e02e294c17b0174f1e7aeddbc39c2e341c85effbbf311e87f061c +DIST swig-2.0.12.tar.gz 5312394 SHA256 65e13f22a60cecd7279c59882ff8ebe1ffe34078e85c602821a541817a4317f7 SHA512 7969cd8ce309ca46316fa4851b5cdd72122cb075cde8c17d74ee97969cd9555eff0d995f60bf17ff4090c83f66f6c66df2c61d9c06e2e30a2b36a4b8204c5890 WHIRLPOOL fdc0477d049c793267420769b0346283087bcf14d519d279bae15b5ffaff7c079fa6a6de3f18b74825f7ea0bce13913e591f7d48b396cd7eaf941fa57dfe925e +DIST swig-2.0.9.tar.gz 5307341 SHA256 586954000d297fafd7e91d1ad31089cc7e249f658889d11a44605d3662569539 SHA512 9967eb2e1733c11ceb813bfa18c8c4187ba527d45de9b2ad962f287afba9cb0e1432b921670c5fe07ed31decc2e2785a16f42f69148a4e8a1959a9b66ce2e91f WHIRLPOOL 6649934f33d36b7bf9314a7f6582245217795b6e9c36eb02436ed769f8fb06a3a038af2380f444a1311aa353d3f29c4a3159765f873d09ed90980998e0752e81 +DIST swig-3.0.10.tar.gz 8029827 SHA256 2939aae39dec06095462f1b95ce1c958ac80d07b926e48871046d17c0094f44c SHA512 599883a08b673cb0975176084fa7a6f5c7e3f6ffa86e8ba600e9d81d80b9d7632668e61c8db519b4c800bdbddcdbf55b0f5ef49f6a80ceafaef864ffcaaa30c1 WHIRLPOOL bcdbc754d32c45e202cd55a73e7584240e3f073ec21116db88325558374d5477803d83308f467a469e50b8dcbc4fa2a5d5146d6d73fbd7d3abc0e879766b2b73 +DIST swig-3.0.11.tar.gz 8141827 SHA256 d9031d531d7418829a54d0d51c4ed9007016b213657ec70be44031951810566e SHA512 36771bd29fcec159d283f0f8d056937c6c913fec717f1f3b97a9b17fa27a8a85aa5f7b79bec3c46d70b625c36c26e9e856a4750cbd0872070ca18e9174842a52 WHIRLPOOL 49fac0b8ff0786671b2eb0d7c9955054ec2b17be07d1ce5c2ca063022d89c56e3598c3ce5133eac92eee4286f7ecfc52da6003993cd1bf6a7704162344ca31bd +DIST swig-3.0.12.tar.gz 8149820 SHA256 7cf9f447ae7ed1c51722efc45e7f14418d15d7a1e143ac9f09a668999f4fc94d SHA512 5eaa2e06d8e4197fd02194051db1e518325dbb074a4c55a91099ad9c55193874f577764afc9029409a41bd520a95154095f26e33ef5add5c102bb2c1d98d33eb WHIRLPOOL 468d710807ca5052bb2dc0e9551cf4f7a41bddfa380b8ee30b175c99aa5656e71270dd900b4dda545b39fa22bd102623dde292b22a63d5c5fbe1521ed7bb30ee +DIST swig-3.0.5.tar.gz 5873209 SHA256 9f4cb9e8f213f041853646f58fe5e8428d63250d05f5c943b6fa759c77322a3c SHA512 1cd9eaea1443d08ac0f9a80f9cb3d60121e888e30c9f00aaaf285d6afe8a5494a3be017a38092b879d332305911c177202cfccd2570cb61eb40554fcc573fd01 WHIRLPOOL 49dc145dbd24bbe0dd9d5baa82ab8e1b79b0cec14035038d22fd506010ce5185731876a157c811d2087f35360ce04aafed8c7beff7f7feaf246f964891395ea9 +DIST swig-3.0.8.tar.gz 7937213 SHA256 58a475dbbd4a4d7075e5fe86d4e54c9edde39847cdb96a3053d87cb64a23a453 SHA512 85605bd98bf2b56f5bfca23ae23d76d764d76a174b05836c8686825e912d6326c370e9cf2134c0bf4f425560be103b16bf9c9d075077f52e713a69082616e906 WHIRLPOOL 7b6e5b0339b5fd42992464ca16935d1e8447d46c2e561579eb99dda90755bc3ca88baeff8bb0c0dffe91b109dd9af0465a360fec2fd871bd5bfaef278229bbf9 diff --git a/sdk_container/src/third_party/portage-stable/dev-lang/swig/files/swig-2.0.4-typedef.patch b/sdk_container/src/third_party/portage-stable/dev-lang/swig/files/swig-2.0.4-typedef.patch deleted file mode 100644 index 7eaabd5411..0000000000 --- a/sdk_container/src/third_party/portage-stable/dev-lang/swig/files/swig-2.0.4-typedef.patch +++ /dev/null @@ -1,46 +0,0 @@ -Index: Source/Swig/stype.c -=================================================================== ---- Source/Swig/stype.c (Revision 12813) -+++ Source/Swig/stype.c (Revision 12814) -@@ -823,7 +823,8 @@ - Insert(result, 0, "("); - Append(result, ")"); - } -- isreference = 1; -+ if (!isfunction) -+ isreference = 1; - } else if (SwigType_isarray(element)) { - DOH *size; - if (firstarray && !isreference) { -@@ -869,10 +870,8 @@ - cast = NewStringf("(%s)", result); - } - if (name) { -- if (!isfunction) { -- if (isreference) { -- Append(cast, "*"); -- } -+ if (isreference) { -+ Append(cast, "*"); - } - Append(cast, name); - } -Index: Examples/test-suite/funcptr_cpp.i -=================================================================== ---- Examples/test-suite/funcptr_cpp.i (Revision 12813) -+++ Examples/test-suite/funcptr_cpp.i (Revision 12814) -@@ -20,3 +20,14 @@ - %constant int (*ADD_BY_VALUE)(const int &, int) = addByValue; - %constant int * (*ADD_BY_POINTER)(const int &, int) = addByPointer; - %constant int & (*ADD_BY_REFERENCE)(const int &, int) = addByReference; -+ -+ -+%inline %{ -+typedef int AddByValueTypedef(const int &a, int b); -+typedef int * AddByPointerTypedef(const int &a, int b); -+typedef int & AddByReferenceTypedef(const int &a, int b); -+void *typedef_call1(AddByValueTypedef *& precallback, AddByValueTypedef * postcallback) { return 0; } -+void *typedef_call2(AddByPointerTypedef *& precallback, AddByPointerTypedef * postcallback) { return 0; } -+void *typedef_call3(AddByReferenceTypedef *& precallback, AddByReferenceTypedef * postcallback) { return 0; } -+%} -+ diff --git a/sdk_container/src/third_party/portage-stable/dev-lang/swig/metadata.xml b/sdk_container/src/third_party/portage-stable/dev-lang/swig/metadata.xml new file mode 100644 index 0000000000..df28e41ee6 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/dev-lang/swig/metadata.xml @@ -0,0 +1,31 @@ + + + + + pchrist@gentoo.org + Panagiotis Christopoulos + + + radhermit@gentoo.org + Tim Harder + + + scheme@gentoo.org + Gentoo Scheme Project + + + SWIG is a software development tool that connects programs written in C and C++ + with a variety of high-level programming languages. SWIG is used with different + types of languages including common scripting languages such as Perl, Python, + Tcl/Tk and Ruby. The list of supported languages also includes non-scripting + languages such as C#, Common Lisp (Allegro CL), Java, Modula-3 and OCAML. Also + several interpreted and compiled Scheme implementations (Chicken, Guile, + MzScheme) are supported. + + + build ccache-swig(a fast compiler cache) + + + swig + + diff --git a/sdk_container/src/third_party/portage-stable/dev-lang/swig/swig-1.3.40-r2.ebuild b/sdk_container/src/third_party/portage-stable/dev-lang/swig/swig-1.3.40-r2.ebuild new file mode 100644 index 0000000000..42df0a214d --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/dev-lang/swig/swig-1.3.40-r2.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI="3" +DESCRIPTION="Simplified Wrapper and Interface Generator" +HOMEPAGE="http://www.swig.org/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + +LICENSE="BSD BSD-2" +SLOT="1" +KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +IUSE="ccache doc" +RESTRICT="test" +DEPEND="" +RDEPEND="" + +src_prepare () { + rm -v aclocal.m4 || die "Unable to remove aclocal.m4" + ./autogen.sh || die "Autogen script failed" + + # Use swig1.3 as binary instead of swig + sed -i -e 's:TARGET_NOEXE= swig:TARGET_NOEXE= swig1.3:' Makefile.in + sed -i -e 's:/swig@EXEEXT@:/swig1.3@EXEEXT@:g' Source/Makefile.{am,in} + sed -i -e "s:PACKAGE_NAME='ccache-swig':PACKAGE_NAME='ccache-swig1.3':" CCache/configure + mv CCache/ccache-swig.1 CCache/ccache-swig1.3.1 +} + +src_configure () { + econf \ + $(use_enable ccache) +} + +src_install() { + emake DESTDIR="${D}" install || die "target install failed" + dodoc ANNOUNCE CHANGES CHANGES.current FUTURE NEW README TODO || die "dodoc failed" + if use doc; then + dohtml -r Doc/{Devel,Manual} || die "Failed to install html documentation" + fi +} diff --git a/sdk_container/src/third_party/portage-stable/dev-lang/swig/swig-2.0.12.ebuild b/sdk_container/src/third_party/portage-stable/dev-lang/swig/swig-2.0.12.ebuild new file mode 100644 index 0000000000..7fb32a4640 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/dev-lang/swig/swig-2.0.12.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +DESCRIPTION="Simplified Wrapper and Interface Generator" +HOMEPAGE="http://www.swig.org/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + +LICENSE="GPL-3+ BSD BSD-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris" +IUSE="ccache doc pcre" +RESTRICT="test" + +DEPEND="pcre? ( dev-libs/libpcre ) + ccache? ( sys-libs/zlib )" +RDEPEND="${DEPEND}" + +DOCS=( ANNOUNCE CHANGES CHANGES.current README TODO ) + +src_configure() { + econf \ + $(use_enable ccache) \ + $(use_with pcre) +} + +src_install() { + default + + if use doc ; then + dohtml -r Doc/{Devel,Manual} + fi +} diff --git a/sdk_container/src/third_party/portage-stable/dev-lang/swig/swig-2.0.4-r1.ebuild b/sdk_container/src/third_party/portage-stable/dev-lang/swig/swig-2.0.4-r1.ebuild deleted file mode 100644 index 73eec0f138..0000000000 --- a/sdk_container/src/third_party/portage-stable/dev-lang/swig/swig-2.0.4-r1.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/swig/swig-2.0.4-r1.ebuild,v 1.10 2012/04/26 20:39:51 aballier Exp $ - -EAPI=3 - -inherit base - -DESCRIPTION="Simplified Wrapper and Interface Generator" -HOMEPAGE="http://www.swig.org/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-3 as-is" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" -IUSE="ccache doc pcre" -RESTRICT="test" - -DEPEND="pcre? ( dev-libs/libpcre ) - ccache? ( sys-libs/zlib )" - -RDEPEND="${DEPEND}" - -PATCHES=( "${FILESDIR}"/${P}-typedef.patch ) - -src_configure() { - econf \ - --disable-dependency-tracking \ - $(use_enable ccache) \ - $(use_with pcre) -} - -src_install() { - emake DESTDIR="${D}" install || die - dodoc ANNOUNCE CHANGES CHANGES.current README TODO || die - if use doc; then - dohtml -r Doc/{Devel,Manual} || die - fi -} diff --git a/sdk_container/src/third_party/portage-stable/dev-lang/swig/swig-2.0.9.ebuild b/sdk_container/src/third_party/portage-stable/dev-lang/swig/swig-2.0.9.ebuild new file mode 100644 index 0000000000..e92d462ea6 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/dev-lang/swig/swig-2.0.9.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=4 + +DESCRIPTION="Simplified Wrapper and Interface Generator" +HOMEPAGE="http://www.swig.org/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + +LICENSE="GPL-3+ BSD BSD-2" +SLOT="0" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +IUSE="ccache doc pcre" +RESTRICT="test" + +DEPEND="pcre? ( dev-libs/libpcre ) + ccache? ( sys-libs/zlib )" +RDEPEND="${DEPEND}" + +DOCS=( ANNOUNCE CHANGES CHANGES.current README TODO ) + +src_configure() { + econf \ + $(use_enable ccache) \ + $(use_with pcre) +} + +src_install() { + default + + if use doc ; then + dohtml -r Doc/{Devel,Manual} + fi +} diff --git a/sdk_container/src/third_party/portage-stable/dev-lang/swig/swig-3.0.10.ebuild b/sdk_container/src/third_party/portage-stable/dev-lang/swig/swig-3.0.10.ebuild new file mode 100644 index 0000000000..7fb32a4640 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/dev-lang/swig/swig-3.0.10.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +DESCRIPTION="Simplified Wrapper and Interface Generator" +HOMEPAGE="http://www.swig.org/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + +LICENSE="GPL-3+ BSD BSD-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris" +IUSE="ccache doc pcre" +RESTRICT="test" + +DEPEND="pcre? ( dev-libs/libpcre ) + ccache? ( sys-libs/zlib )" +RDEPEND="${DEPEND}" + +DOCS=( ANNOUNCE CHANGES CHANGES.current README TODO ) + +src_configure() { + econf \ + $(use_enable ccache) \ + $(use_with pcre) +} + +src_install() { + default + + if use doc ; then + dohtml -r Doc/{Devel,Manual} + fi +} diff --git a/sdk_container/src/third_party/portage-stable/dev-lang/swig/swig-3.0.11.ebuild b/sdk_container/src/third_party/portage-stable/dev-lang/swig/swig-3.0.11.ebuild new file mode 100644 index 0000000000..8f1f446183 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/dev-lang/swig/swig-3.0.11.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DESCRIPTION="Simplified Wrapper and Interface Generator" +HOMEPAGE="http://www.swig.org/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + +LICENSE="GPL-3+ BSD BSD-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris" +IUSE="ccache doc pcre" +RESTRICT="test" + +DEPEND="pcre? ( dev-libs/libpcre ) + ccache? ( sys-libs/zlib )" +RDEPEND="${DEPEND}" + +DOCS=( ANNOUNCE CHANGES CHANGES.current README TODO ) + +src_configure() { + econf \ + $(use_enable ccache) \ + $(use_with pcre) +} + +src_install() { + default + + if use doc; then + docinto html + dodoc -r Doc/{Devel,Manual} + fi +} diff --git a/sdk_container/src/third_party/portage-stable/dev-lang/swig/swig-3.0.12.ebuild b/sdk_container/src/third_party/portage-stable/dev-lang/swig/swig-3.0.12.ebuild new file mode 100644 index 0000000000..69e1326c64 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/dev-lang/swig/swig-3.0.12.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DESCRIPTION="Simplified Wrapper and Interface Generator" +HOMEPAGE="http://www.swig.org/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + +LICENSE="GPL-3+ BSD BSD-2" +SLOT="0" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris" +IUSE="ccache doc pcre" +RESTRICT="test" + +DEPEND="pcre? ( dev-libs/libpcre ) + ccache? ( sys-libs/zlib )" +RDEPEND="${DEPEND}" + +DOCS=( ANNOUNCE CHANGES CHANGES.current README TODO ) + +src_configure() { + econf \ + $(use_enable ccache) \ + $(use_with pcre) +} + +src_install() { + default + + if use doc; then + docinto html + dodoc -r Doc/{Devel,Manual} + fi +} diff --git a/sdk_container/src/third_party/portage-stable/dev-lang/swig/swig-3.0.5.ebuild b/sdk_container/src/third_party/portage-stable/dev-lang/swig/swig-3.0.5.ebuild new file mode 100644 index 0000000000..b885cb0957 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/dev-lang/swig/swig-3.0.5.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +DESCRIPTION="Simplified Wrapper and Interface Generator" +HOMEPAGE="http://www.swig.org/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + +LICENSE="GPL-3+ BSD BSD-2" +SLOT="0" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris" +IUSE="ccache doc pcre" +RESTRICT="test" + +DEPEND="pcre? ( dev-libs/libpcre ) + ccache? ( sys-libs/zlib )" +RDEPEND="${DEPEND}" + +DOCS=( ANNOUNCE CHANGES CHANGES.current README TODO ) + +src_configure() { + econf \ + $(use_enable ccache) \ + $(use_with pcre) +} + +src_install() { + default + + if use doc ; then + dohtml -r Doc/{Devel,Manual} + fi +} diff --git a/sdk_container/src/third_party/portage-stable/dev-lang/swig/swig-3.0.8.ebuild b/sdk_container/src/third_party/portage-stable/dev-lang/swig/swig-3.0.8.ebuild new file mode 100644 index 0000000000..b885cb0957 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/dev-lang/swig/swig-3.0.8.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +DESCRIPTION="Simplified Wrapper and Interface Generator" +HOMEPAGE="http://www.swig.org/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + +LICENSE="GPL-3+ BSD BSD-2" +SLOT="0" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris" +IUSE="ccache doc pcre" +RESTRICT="test" + +DEPEND="pcre? ( dev-libs/libpcre ) + ccache? ( sys-libs/zlib )" +RDEPEND="${DEPEND}" + +DOCS=( ANNOUNCE CHANGES CHANGES.current README TODO ) + +src_configure() { + econf \ + $(use_enable ccache) \ + $(use_with pcre) +} + +src_install() { + default + + if use doc ; then + dohtml -r Doc/{Devel,Manual} + fi +} diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-lang/swig-1.3.40-r2 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-lang/swig-1.3.40-r2 new file mode 100644 index 0000000000..63096da328 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-lang/swig-1.3.40-r2 @@ -0,0 +1,11 @@ +DEFINED_PHASES=configure install prepare +DESCRIPTION=Simplified Wrapper and Interface Generator +EAPI=3 +HOMEPAGE=http://www.swig.org/ +IUSE=ccache doc +KEYWORDS=alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris +LICENSE=BSD BSD-2 +RESTRICT=test +SLOT=1 +SRC_URI=mirror://sourceforge/swig/swig-1.3.40.tar.gz +_md5_=3befc73dc57f85b006ae9315a0130e32 diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-lang/swig-2.0.12 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-lang/swig-2.0.12 new file mode 100644 index 0000000000..b7fa0bf293 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-lang/swig-2.0.12 @@ -0,0 +1,13 @@ +DEFINED_PHASES=configure install +DEPEND=pcre? ( dev-libs/libpcre ) ccache? ( sys-libs/zlib ) +DESCRIPTION=Simplified Wrapper and Interface Generator +EAPI=5 +HOMEPAGE=http://www.swig.org/ +IUSE=ccache doc pcre +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris +LICENSE=GPL-3+ BSD BSD-2 +RDEPEND=pcre? ( dev-libs/libpcre ) ccache? ( sys-libs/zlib ) +RESTRICT=test +SLOT=0 +SRC_URI=mirror://sourceforge/swig/swig-2.0.12.tar.gz +_md5_=fe7a28cc1999505b8754fb159010e84c diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-lang/swig-2.0.4-r1 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-lang/swig-2.0.4-r1 deleted file mode 100644 index b13db12afa..0000000000 --- a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-lang/swig-2.0.4-r1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare unpack -DEPEND=pcre? ( dev-libs/libpcre ) ccache? ( sys-libs/zlib ) -DESCRIPTION=Simplified Wrapper and Interface Generator -EAPI=3 -HOMEPAGE=http://www.swig.org/ -IUSE=ccache doc pcre -KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris -LICENSE=GPL-3 as-is -RDEPEND=pcre? ( dev-libs/libpcre ) ccache? ( sys-libs/zlib ) -RESTRICT=test -SLOT=0 -SRC_URI=mirror://sourceforge/swig/swig-2.0.4.tar.gz -_eclasses_=base df2aa567b3f0595aae0d0923889f7631 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 227b041a120d309fdefbebb3b8c1dfa9 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 185a06792159ca143528e7010368e8af -_md5_=9d0664987e89b1341dbdd77c159640cf diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-lang/swig-2.0.9 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-lang/swig-2.0.9 new file mode 100644 index 0000000000..124c095952 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-lang/swig-2.0.9 @@ -0,0 +1,13 @@ +DEFINED_PHASES=configure install +DEPEND=pcre? ( dev-libs/libpcre ) ccache? ( sys-libs/zlib ) +DESCRIPTION=Simplified Wrapper and Interface Generator +EAPI=4 +HOMEPAGE=http://www.swig.org/ +IUSE=ccache doc pcre +KEYWORDS=alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris +LICENSE=GPL-3+ BSD BSD-2 +RDEPEND=pcre? ( dev-libs/libpcre ) ccache? ( sys-libs/zlib ) +RESTRICT=test +SLOT=0 +SRC_URI=mirror://sourceforge/swig/swig-2.0.9.tar.gz +_md5_=58b103f5f51f1e4c37094b20c65a611d diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-lang/swig-3.0.10 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-lang/swig-3.0.10 new file mode 100644 index 0000000000..be6d75d95b --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-lang/swig-3.0.10 @@ -0,0 +1,13 @@ +DEFINED_PHASES=configure install +DEPEND=pcre? ( dev-libs/libpcre ) ccache? ( sys-libs/zlib ) +DESCRIPTION=Simplified Wrapper and Interface Generator +EAPI=5 +HOMEPAGE=http://www.swig.org/ +IUSE=ccache doc pcre +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris +LICENSE=GPL-3+ BSD BSD-2 +RDEPEND=pcre? ( dev-libs/libpcre ) ccache? ( sys-libs/zlib ) +RESTRICT=test +SLOT=0 +SRC_URI=mirror://sourceforge/swig/swig-3.0.10.tar.gz +_md5_=fe7a28cc1999505b8754fb159010e84c diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-lang/swig-3.0.11 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-lang/swig-3.0.11 new file mode 100644 index 0000000000..c4b900991c --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-lang/swig-3.0.11 @@ -0,0 +1,13 @@ +DEFINED_PHASES=configure install +DEPEND=pcre? ( dev-libs/libpcre ) ccache? ( sys-libs/zlib ) +DESCRIPTION=Simplified Wrapper and Interface Generator +EAPI=6 +HOMEPAGE=http://www.swig.org/ +IUSE=ccache doc pcre +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris +LICENSE=GPL-3+ BSD BSD-2 +RDEPEND=pcre? ( dev-libs/libpcre ) ccache? ( sys-libs/zlib ) +RESTRICT=test +SLOT=0 +SRC_URI=mirror://sourceforge/swig/swig-3.0.11.tar.gz +_md5_=126a0b92dd7b5c92d931da52ac754390 diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-lang/swig-3.0.12 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-lang/swig-3.0.12 new file mode 100644 index 0000000000..ceea005413 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-lang/swig-3.0.12 @@ -0,0 +1,13 @@ +DEFINED_PHASES=configure install +DEPEND=pcre? ( dev-libs/libpcre ) ccache? ( sys-libs/zlib ) +DESCRIPTION=Simplified Wrapper and Interface Generator +EAPI=6 +HOMEPAGE=http://www.swig.org/ +IUSE=ccache doc pcre +KEYWORDS=alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris +LICENSE=GPL-3+ BSD BSD-2 +RDEPEND=pcre? ( dev-libs/libpcre ) ccache? ( sys-libs/zlib ) +RESTRICT=test +SLOT=0 +SRC_URI=mirror://sourceforge/swig/swig-3.0.12.tar.gz +_md5_=8c68fd67eca0e1de3de20fe6f0d11a50 diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-lang/swig-3.0.5 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-lang/swig-3.0.5 new file mode 100644 index 0000000000..8ec9f8b77e --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-lang/swig-3.0.5 @@ -0,0 +1,13 @@ +DEFINED_PHASES=configure install +DEPEND=pcre? ( dev-libs/libpcre ) ccache? ( sys-libs/zlib ) +DESCRIPTION=Simplified Wrapper and Interface Generator +EAPI=5 +HOMEPAGE=http://www.swig.org/ +IUSE=ccache doc pcre +KEYWORDS=alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris +LICENSE=GPL-3+ BSD BSD-2 +RDEPEND=pcre? ( dev-libs/libpcre ) ccache? ( sys-libs/zlib ) +RESTRICT=test +SLOT=0 +SRC_URI=mirror://sourceforge/swig/swig-3.0.5.tar.gz +_md5_=4eda6efb5b641cf92f7e0227c39a2ab2 diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-lang/swig-3.0.8 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-lang/swig-3.0.8 new file mode 100644 index 0000000000..0484688457 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-lang/swig-3.0.8 @@ -0,0 +1,13 @@ +DEFINED_PHASES=configure install +DEPEND=pcre? ( dev-libs/libpcre ) ccache? ( sys-libs/zlib ) +DESCRIPTION=Simplified Wrapper and Interface Generator +EAPI=5 +HOMEPAGE=http://www.swig.org/ +IUSE=ccache doc pcre +KEYWORDS=alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris +LICENSE=GPL-3+ BSD BSD-2 +RDEPEND=pcre? ( dev-libs/libpcre ) ccache? ( sys-libs/zlib ) +RESTRICT=test +SLOT=0 +SRC_URI=mirror://sourceforge/swig/swig-3.0.8.tar.gz +_md5_=4eda6efb5b641cf92f7e0227c39a2ab2 From 707c33f0e818e8cb9223bb71f770e46f15866371 Mon Sep 17 00:00:00 2001 From: Geoff Levand Date: Tue, 24 Apr 2018 17:21:29 -0700 Subject: [PATCH 10/10] chore(metadata): Regenerate cache --- .../md5-cache/dev-perl/Text-Unidecode-0.40.0-r1 | 12 ++++++++++++ .../md5-cache/dev-perl/Text-Unidecode-1.270.0 | 12 ++++++++++++ .../md5-cache/dev-perl/Text-Unidecode-1.300.0 | 12 ++++++++++++ .../dev-perl/Unicode-EastAsianWidth-1.330.0-r1 | 12 ++++++++++++ .../md5-cache/dev-perl/libintl-perl-1.200.0-r1 | 12 ++++++++++++ .../md5-cache/dev-perl/libintl-perl-1.240.0 | 12 ++++++++++++ .../md5-cache/dev-perl/libintl-perl-1.240.0-r2 | 12 ++++++++++++ .../md5-cache/dev-perl/libintl-perl-1.280.0 | 12 ++++++++++++ .../metadata/md5-cache/dev-util/catalyst-2.0.16 | 14 -------------- .../metadata/md5-cache/dev-util/catalyst-2.0.17 | 14 -------------- .../metadata/md5-cache/dev-util/catalyst-2.0.18-r1 | 14 ++++++++++++++ .../metadata/md5-cache/dev-util/catalyst-2.0.18-r4 | 14 ++++++++++++++ .../metadata/md5-cache/dev-util/catalyst-2.0.9999 | 6 +++--- .../metadata/md5-cache/dev-util/catalyst-2.9999 | 12 ------------ .../metadata/md5-cache/dev-util/catalyst-3.0.0 | 14 ++++++++++++++ .../metadata/md5-cache/dev-util/catalyst-3.0.1 | 14 ++++++++++++++ .../metadata/md5-cache/dev-util/catalyst-9999 | 12 ++++++------ .../metadata/md5-cache/sys-apps/sandbox-1.6-r2 | 11 ----------- .../metadata/md5-cache/sys-apps/sandbox-2.10-r3 | 12 ++++++++++++ .../metadata/md5-cache/sys-apps/sandbox-2.10-r4 | 12 ++++++++++++ .../metadata/md5-cache/sys-apps/sandbox-2.12 | 12 ++++++++++++ .../metadata/md5-cache/sys-apps/sandbox-2.13 | 12 ++++++++++++ .../metadata/md5-cache/sys-apps/sandbox-2.3-r1 | 12 ------------ .../metadata/md5-cache/sys-apps/sandbox-2.4 | 12 ------------ .../metadata/md5-cache/sys-apps/sandbox-2.5 | 12 ------------ .../metadata/md5-cache/sys-apps/sandbox-2.6-r1 | 12 ------------ .../perl-ExtUtils-MakeMaker-7.100.200_rc-r2 | 7 +++++++ .../virtual/perl-ExtUtils-MakeMaker-7.240.0 | 7 +++++++ .../virtual/perl-File-Spec-3.630.100_rc-r2 | 7 +++++++ .../md5-cache/virtual/perl-File-Spec-3.670.0 | 7 +++++++ 30 files changed, 237 insertions(+), 108 deletions(-) create mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-perl/Text-Unidecode-0.40.0-r1 create mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-perl/Text-Unidecode-1.270.0 create mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-perl/Text-Unidecode-1.300.0 create mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-perl/Unicode-EastAsianWidth-1.330.0-r1 create mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-perl/libintl-perl-1.200.0-r1 create mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-perl/libintl-perl-1.240.0 create mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-perl/libintl-perl-1.240.0-r2 create mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-perl/libintl-perl-1.280.0 delete mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-util/catalyst-2.0.16 delete mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-util/catalyst-2.0.17 create mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-util/catalyst-2.0.18-r1 create mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-util/catalyst-2.0.18-r4 delete mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-util/catalyst-2.9999 create mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-util/catalyst-3.0.0 create mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-util/catalyst-3.0.1 delete mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/sandbox-1.6-r2 create mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/sandbox-2.10-r3 create mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/sandbox-2.10-r4 create mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/sandbox-2.12 create mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/sandbox-2.13 delete mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/sandbox-2.3-r1 delete mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/sandbox-2.4 delete mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/sandbox-2.5 delete mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/sandbox-2.6-r1 create mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/virtual/perl-ExtUtils-MakeMaker-7.100.200_rc-r2 create mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/virtual/perl-ExtUtils-MakeMaker-7.240.0 create mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/virtual/perl-File-Spec-3.630.100_rc-r2 create mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/virtual/perl-File-Spec-3.670.0 diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-perl/Text-Unidecode-0.40.0-r1 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-perl/Text-Unidecode-0.40.0-r1 new file mode 100644 index 0000000000..1fff3a48c0 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-perl/Text-Unidecode-0.40.0-r1 @@ -0,0 +1,12 @@ +DEFINED_PHASES=compile configure install prepare test unpack +DEPEND=dev-lang/perl:=[-build(-)] +DESCRIPTION=US-ASCII transliterations of Unicode text +EAPI=5 +HOMEPAGE=http://search.cpan.org/dist/Text-Unidecode/ +KEYWORDS=alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris +LICENSE=|| ( Artistic GPL-1+ ) +RDEPEND=dev-lang/perl:=[-build(-)] +SLOT=0 +SRC_URI=mirror://cpan/authors/id/S/SB/SBURKE/Text-Unidecode-0.04.tar.gz +_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 227b041a120d309fdefbebb3b8c1dfa9 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e perl-functions 01e8c68d5a528bbcda4d3c60205983df perl-module 863b35d127db98823d439f8d73c2d011 toolchain-funcs 185a06792159ca143528e7010368e8af unpacker f40f7b4bd5aa88c2a4ba7b0d1e0ded70 +_md5_=14f4e56125e4b90e474c44f64224532e diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-perl/Text-Unidecode-1.270.0 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-perl/Text-Unidecode-1.270.0 new file mode 100644 index 0000000000..a8cff2d070 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-perl/Text-Unidecode-1.270.0 @@ -0,0 +1,12 @@ +DEFINED_PHASES=compile configure install prepare test unpack +DEPEND=virtual/perl-ExtUtils-MakeMaker dev-lang/perl:=[-build(-)] +DESCRIPTION=Plain ASCII transliterations of Unicode text +EAPI=5 +HOMEPAGE=http://search.cpan.org/dist/Text-Unidecode/ +KEYWORDS=alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris +LICENSE=|| ( Artistic GPL-1+ ) +RDEPEND=dev-lang/perl:=[-build(-)] +SLOT=0 +SRC_URI=mirror://cpan/authors/id/S/SB/SBURKE/Text-Unidecode-1.27.tar.gz +_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 227b041a120d309fdefbebb3b8c1dfa9 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e perl-functions 01e8c68d5a528bbcda4d3c60205983df perl-module 863b35d127db98823d439f8d73c2d011 toolchain-funcs 185a06792159ca143528e7010368e8af unpacker f40f7b4bd5aa88c2a4ba7b0d1e0ded70 +_md5_=6309a4eaa0cb7c02f072b6f8c48b24bc diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-perl/Text-Unidecode-1.300.0 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-perl/Text-Unidecode-1.300.0 new file mode 100644 index 0000000000..33b1a6fd10 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-perl/Text-Unidecode-1.300.0 @@ -0,0 +1,12 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=virtual/perl-ExtUtils-MakeMaker dev-lang/perl:= +DESCRIPTION=Plain ASCII transliterations of Unicode text +EAPI=6 +HOMEPAGE=http://search.cpan.org/dist/Text-Unidecode/ +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris +LICENSE=|| ( Artistic GPL-1+ ) +RDEPEND=dev-lang/perl:= +SLOT=0 +SRC_URI=mirror://cpan/authors/id/S/SB/SBURKE/Text-Unidecode-1.30.tar.gz +_eclasses_=multiprocessing 6f5991c7101863d0b29df63990ad852e perl-functions 01e8c68d5a528bbcda4d3c60205983df perl-module 863b35d127db98823d439f8d73c2d011 +_md5_=52251b1f423759f228afc47256962b5c diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-perl/Unicode-EastAsianWidth-1.330.0-r1 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-perl/Unicode-EastAsianWidth-1.330.0-r1 new file mode 100644 index 0000000000..8516ff34e1 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-perl/Unicode-EastAsianWidth-1.330.0-r1 @@ -0,0 +1,12 @@ +DEFINED_PHASES=compile configure install prepare test unpack +DEPEND=virtual/perl-File-Spec virtual/perl-ExtUtils-MakeMaker dev-lang/perl:=[-build(-)] +DESCRIPTION=East Asian Width properties +EAPI=5 +HOMEPAGE=http://search.cpan.org/dist/Unicode-EastAsianWidth/ +KEYWORDS=alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris +LICENSE=CC0-1.0 +RDEPEND=virtual/perl-File-Spec dev-lang/perl:=[-build(-)] +SLOT=0 +SRC_URI=mirror://cpan/authors/id/A/AU/AUDREYT/Unicode-EastAsianWidth-1.33.tar.gz +_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 227b041a120d309fdefbebb3b8c1dfa9 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e perl-functions 01e8c68d5a528bbcda4d3c60205983df perl-module 863b35d127db98823d439f8d73c2d011 toolchain-funcs 185a06792159ca143528e7010368e8af unpacker f40f7b4bd5aa88c2a4ba7b0d1e0ded70 +_md5_=772ec77a4f5c4c50b5d40ad0197e56e7 diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-perl/libintl-perl-1.200.0-r1 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-perl/libintl-perl-1.200.0-r1 new file mode 100644 index 0000000000..b3266b6e28 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-perl/libintl-perl-1.200.0-r1 @@ -0,0 +1,12 @@ +DEFINED_PHASES=compile configure install prepare test unpack +DEPEND=dev-lang/perl:=[-build(-)] +DESCRIPTION=High-Level Interface to Uniforum Message Translation +EAPI=5 +HOMEPAGE=http://guido-flohr.net/projects/libintl-perl http://search.cpan.org/dist/libintl-perl/ +KEYWORDS=alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris +LICENSE=LGPL-2.1 +RDEPEND=dev-lang/perl:=[-build(-)] +SLOT=0 +SRC_URI=mirror://cpan/authors/id/G/GU/GUIDO/libintl-perl-1.20.tar.gz +_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 227b041a120d309fdefbebb3b8c1dfa9 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e perl-functions 01e8c68d5a528bbcda4d3c60205983df perl-module 863b35d127db98823d439f8d73c2d011 toolchain-funcs 185a06792159ca143528e7010368e8af unpacker f40f7b4bd5aa88c2a4ba7b0d1e0ded70 +_md5_=2e4986e2fc42ccdaa8bddfb1e0e0d007 diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-perl/libintl-perl-1.240.0 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-perl/libintl-perl-1.240.0 new file mode 100644 index 0000000000..88919c4b4a --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-perl/libintl-perl-1.240.0 @@ -0,0 +1,12 @@ +DEFINED_PHASES=compile configure install prepare test unpack +DEPEND=virtual/libintl dev-lang/perl:=[-build(-)] +DESCRIPTION=High-Level Interface to Uniforum Message Translation +EAPI=5 +HOMEPAGE=http://guido-flohr.net/projects/libintl-perl http://search.cpan.org/dist/libintl-perl/ +KEYWORDS=alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris +LICENSE=GPL-3 +RDEPEND=virtual/libintl dev-lang/perl:=[-build(-)] +SLOT=0 +SRC_URI=mirror://cpan/authors/id/G/GU/GUIDO/libintl-perl-1.24.tar.gz +_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 227b041a120d309fdefbebb3b8c1dfa9 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e perl-functions 01e8c68d5a528bbcda4d3c60205983df perl-module 863b35d127db98823d439f8d73c2d011 toolchain-funcs 185a06792159ca143528e7010368e8af unpacker f40f7b4bd5aa88c2a4ba7b0d1e0ded70 +_md5_=bbda9613bb030e575f81a5cd71666ab1 diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-perl/libintl-perl-1.240.0-r2 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-perl/libintl-perl-1.240.0-r2 new file mode 100644 index 0000000000..0a09509e66 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-perl/libintl-perl-1.240.0-r2 @@ -0,0 +1,12 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=virtual/libintl virtual/perl-ExtUtils-MakeMaker dev-lang/perl:= +DESCRIPTION=High-Level Interface to Uniforum Message Translation +EAPI=6 +HOMEPAGE=http://guido-flohr.net/projects/libintl-perl http://search.cpan.org/dist/libintl-perl/ +KEYWORDS=alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris +LICENSE=GPL-3 +RDEPEND=virtual/libintl dev-lang/perl:= +SLOT=0 +SRC_URI=mirror://cpan/authors/id/G/GU/GUIDO/libintl-perl-1.24.tar.gz +_eclasses_=multiprocessing 6f5991c7101863d0b29df63990ad852e perl-functions 01e8c68d5a528bbcda4d3c60205983df perl-module 863b35d127db98823d439f8d73c2d011 +_md5_=62dd3497a99bcdf027c2d961693ebe3b diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-perl/libintl-perl-1.280.0 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-perl/libintl-perl-1.280.0 new file mode 100644 index 0000000000..be2303ded4 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-perl/libintl-perl-1.280.0 @@ -0,0 +1,12 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=virtual/libintl virtual/perl-ExtUtils-MakeMaker dev-lang/perl:= +DESCRIPTION=High-Level Interface to Uniforum Message Translation +EAPI=6 +HOMEPAGE=http://guido-flohr.net/projects/libintl-perl http://search.cpan.org/dist/libintl-perl/ +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris +LICENSE=GPL-3 +RDEPEND=virtual/libintl dev-lang/perl:= +SLOT=0 +SRC_URI=mirror://cpan/authors/id/G/GU/GUIDO/libintl-perl-1.28.tar.gz +_eclasses_=multiprocessing 6f5991c7101863d0b29df63990ad852e perl-functions 01e8c68d5a528bbcda4d3c60205983df perl-module 863b35d127db98823d439f8d73c2d011 +_md5_=b6374dd3dba36885e8b054d0c4073187 diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-util/catalyst-2.0.16 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-util/catalyst-2.0.16 deleted file mode 100644 index c6b92426ba..0000000000 --- a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-util/catalyst-2.0.16 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=install postinst setup -DEPEND=app-text/asciidoc python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),python_single_target_python2_7(+)] -DESCRIPTION=Release metatool used for creating releases based on Gentoo Linux -EAPI=5 -HOMEPAGE=http://www.gentoo.org/proj/en/releng/catalyst/ -IUSE=ccache kernel_linux python_targets_python2_7 -KEYWORDS=alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd -LICENSE=GPL-2 -RDEPEND=app-arch/lbzip2 app-crypt/shash virtual/cdrtools amd64? ( >=sys-boot/syslinux-3.72 ) ia64? ( sys-fs/dosfstools ) x86? ( >=sys-boot/syslinux-3.72 ) ccache? ( dev-util/ccache ) kernel_linux? ( app-misc/zisofs-tools >=sys-fs/squashfs-tools-2.1 ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),python_single_target_python2_7(+)] -REQUIRED_USE=python_targets_python2_7 -SLOT=0 -SRC_URI=mirror://gentoo/catalyst-2.0.16.tar.bz2 http://dev.gentoo.org/~jmbsvicetto/distfiles/catalyst-2.0.16.tar.bz2 http://dev.gentoo.org/~mattst88/distfiles/catalyst-2.0.16.tar.bz2 http://dev.gentoo.org/~zerochaos/distfiles/catalyst-2.0.16.tar.bz2 http://dev.gentoo.org/~dolsen/releases/catalyst/catalyst-2.0.16.tar.bz2 -_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 227b041a120d309fdefbebb3b8c1dfa9 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e python-single-r1 317a2557b4d7319a7418225f65accf77 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af -_md5_=6ac20d22c86f4afb4a669d90cde9de2b diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-util/catalyst-2.0.17 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-util/catalyst-2.0.17 deleted file mode 100644 index 46895718d3..0000000000 --- a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-util/catalyst-2.0.17 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=install postinst setup -DEPEND=app-text/asciidoc python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),python_single_target_python2_7(+)] -DESCRIPTION=Release metatool used for creating releases based on Gentoo Linux -EAPI=5 -HOMEPAGE=http://www.gentoo.org/proj/en/releng/catalyst/ -IUSE=ccache kernel_linux python_targets_python2_7 -KEYWORDS=alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd -LICENSE=GPL-2 -RDEPEND=app-arch/lbzip2 app-crypt/shash virtual/cdrtools amd64? ( >=sys-boot/syslinux-3.72 ) ia64? ( sys-fs/dosfstools ) x86? ( >=sys-boot/syslinux-3.72 ) ccache? ( dev-util/ccache ) kernel_linux? ( app-misc/zisofs-tools >=sys-fs/squashfs-tools-2.1 ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),python_single_target_python2_7(+)] -REQUIRED_USE=python_targets_python2_7 -SLOT=0 -SRC_URI=mirror://gentoo/catalyst-2.0.17.tar.bz2 http://dev.gentoo.org/~jmbsvicetto/distfiles/catalyst-2.0.17.tar.bz2 http://dev.gentoo.org/~mattst88/distfiles/catalyst-2.0.17.tar.bz2 http://dev.gentoo.org/~zerochaos/distfiles/catalyst-2.0.17.tar.bz2 http://dev.gentoo.org/~dolsen/releases/catalyst/catalyst-2.0.17.tar.bz2 -_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 227b041a120d309fdefbebb3b8c1dfa9 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e python-single-r1 317a2557b4d7319a7418225f65accf77 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af -_md5_=8688a8a6beca98398bcac26ef9e5f6f6 diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-util/catalyst-2.0.18-r1 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-util/catalyst-2.0.18-r1 new file mode 100644 index 0000000000..00b3bec0e6 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-util/catalyst-2.0.18-r1 @@ -0,0 +1,14 @@ +DEFINED_PHASES=install postinst prepare setup +DEPEND=app-text/asciidoc python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),python_single_target_python2_7(+)] +DESCRIPTION=Release metatool used for creating releases based on Gentoo Linux +EAPI=5 +HOMEPAGE=https://wiki.gentoo.org/wiki/Catalyst +IUSE=ccache kernel_linux python_targets_python2_7 +KEYWORDS=alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd +LICENSE=GPL-2 +RDEPEND=app-arch/lbzip2 app-crypt/shash app-arch/tar[xattr] sys-fs/dosfstools virtual/cdrtools amd64? ( >=sys-boot/syslinux-3.72 ) x86? ( >=sys-boot/syslinux-3.72 ) ccache? ( dev-util/ccache ) kernel_linux? ( app-misc/zisofs-tools >=sys-fs/squashfs-tools-2.1 ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),python_single_target_python2_7(+)] +REQUIRED_USE=python_targets_python2_7 +SLOT=0 +SRC_URI=mirror://gentoo/catalyst-2.0.18.tar.bz2 https://dev.gentoo.org/~jmbsvicetto/distfiles/catalyst-2.0.18.tar.bz2 https://dev.gentoo.org/~mattst88/distfiles/catalyst-2.0.18.tar.bz2 https://dev.gentoo.org/~zerochaos/distfiles/catalyst-2.0.18.tar.bz2 https://dev.gentoo.org/~dolsen/releases/catalyst/catalyst-2.0.18.tar.bz2 +_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 227b041a120d309fdefbebb3b8c1dfa9 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e python-single-r1 317a2557b4d7319a7418225f65accf77 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af +_md5_=3d375d850fe2a9af1cb655f054b3f3c1 diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-util/catalyst-2.0.18-r4 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-util/catalyst-2.0.18-r4 new file mode 100644 index 0000000000..9857f4749f --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-util/catalyst-2.0.18-r4 @@ -0,0 +1,14 @@ +DEFINED_PHASES=install postinst prepare setup +DEPEND=app-text/asciidoc python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),python_single_target_python2_7(+)] +DESCRIPTION=Release metatool used for creating releases based on Gentoo Linux +EAPI=5 +HOMEPAGE=https://wiki.gentoo.org/wiki/Catalyst +IUSE=ccache kernel_linux python_targets_python2_7 +KEYWORDS=~alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd +LICENSE=GPL-2 +RDEPEND=app-arch/lbzip2 app-crypt/shash app-arch/tar[xattr] sys-fs/dosfstools virtual/cdrtools amd64? ( >=sys-boot/syslinux-3.72 ) x86? ( >=sys-boot/syslinux-3.72 ) ccache? ( dev-util/ccache ) kernel_linux? ( app-misc/zisofs-tools >=sys-fs/squashfs-tools-2.1 ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),python_single_target_python2_7(+)] +REQUIRED_USE=python_targets_python2_7 +SLOT=0 +SRC_URI=mirror://gentoo/catalyst-2.0.18.tar.bz2 https://dev.gentoo.org/~jmbsvicetto/distfiles/catalyst-2.0.18.tar.bz2 https://dev.gentoo.org/~mattst88/distfiles/catalyst-2.0.18.tar.bz2 https://dev.gentoo.org/~zerochaos/distfiles/catalyst-2.0.18.tar.bz2 https://dev.gentoo.org/~dolsen/releases/catalyst/catalyst-2.0.18.tar.bz2 +_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 227b041a120d309fdefbebb3b8c1dfa9 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e python-single-r1 317a2557b4d7319a7418225f65accf77 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af +_md5_=c71150e9d8822360aeb45bb306aa7efe diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-util/catalyst-2.0.9999 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-util/catalyst-2.0.9999 index e2216524c9..75c5464f0b 100644 --- a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-util/catalyst-2.0.9999 +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-util/catalyst-2.0.9999 @@ -2,11 +2,11 @@ DEFINED_PHASES=install postinst setup unpack DEPEND=app-text/asciidoc python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),python_single_target_python2_7(+)] dev-vcs/git DESCRIPTION=Release metatool used for creating releases based on Gentoo Linux EAPI=5 -HOMEPAGE=http://www.gentoo.org/proj/en/releng/catalyst/ +HOMEPAGE=https://wiki.gentoo.org/wiki/Catalyst IUSE=ccache kernel_linux python_targets_python2_7 LICENSE=GPL-2 -RDEPEND=app-arch/lbzip2 app-crypt/shash virtual/cdrtools amd64? ( >=sys-boot/syslinux-3.72 ) ia64? ( sys-fs/dosfstools ) x86? ( >=sys-boot/syslinux-3.72 ) ccache? ( dev-util/ccache ) kernel_linux? ( app-misc/zisofs-tools >=sys-fs/squashfs-tools-2.1 ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),python_single_target_python2_7(+)] +RDEPEND=app-arch/lbzip2 app-crypt/shash app-arch/tar[xattr] sys-fs/dosfstools virtual/cdrtools amd64? ( >=sys-boot/syslinux-3.72 ) x86? ( >=sys-boot/syslinux-3.72 ) ccache? ( dev-util/ccache ) kernel_linux? ( app-misc/zisofs-tools >=sys-fs/squashfs-tools-2.1 ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),python_single_target_python2_7(+)] REQUIRED_USE=python_targets_python2_7 SLOT=0 _eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 227b041a120d309fdefbebb3b8c1dfa9 git-2 195a672bfaf52d868442171c9469bbb6 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e python-single-r1 317a2557b4d7319a7418225f65accf77 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af -_md5_=2734b22b443a4466822ae1a463154cbe +_md5_=d9762f953ada351e4d2f4ce1bf9c65d6 diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-util/catalyst-2.9999 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-util/catalyst-2.9999 deleted file mode 100644 index 470c9792d6..0000000000 --- a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-util/catalyst-2.9999 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test unpack -DEPEND=app-text/asciidoc >=dev-python/snakeoil-0.5.2 python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-vcs/git -DESCRIPTION=Release metatool used for creating releases based on Gentoo Linux -EAPI=5 -HOMEPAGE=http://www.gentoo.org/proj/en/releng/catalyst/ -IUSE=ccache doc kernel_linux python_targets_python2_7 -LICENSE=GPL-2 -RDEPEND=app-arch/lbzip2 app-crypt/shash virtual/cdrtools amd64? ( >=sys-boot/syslinux-3.72 ) ia64? ( sys-fs/dosfstools ) x86? ( >=sys-boot/syslinux-3.72 ) ccache? ( dev-util/ccache ) kernel_linux? ( app-misc/zisofs-tools >=sys-fs/squashfs-tools-2.1 ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] -REQUIRED_USE=|| ( python_targets_python2_7 ) -SLOT=0 -_eclasses_=distutils-r1 372bbe39047c0a2550319a3a82f3e063 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 227b041a120d309fdefbebb3b8c1dfa9 git-2 195a672bfaf52d868442171c9469bbb6 ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=c4bfcf85609d95147331e842dee3176e diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-util/catalyst-3.0.0 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-util/catalyst-3.0.0 new file mode 100644 index 0000000000..0f387a6ebb --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-util/catalyst-3.0.0 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=app-text/asciidoc >=dev-python/snakeoil-0.6.5[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] +DESCRIPTION=Release metatool used for creating releases based on Gentoo Linux +EAPI=5 +HOMEPAGE=https://wiki.gentoo.org/wiki/Catalyst +IUSE=ccache doc kernel_linux python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 +LICENSE=GPL-2 +RDEPEND=>=dev-python/pydecomp-0.2[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] app-arch/lbzip2 app-crypt/shash sys-fs/dosfstools !x86-fbsd? ( || ( app-arch/tar[xattr] app-arch/libarchive[xattr] ) ) x86-fbsd? ( app-arch/libarchive[xattr] ) virtual/cdrtools amd64? ( >=sys-boot/syslinux-3.72 ) x86? ( >=sys-boot/syslinux-3.72 ) ccache? ( dev-util/ccache ) kernel_linux? ( app-misc/zisofs-tools >=sys-fs/squashfs-tools-2.1 ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] +REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 ) +SLOT=0 +SRC_URI=mirror://gentoo/catalyst-3.0.0.tar.bz2 https://dev.gentoo.org/~dolsen/releases/catalyst/catalyst-3.0.0.tar.bz2 https://dev.gentoo.org/~jmbsvicetto/distfiles/catalyst-3.0.0.tar.bz2 https://dev.gentoo.org/~zerochaos/distfiles/catalyst-3.0.0.tar.bz2 +_eclasses_=distutils-r1 372bbe39047c0a2550319a3a82f3e063 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 227b041a120d309fdefbebb3b8c1dfa9 ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25 +_md5_=30f0d30fad98e1014637a2f69c5b82d7 diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-util/catalyst-3.0.1 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-util/catalyst-3.0.1 new file mode 100644 index 0000000000..9990b86ff0 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-util/catalyst-3.0.1 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=app-text/asciidoc >=dev-python/snakeoil-0.6.5[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] +DESCRIPTION=Release metatool used for creating releases based on Gentoo Linux +EAPI=5 +HOMEPAGE=https://wiki.gentoo.org/wiki/Catalyst +IUSE=ccache doc kernel_linux python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd +LICENSE=GPL-2 +RDEPEND=>=dev-python/pydecomp-0.2[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] app-arch/lbzip2 app-crypt/shash sys-fs/dosfstools !kernel_FreeBSD? ( || ( app-arch/tar[xattr] app-arch/libarchive[xattr] ) ) kernel_FreeBSD? ( app-arch/libarchive[xattr] ) virtual/cdrtools amd64? ( >=sys-boot/syslinux-3.72 ) x86? ( >=sys-boot/syslinux-3.72 ) ccache? ( dev-util/ccache ) kernel_linux? ( app-misc/zisofs-tools >=sys-fs/squashfs-tools-2.1 ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] +REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 ) +SLOT=0 +SRC_URI=mirror://gentoo/catalyst-3.0.1.tar.bz2 https://dev.gentoo.org/~dolsen/releases/catalyst/catalyst-3.0.1.tar.bz2 https://dev.gentoo.org/~jmbsvicetto/distfiles/catalyst-3.0.1.tar.bz2 https://dev.gentoo.org/~zerochaos/distfiles/catalyst-3.0.1.tar.bz2 +_eclasses_=distutils-r1 372bbe39047c0a2550319a3a82f3e063 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 227b041a120d309fdefbebb3b8c1dfa9 ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25 +_md5_=857106b1b6cf9b332fe9b3f43808203e diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-util/catalyst-9999 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-util/catalyst-9999 index a430373d89..21f99cec68 100644 --- a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-util/catalyst-9999 +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-util/catalyst-9999 @@ -1,12 +1,12 @@ DEFINED_PHASES=compile configure install prepare test unpack -DEPEND=app-text/asciidoc >=dev-python/snakeoil-0.5.2 python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-vcs/git +DEPEND=app-text/asciidoc >=dev-python/snakeoil-0.6.5[python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-vcs/git DESCRIPTION=Release metatool used for creating releases based on Gentoo Linux EAPI=5 -HOMEPAGE=http://www.gentoo.org/proj/en/releng/catalyst/ -IUSE=ccache doc kernel_linux python_targets_python2_7 +HOMEPAGE=https://wiki.gentoo.org/wiki/Catalyst +IUSE=ccache doc kernel_linux python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 LICENSE=GPL-2 -RDEPEND=app-arch/lbzip2 app-crypt/shash virtual/cdrtools amd64? ( >=sys-boot/syslinux-3.72 ) ia64? ( sys-fs/dosfstools ) x86? ( >=sys-boot/syslinux-3.72 ) ccache? ( dev-util/ccache ) kernel_linux? ( app-misc/zisofs-tools >=sys-fs/squashfs-tools-2.1 ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] -REQUIRED_USE=|| ( python_targets_python2_7 ) +RDEPEND==dev-python/pydecomp-9999[python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] app-arch/lbzip2 app-crypt/shash sys-fs/dosfstools !kernel_FreeBSD? ( || ( app-arch/tar[xattr] app-arch/libarchive[xattr] ) ) kernel_FreeBSD? ( app-arch/libarchive[xattr] ) virtual/cdrtools amd64? ( >=sys-boot/syslinux-3.72 ) x86? ( >=sys-boot/syslinux-3.72 ) ccache? ( dev-util/ccache ) kernel_linux? ( app-misc/zisofs-tools >=sys-fs/squashfs-tools-2.1 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] +REQUIRED_USE=|| ( python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 ) SLOT=0 _eclasses_=distutils-r1 372bbe39047c0a2550319a3a82f3e063 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 227b041a120d309fdefbebb3b8c1dfa9 git-2 195a672bfaf52d868442171c9469bbb6 ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=f77d745a16c88fa8db43960af76730ab +_md5_=25cbfe1c068db10041a2c5831776589e diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/sandbox-1.6-r2 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/sandbox-1.6-r2 deleted file mode 100644 index 8cfc57e19f..0000000000 --- a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/sandbox-1.6-r2 +++ /dev/null @@ -1,11 +0,0 @@ -DEFINED_PHASES=compile install postinst preinst test unpack -DEPEND=app-arch/xz-utils >=app-misc/pax-utils-0.1.19 -DESCRIPTION=sandbox'd LD_PRELOAD hack -EAPI=0 -HOMEPAGE=http://www.gentoo.org/proj/en/portage/sandbox/ -KEYWORDS=alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd -x86-fbsd -LICENSE=GPL-2 -SLOT=0 -SRC_URI=mirror://gentoo/sandbox-1.6.tar.lzma http://dev.gentoo.org/~vapier/dist/sandbox-1.6.tar.lzma -_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 227b041a120d309fdefbebb3b8c1dfa9 flag-o-matic 2274fcc1e7ef6affaff5bcd636275417 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 185a06792159ca143528e7010368e8af unpacker f40f7b4bd5aa88c2a4ba7b0d1e0ded70 -_md5_=d076eaa7e29616a09b24b39bc4621728 diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/sandbox-2.10-r3 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/sandbox-2.10-r3 new file mode 100644 index 0000000000..779befe0c8 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/sandbox-2.10-r3 @@ -0,0 +1,12 @@ +DEFINED_PHASES=compile configure install postinst preinst prepare test +DEPEND=app-arch/xz-utils >=app-misc/pax-utils-0.1.19 +DESCRIPTION=sandbox'd LD_PRELOAD hack +EAPI=5 +HOMEPAGE=https://www.gentoo.org/proj/en/portage/sandbox/ +IUSE=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 ~x86-fbsd +LICENSE=GPL-2 +SLOT=0 +SRC_URI=mirror://gentoo/sandbox-2.10.tar.xz https://dev.gentoo.org/~vapier/dist/sandbox-2.10.tar.xz +_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 227b041a120d309fdefbebb3b8c1dfa9 flag-o-matic 2274fcc1e7ef6affaff5bcd636275417 ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multilib-build eed53a6313267c9fbcd35fc384bd0087 multilib-minimal 9139c3a57e077cb8e0d0f73ceb080b89 multiprocessing 6f5991c7101863d0b29df63990ad852e pax-utils 4f95120230a315c8caaabeb2307b7eee toolchain-funcs 185a06792159ca143528e7010368e8af +_md5_=9f7a43355af426c8b652ba1bc2aee702 diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/sandbox-2.10-r4 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/sandbox-2.10-r4 new file mode 100644 index 0000000000..1a4c6a1303 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/sandbox-2.10-r4 @@ -0,0 +1,12 @@ +DEFINED_PHASES=compile configure install postinst preinst prepare test +DEPEND=app-arch/xz-utils >=app-misc/pax-utils-0.1.19 +DESCRIPTION=sandbox'd LD_PRELOAD hack +EAPI=5 +HOMEPAGE=https://www.gentoo.org/proj/en/portage/sandbox/ +IUSE=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 ~x86-fbsd +LICENSE=GPL-2 +SLOT=0 +SRC_URI=mirror://gentoo/sandbox-2.10.tar.xz https://dev.gentoo.org/~vapier/dist/sandbox-2.10.tar.xz +_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 227b041a120d309fdefbebb3b8c1dfa9 flag-o-matic 2274fcc1e7ef6affaff5bcd636275417 ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multilib-build eed53a6313267c9fbcd35fc384bd0087 multilib-minimal 9139c3a57e077cb8e0d0f73ceb080b89 multiprocessing 6f5991c7101863d0b29df63990ad852e pax-utils 4f95120230a315c8caaabeb2307b7eee toolchain-funcs 185a06792159ca143528e7010368e8af +_md5_=798fb135844d3386ae0f3903ea2ee723 diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/sandbox-2.12 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/sandbox-2.12 new file mode 100644 index 0000000000..13211ae67c --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/sandbox-2.12 @@ -0,0 +1,12 @@ +DEFINED_PHASES=compile configure install postinst preinst test +DEPEND=app-arch/xz-utils >=app-misc/pax-utils-0.1.19 +DESCRIPTION=sandbox'd LD_PRELOAD hack +EAPI=6 +HOMEPAGE=https://www.gentoo.org/proj/en/portage/sandbox/ +IUSE=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 ~x86-fbsd +LICENSE=GPL-2 +SLOT=0 +SRC_URI=https://dev.gentoo.org/~mgorny/dist/sandbox-2.12.tar.xz +_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 227b041a120d309fdefbebb3b8c1dfa9 flag-o-matic 2274fcc1e7ef6affaff5bcd636275417 ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multilib-build eed53a6313267c9fbcd35fc384bd0087 multilib-minimal 9139c3a57e077cb8e0d0f73ceb080b89 multiprocessing 6f5991c7101863d0b29df63990ad852e pax-utils 4f95120230a315c8caaabeb2307b7eee toolchain-funcs 185a06792159ca143528e7010368e8af +_md5_=584a0dc1da0f071a204d0f6137503ca7 diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/sandbox-2.13 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/sandbox-2.13 new file mode 100644 index 0000000000..a72360b85d --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/sandbox-2.13 @@ -0,0 +1,12 @@ +DEFINED_PHASES=compile configure install postinst preinst test +DEPEND=app-arch/xz-utils >=app-misc/pax-utils-0.1.19 +DESCRIPTION=sandbox'd LD_PRELOAD hack +EAPI=6 +HOMEPAGE=https://www.gentoo.org/proj/en/portage/sandbox/ +IUSE=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 ~x86-fbsd +LICENSE=GPL-2 +SLOT=0 +SRC_URI=https://dev.gentoo.org/~mgorny/dist/sandbox-2.13.tar.xz +_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 227b041a120d309fdefbebb3b8c1dfa9 flag-o-matic 2274fcc1e7ef6affaff5bcd636275417 ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multilib-build eed53a6313267c9fbcd35fc384bd0087 multilib-minimal 9139c3a57e077cb8e0d0f73ceb080b89 multiprocessing 6f5991c7101863d0b29df63990ad852e pax-utils 4f95120230a315c8caaabeb2307b7eee toolchain-funcs 185a06792159ca143528e7010368e8af +_md5_=7264537f14285ebdd8d7227778ba6678 diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/sandbox-2.3-r1 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/sandbox-2.3-r1 deleted file mode 100644 index 108e708c0a..0000000000 --- a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/sandbox-2.3-r1 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile install postinst preinst test unpack -DEPEND=app-arch/xz-utils >=app-misc/pax-utils-0.1.19 -DESCRIPTION=sandbox'd LD_PRELOAD hack -EAPI=0 -HOMEPAGE=http://www.gentoo.org/proj/en/portage/sandbox/ -IUSE=multilib -KEYWORDS=alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd -x86-fbsd -LICENSE=GPL-2 -SLOT=0 -SRC_URI=mirror://gentoo/sandbox-2.3.tar.xz http://dev.gentoo.org/~vapier/dist/sandbox-2.3.tar.xz -_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 227b041a120d309fdefbebb3b8c1dfa9 flag-o-matic 2274fcc1e7ef6affaff5bcd636275417 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 185a06792159ca143528e7010368e8af unpacker f40f7b4bd5aa88c2a4ba7b0d1e0ded70 -_md5_=b05efac23716dc6fd475d22e58173506 diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/sandbox-2.4 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/sandbox-2.4 deleted file mode 100644 index a48d1e1467..0000000000 --- a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/sandbox-2.4 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile install postinst preinst test unpack -DEPEND=app-arch/xz-utils >=app-misc/pax-utils-0.1.19 -DESCRIPTION=sandbox'd LD_PRELOAD hack -EAPI=0 -HOMEPAGE=http://www.gentoo.org/proj/en/portage/sandbox/ -IUSE=multilib -KEYWORDS=alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd -x86-fbsd -LICENSE=GPL-2 -SLOT=0 -SRC_URI=mirror://gentoo/sandbox-2.4.tar.xz http://dev.gentoo.org/~vapier/dist/sandbox-2.4.tar.xz -_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 227b041a120d309fdefbebb3b8c1dfa9 flag-o-matic 2274fcc1e7ef6affaff5bcd636275417 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 185a06792159ca143528e7010368e8af unpacker f40f7b4bd5aa88c2a4ba7b0d1e0ded70 -_md5_=d5d4be1f0f003761ad880f6edc94dcef diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/sandbox-2.5 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/sandbox-2.5 deleted file mode 100644 index 50c909e0ed..0000000000 --- a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/sandbox-2.5 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile install postinst preinst test unpack -DEPEND=app-arch/xz-utils >=app-misc/pax-utils-0.1.19 -DESCRIPTION=sandbox'd LD_PRELOAD hack -EAPI=0 -HOMEPAGE=http://www.gentoo.org/proj/en/portage/sandbox/ -IUSE=multilib -KEYWORDS=alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd -x86-fbsd -LICENSE=GPL-2 -SLOT=0 -SRC_URI=mirror://gentoo/sandbox-2.5.tar.xz http://dev.gentoo.org/~vapier/dist/sandbox-2.5.tar.xz -_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 227b041a120d309fdefbebb3b8c1dfa9 flag-o-matic 2274fcc1e7ef6affaff5bcd636275417 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e toolchain-funcs 185a06792159ca143528e7010368e8af unpacker f40f7b4bd5aa88c2a4ba7b0d1e0ded70 -_md5_=1c85f5a0a4b32521b075737c43fa9de5 diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/sandbox-2.6-r1 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/sandbox-2.6-r1 deleted file mode 100644 index a5620074c3..0000000000 --- a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/sandbox-2.6-r1 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile install postinst preinst test unpack -DEPEND=app-arch/xz-utils >=app-misc/pax-utils-0.1.19 -DESCRIPTION=sandbox'd LD_PRELOAD hack -EAPI=0 -HOMEPAGE=http://www.gentoo.org/proj/en/portage/sandbox/ -IUSE=multilib -KEYWORDS=alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd -x86-fbsd -LICENSE=GPL-2 -SLOT=0 -SRC_URI=mirror://gentoo/sandbox-2.6.tar.xz http://dev.gentoo.org/~vapier/dist/sandbox-2.6.tar.xz -_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 227b041a120d309fdefbebb3b8c1dfa9 flag-o-matic 2274fcc1e7ef6affaff5bcd636275417 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e toolchain-funcs 185a06792159ca143528e7010368e8af unpacker f40f7b4bd5aa88c2a4ba7b0d1e0ded70 -_md5_=520acf8b743534a24b99bc053e6ba5ef diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/virtual/perl-ExtUtils-MakeMaker-7.100.200_rc-r2 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/virtual/perl-ExtUtils-MakeMaker-7.100.200_rc-r2 new file mode 100644 index 0000000000..746f183fab --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/virtual/perl-ExtUtils-MakeMaker-7.100.200_rc-r2 @@ -0,0 +1,7 @@ +DEFINED_PHASES=- +DESCRIPTION=Virtual for ExtUtils-MakeMaker +EAPI=6 +KEYWORDS=alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +RDEPEND=|| ( =dev-lang/perl-5.24.3* =dev-lang/perl-5.24.2* =dev-lang/perl-5.24.1* ~perl-core/ExtUtils-MakeMaker-7.100.200_rc ) dev-lang/perl:= !perl-core/ExtUtils-MakeMaker-7.100.200_rc-r999 +SLOT=0 +_md5_=6aeff98ff232bf3570231a995c2a62d5 diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/virtual/perl-ExtUtils-MakeMaker-7.240.0 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/virtual/perl-ExtUtils-MakeMaker-7.240.0 new file mode 100644 index 0000000000..513889ee95 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/virtual/perl-ExtUtils-MakeMaker-7.240.0 @@ -0,0 +1,7 @@ +DEFINED_PHASES=- +DESCRIPTION=Virtual for ExtUtils-MakeMaker +EAPI=6 +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +RDEPEND=|| ( =dev-lang/perl-5.26* ~perl-core/ExtUtils-MakeMaker-7.240.0 ) dev-lang/perl:= !perl-core/ExtUtils-MakeMaker-7.240.0-r999 +SLOT=0 +_md5_=36a47b2973f27a8766cfbf4ec6c0fbf1 diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/virtual/perl-File-Spec-3.630.100_rc-r2 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/virtual/perl-File-Spec-3.630.100_rc-r2 new file mode 100644 index 0000000000..b71df805ff --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/virtual/perl-File-Spec-3.630.100_rc-r2 @@ -0,0 +1,7 @@ +DEFINED_PHASES=- +DESCRIPTION=Virtual for File-Spec +EAPI=6 +KEYWORDS=alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +RDEPEND=|| ( =dev-lang/perl-5.24.3* =dev-lang/perl-5.24.2* =dev-lang/perl-5.24.1* ~perl-core/File-Spec-3.630.100_rc ) dev-lang/perl:= !perl-core/File-Spec-3.630.100_rc-r999 +SLOT=0 +_md5_=6aeff98ff232bf3570231a995c2a62d5 diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/virtual/perl-File-Spec-3.670.0 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/virtual/perl-File-Spec-3.670.0 new file mode 100644 index 0000000000..8ae463f16d --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/virtual/perl-File-Spec-3.670.0 @@ -0,0 +1,7 @@ +DEFINED_PHASES=- +DESCRIPTION=Virtual for File-Spec +EAPI=6 +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +RDEPEND=|| ( =dev-lang/perl-5.26* ~perl-core/File-Spec-3.670.0 ) dev-lang/perl:= !perl-core/File-Spec-3.670.0-r999 +SLOT=0 +_md5_=36a47b2973f27a8766cfbf4ec6c0fbf1