From a35e0faf6e5241f40addb8cd3f5860d0078ab393 Mon Sep 17 00:00:00 2001 From: Geoff Levand Date: Thu, 28 May 2015 09:36:41 -0700 Subject: [PATCH 01/10] bump(sys-apps/kbd): sync with upstream for arm64 Signed-off-by: Geoff Levand --- .../metadata/md5-cache/sys-apps/kbd-1.15.3 | 10 - .../metadata/md5-cache/sys-apps/kbd-1.15.5-r1 | 13 + .../metadata/md5-cache/sys-apps/kbd-2.0.1 | 13 + .../metadata/md5-cache/sys-apps/kbd-2.0.1-r1 | 13 + .../metadata/md5-cache/sys-apps/kbd-2.0.2 | 13 + .../metadata/md5-cache/sys-apps/kbd-9999 | 11 + .../portage-stable/sys-apps/kbd/ChangeLog | 528 ++++++++++++++++++ .../portage-stable/sys-apps/kbd/Manifest | 35 +- .../kbd/files/kbd-1.15.5-loadkeys-parse.patch | 90 +++ .../sys-apps/kbd/files/kbd-2.0.0-tests.patch | 31 + .../kbd/files/kbd-2.0.1-big_endian.patch | 27 + .../sys-apps/kbd/files/kbd-2.0.1-stdarg.patch | 43 ++ ...kbd-1.15.3.ebuild => kbd-1.15.5-r1.ebuild} | 36 +- .../sys-apps/kbd/kbd-2.0.1-r1.ebuild | 64 +++ .../sys-apps/kbd/kbd-2.0.1.ebuild | 55 ++ .../sys-apps/kbd/kbd-2.0.2.ebuild | 62 ++ .../sys-apps/kbd/kbd-9999.ebuild | 62 ++ .../portage-stable/sys-apps/kbd/metadata.xml | 5 + 18 files changed, 1084 insertions(+), 27 deletions(-) delete mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/kbd-1.15.3 create mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/kbd-1.15.5-r1 create mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/kbd-2.0.1 create mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/kbd-2.0.1-r1 create mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/kbd-2.0.2 create mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/kbd-9999 create mode 100644 sdk_container/src/third_party/portage-stable/sys-apps/kbd/ChangeLog create mode 100644 sdk_container/src/third_party/portage-stable/sys-apps/kbd/files/kbd-1.15.5-loadkeys-parse.patch create mode 100644 sdk_container/src/third_party/portage-stable/sys-apps/kbd/files/kbd-2.0.0-tests.patch create mode 100644 sdk_container/src/third_party/portage-stable/sys-apps/kbd/files/kbd-2.0.1-big_endian.patch create mode 100644 sdk_container/src/third_party/portage-stable/sys-apps/kbd/files/kbd-2.0.1-stdarg.patch rename sdk_container/src/third_party/portage-stable/sys-apps/kbd/{kbd-1.15.3.ebuild => kbd-1.15.5-r1.ebuild} (55%) create mode 100644 sdk_container/src/third_party/portage-stable/sys-apps/kbd/kbd-2.0.1-r1.ebuild create mode 100644 sdk_container/src/third_party/portage-stable/sys-apps/kbd/kbd-2.0.1.ebuild create mode 100644 sdk_container/src/third_party/portage-stable/sys-apps/kbd/kbd-2.0.2.ebuild create mode 100644 sdk_container/src/third_party/portage-stable/sys-apps/kbd/kbd-9999.ebuild create mode 100644 sdk_container/src/third_party/portage-stable/sys-apps/kbd/metadata.xml diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/kbd-1.15.3 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/kbd-1.15.3 deleted file mode 100644 index 9937c2ad4a..0000000000 --- a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/kbd-1.15.3 +++ /dev/null @@ -1,10 +0,0 @@ -DEFINED_PHASES=compile install unpack -DEPEND=nls? ( sys-devel/gettext ) -DESCRIPTION=Keyboard and console utilities -HOMEPAGE=http://freshmeat.net/projects/kbd/ -IUSE=nls -KEYWORDS=alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 -LICENSE=GPL-2 -SLOT=0 -SRC_URI=ftp://ftp.altlinux.org/pub/people/legion/kbd/kbd-1.15.3.tar.gz -_md5_=22e42dab8a55aaf5b20735ec71ae95cc diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/kbd-1.15.5-r1 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/kbd-1.15.5-r1 new file mode 100644 index 0000000000..8577a011bc --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/kbd-1.15.5-r1 @@ -0,0 +1,13 @@ +DEFINED_PHASES=configure install prepare unpack +DEPEND=pam? ( virtual/pam ) +DESCRIPTION=Keyboard and console utilities +EAPI=4 +HOMEPAGE=http://freshmeat.net/projects/kbd/ +IUSE=nls pam +KEYWORDS=alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 +LICENSE=GPL-2 +RDEPEND=pam? ( virtual/pam ) +SLOT=0 +SRC_URI=ftp://ftp.altlinux.org/pub/people/legion/kbd/kbd-1.15.5.tar.gz +_eclasses_=eutils 9fb270e417e0e83d64ca52586c4a79de multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs c961250d50160cd37d6b7fd9e8429c92 +_md5_=41b5691a75c1b8d1f0266ac17bfb4329 diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/kbd-2.0.1 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/kbd-2.0.1 new file mode 100644 index 0000000000..001d4abbef --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/kbd-2.0.1 @@ -0,0 +1,13 @@ +DEFINED_PHASES=configure install prepare unpack +DEPEND=pam? ( virtual/pam ) virtual/pkgconfig test? ( dev-libs/check ) !=sys-devel/automake-1.13:1.13 >=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 +DESCRIPTION=Keyboard and console utilities +EAPI=5 +HOMEPAGE=http://kbd-project.org/ +IUSE=nls pam test +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 +LICENSE=GPL-2 +RDEPEND=pam? ( virtual/pam ) +SLOT=0 +SRC_URI=ftp://ftp.kernel.org/pub/linux/utils/kbd/kbd-2.0.1.tar.xz +_eclasses_=autotools 999c8f6cf5d91495cb0779588f20716c eutils 9fb270e417e0e83d64ca52586c4a79de libtool 52d0e17251d04645ffaa61bfdd858944 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs c961250d50160cd37d6b7fd9e8429c92 +_md5_=5931bf76f0be4afc6647473a2ca85026 diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/kbd-2.0.1-r1 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/kbd-2.0.1-r1 new file mode 100644 index 0000000000..1335e573ba --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/kbd-2.0.1-r1 @@ -0,0 +1,13 @@ +DEFINED_PHASES=configure install prepare unpack +DEPEND=pam? ( virtual/pam ) virtual/pkgconfig test? ( dev-libs/check ) !=sys-devel/automake-1.13:1.13 >=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 +DESCRIPTION=Keyboard and console utilities +EAPI=5 +HOMEPAGE=http://kbd-project.org/ +IUSE=nls pam test +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 +LICENSE=GPL-2 +RDEPEND=pam? ( virtual/pam ) +SLOT=0 +SRC_URI=ftp://ftp.kernel.org/pub/linux/utils/kbd/kbd-2.0.1.tar.xz +_eclasses_=autotools 999c8f6cf5d91495cb0779588f20716c eutils 9fb270e417e0e83d64ca52586c4a79de libtool 52d0e17251d04645ffaa61bfdd858944 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs c961250d50160cd37d6b7fd9e8429c92 +_md5_=ce0f61563cd92fd346535336e2a87ccf diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/kbd-2.0.2 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/kbd-2.0.2 new file mode 100644 index 0000000000..c6b8a0008c --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/kbd-2.0.2 @@ -0,0 +1,13 @@ +DEFINED_PHASES=configure install prepare unpack +DEPEND=pam? ( virtual/pam ) virtual/pkgconfig test? ( dev-libs/check ) !=sys-devel/automake-1.13:1.13 >=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 +DESCRIPTION=Keyboard and console utilities +EAPI=5 +HOMEPAGE=http://kbd-project.org/ +IUSE=nls pam test +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 +LICENSE=GPL-2 +RDEPEND=pam? ( virtual/pam ) +SLOT=0 +SRC_URI=ftp://ftp.kernel.org/pub/linux/utils/kbd/kbd-2.0.2.tar.xz +_eclasses_=autotools 999c8f6cf5d91495cb0779588f20716c eutils 9fb270e417e0e83d64ca52586c4a79de libtool 52d0e17251d04645ffaa61bfdd858944 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs c961250d50160cd37d6b7fd9e8429c92 +_md5_=310cc7fa0423f6008ecfadbc1b99dd79 diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/kbd-9999 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/kbd-9999 new file mode 100644 index 0000000000..e8536e7b85 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/kbd-9999 @@ -0,0 +1,11 @@ +DEFINED_PHASES=configure install prepare unpack +DEPEND=pam? ( virtual/pam ) virtual/pkgconfig test? ( dev-libs/check ) !=sys-devel/automake-1.13:1.13 >=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 >=dev-vcs/git-1.8.2.1 +DESCRIPTION=Keyboard and console utilities +EAPI=5 +HOMEPAGE=http://kbd-project.org/ +IUSE=nls pam test +LICENSE=GPL-2 +RDEPEND=pam? ( virtual/pam ) +SLOT=0 +_eclasses_=autotools 999c8f6cf5d91495cb0779588f20716c eutils 9fb270e417e0e83d64ca52586c4a79de git-r3 3a2bd0ae504c33a50061885480f3def3 libtool 52d0e17251d04645ffaa61bfdd858944 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs c961250d50160cd37d6b7fd9e8429c92 +_md5_=dd0059a469989a84664bc2076efba263 diff --git a/sdk_container/src/third_party/portage-stable/sys-apps/kbd/ChangeLog b/sdk_container/src/third_party/portage-stable/sys-apps/kbd/ChangeLog new file mode 100644 index 0000000000..9fcdc74425 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/sys-apps/kbd/ChangeLog @@ -0,0 +1,528 @@ +# ChangeLog for sys-apps/kbd +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/kbd/ChangeLog,v 1.130 2014/08/01 10:35:43 vapier Exp $ + +*kbd-2.0.2 (01 Aug 2014) + + 01 Aug 2014; Mike Frysinger +kbd-2.0.2.ebuild: + Version bump. + + 23 Apr 2014; Lars Wendler + +files/kbd-2.0.1-big_endian.patch: + Forgot to add patch file in previous commit. + +*kbd-9999 (23 Apr 2014) +*kbd-2.0.1-r1 (23 Apr 2014) + + 23 Apr 2014; Lars Wendler -kbd-1.15.3.ebuild, + +kbd-2.0.1-r1.ebuild, +kbd-9999.ebuild: + Fixed loadkeys not working on big_endian machines (bug #508436). Added live + ebuild. Removed old. + + 26 Jan 2014; Agostino Sarubbo kbd-1.15.5-r1.ebuild: + Stable for sparc, wrt bug #496434 + + 20 Jan 2014; Agostino Sarubbo kbd-1.15.5-r1.ebuild: + Stable for ppc, wrt bug #496434 + + 19 Jan 2014; Agostino Sarubbo kbd-1.15.5-r1.ebuild: + Stable for ppc64, wrt bug #496434 + + 18 Jan 2014; Mike Frysinger kbd-1.15.5-r1.ebuild, + kbd-2.0.1.ebuild: + Add arm64 love. + + 17 Jan 2014; Mike Frysinger kbd-1.15.5-r1.ebuild: + Mark m68k/s390/sh stable. + + 15 Jan 2014; Agostino Sarubbo kbd-1.15.5-r1.ebuild: + Stable for ia64, wrt bug #496434 + + 09 Jan 2014; Lars Wendler kbd-1.15.5-r1.ebuild: + x86 stable (bug #496434). + + 08 Jan 2014; Lars Wendler kbd-1.15.5-r1.ebuild: + amd64 stable (bug #496434). + + 06 Jan 2014; Mike Frysinger +files/kbd-2.0.1-stdarg.patch, + kbd-2.0.1.ebuild: + Add missing stdarg.h include to fix building for some C libraries #497200 by + Anthony Basile. + + 05 Jan 2014; Markus Meier kbd-1.15.5-r1.ebuild: + arm stable, bug #496434 + + 04 Jan 2014; Lars Wendler -kbd-1.12-r8.ebuild, + -kbd-1.13-r1.ebuild, -kbd-1.14.1-r1.ebuild, -kbd-1.15.ebuild, + -kbd-1.15.1.ebuild, -kbd-1.15.2.ebuild, -kbd-1.15.2-r1.ebuild, + -kbd-1.15.4.ebuild, -kbd-1.15.5.ebuild, -kbd-2.0.0.ebuild, + -files/kbd-1.08-terminal.patch, -files/kbd-1.12-Meta_utf8.patch, + -files/kbd-1.12-alias.patch, -files/kbd-1.12-configure-LANG.patch, + -files/kbd-1.12-cz-qwerty-map.patch, -files/kbd-1.12-debian.patch, + -files/kbd-1.12-find-map-fix.patch, -files/kbd-1.12-it-euro-map.patch, + -files/kbd-1.12-jp-escape.patch, -files/kbd-1.12-kbd_repeat-v2.patch, + -files/kbd-1.12-kbio.patch, -files/kbd-1.12-setfont-man.patch, + -files/kbd-1.12-unimap.patch, -files/kbd-1.12-xcompile.patch, + -files/kbd-1.13-dont-use-error.patch, + -files/kbd-1.14.1-missing-configure.patch: + Removed old versions and files. + + 03 Jan 2014; Matt Turner kbd-1.15.5-r1.ebuild: + alpha stable, bug 496434. + + 30 Dec 2013; Jeroen Roovers kbd-1.15.5-r1.ebuild: + Stable for HPPA (bug #496434). + +*kbd-2.0.1 (13 Dec 2013) + + 13 Dec 2013; Lars Wendler +kbd-2.0.1.ebuild: + Version bump. + + 17 Sep 2013; Tim Harder kbd-2.0.0.ebuild: + Update HOMEPAGE. + + 16 Sep 2013; Tim Harder kbd-2.0.0.ebuild: + Drop unnecessary whitespace in deps. + + 16 Sep 2013; Tim Harder kbd-2.0.0.ebuild: + Fix pkgconfig dep. + + 16 Sep 2013; Tim Harder kbd-2.0.0.ebuild, + +files/kbd-2.0.0-tests.patch: + Conditionally build tests (bug #485116, patches by Arfrever). + +*kbd-2.0.0 (16 Sep 2013) + + 16 Sep 2013; Tim Harder +kbd-2.0.0.ebuild: + Version bump. + +*kbd-1.15.5-r1 (20 Jan 2013) + + 20 Jan 2013; Mike Frysinger + +files/kbd-1.15.5-loadkeys-parse.patch, +kbd-1.15.5-r1.ebuild: + Add fix from upstream for loadkey syntax errors #447440 by gglaboussole. + +*kbd-1.15.5 (06 Dec 2012) + + 06 Dec 2012; Mike Frysinger +kbd-1.15.5.ebuild: + Version bump. + +*kbd-1.15.4 (02 Dec 2012) + + 02 Dec 2012; Mike Frysinger +kbd-1.15.4.ebuild: + Version bump. + + 11 Oct 2011; Jeroen Roovers kbd-1.15.3.ebuild: + Stable for HPPA (bug #329693). + + 09 Oct 2011; Raúl Porcel kbd-1.15.3.ebuild: + alpha/ia64/m68k/s390/sh/sparc stable wrt #329693 + + 04 Oct 2011; Joseph Jezak kbd-1.15.3.ebuild: + Marked ppc/ppc64 stable for bug #329693. + + 03 Oct 2011; Markus Meier kbd-1.15.3.ebuild: + arm stable, bug #329693 + + 24 Sep 2011; Tony Vroon kbd-1.15.3.ebuild: + Marked stable on AMD64 based on arch testing by Agostino "ago" Sarubbo, Ian + "idella4" Delaney & Elijah "Armageddon" El Lazkani in bug #329693. + + 21 Sep 2011; Andreas Schuerch kbd-1.15.3.ebuild: + x86 stable, see bug 329693 + +*kbd-1.15.3 (16 May 2011) + + 16 May 2011; Mike Frysinger +kbd-1.15.3.ebuild: + Version bump. + + 08 Oct 2010; Mart Raudsepp kbd-1.12-r8.ebuild, + kbd-1.13-r1.ebuild: + Drop to ~mips + +*kbd-1.15.2-r1 (11 Jun 2010) + + 11 Jun 2010; Pacho Ramos +kbd-1.15.2-r1.ebuild: + Revision bump to rename conflicting keymaps to have unique names, bug + #293228 (with Chainsaw permission). + +*kbd-1.15.2 (11 Apr 2010) + + 11 Apr 2010; Mike Frysinger +kbd-1.15.2.ebuild: + Version bump. + + 24 Jan 2010; Raúl Porcel kbd-1.15.ebuild: + ia64/s390/sh/sparc stable wrt #259129 + + 26 Nov 2009; Markus Meier kbd-1.15.ebuild: + arm stable, bug #259129 + + 25 Nov 2009; Markus Meier kbd-1.15.ebuild: + amd64 stable, bug #259129 + + 11 Nov 2009; Jeroen Roovers kbd-1.15.ebuild: + Stable for HPPA (bug #259129). + + 07 Nov 2009; Tobias Klausmann kbd-1.15.ebuild: + Stable on alpha, bug #259129 + + 07 Nov 2009; Christian Faulhammer kbd-1.15.ebuild: + stable x86, bug 259129 + + 18 Oct 2009; Mike Frysinger kbd-1.15.1.ebuild: + Drop -Werror from build #289589 by Raúl Porcel. + +*kbd-1.15.1 (11 Oct 2009) + + 11 Oct 2009; Mike Frysinger +kbd-1.15.1.ebuild: + Version bump. + + 11 Jul 2009; Raúl Porcel kbd-1.15.ebuild: + Revert to ~alpha, bug #259129 + + 06 Mar 2009; Jeroen Roovers kbd-1.15.ebuild: + Reverting to ~hppa (bug #259129 comment #12). + + 06 Mar 2009; Jeroen Roovers kbd-1.15.ebuild: + Stable for HPPA (bug #259129). + + 26 Feb 2009; Thomas Anderson kbd-1.15.ebuild: + Revert stable amd64 keyword due to breakage with kbd moving to /usr/bin from + /bin + + 24 Feb 2009; Thomas Anderson kbd-1.15.ebuild: + stable amd64, bug 259129 + + 22 Feb 2009; Tobias Klausmann kbd-1.15.ebuild: + Stable on alpha, bug #259129 + + 16 Feb 2009; Brent Baude kbd-1.15.ebuild: + stable ppc64, bug 259129 + + 16 Feb 2009; Brent Baude kbd-1.15.ebuild: + stable ppc, bug 259129 + + 08 Dec 2008; Raúl Porcel kbd-1.15.ebuild: + Re-add kbio patch to 1.15, since sparc fails to build without it + +*kbd-1.15 (01 Dec 2008) + + 01 Dec 2008; Mike Frysinger +kbd-1.15.ebuild: + Version bump. + + 17 Nov 2008; Diego E. Pettenò + files/kbd-1.12-debian.patch: + Fix patch with absolute paths. + + 23 Sep 2008; Markus Rothe kbd-1.14.1-r1.ebuild: + Stable on ppc + + 25 May 2008; Markus Rothe kbd-1.14.1-r1.ebuild: + Stable on ppc64 + + 10 Apr 2008; Mike Frysinger + kbd-1.14.1-r1.ebuild: + Fix building on sparc #217068 by David Dolbel. + +*kbd-1.14.1-r1 (01 Apr 2008) + + 01 Apr 2008; Mike Frysinger + +files/kbd-1.14.1-missing-configure.patch, -kbd-1.14.1.ebuild, + +kbd-1.14.1-r1.ebuild: + Fix from Charles Clément for missing binaries #215610 by Massimo Maggi. + +*kbd-1.14.1 (30 Mar 2008) + + 30 Mar 2008; Mike Frysinger +kbd-1.14.1.ebuild: + Version bump #215280 by timofonic. + + 19 Nov 2007; Joshua Kinard kbd-1.13-r1.ebuild: + Stable on mips, per #195687. + + 22 Oct 2007; Raúl Porcel kbd-1.13-r1.ebuild: + alpha/ia64/sparc stable wrt #195687 + + 15 Oct 2007; Jeroen Roovers kbd-1.13-r1.ebuild: + Stable for HPPA (bug #195687). + + 14 Oct 2007; Markus Rothe kbd-1.13-r1.ebuild: + Stable on ppc64; bug #195687 + + 13 Oct 2007; Christoph Mende kbd-1.13-r1.ebuild: + Stable on amd64 wrt bug #195687 + + 13 Oct 2007; nixnut kbd-1.13-r1.ebuild: + Stable on ppc wrt bug 195687 + + 13 Oct 2007; Dawid Węgliński kbd-1.13-r1.ebuild: + Stable on x86 (bug #195687) + +*kbd-1.13-r1 (26 Aug 2007) + + 26 Aug 2007; Mike Frysinger + files/kbd-1.13-dont-use-error.patch, +kbd-1.13-r1.ebuild: + Fix from Alexey Gladkov so our patch doesnt break things #184037. + +*kbd-1.13 (28 Jun 2007) + + 28 Jun 2007; Mike Frysinger + +files/kbd-1.13-dont-use-error.patch, +kbd-1.13.ebuild: + Version bump. + + 15 Nov 2006; Markus Rothe kbd-1.12-r8.ebuild: + Stable on ppc64; bug #153556 + + 02 Nov 2006; Timothy Redaelli kbd-1.12-r8.ebuild: + Stable for ppc (bug #153556). + + 02 Nov 2006; Jeroen Roovers kbd-1.12-r8.ebuild: + Stable for HPPA (bug #153556). + + 01 Nov 2006; Bryan Østergaard kbd-1.12-r8.ebuild: + Stable on Alpha + ia64, bug 153556. + + 31 Oct 2006; Torsten Veller kbd-1.12-r8.ebuild: + Stable on x86 (#153556) + + 31 Oct 2006; Danny van Dyk kbd-1.12-r8.ebuild: + Marked stable on amd64. + + 31 Oct 2006; Gustavo Zacarias kbd-1.12-r8.ebuild: + Stable on sparc wrt #153556 + + 23 Oct 2006; Gustavo Zacarias + +files/kbd-1.12-kbio.patch, kbd-1.12-r8.ebuild: + Build fix: sparc newer linux-headers lack asm/kbio + + 14 Oct 2006; Aron Griffis kbd-1.12-r7.ebuild: + Mark 1.12-r7 stable on ia64 + + 26 Sep 2006; Gustavo Zacarias kbd-1.12-r7.ebuild: + Stable on hppa wrt #146511 + + 14 Sep 2006; Gustavo Zacarias kbd-1.12-r7.ebuild: + Stable on sparc wrt #146511 + + 09 Sep 2006; Torsten Veller kbd-1.12-r7.ebuild: + Stable on x86 (#146511) + + 09 Sep 2006; Thomas Cort kbd-1.12-r7.ebuild: + Stable on amd64 wrt Bug #146511. + + 08 Sep 2006; Stephanie Lockwood-Childs + kbd-1.12-r7.ebuild: + stable on ppc (Bug #146511) + + 06 Sep 2006; Markus Rothe kbd-1.12-r7.ebuild: + Stable on ppc64; bug #146511 + +*kbd-1.12-r8 (24 Aug 2006) + + 24 Aug 2006; Roy Marples + +files/kbd-1.12-unimap.patch, +kbd-1.12-r8.ebuild: + Fix the Debian patch mangling the unimaps directory. + +*kbd-1.12-r7 (28 Jun 2006) + + 28 Jun 2006; +files/kbd-1.12-xcompile.patch, + +kbd-1.12-r7.ebuild: + - fix cross-compile failing for powerpc targets bug #133856 + + 10 Jun 2006; Mike Frysinger + +files/kbd-1.12-configure-LANG.patch, kbd-1.12-r6.ebuild: + Fix building in et_EE locale #128253 by J. + +*kbd-1.12-r6 (16 Mar 2006) + + 16 Mar 2006; Mike Frysinger +kbd-1.12-r6.ebuild: + Drop the italian euro keymap patch #75970. + + 08 Feb 2006; Joel Martin kbd-1.12-r5.ebuild: + Don't run test programs when cross-compiling. Export CC for cross-compiling. + + 12 Jul 2005; Joseph Jezak kbd-1.12-r5.ebuild: + Marked ppc stable. + + 07 Jul 2005; Markus Rothe kbd-1.12-r5.ebuild: + Stable on ppc64 + + 04 Jul 2005; Gustavo Zacarias kbd-1.12-r5.ebuild: + Stable on sparc + + 02 Jul 2005; Mike Frysinger + +files/kbd-1.12-jp-escape.patch, kbd-1.12-r5.ebuild: + Touch up the jp106 map #71870 by OKUMURA N. Shin-ya. + + 31 May 2005; Sven Wegener kbd-1.12-r3.ebuild, + kbd-1.12-r4.ebuild, kbd-1.12-r5.ebuild: + Let portage handle the stripping of binaries. + +*kbd-1.12-r5 (19 May 2005) + + 19 May 2005; Martin Schlemmer + +files/kbd-1.12-Meta_utf8.patch, +files/kbd-1.12-alias.patch, + +files/kbd-1.12-setfont-man.patch, +kbd-1.12-r5.ebuild: + Add patches from fedora. + + 02 Jan 2005; Ciaran McCreesh : + Change encoding to UTF-8 for GLEP 31 compliance + +*kbd-1.12-r4 (29 Dec 2004) + + 29 Dec 2004; Mike Frysinger + files/kbd-1.12-cz-qwerty-map.patch, +files/kbd-1.12-it-euro-map.patch, + files/kbd-1.12-kbd_repeat-v2.patch, +kbd-1.12-r4.ebuild: + Add patch by Tupone Alfredo for italian maps to support the euro #75970. + +*kbd-1.12-r3 (26 Oct 2004) + + 26 Oct 2004; Mike Frysinger + +files/kbd-1.12-cz-qwerty-map.patch, +files/kbd-1.12-debian.patch, + +kbd-1.12-r3.ebuild: + Fix cz keymaps #19010 by kavol@email.cz. Include svorak keymap #55643 by + David Holm. Grab some updates from debian. + + 16 Jul 2004; Michael Sterrett kbd-1.12-r2.ebuild: + use emake + + 16 Jun 2004; Aron Griffis -kbd-1.06-r1.ebuild, + -kbd-1.08-r4.ebuild, kbd-1.08-r5.ebuild, -kbd-1.12-r1.ebuild, + kbd-1.12-r2.ebuild, -kbd-1.12.ebuild: + - Fix bug 53984: Mark 1.12-r2 stable everywhere so we don't have to + workaround the /bin/kbd_mode vs. /usr/bin/kbd_mode issue in + baselayout + - Fix bugs 42859 and 46456: Unpack manually to avoid the issue of a + UTF-8 filename in the tarball + - Trim old ebuilds + + 11 Jun 2004; Bryan Østergaard kbd-1.12-r2.ebuild: + Stable on alpha. + + 02 Jun 2004; Travis Tilley kbd-1.12-r2.ebuild: + stable on amd64 + + 01 Jun 2004; Tom Gall kbd-1.12-r2.ebuild: + stable on ppc64 bug #52651 + +*kbd-1.12-r2 (08 Feb 2004) + + 08 Feb 2004; Martin Schlemmer kbd-1.12-r2.ebuild, + files/kbd-1.12-kbd_repeat-v2.patch: + Update patch from Andries again. + +*kbd-1.12-r1 (08 Feb 2004) + + 08 Feb 2004; Martin Schlemmer kbd-1.12-r1.ebuild, + files/kbd-1.12-kbd_repeat.patch: + Sparc have not yet fixed struct kbd_rate to use 'period' and not 'rate'. Patch + by Andries Brouwer . + +*kbd-1.12 (29 Jan 2004) + + 29 Jan 2004; Martin Schlemmer kbd-1.12.ebuild, + files/kbd-1.12-find-map-fix.patch: + Update version. Add proper patch from Andries for this version. + +*kbd-1.08-r5 (29 Jan 2004) + + 29 Jan 2004; Martin Schlemmer kbd-1.08-r5.ebuild, + files/kbd-1.08-find-map-fix.patch: + Fixes a problem where loadkeys matches dvorak the dir, and not the + .map file. + + 19 Jan 2004; Martin Schlemmer kbd-1.08-r4.ebuild: + Mark stable, as latest stable baselayout depends on it, bug #38585. + + 04 Nov 2003; Martin Schlemmer kbd-1.08-r4.ebuild: + Fix to compile on Sparc again, bug #25517. + +*kbd-1.08-r4 (31 Oct 2003) + + 31 Oct 2003; Martin Schlemmer kbd-1.08-r4.ebuild, + files/kbd-1.06-othervt.patch, files/kbd-1.08-nowarn.patch, + files/kbd-1.08-sparc.patch, files/kbd-1.08-terminal.patch: + Add '--tty' switch to setfont, thanks to Krzysztof Kotlenga + , bug #32279. Also add a few patches from Redhat, + and update our Sparc patch with a more simple one. + +*kbd-1.08-r3 (24 Sep 2003) + + 24 Sep 2003; Martin Schlemmer kbd-1.08-r3.ebuild, + files/kbd-1.08-po-install-locations.patch: + Locales do not use DATADIR corretly, and thus install to /share, and not + /usr/share, bug #26384. + +*kbd-1.08-r2 (02 Aug 2003) + + 06 Aug 2003; Pieter Van den Abeele kbd-1.08-r2.ebuild, + marked -ppc for now: loading a non-us keymap fails with 'flex input failed' + + 02 Aug 2003; Martin Schlemmer kbd-1.08-r2.ebuild, + files/kbd-1.08-kbd_repeat.patch: + A better fix from Keith M Wesolowski (bug #25517). + + 02 Aug 2003; Martin Schlemmer + files/kbd-1.08-sparc-fixes.patch: + Sparc64 fixes, bug #25517 again. + + 31 Jul 2003; Martin Schlemmer kbd-1.08-r1.ebuild: + Fix struct kbd_rate not being fixed for sparc to use 'period' and not 'rate', + bug #25517. + +*kbd-1.08-r1 (29 Jul 2003) + + 06 Aug 2003; Pieter Van den Abeele kbd-1.08-r2.ebuild, + marked -ppc for now: loading a non-us keymap fails with 'flex input failed' + + 29 Jul 2003; Martin Schlemmer kbd-1.08-r1.ebuild: + New configure script is even more broken than before - we should not add the + prefix to the paths we pass --datadir and --mandir, else it looks for data in + /usr/usr/share ... (bug #25448). + Thanks to Nicolai Lissner who did have the right + solution (did not check bug again until now, so missed his feedback). + +*kbd-1.08 (28 Jul 2003) + + 28 Jul 2003; Martin Schlemmer Manifest, kbd-1.08.ebuild: + New version. + + 20 May 2003; Joshua Kinard kbd-1.06-r1.ebuild: + Added fix to ebuild to use CFLAGS from /etc/make.conf. Fixes Bug #21320. + + 21 Feb 2003; Zach Welch kbd-1.06-r1.ebuild : + Added arm to keywords. + + 09 Feb 2003; Guy Martin kbd-1.06-r1.ebuild : + Added hppa to keywords. + + 06 Dec 2002; Rodney Rees : changed sparc ~sparc keywords + + 22 Mar 2002; Daniel Robbins kbd-1.06-r1.ebuild : + + 14 Jul 2002; phoen][x kbd-1.06.ebuild : + Added LICENSE, KEYWORDS, SLOT. + + 14 Jul 2002; phoen][x kbd-1.06-r1.ebuild : + Added LICENSE, KEYWORDS, SLOT. + Fixed Matthew Kennedy's patch which was totally broken in every way and + killed this ebuild. + +*kbd-1.06-r1 (22 Mar 2002) + + 19 Jan 2003; Jan Seidel : + Added mips to keywords + + 22 Mar 2002; Seemant Kulleen kbd-1.06-r1.ebuild : + Added USE dependent nls support from a patch sent in by Matthew Kennedy. + +*kbd-1.06 (1 Feb 2002) + + 1 Feb 2002; G.Bevin ChangeLog : + + This changelog is targetted to users. This means that the comments should be + well explained and written in clean English. + + Every new version or revision of the package has to be marked by a '*' + seperator line as above. Changements since the last revision have to be + added to the top of the file, underneath the initial copyright and cvs header + omments, in exactly the same format as this comment. diff --git a/sdk_container/src/third_party/portage-stable/sys-apps/kbd/Manifest b/sdk_container/src/third_party/portage-stable/sys-apps/kbd/Manifest index 97d9f54cbd..0fbad45426 100644 --- a/sdk_container/src/third_party/portage-stable/sys-apps/kbd/Manifest +++ b/sdk_container/src/third_party/portage-stable/sys-apps/kbd/Manifest @@ -1 +1,34 @@ -DIST kbd-1.15.3.tar.gz 1659867 RMD160 05ba59347b00b2f51f114108320a92210138b042 SHA1 1da0c02cb802d2e68b34b1ba68839929b4255cde SHA256 86505713c3bb81b1517203c5bd1ad8ffacf90ef211214ee26d12ea1ed21194ed +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA256 + +AUX kbd-1.15.5-loadkeys-parse.patch 2163 SHA256 8fa928854ee1e3298df99e600cfdb08ccf8b44b7a7fc42423569fecc9365aa22 SHA512 c338c5f5ee9054f3dfc62646f9e8a47a577fc55dbc4723a04f006afa6c966ac5b056b744c49d4bdfcd80d69e64af20b0f71cc9cfff23db9f017adb32bd6d9d7d WHIRLPOOL 26b1adadc347b534675c7426eb9aca535556b81cffdd1ccd7ef50c603e127c1f9f6774af1b8050c67fc81daefe0c33da4593f74d3b77c47a089d6772363153e8 +AUX kbd-2.0.0-tests.patch 747 SHA256 b1bd608043ecd19a9f0a9431afd4f3202e4d953b7f5c361d3e5949de65eda852 SHA512 408df2b4a9409c10c350d4c879a273cf7126ba58b49546a910cc93e0fd3119014a32b3e8b9c19eddecc9f601aa9d2a1b2b25c563f9529691c2d44f8db4cd0974 WHIRLPOOL 27e78a5dfb6d4ee3e117cbbfdd3025ee99980201e590c4631fab399a89a408a5275d17beac60da2364d2dfaf7f9e1cfda5c8cc8e74713d4160241bffd41c9b6a +AUX kbd-2.0.1-big_endian.patch 828 SHA256 07c7a67caff745ec67d5f478a56be48d6d2c37be163d2f9d95260b82dec72e56 SHA512 a460102ef9f0c9c2949148b136e33ff313ea0c770e87fe467da4486bc91fae06bcd4f61531f058241f9f391831cc7d0865f51ebf36a8aca9aa961fee458d6d16 WHIRLPOOL 8d227195a6672017f1d9076f5db7004ac8fcdd8fc2d23e0e955d500cc78ed3a3657cf4cb50f00a3bfaa271ed6250ae3cfdea1942d83a0e9245a46d4889844588 +AUX kbd-2.0.1-stdarg.patch 1138 SHA256 09c152fd0e64b235d527a1c04456d59efdc57392f1478fe1ed3eb2849f064b69 SHA512 d3e334ad46c1c73fc664cfa9155ffb7872fce11c333dfb0e277938bac0b40bb2eb29872180cc67e0f6474bd0050ca3fec671345a4e427ddf45f28f42ce8f3b15 WHIRLPOOL d20a209c698484f50f0b5007314b6efcfd0efb05efb594133c30e9dd285e3f34a9408818ed73d36c4079c651e002ceed154fe581883f7e202f2895d2a3895cbf +DIST kbd-1.15.5.tar.gz 1730719 SHA256 e35fa29f690dbbfb721706b2c8edc760c697640904fec65e81194ae8840c5c62 SHA512 725853b0ecde6a38976e2bae5672b8de78bfc90d65a0762695964a6dab729c96be4af778fe7f0f195caae04d630b07a3d0d95c9c928d1a5609e223e47723e58c WHIRLPOOL 431873623d4125b73622894c511711a2153fae498a17dc59851219405c69a641c24bb591fa66001eb4cc7491fc4f90e532661c2bf56f69e2a17dd435d1e14ace +DIST kbd-2.0.1.tar.xz 951132 SHA256 55407b79e90ee65cdbaff7d3dafd2b53c4fee3a645788ffb582091074a2254af SHA512 8d6f663611a99426a7259909d1276732635edc90e61a4affc4cebbdd8bcb180c91a19c8f90bc1b6511c57abee66d5fa513f13bc05cfb3903ee51b5048577d836 WHIRLPOOL 3be2d1fb0cae1443dbd813a45cd815664e4bab94fa1bc37b0c3054f86846fa3d69c8c1a5e620413da34d65f58a90768eac22cd24972366f2d8d24fafcd094703 +DIST kbd-2.0.2.tar.xz 1023980 SHA256 9dfddabf96012e329c4bebb96a21aeef7c3872f624e96e8156ba542b82aeb912 SHA512 8159383f94242f06c701dfd5400e35bd3a76494a643f738d98c6713bcb20034065b49f31f66e8bf19e6829a30be97fbeee43ed8ad276febb98e28b3bf82972fa WHIRLPOOL e6a5be104b11266f8be9ba653e9e0de701cdf4c56b249af9bc52ea5eea374d1de82e3f4a02214552750adebb8ae21c8c964a4161d661e460f765306920e23849 +EBUILD kbd-1.15.5-r1.ebuild 1146 SHA256 09c570cd8d9eb2583f84c4f976c9673d02108c0cf155f6856b604012347dc307 SHA512 0004ed083fa3f81aded51c5c4bfcefb500fb280ae9c4f8c64656a3ad45fa4e99c0ee279aa838c1b3fb3b244beb43af8944ce85c66e099121ff1ec7db4b638bf0 WHIRLPOOL 0b0a4e3e8ed56260769497be67a1c889de0cc4913e8f5f92c87b894ed867285508747a022d8b0546a90c1028132dc22a1ee405513730604b991e8888070b1753 +EBUILD kbd-2.0.1-r1.ebuild 1556 SHA256 1284ecb4cd7e0e4c02ee7f18f5f96e6169a757ef19f18a38ca8872847268919f SHA512 4e2d81a6eb3fc4d5f1dc532a6993c07acd3e180e564be40ee00bd57c1b8c0bde7ae1daf6d2bb4287a430520883690cf78f22f372295fd4d05489c8bb8c7bb277 WHIRLPOOL 63674f89f206487b513bc774b005d9185ad117bc2ea77208fbbd8f630b98762167117854a6fdd4a1eca44b784bf73047c54f8cd17f691171c2f304baf3253f3e +EBUILD kbd-2.0.1.ebuild 1287 SHA256 691f40dd63539661361180cd58f224bc923d41920c8770925ea6fffb3da11b69 SHA512 11dc3399c484565c40b6b775ee20934e59e28fb032fb0c1f30e3594a3bdfad643268cb63f2935319bac5d12ed8898ee49fda24a49507098e3c373cd8a28a7593 WHIRLPOOL 782a21dc3a262bf193bea83f1b2ecea02d0db2e9c9358557aeca8fac3721e9c7d0fde85def3850fc9df36be48a357f2d2c5ccde8f5d81d859671a7093d3c9943 +EBUILD kbd-2.0.2.ebuild 1447 SHA256 4b9060690b1455c53a74a19f2883c3f7567ae760c01a9ba3b07dd3fecf396977 SHA512 4108d6fd2cc6a22d603583bd4266a923d1df46d3bf2a0617153c3b699086ef95b45ed3a36c99f4785435d4dde21993737ed5d265b8bdfc4b3c39e8c63924beb3 WHIRLPOOL 25c6b97cc10f35dbed2f3e4a1c28355528f480896b4ec059eab9b5d9b0ba8c7147803cd749601c379ec06a8b5f6e949710c9d71215001f2c0363d6f261e859ca +EBUILD kbd-9999.ebuild 1450 SHA256 fb13a550e8a84c8866dadf42aa5a87f91a108c172b4cb887dc826540af3d6e77 SHA512 945ef33ac8b84cba851af469c388b864b4c17a1a0cb2eb6a7552c0611e0ddcd298d12074a90d86ec93352db7954f87bf2d19a998fc360530c43a057eedc79b8c WHIRLPOOL 64298e4d01f433929686ef97001ccbd751b5ae3641e648d7a18cc064dbc3ce9dc3be964fdb214ac39f7587d3ca33c229014cddbc0fdc99ffe7159cce75496072 +MISC ChangeLog 18557 SHA256 242d3ff53998aeca0febe7f1876fa6e14674ef93b9e3bd4bab2754c9a6d75b7d SHA512 6273596533468dba56f9e79b00ba7437d1decc27b5f5e1b730bb3768d4e2cc1342625be76b2bf4e3b6e47da06722f602c930f805619a67b859c1621e59aa2617 WHIRLPOOL a4e8c8caae8540bb42cbec5f3b6bd1c386834fd18b82dff524d8a49f2b3cf5242ffb81a944ab7bac1b3cac2d8442a03e99b17d004ef33b92eba71add58145bce +MISC metadata.xml 164 SHA256 f5f2891f2a4791cd31350bb2bb572131ad7235cd0eeb124c9912c187ac10ce92 SHA512 8eb0d5153d388f6ea069c64b93882244816a0a09aecc0d73cb872121ce0eb24c5ccafa96aad0b620b2300f319e1af101fa7fa6c5d0d561719d49bb07da0a2eca WHIRLPOOL 11a1441bddb7a6c69653c663902b7da5767ae6ad515ac2aabfc42fe37927a1ccc21472deeee454009ff720201a41c3e4a912df42661a0a87150fb46126da2d52 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2 + +iQIcBAEBCAAGBQJT222CAAoJEPGu1DbS6WIAfsIP/imluJ2vgK9EOJpFaNs+/nf6 +ZmxqByEqUfNAAfZZOR+UUMI2CkJIZrc2DxH20hEATbeh5etOig+P0cMNg29e+w+S +J4vV9HelN+3QM82GQ9tSYojhfmvDeCWQEwz2pOjnnXlFGCi/AFWw63O3bhhX2Uor +PuP1GyBfcmsJR7niG+l3GuOQtMmigJWQSWYbGrIlJOKHzYjfdfgGRjIwULDGL/wt +BX7+YUb1Pcq82vURVKoELezINV8YWuIMqhXsDOBQt3LhlSd6n0qTupNb83A+2cVm +4LKEuJMBGyXMNMy3IrsPjEOdLKX3/AAppqTyNuGc2ZZglPL0p9+qUO6j6MEq6jPm +fL1xjvoMKfw37stLvsZW/IE01H2N4zSwz/H6McSMWCQMbNZLpYYH6/DCBa923hzA +lu9e5y1K97T0JlDXhFFYSQHDDEDNBNL+W57XTXxVlSqI/Am15w0M09geMW5K4eK9 +Dd/o/JE2eEGYghDInl0hP6UG+UxOHNjRqihBuyyZESczdWWpCyJpeEB2vRHKGdlU +RdCywx55z94CTa+Fw5BjnO+91SQlGTwikauGowob2XkIo4BJGENMlQyN7wAdjWGp +uy3rSctqsG8sdD7HfKjRgJmY85rRxZV1BfQOomIM166t1S16OJaqlraSPuMS7Gg1 +VWS4gq8I35tre92SvB5o +=BFhK +-----END PGP SIGNATURE----- diff --git a/sdk_container/src/third_party/portage-stable/sys-apps/kbd/files/kbd-1.15.5-loadkeys-parse.patch b/sdk_container/src/third_party/portage-stable/sys-apps/kbd/files/kbd-1.15.5-loadkeys-parse.patch new file mode 100644 index 0000000000..c78a227808 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/sys-apps/kbd/files/kbd-1.15.5-loadkeys-parse.patch @@ -0,0 +1,90 @@ +https://bugs.gentoo.org/447440 + +From 7e06e56157e8431d02e1377cdc44230944203d88 Mon Sep 17 00:00:00 2001 +From: Alexey Gladkov +Date: Tue, 11 Dec 2012 14:24:44 +0400 +Subject: [PATCH] Fix regression in 16117ce6ab + +Signed-off-by: Alexey Gladkov +--- + src/loadkeys.analyze.l | 14 +++++++++----- + 1 file changed, 9 insertions(+), 5 deletions(-) + +diff --git a/src/loadkeys.analyze.l b/src/loadkeys.analyze.l +index c18dcea..f817c78 100644 +--- a/src/loadkeys.analyze.l ++++ b/src/loadkeys.analyze.l +@@ -307,8 +307,10 @@ To to|To|TO + char *s = xstrndup(yytext+1, strlen(yytext)-2); + /* use static pathname to store *s ? */ + open_include(s); +- yy_pop_state(); +- state_ptr--; ++ while (state_ptr > 0) { ++ yy_pop_state(); ++ state_ptr--; ++ } + } + [^"]|\"\"|\"[^"\n]*{Eol} { + yyerror(_("expected filename between quotes")); +@@ -323,7 +325,7 @@ To to|To|TO + } + {Eol} { + line_nr++; +- if (state_ptr > 0) { ++ while (state_ptr > 0) { + yy_pop_state(); + state_ptr--; + } +@@ -428,8 +430,10 @@ To to|To|TO + } + \" { + *p = '\0'; +- yy_pop_state(); +- state_ptr--; ++ while (state_ptr > 0) { ++ yy_pop_state(); ++ state_ptr--; ++ } + return(STRLITERAL); + } + . { +--- a/src/loadkeys.analyze.c ++++ b/src/loadkeys.analyze.c +@@ -1359,8 +1359,10 @@ YY_RULE_SETUP + char *s = xstrndup(yytext+1, strlen(yytext)-2); + /* use static pathname to store *s ? */ + open_include(s); +- yy_pop_state(); +- state_ptr--; ++ while (state_ptr > 0) { ++ yy_pop_state(); ++ state_ptr--; ++ } + } + YY_BREAK + case 3: +@@ -1393,7 +1395,7 @@ YY_RULE_SETUP + #line 324 "loadkeys.analyze.l" + { + line_nr++; +- if (state_ptr > 0) { ++ while (state_ptr > 0) { + yy_pop_state(); + state_ptr--; + } +@@ -1670,8 +1670,10 @@ YY_RULE_SETUP + #line 429 "loadkeys.analyze.l" + { + *p = '\0'; +- yy_pop_state(); +- state_ptr--; ++ while (state_ptr > 0) { ++ yy_pop_state(); ++ state_ptr--; ++ } + return(STRLITERAL); + } + YY_BREAK +-- +1.8.0.2 diff --git a/sdk_container/src/third_party/portage-stable/sys-apps/kbd/files/kbd-2.0.0-tests.patch b/sdk_container/src/third_party/portage-stable/sys-apps/kbd/files/kbd-2.0.0-tests.patch new file mode 100644 index 0000000000..7a4e186cbc --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/sys-apps/kbd/files/kbd-2.0.0-tests.patch @@ -0,0 +1,31 @@ +--- configure.ac ++++ configure.ac +@@ -11,7 +11,13 @@ + AC_CONFIG_SRCDIR([src/loadkeys.c]) + AC_CONFIG_HEADERS(config.h) + +-PKG_CHECK_MODULES([CHECK], [check >= 0.9.4]) ++AC_ARG_ENABLE(tests, ++ AS_HELP_STRING(--enable-tests, [build tests]), ++ [BUILD_TESTS=$enableval],[BUILD_TESTS=no]) ++AM_CONDITIONAL(BUILD_TESTS, test "$BUILD_TESTS" = "yes") ++if test "$BUILD_TESTS" = "yes"; then ++ PKG_CHECK_MODULES([CHECK], [check >= 0.9.4]) ++fi + + m4_ifndef([AM_SILENT_RULES], [m4_define([AM_SILENT_RULES],[])]) + AM_SILENT_RULES([yes]) +--- Makefile.am ++++ Makefile.am +@@ -8,7 +8,10 @@ + CREDITS \ + contrib docs rc + +-SUBDIRS = src data po tests docs ++SUBDIRS = src data po docs ++if BUILD_TESTS ++SUBDIRS += tests ++endif + + kbd-$(VERSION).tar.xz: + make distcheck diff --git a/sdk_container/src/third_party/portage-stable/sys-apps/kbd/files/kbd-2.0.1-big_endian.patch b/sdk_container/src/third_party/portage-stable/sys-apps/kbd/files/kbd-2.0.1-big_endian.patch new file mode 100644 index 0000000000..f69b7f9c81 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/sys-apps/kbd/files/kbd-2.0.1-big_endian.patch @@ -0,0 +1,27 @@ +From 363185b72ccb5279fa950a378ebd93c082078d39 Mon Sep 17 00:00:00 2001 +From: Aaro Koskinen +Date: Sat, 15 Mar 2014 01:32:56 +0200 +Subject: libkeymap: fix kmap on big-endian machines + +Currently "loadkeys" does not work properly (no keys are ever changed) +on big-endian machines (e.g. SPARC and other classic hardware) +due to incorrect typing. The patch fixes this. + +Signed-off-by: Aaro Koskinen + +diff --git a/src/libkeymap/kmap.c b/src/libkeymap/kmap.c +index e529136..85a3bb3 100644 +--- a/src/libkeymap/kmap.c ++++ b/src/libkeymap/kmap.c +@@ -37,7 +37,7 @@ int + lk_key_exists(struct lk_ctx *ctx, unsigned int k_table, unsigned int k_index) + { + struct lk_array *map; +- u_short *key; ++ unsigned int *key; + + map = lk_array_get_ptr(ctx->keymap, k_table); + if (!map) { +-- +cgit v0.10.1 + diff --git a/sdk_container/src/third_party/portage-stable/sys-apps/kbd/files/kbd-2.0.1-stdarg.patch b/sdk_container/src/third_party/portage-stable/sys-apps/kbd/files/kbd-2.0.1-stdarg.patch new file mode 100644 index 0000000000..b325af4b1d --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/sys-apps/kbd/files/kbd-2.0.1-stdarg.patch @@ -0,0 +1,43 @@ +From 7955ccd650dc3235df3bf6333222c2811dd43141 Mon Sep 17 00:00:00 2001 +From: Mike Frysinger +Date: Mon, 6 Jan 2014 10:27:23 -0500 +Subject: [PATCH] libkeymap: include stdarg.h where used + +Some of these headers use va_list but don't include stdarg.h for it. + +Reported-by: Anthony Basile +Signed-off-by: Mike Frysinger +--- + src/libkeymap/contextP.h | 2 ++ + src/libkeymap/keymap/common.h | 2 ++ + 2 files changed, 4 insertions(+) + +diff --git a/src/libkeymap/contextP.h b/src/libkeymap/contextP.h +index e3798e3..8ee3fab 100644 +--- a/src/libkeymap/contextP.h ++++ b/src/libkeymap/contextP.h +@@ -1,6 +1,8 @@ + #ifndef LK_CONTEXTP_H + #define LK_CONTEXTP_H + ++#include ++ + #include "keymap.h" + + /** +diff --git a/src/libkeymap/keymap/common.h b/src/libkeymap/keymap/common.h +index 6b9cead..987b564 100644 +--- a/src/libkeymap/keymap/common.h ++++ b/src/libkeymap/keymap/common.h +@@ -6,6 +6,8 @@ + #ifndef LK_COMMON_H + #define LK_COMMON_H + ++#include ++ + #include + + /** Initializes the structures necessary to read and/or parse keymap. +-- +1.8.4.3 + diff --git a/sdk_container/src/third_party/portage-stable/sys-apps/kbd/kbd-1.15.3.ebuild b/sdk_container/src/third_party/portage-stable/sys-apps/kbd/kbd-1.15.5-r1.ebuild similarity index 55% rename from sdk_container/src/third_party/portage-stable/sys-apps/kbd/kbd-1.15.3.ebuild rename to sdk_container/src/third_party/portage-stable/sys-apps/kbd/kbd-1.15.5-r1.ebuild index fe0a1d9144..44e94e177e 100644 --- a/sdk_container/src/third_party/portage-stable/sys-apps/kbd/kbd-1.15.3.ebuild +++ b/sdk_container/src/third_party/portage-stable/sys-apps/kbd/kbd-1.15.5-r1.ebuild @@ -1,6 +1,10 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/kbd/kbd-1.15.3.ebuild,v 1.7 2011/10/11 16:44:58 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/kbd/kbd-1.15.5-r1.ebuild,v 1.12 2014/01/26 12:19:59 ago Exp $ + +EAPI="4" + +inherit eutils DESCRIPTION="Keyboard and console utilities" HOMEPAGE="http://freshmeat.net/projects/kbd/" @@ -8,15 +12,14 @@ SRC_URI="ftp://ftp.altlinux.org/pub/people/legion/kbd/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86" -IUSE="nls" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86" +IUSE="nls pam" -RDEPEND="" -DEPEND="${RDEPEND} - nls? ( sys-devel/gettext )" +RDEPEND="pam? ( virtual/pam )" +DEPEND="${RDEPEND}" src_unpack() { - unpack ${A} + default cd "${S}" # broken file ... upstream git punted it @@ -29,18 +32,19 @@ src_unpack() { mv olpc/es.map olpc/es-olpc.map mv olpc/pt.map olpc/pt-olpc.map mv qwerty/cz.map qwerty/cz-qwerty.map - - # bundled timestamps are broken - find "${S}" -type f -exec touch -r "${S}"/configure {} + } -src_compile() { - econf $(use_enable nls) || die - emake || die +src_prepare() { + epatch "${FILESDIR}"/${P}-loadkeys-parse.patch #447440 +} + +src_configure() { + econf \ + $(use_enable nls) \ + $(use_enable pam vlock) } src_install() { - emake DESTDIR="${D}" install || die - dodoc AUTHORS ChangeLog INSTALL NEWS README + default dohtml doc/*.html } diff --git a/sdk_container/src/third_party/portage-stable/sys-apps/kbd/kbd-2.0.1-r1.ebuild b/sdk_container/src/third_party/portage-stable/sys-apps/kbd/kbd-2.0.1-r1.ebuild new file mode 100644 index 0000000000..7fd61d4d5b --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/sys-apps/kbd/kbd-2.0.1-r1.ebuild @@ -0,0 +1,64 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/kbd/kbd-2.0.1-r1.ebuild,v 1.1 2014/04/23 16:51:22 polynomial-c Exp $ + +EAPI=5 + +SCM="" +if [[ ${PV} == "9999" ]] ; then + SCM="git-r3" + EGIT_REPO_URI="http://git.kernel.org/cgit/linux/kernel/git/legion/${PN}.git" + EGIT_BRANCH="master" +else + SRC_URI="ftp://ftp.kernel.org/pub/linux/utils/kbd/${P}.tar.xz" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +fi + +inherit autotools eutils ${SCM} + +DESCRIPTION="Keyboard and console utilities" +HOMEPAGE="http://kbd-project.org/" + +LICENSE="GPL-2" +SLOT="0" +IUSE="nls pam test" + +RDEPEND="pam? ( virtual/pam )" +DEPEND="${RDEPEND} + virtual/pkgconfig + test? ( dev-libs/check )" + +src_unpack() { + if [[ ${PV} == "9999" ]] ; then + git-r3_src_unpack + else + default + fi + + # Rename conflicting keymaps to have unique names, bug #293228 + cd "${S}"/data/keymaps/i386 || die + mv dvorak/no.map dvorak/no-dvorak.map || die + mv fgGIod/trf.map fgGIod/trf-fgGIod.map || die + mv olpc/es.map olpc/es-olpc.map || die + mv olpc/pt.map olpc/pt-olpc.map || die + mv qwerty/cz.map qwerty/cz-qwerty.map || die +} + +src_prepare() { + epatch "${FILESDIR}"/${PN}-2.0.0-tests.patch + epatch "${FILESDIR}"/${P}-stdarg.patch #497200 + epatch "${FILESDIR}"/${P}-big_endian.patch #508436 + eautoreconf +} + +src_configure() { + econf \ + $(use_enable nls) \ + $(use_enable pam vlock) \ + $(use_enable test tests) +} + +src_install() { + default + dohtml docs/doc/*.html +} diff --git a/sdk_container/src/third_party/portage-stable/sys-apps/kbd/kbd-2.0.1.ebuild b/sdk_container/src/third_party/portage-stable/sys-apps/kbd/kbd-2.0.1.ebuild new file mode 100644 index 0000000000..11182e3724 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/sys-apps/kbd/kbd-2.0.1.ebuild @@ -0,0 +1,55 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/kbd/kbd-2.0.1.ebuild,v 1.3 2014/01/18 05:12:21 vapier Exp $ + +EAPI="5" + +inherit autotools eutils + +DESCRIPTION="Keyboard and console utilities" +HOMEPAGE="http://kbd-project.org/" +SRC_URI="ftp://ftp.kernel.org/pub/linux/utils/kbd/${P}.tar.xz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +IUSE="nls pam test" + +RDEPEND="pam? ( virtual/pam )" +DEPEND="${RDEPEND} + virtual/pkgconfig + test? ( dev-libs/check )" + +src_unpack() { + default + cd "${S}" + + # broken file ... upstream git punted it + rm po/es.po + + # Rename conflicting keymaps to have unique names, bug #293228 + cd "${S}"/data/keymaps/i386 + mv dvorak/no.map dvorak/no-dvorak.map + mv fgGIod/trf.map fgGIod/trf-fgGIod.map + mv olpc/es.map olpc/es-olpc.map + mv olpc/pt.map olpc/pt-olpc.map + mv qwerty/cz.map qwerty/cz-qwerty.map +} + +src_prepare() { + epatch "${FILESDIR}"/${PN}-2.0.0-tests.patch + epatch "${FILESDIR}"/${P}-stdarg.patch #497200 + eautoreconf +} + +src_configure() { + econf \ + $(use_enable nls) \ + $(use_enable pam vlock) \ + $(use_enable test tests) +} + +src_install() { + default + dohtml docs/doc/*.html +} diff --git a/sdk_container/src/third_party/portage-stable/sys-apps/kbd/kbd-2.0.2.ebuild b/sdk_container/src/third_party/portage-stable/sys-apps/kbd/kbd-2.0.2.ebuild new file mode 100644 index 0000000000..52d9d4bec7 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/sys-apps/kbd/kbd-2.0.2.ebuild @@ -0,0 +1,62 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/kbd/kbd-2.0.2.ebuild,v 1.1 2014/08/01 10:35:43 vapier Exp $ + +EAPI=5 + +SCM="" +if [[ ${PV} == "9999" ]] ; then + SCM="git-r3" + EGIT_REPO_URI="http://git.kernel.org/cgit/linux/kernel/git/legion/${PN}.git" + EGIT_BRANCH="master" +else + SRC_URI="ftp://ftp.kernel.org/pub/linux/utils/kbd/${P}.tar.xz" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +fi + +inherit autotools eutils ${SCM} + +DESCRIPTION="Keyboard and console utilities" +HOMEPAGE="http://kbd-project.org/" + +LICENSE="GPL-2" +SLOT="0" +IUSE="nls pam test" + +RDEPEND="pam? ( virtual/pam )" +DEPEND="${RDEPEND} + virtual/pkgconfig + test? ( dev-libs/check )" + +src_unpack() { + if [[ ${PV} == "9999" ]] ; then + git-r3_src_unpack + else + default + fi + + # Rename conflicting keymaps to have unique names, bug #293228 + cd "${S}"/data/keymaps/i386 || die + mv dvorak/no.map dvorak/no-dvorak.map || die + mv fgGIod/trf.map fgGIod/trf-fgGIod.map || die + mv olpc/es.map olpc/es-olpc.map || die + mv olpc/pt.map olpc/pt-olpc.map || die + mv qwerty/cz.map qwerty/cz-qwerty.map || die +} + +src_prepare() { + epatch "${FILESDIR}"/${PN}-2.0.0-tests.patch + eautoreconf +} + +src_configure() { + econf \ + $(use_enable nls) \ + $(use_enable pam vlock) \ + $(use_enable test tests) +} + +src_install() { + default + dohtml docs/doc/*.html +} diff --git a/sdk_container/src/third_party/portage-stable/sys-apps/kbd/kbd-9999.ebuild b/sdk_container/src/third_party/portage-stable/sys-apps/kbd/kbd-9999.ebuild new file mode 100644 index 0000000000..fcba36ff30 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/sys-apps/kbd/kbd-9999.ebuild @@ -0,0 +1,62 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/kbd/kbd-9999.ebuild,v 1.1 2014/04/23 16:51:22 polynomial-c Exp $ + +EAPI=5 + +SCM="" +if [[ ${PV} == "9999" ]] ; then + SCM="git-r3" + EGIT_REPO_URI="http://git.kernel.org/cgit/linux/kernel/git/legion/kbd.git" + EGIT_BRANCH="master" +else + SRC_URI="ftp://ftp.kernel.org/pub/linux/utils/kbd/${P}.tar.xz" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +fi + +inherit autotools eutils ${SCM} + +DESCRIPTION="Keyboard and console utilities" +HOMEPAGE="http://kbd-project.org/" + +LICENSE="GPL-2" +SLOT="0" +IUSE="nls pam test" + +RDEPEND="pam? ( virtual/pam )" +DEPEND="${RDEPEND} + virtual/pkgconfig + test? ( dev-libs/check )" + +src_unpack() { + if [[ ${PV} == "9999" ]] ; then + git-r3_src_unpack + else + default + fi + + # Rename conflicting keymaps to have unique names, bug #293228 + cd "${S}"/data/keymaps/i386 || die + mv dvorak/no.map dvorak/no-dvorak.map || die + mv fgGIod/trf.map fgGIod/trf-fgGIod.map || die + mv olpc/es.map olpc/es-olpc.map || die + mv olpc/pt.map olpc/pt-olpc.map || die + mv qwerty/cz.map qwerty/cz-qwerty.map || die +} + +src_prepare() { + epatch "${FILESDIR}"/${PN}-2.0.0-tests.patch + eautoreconf +} + +src_configure() { + econf \ + $(use_enable nls) \ + $(use_enable pam vlock) \ + $(use_enable test tests) +} + +src_install() { + default + dohtml docs/doc/*.html +} diff --git a/sdk_container/src/third_party/portage-stable/sys-apps/kbd/metadata.xml b/sdk_container/src/third_party/portage-stable/sys-apps/kbd/metadata.xml new file mode 100644 index 0000000000..96a2d58636 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/sys-apps/kbd/metadata.xml @@ -0,0 +1,5 @@ + + + +base-system + From 218938802aff56a5e75f19083edd9e2f6e377929 Mon Sep 17 00:00:00 2001 From: Geoff Levand Date: Thu, 28 May 2015 09:36:41 -0700 Subject: [PATCH 02/10] bump(sys-apps/usbutils): sync with upstream for arm64 Signed-off-by: Geoff Levand --- .../metadata/md5-cache/sys-apps/usbutils-008 | 14 +++++ .../md5-cache/sys-apps/usbutils-008-r1 | 14 +++++ .../sys-apps/usbutils/ChangeLog | 50 +++++++++++++++++- .../portage-stable/sys-apps/usbutils/Manifest | 27 ++++++---- .../sys-apps/usbutils/usbutils-008-r1.ebuild | 50 ++++++++++++++++++ .../sys-apps/usbutils/usbutils-008.ebuild | 52 +++++++++++++++++++ 6 files changed, 196 insertions(+), 11 deletions(-) create mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/usbutils-008 create mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/usbutils-008-r1 create mode 100644 sdk_container/src/third_party/portage-stable/sys-apps/usbutils/usbutils-008-r1.ebuild create mode 100644 sdk_container/src/third_party/portage-stable/sys-apps/usbutils/usbutils-008.ebuild diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/usbutils-008 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/usbutils-008 new file mode 100644 index 0000000000..72f6f3c813 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/usbutils-008 @@ -0,0 +1,14 @@ +DEFINED_PHASES=configure install prepare setup +DEPEND=virtual/libusb:1= zlib? ( sys-libs/zlib:= ) app-arch/xz-utils virtual/pkgconfig +DESCRIPTION=USB enumeration utilities +EAPI=5 +HOMEPAGE=http://linux-usb.sourceforge.net/ +IUSE=python zlib python_targets_python2_7 +KEYWORDS=alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~arm-linux ~x86-linux +LICENSE=GPL-2 +RDEPEND=virtual/libusb:1= zlib? ( sys-libs/zlib:= ) sys-apps/hwids python? ( >=dev-lang/python-2.7.5-r2:2.7 >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_5(-),-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),python_single_target_python2_7(+)] ) +REQUIRED_USE=python? ( python_targets_python2_7 ) +SLOT=0 +SRC_URI=mirror://kernel/linux/utils/usb/usbutils/usbutils-008.tar.xz +_eclasses_=eutils 9fb270e417e0e83d64ca52586c4a79de multilib 3bf24e6abb9b76d9f6c20600f0b716bf python-single-r1 7a178335dbd6ea7f50ed4e3e1c13c1e4 python-utils-r1 096f8247eae93026af13ab88cf4305cd toolchain-funcs c961250d50160cd37d6b7fd9e8429c92 +_md5_=8c1014983b542dc7911f3b131c188c2a diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/usbutils-008-r1 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/usbutils-008-r1 new file mode 100644 index 0000000000..fcbd02012b --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/usbutils-008-r1 @@ -0,0 +1,14 @@ +DEFINED_PHASES=configure install prepare setup +DEPEND=virtual/libusb:1= virtual/libudev:= app-arch/xz-utils virtual/pkgconfig +DESCRIPTION=USB enumeration utilities +EAPI=5 +HOMEPAGE=http://linux-usb.sourceforge.net/ +IUSE=python python_targets_python2_7 +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux +LICENSE=GPL-2 +RDEPEND=virtual/libusb:1= virtual/libudev:= sys-apps/hwids python? ( >=dev-lang/python-2.7.5-r2:2.7 >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_5(-),-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),python_single_target_python2_7(+)] ) +REQUIRED_USE=python? ( python_targets_python2_7 ) +SLOT=0 +SRC_URI=mirror://kernel/linux/utils/usb/usbutils/usbutils-008.tar.xz +_eclasses_=eutils 9fb270e417e0e83d64ca52586c4a79de multilib 3bf24e6abb9b76d9f6c20600f0b716bf python-single-r1 7a178335dbd6ea7f50ed4e3e1c13c1e4 python-utils-r1 096f8247eae93026af13ab88cf4305cd toolchain-funcs c961250d50160cd37d6b7fd9e8429c92 +_md5_=a7e59191384329312df40a246c2654f0 diff --git a/sdk_container/src/third_party/portage-stable/sys-apps/usbutils/ChangeLog b/sdk_container/src/third_party/portage-stable/sys-apps/usbutils/ChangeLog index ca905a4b04..5b38a763aa 100644 --- a/sdk_container/src/third_party/portage-stable/sys-apps/usbutils/ChangeLog +++ b/sdk_container/src/third_party/portage-stable/sys-apps/usbutils/ChangeLog @@ -1,6 +1,52 @@ # ChangeLog for sys-apps/usbutils -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/usbutils/ChangeLog,v 1.181 2014/04/07 16:53:25 ssuominen Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/usbutils/ChangeLog,v 1.195 2015/03/03 09:51:34 dlan Exp $ + + 03 Mar 2015; Yixun Lan usbutils-008.ebuild: + add arm64 support, tested on A53 board + + 28 Feb 2015; Agostino Sarubbo usbutils-008.ebuild: + Stable for ia64, wrt bug #535656 + + 27 Feb 2015; Agostino Sarubbo usbutils-008.ebuild: + Stable for sparc, wrt bug #535656 + + 24 Feb 2015; Agostino Sarubbo usbutils-008.ebuild: + Stable for alpha, wrt bug #535656 + + 21 Feb 2015; Tim Harder usbutils-008-r1.ebuild: + Add missing slotdep for libudev. + + 21 Feb 2015; Tim Harder usbutils-008-r1.ebuild: + Use correct virtual libudev dep. + +*usbutils-008-r1 (21 Feb 2015) + + 21 Feb 2015; Tim Harder +usbutils-008-r1.ebuild: + Add missing udev dep (bug #536310) and drop unused zlib dep (bug #540932). + + 26 Jan 2015; Agostino Sarubbo usbutils-008.ebuild: + Stable for x86, wrt bug #535656 + + 18 Jan 2015; Agostino Sarubbo usbutils-008.ebuild: + Stable for ppc64, wrt bug #535656 + + 17 Jan 2015; Agostino Sarubbo usbutils-008.ebuild: + Stable for ppc, wrt bug #535656 + + 09 Jan 2015; Agostino Sarubbo usbutils-008.ebuild: + Stable for amd64, wrt bug #535656 + + 08 Jan 2015; Jeroen Roovers usbutils-008.ebuild: + Stable for HPPA (bug #535656). + + 08 Jan 2015; Markus Meier usbutils-008.ebuild: + arm stable, bug #535656 + +*usbutils-008 (04 Dec 2014) + + 04 Dec 2014; Tim Harder +usbutils-008.ebuild: + Version bump. 07 Apr 2014; Samuli Suominen -files/usbmodules.sh, -files/usbutils.cron, -usbutils-004.ebuild, -usbutils-006-r1.ebuild, diff --git a/sdk_container/src/third_party/portage-stable/sys-apps/usbutils/Manifest b/sdk_container/src/third_party/portage-stable/sys-apps/usbutils/Manifest index 8539b74864..2c1ee892e5 100644 --- a/sdk_container/src/third_party/portage-stable/sys-apps/usbutils/Manifest +++ b/sdk_container/src/third_party/portage-stable/sys-apps/usbutils/Manifest @@ -3,17 +3,26 @@ Hash: SHA256 AUX usbutils-006-stdint.patch 701 SHA256 da7ffae1b7169bbf32446cf5e63b0983d2f87bbef2cae0ce1b69acbd5ac3310e SHA512 8854846ec60652490401932a751e1e7ea61f59afa83447dd976ac351f898418777780b5e240c76771580aa8a879dbb63928adc053a3a95649dde5d9fab52798a WHIRLPOOL 73fca2e8de3da1745a78de495f9a1132b0b788c7b15f0ce5ff25f8c66ebd881d18089dcf76734d8c179bb5fcae1c9343db3767cff1d04143e11c374878d2643f DIST usbutils-007.tar.xz 418264 SHA256 7593a01724bbc0fd9fe48e62bc721ceb61c76654f1d7b231b3c65f6dfbbaefa4 SHA512 ee5c9ae4b39747139dbf2c0295d0556c2087002a99c1a1c6de9b87714c0ed37c277471794f0c53b15f4f9e4323527eb5d15d7e1197f73e04f2de6978d3d85987 WHIRLPOOL 4374ba416f2bd8678ebfed25e7d5f2fccc5e49abf80716b3b96915601e801ab07686905d5c45e9ae7e7bb40c16084e97a24afc9c35d0ca743e877eea320ab9af +DIST usbutils-008.tar.xz 287052 SHA256 44741af0bae9d402a0ef160a29b2fa700bb656ab5e0a4b3343d51249c2a44c8c SHA512 ab1ad36467ff79ff5ab0b924620001612cae44def58c05ade01a4e58d8a4d48df61c09faba49a20497b7d6314045bbaf137b51a9f4e6b65ed0ea3bb339bf1c45 WHIRLPOOL 47898f8f0c8a93a200777e5006ec36c2bc805e126974ba415edc21983db9d35d3b8ec4a6be28359a36e5adda95cc4c8bc37ba4b651a9065e249b8ffe4c6b70aa EBUILD usbutils-007.ebuild 1354 SHA256 61513aa0853b5301f4a28c8102706a720379fb94187fcb68596bdc2165a48ca6 SHA512 044ee09ae6ce69a92942f64cc3e7e10290a836089a3a3893af593f11625fe2d7aec76668f08bc80e24e513a693d433ca1c3a3e60927ebe66d3c5275f04d7560f WHIRLPOOL 259767855ab8ca9dd75daf1dd3afe1f9dd9da4d41eba14c21abe931af1eb1b7ae0909d8983f7841cbbf45b867fc4515002207bb1dcfacc9d92247dfa6b383fc4 -MISC ChangeLog 23457 SHA256 22867526669b5b2a5ec3aaa67ad3e6e3fa3cb1736d2b992e532dd7978f917eb6 SHA512 d219ce7017e55434f2847f5f47eed5de6df0af993a609847446c16e10d250771ab9b3e6c11ae6f0e84c7eb1afca0db597e71421634ec1108bef98be83ee53fd5 WHIRLPOOL 1bfc83123173eae1da3f54c1e027d4027a9aba9e90bff31b9d4e89050ca9dd11f85d9137f42850a01746aad902c58331bdf002bed05806edc73cf414b22e6ed0 +EBUILD usbutils-008-r1.ebuild 1279 SHA256 30280c309e689fbf43cee49add478e4f870cc8df3edfc1d410f1a14f9d7efb55 SHA512 80860693f797391f7587751061c0c19b31d906c445136b49f673e84cbd4a96df54f0e537222d1172cb139bd26b626535c35d3b8fa2f0a25dc55f65312659a0a7 WHIRLPOOL 842677359b80713483948180d69b515ffbfca39e1f4a03a75bda186303493d4a88d06bcbe9926371f7143229d3da02eb634ef7d7429a71fdbd35cdd24442c2bf +EBUILD usbutils-008.ebuild 1327 SHA256 8199fa210c1748c9579a5f6f3fd8a405f8925ef492d8d0115b4b652f89e26882 SHA512 114796b251410a6e2af35d757c29cb46d48897dbad6838dbff4fe78f2c7492104dcba433678c662ee1c5bb7a41b6bfe1a0bdaa854433c99d8051365e58ce232e WHIRLPOOL 02841b8816cd42ff2987eb90486c7f79767a52daeac3c7500c9b4435df35e8bb8f2ab074370f2878272bbd936efb7faf9600dbd0bc5368dfd52efc33599d8d06 +MISC ChangeLog 25019 SHA256 c83644adbf1d3c55070df375f0ea538eba33eb65fdad6f47f3748404b8d8d750 SHA512 bb91e0c4a5ecc1efcc7709d1c437aa9cbf0fced1597f88a3b26cd5ff75c258949a4e97889bc9b9039f031bb73039c7bbda469a1cf6d7d92a001c510b8d0f4023 WHIRLPOOL 5b4fb389cb5f25f4c32ad994e6fd780db2ceaea2a5c66153677f3dedf4b77af57f5d5bf29fb7bc09ed2d2ac5df7eff63ec22e0efcfed5f80b353cc49d53826b3 MISC metadata.xml 164 SHA256 f5f2891f2a4791cd31350bb2bb572131ad7235cd0eeb124c9912c187ac10ce92 SHA512 8eb0d5153d388f6ea069c64b93882244816a0a09aecc0d73cb872121ce0eb24c5ccafa96aad0b620b2300f319e1af101fa7fa6c5d0d561719d49bb07da0a2eca WHIRLPOOL 11a1441bddb7a6c69653c663902b7da5767ae6ad515ac2aabfc42fe37927a1ccc21472deeee454009ff720201a41c3e4a912df42661a0a87150fb46126da2d52 -----BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.22 (GNU/Linux) +Version: GnuPG v2 -iQEcBAEBCAAGBQJTQtajAAoJEEdUh39IaPFNNKEH/jTQzNPx7jV3eJUEcosrAc++ -xRo8ByJ5sV1clXn/lWo5YdRjSpBvOYPX52/g65Q+fA9nSnZLdNl00uDbH1/iJV+E -3IGQN5MBWx+qT3Xrp9clzYOe+sCOwAh5S3UIC+MQ5eEXwYYYMO9FnXmNodXawg+z -Vhegk2jQuTG8k3UsaRw2K5fC/sjBxpYP30XMa9sKzykSDZ6GgBoFyE4xvkND71Za -3lPNeSgEpx6HC2RZ7dr270SVw2deblxCSdS15RswScSobJcRHzr0NH5ZH1KCplfd -HS0qP60RWk+zMJX0I2HahT1Z0cAQR/Vu4ViDsWDlrieTG+C59fAhrMGYl2fXT4Q= -=sasO +iQIcBAEBCAAGBQJU9RNMAAoJEJIMDbyqvv1V9AwP/2ErqNhZqr8o3NzuCv0NPErk +wj9+Ih6DxzVOcyJwQfH6bIX1qbyCoeZKUDC1tEIyz1CYpkFdj3rXOtSd3FGONof9 +q8o3gbJeJnhYQrj4t9TRicKACSkdBEasKu76MwiAAoBuzcnhO4XDrFjTUT/nQXqW +6q8s6Pn9/JLfZ3TUeeaLXQsOI8aoryHb5Ca5TsQo16O+Tt8DeUzvrVqRGdPW5sEV +CmoSE0n7K58z8U2ij9zzLxycIRwpKgkWYYgx38oSL3QilQuQBsGMkAO6m5CIr+YA +0OfPR6m1vJsEnAaWk4soBh8shNrkB9yf7l3J44iHsGsA3AcAvrkvL4YpzmZN0SoT +j9MjxNzfqyt5oOZsoDKReLX4Xq2sI/8sCnoXYKiNRkDVfhvO7lDDkzZMv7n6xF3R +//1IDDi5yF3EMSGzSPeudr9Ymht9xxWNUxmq90boLSwOJGvIyvqYWcbfpUQuGZXn +kZaKPXKxCIzMjDLTvNEFK4dkIWsQdp0JW/5D9aoMfqtrUlHxAFjId2jQi0ff+AHB +iWkj3WwPoYZ5o3pwScij0UR8E3YknEgbgse4bLqRZmkFMwQ6uoRGWJn0uHdvEjME +R1T6We2Ebs16k8CweWw3oe1Xe6OZbjl7PGJgdwOYDeQ7+qIIl8fgHeUeCzqLtRIj +N2dL3szvkSD7WS1skSlH +=pYFR -----END PGP SIGNATURE----- diff --git a/sdk_container/src/third_party/portage-stable/sys-apps/usbutils/usbutils-008-r1.ebuild b/sdk_container/src/third_party/portage-stable/sys-apps/usbutils/usbutils-008-r1.ebuild new file mode 100644 index 0000000000..16e0622cea --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/sys-apps/usbutils/usbutils-008-r1.ebuild @@ -0,0 +1,50 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/usbutils/usbutils-008-r1.ebuild,v 1.3 2015/02/21 20:29:18 radhermit Exp $ + +EAPI=5 +PYTHON_COMPAT=( python2_7 ) + +inherit python-single-r1 + +DESCRIPTION="USB enumeration utilities" +HOMEPAGE="http://linux-usb.sourceforge.net/" +SRC_URI="mirror://kernel/linux/utils/usb/${PN}/${P}.tar.xz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux" +IUSE="python" +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" + +CDEPEND="virtual/libusb:1= + virtual/libudev:=" +DEPEND="${CDEPEND} + app-arch/xz-utils + virtual/pkgconfig" +RDEPEND="${CDEPEND} + sys-apps/hwids + python? ( ${PYTHON_DEPS} )" + +pkg_setup() { + use python && python-single-r1_pkg_setup +} + +src_prepare() { + epatch "${FILESDIR}"/${PN}-006-stdint.patch + sed -i -e '/^usbids/s:/usr/share:/usr/share/misc:' lsusb.py || die + use python && python_fix_shebang lsusb.py +} + +src_configure() { + econf \ + --datarootdir="${EPREFIX}/usr/share" \ + --datadir="${EPREFIX}/usr/share/misc" +} + +src_install() { + default + newdoc usbhid-dump/NEWS NEWS.usbhid-dump + + use python || rm -f "${ED}"/usr/bin/lsusb.py +} diff --git a/sdk_container/src/third_party/portage-stable/sys-apps/usbutils/usbutils-008.ebuild b/sdk_container/src/third_party/portage-stable/sys-apps/usbutils/usbutils-008.ebuild new file mode 100644 index 0000000000..edd994a944 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/sys-apps/usbutils/usbutils-008.ebuild @@ -0,0 +1,52 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/usbutils/usbutils-008.ebuild,v 1.11 2015/03/03 09:51:34 dlan Exp $ + +EAPI=5 +PYTHON_COMPAT=( python2_7 ) + +inherit python-single-r1 + +DESCRIPTION="USB enumeration utilities" +HOMEPAGE="http://linux-usb.sourceforge.net/" +SRC_URI="mirror://kernel/linux/utils/usb/${PN}/${P}.tar.xz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~arm-linux ~x86-linux" +IUSE="python zlib" +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" + +RDEPEND="virtual/libusb:1= + zlib? ( sys-libs/zlib:= )" +DEPEND="${RDEPEND} + app-arch/xz-utils + virtual/pkgconfig" +RDEPEND="${RDEPEND} + sys-apps/hwids + python? ( ${PYTHON_DEPS} )" + +pkg_setup() { + use python && python-single-r1_pkg_setup +} + +src_prepare() { + epatch "${FILESDIR}"/${PN}-006-stdint.patch + sed -i -e '/^usbids/s:/usr/share:/usr/share/misc:' lsusb.py || die + use python && python_fix_shebang lsusb.py +} + +src_configure() { + econf \ + --datarootdir="${EPREFIX}/usr/share" \ + --datadir="${EPREFIX}/usr/share/misc" \ + --disable-usbids \ + $(use_enable zlib) +} + +src_install() { + default + newdoc usbhid-dump/NEWS NEWS.usbhid-dump + + use python || rm -f "${ED}"/usr/bin/lsusb.py +} From 6c80a8058dd4ecf8fc820c7e6a34efbbd75ee521 Mon Sep 17 00:00:00 2001 From: Geoff Levand Date: Thu, 28 May 2015 09:36:41 -0700 Subject: [PATCH 03/10] bump(sys-apps/gptfdisk): sync with upstream for arm64 Signed-off-by: Geoff Levand --- .../{gptfdisk-0.8.6 => gptfdisk-0.8.10} | 12 +-- .../md5-cache/sys-apps/gptfdisk-0.8.4 | 12 --- .../md5-cache/sys-apps/gptfdisk-0.8.5 | 13 ---- .../md5-cache/sys-apps/gptfdisk-1.0.0 | 13 ++++ .../sys-apps/gptfdisk/ChangeLog | 75 ++++++++++++++++++- .../portage-stable/sys-apps/gptfdisk/Manifest | 32 +++++--- ...sk-0.8.6.ebuild => gptfdisk-0.8.10.ebuild} | 21 ++---- .../sys-apps/gptfdisk/gptfdisk-0.8.4.ebuild | 44 ----------- .../sys-apps/gptfdisk/gptfdisk-0.8.5.ebuild | 48 ------------ .../sys-apps/gptfdisk/gptfdisk-1.0.0.ebuild | 47 ++++++++++++ .../sys-apps/gptfdisk/metadata.xml | 4 + 11 files changed, 167 insertions(+), 154 deletions(-) rename sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/{gptfdisk-0.8.6 => gptfdisk-0.8.10} (53%) delete mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/gptfdisk-0.8.4 delete mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/gptfdisk-0.8.5 create mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/gptfdisk-1.0.0 rename sdk_container/src/third_party/portage-stable/sys-apps/gptfdisk/{gptfdisk-0.8.6.ebuild => gptfdisk-0.8.10.ebuild} (64%) delete mode 100644 sdk_container/src/third_party/portage-stable/sys-apps/gptfdisk/gptfdisk-0.8.4.ebuild delete mode 100644 sdk_container/src/third_party/portage-stable/sys-apps/gptfdisk/gptfdisk-0.8.5.ebuild create mode 100644 sdk_container/src/third_party/portage-stable/sys-apps/gptfdisk/gptfdisk-1.0.0.ebuild diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/gptfdisk-0.8.6 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/gptfdisk-0.8.10 similarity index 53% rename from sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/gptfdisk-0.8.6 rename to sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/gptfdisk-0.8.10 index 8c194f5744..8ce3902267 100644 --- a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/gptfdisk-0.8.6 +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/gptfdisk-0.8.10 @@ -1,13 +1,13 @@ DEFINED_PHASES=install prepare -DEPEND=!static? ( dev-libs/popt ncurses? ( >=sys-libs/ncurses-5.7-r7 ) icu? ( dev-libs/icu:= ) kernel_linux? ( sys-apps/util-linux ) ) static? ( dev-libs/popt[static-libs(+)] ncurses? ( >=sys-libs/ncurses-5.7-r7[static-libs(+)] ) icu? ( dev-libs/icu:=[static-libs(+)] ) kernel_linux? ( sys-apps/util-linux[static-libs(+)] ) ) virtual/pkgconfig +DEPEND=!static? ( dev-libs/popt ncurses? ( >=sys-libs/ncurses-5.7-r7 ) kernel_linux? ( sys-apps/util-linux ) ) static? ( dev-libs/popt[static-libs(+)] ncurses? ( >=sys-libs/ncurses-5.7-r7[static-libs(+)] ) kernel_linux? ( sys-apps/util-linux[static-libs(+)] ) ) virtual/pkgconfig DESCRIPTION=GPT partition table manipulator for Linux EAPI=5 HOMEPAGE=http://www.rodsbooks.com/gdisk/ -IUSE=+icu kernel_linux ncurses static -KEYWORDS=alpha amd64 arm ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~arm-linux ~x86-linux +IUSE=kernel_linux ncurses static +KEYWORDS=alpha amd64 arm ~arm64 ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~arm-linux ~x86-linux LICENSE=GPL-2 -RDEPEND=!static? ( dev-libs/popt ncurses? ( >=sys-libs/ncurses-5.7-r7 ) icu? ( dev-libs/icu:= ) kernel_linux? ( sys-apps/util-linux ) ) +RDEPEND=!static? ( dev-libs/popt ncurses? ( >=sys-libs/ncurses-5.7-r7 ) kernel_linux? ( sys-apps/util-linux ) ) SLOT=0 -SRC_URI=mirror://sourceforge/gptfdisk/gptfdisk-0.8.6.tar.gz +SRC_URI=mirror://sourceforge/gptfdisk/gptfdisk-0.8.10.tar.gz _eclasses_=eutils 9fb270e417e0e83d64ca52586c4a79de flag-o-matic c263990f1b677b0f0be0a3299f179762 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs c961250d50160cd37d6b7fd9e8429c92 -_md5_=da6924fa6fa70deab67322d3a4fe5266 +_md5_=4a24b76cffa0c955b3d8c816d1da0633 diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/gptfdisk-0.8.4 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/gptfdisk-0.8.4 deleted file mode 100644 index db5eba1b9b..0000000000 --- a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/gptfdisk-0.8.4 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile install prepare -DEPEND=dev-libs/icu dev-libs/popt sys-libs/ncurses -DESCRIPTION=gdisk - GPT partition table manipulator for Linux -EAPI=4 -HOMEPAGE=http://www.rodsbooks.com/gdisk/ -KEYWORDS=~alpha amd64 arm ~ia64 ~mips ppc ppc64 x86 ~amd64-linux ~x86-linux -LICENSE=GPL-2 -RDEPEND=dev-libs/icu dev-libs/popt sys-libs/ncurses -SLOT=0 -SRC_URI=mirror://sourceforge/gptfdisk/gptfdisk-0.8.4.tar.gz -_eclasses_=multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs c961250d50160cd37d6b7fd9e8429c92 -_md5_=ddd2906fef925ab1fe8475b830b2f272 diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/gptfdisk-0.8.5 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/gptfdisk-0.8.5 deleted file mode 100644 index 6e377c8428..0000000000 --- a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/gptfdisk-0.8.5 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile install prepare -DEPEND=dev-libs/icu dev-libs/popt >=sys-libs/ncurses-5.7-r7 kernel_linux? ( sys-apps/util-linux ) virtual/pkgconfig -DESCRIPTION=gdisk - GPT partition table manipulator for Linux -EAPI=4 -HOMEPAGE=http://www.rodsbooks.com/gdisk/ -IUSE=kernel_linux -KEYWORDS=alpha ~amd64 ~arm ia64 ~mips ~ppc ~ppc64 sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux -LICENSE=GPL-2 -RDEPEND=dev-libs/icu dev-libs/popt >=sys-libs/ncurses-5.7-r7 kernel_linux? ( sys-apps/util-linux ) -SLOT=0 -SRC_URI=mirror://sourceforge/gptfdisk/gptfdisk-0.8.5.tar.gz -_eclasses_=multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs c961250d50160cd37d6b7fd9e8429c92 -_md5_=782b5a7c6df73b35e6a535c32f5ff5e3 diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/gptfdisk-1.0.0 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/gptfdisk-1.0.0 new file mode 100644 index 0000000000..59b6cdefc8 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/gptfdisk-1.0.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=install prepare +DEPEND=!static? ( dev-libs/popt ncurses? ( >=sys-libs/ncurses-5.7-r7 ) kernel_linux? ( sys-apps/util-linux ) ) static? ( dev-libs/popt[static-libs(+)] ncurses? ( >=sys-libs/ncurses-5.7-r7[static-libs(+)] ) kernel_linux? ( sys-apps/util-linux[static-libs(+)] ) ) virtual/pkgconfig +DESCRIPTION=GPT partition table manipulator for Linux +EAPI=5 +HOMEPAGE=http://www.rodsbooks.com/gdisk/ +IUSE=kernel_linux ncurses static +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux +LICENSE=GPL-2 +RDEPEND=!static? ( dev-libs/popt ncurses? ( >=sys-libs/ncurses-5.7-r7 ) kernel_linux? ( sys-apps/util-linux ) ) +SLOT=0 +SRC_URI=mirror://sourceforge/gptfdisk/gptfdisk-1.0.0.tar.gz +_eclasses_=eutils 9fb270e417e0e83d64ca52586c4a79de flag-o-matic c263990f1b677b0f0be0a3299f179762 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs c961250d50160cd37d6b7fd9e8429c92 +_md5_=6f47372e2676f1bf0b9f882d87b98a80 diff --git a/sdk_container/src/third_party/portage-stable/sys-apps/gptfdisk/ChangeLog b/sdk_container/src/third_party/portage-stable/sys-apps/gptfdisk/ChangeLog index 667cc617f0..04cfa94c8d 100644 --- a/sdk_container/src/third_party/portage-stable/sys-apps/gptfdisk/ChangeLog +++ b/sdk_container/src/third_party/portage-stable/sys-apps/gptfdisk/ChangeLog @@ -1,6 +1,75 @@ # ChangeLog for sys-apps/gptfdisk -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/gptfdisk/ChangeLog,v 1.36 2013/05/22 21:35:43 floppym Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/gptfdisk/ChangeLog,v 1.57 2015/04/16 10:07:18 polynomial-c Exp $ + +*gptfdisk-1.0.0 (16 Apr 2015) + + 16 Apr 2015; Lars Wendler -gptfdisk-0.8.8.ebuild, + +gptfdisk-1.0.0.ebuild: + Version bump. Removed old. + + 03 Mar 2015; Yixun Lan gptfdisk-0.8.10.ebuild: + add arm64 support, tested on A53 board + + 19 Sep 2014; Agostino Sarubbo gptfdisk-0.8.10.ebuild: + Stable for ppc64, wrt bug #510150 + + 07 Aug 2014; Jeroen Roovers gptfdisk-0.8.10.ebuild: + Do not inject configuration flags into build files. + + 01 Aug 2014; Raúl Porcel gptfdisk-0.8.10.ebuild: + ia64/sparc stable wrt #510150 + + 20 Jul 2014; Tobias Klausmann gptfdisk-0.8.10.ebuild: + Stable on alpha, bug #510150 + + 13 Jul 2014; Agostino Sarubbo gptfdisk-0.8.10.ebuild: + Stable for ppc, wrt bug #510150 + + 16 Jun 2014; Chema Alonso gptfdisk-0.8.10.ebuild: + Stable for amd64 wrt bug #510150 + + 14 Jun 2014; Pawel Hajdan jr gptfdisk-0.8.10.ebuild: + x86 stable wrt bug #510150 + + 25 May 2014; Markus Meier gptfdisk-0.8.10.ebuild: + arm stable, bug #510150 + +*gptfdisk-0.8.10 (12 Apr 2014) + + 12 Apr 2014; Lars Wendler -gptfdisk-0.8.4.ebuild, + -gptfdisk-0.8.5.ebuild, -gptfdisk-0.8.6.ebuild, +gptfdisk-0.8.10.ebuild, + metadata.xml: + Version bump. Removed old. Added myself as maintainer. + + 19 Mar 2014; Agostino Sarubbo gptfdisk-0.8.8.ebuild: + Stable for alpha, wrt bug #496530 + + 18 Mar 2014; Agostino Sarubbo gptfdisk-0.8.8.ebuild: + Stable for ia64, wrt bug #496530 + + 14 Mar 2014; Agostino Sarubbo gptfdisk-0.8.8.ebuild: + Stable for ppc64, wrt bug #496530 + + 12 Mar 2014; Agostino Sarubbo gptfdisk-0.8.8.ebuild: + Stable for sparc, wrt bug #496530 + + 05 Mar 2014; Agostino Sarubbo gptfdisk-0.8.8.ebuild: + Stable for ppc, wrt bug #496530 + + 04 Mar 2014; Agostino Sarubbo gptfdisk-0.8.8.ebuild: + Stable for x86, wrt bug #496530 + + 02 Mar 2014; Pacho Ramos gptfdisk-0.8.8.ebuild: + amd64 stable, bug #496530 + + 20 Feb 2014; Markus Meier gptfdisk-0.8.8.ebuild: + arm stable, bug #496530 + +*gptfdisk-0.8.8 (20 Oct 2013) + + 20 Oct 2013; Samuli Suominen +gptfdisk-0.8.8.ebuild: + Version bump. 22 May 2013; Mike Gilbert gptfdisk-0.8.6.ebuild: Use correct ICU flags. Patch by Arfrever. @@ -36,7 +105,7 @@ 29 Mar 2013; Justin Lecher gptfdisk-0.8.4.ebuild, gptfdisk-0.8.5.ebuild, +gptfdisk-0.8.6.ebuild, metadata.xml: - Version BUmp and make icu support optional, #428410, #461454 + Version Bump and make icu support optional, #428410, #461454 09 Mar 2013; Agostino Sarubbo gptfdisk-0.8.5.ebuild: Stable for sparc, wrt bug #427550 diff --git a/sdk_container/src/third_party/portage-stable/sys-apps/gptfdisk/Manifest b/sdk_container/src/third_party/portage-stable/sys-apps/gptfdisk/Manifest index 108823ea7c..61f1787b0f 100644 --- a/sdk_container/src/third_party/portage-stable/sys-apps/gptfdisk/Manifest +++ b/sdk_container/src/third_party/portage-stable/sys-apps/gptfdisk/Manifest @@ -1,18 +1,26 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 -DIST gptfdisk-0.8.4.tar.gz 183081 SHA256 a4aa6800df3a43bec2900eff3c2d8488d8d60c06833035bc881237f9acb79b85 SHA512 604d395a5225e415fddbaa1c6c14ab2867f625e540e9353178698c4dafe7515bedf181b3551e0eb334681fc27a7ed815fb38da3bed81ea1bfdb5c6cadcd3be44 WHIRLPOOL 6654b2cbebd13c215be8d8c0472218d577008a074e377d6cab298a2934166bc2f9a246a90a047e50039d9dc1c013d9af5690c6c426c9c5a16e69200e2c7606b2 -DIST gptfdisk-0.8.5.tar.gz 183841 SHA256 15cc691f28212c157e05315662ed6b76ffdcc8de6fc118fa21c81ef5aae84af9 SHA512 d16038507bc5f0f5dd17888fb1508c9bd92d51d80e4a842d4868b4da3ed8799c96b66d21a68f58e5d94b69a7e5717b7c8985a44d51b16bcfbe9c992f5f79d2ad WHIRLPOOL 9343060ce5b41d5ae8c457b8c4930d4babbf32fd9f9f69cdbb445302f163dbf7f16182febfa9321f806982fd2f29cfafaa2242e896385620375a456311b1b15c -DIST gptfdisk-0.8.6.tar.gz 184686 SHA256 4579cd54842459699970e24720dda7fb0aa217027818623089c321bc62a647b2 SHA512 ad73e644c664f04524e984d1ab39f006f49c3bd62529ecb982f0dd09ba6aeeeee3f146e22398e03e7fabf25eabe7506ff1db35e90863b3494fdd54a5262d9800 WHIRLPOOL 37253eda2f040c15e5b66ffe243c5b961737733562f57f4e9bcc2dd94c55c1adc9274f4c2db03bd3c817ccd83abb503b4ec5dfb78cb8afc910078fecfd9fe4dd -EBUILD gptfdisk-0.8.4.ebuild 918 SHA256 a0805f4b511a39cce4ec03a916ff9686ca7e24589786f1e43e683552d7f4053c SHA512 95e095e62ae9262fd5965fe2202ee269d0864e3fa714f0a9ab3549763a0e41d0856b5883ef26b634844ceba875dfc3d4464a1edee00dd802f1b0fe084756ce3b WHIRLPOOL aad8f03391c2a066661f767c125586c52afb2600a571ab2cdaf01363f579fdda7da6781a04274841df6cee3c163f67f871fbb1c0f9f8092d009ea29080a4e8bc -EBUILD gptfdisk-0.8.5.ebuild 1151 SHA256 982c7d855cb594d77c45f9a5771729e8ba5f4ca5cc37882f77466d092cae1132 SHA512 ff3e40d414c85240da3a43d39b344cfdcea185e55b478b24df9c62f54104b48989ad5f63ee5c016ebd50ebe78db8f662c855f43b5b66d62edf1de4c1bc9831b9 WHIRLPOOL b971b1111a8bc072a3c50096a060295d549cad38c07532995c5b121362fc13e5a8b96c36459c9c289378f843d8141107a1d3bd5b31dbdb458ea1b721941796d4 -EBUILD gptfdisk-0.8.6.ebuild 1491 SHA256 f9b1f80d3e80d50acf037a2eaf78164bc5392ee17bfa362479cc57b0771477ab SHA512 ebfd5a88fcb362a4e597be7251240c3477cbe21f0e9ed0345984d33ea77abbd939cee59d9ff9c54422fa96e0f6e440df907e39b4624530840f09a482c0576129 WHIRLPOOL 460f5c2281594a7b2e64448a8f3d4f61a914e0c56f479f679750eb444cc0c71b1b22a915f8706eefe3f8ff8df78052c6af99178d2f31165ce040047ae6005c44 -MISC ChangeLog 6724 SHA256 ad5ec5cb6f786e802c890e3ba1f338c02654d330ec21f2e834f37349c7b158d9 SHA512 b038fc15f804d9ed9717fb7aeb1eed9f9a1366bcd106f7013b8f64cacda6150c010a2add43dc9f0b3a5e4860f062e93f00959da0b26cdef3adf91960ead7d48a WHIRLPOOL 05008433daf1c01c29b336663712616be55389adaac8826c3c2d5b6693cfdd2e534f45482f9282ff32267a487f2ae0b688cdc80ad0ff33442adc9ee2439e7f76 -MISC metadata.xml 240 SHA256 f70cde052604926c6ac9b19b6091c308671b91300b1d1d0537f4d590f59d2d90 SHA512 dc32e8e7c987cea9fea95968f1f0d86c6450bba42f3d91c193db041c52f96db23070bc89bb86b212ea4a3bd0844e293daac612661d4e7af26c0c786f671e80f0 WHIRLPOOL 52ed6b39c492f28032bcb2bb024141fc009add45d870ba97ba670c9be2565f7b8171804d7cbf0687673a72c43e7efd143a31fcb14b9ac771ddc2afedf2efd200 +DIST gptfdisk-0.8.10.tar.gz 190666 SHA256 73e64151203ae0c347c488358e71ca582bb7fb7f0d66df86b71c42050390eb9b SHA512 3187bc231c3390a86f5b7b32270d5f0d1e6c7bccd9d1cbf100c29f4822afa73362aa1fbdd3b29f20c42d67ec51bd777b7b58b5791e31182b3860915bc695948f WHIRLPOOL f90b95f9f0cfba1b57b7dcfd2e39e475f322fa9ea2a85891ea70877e518bbed96dec8d4f61a8eeae3dbd2d36d276ce4bd2c2781eaa5135058cf544629f4cddbc +DIST gptfdisk-1.0.0.tar.gz 193521 SHA256 5b66956743a799fc0471cdb032665c1391e82f9c5b3f1d7d726d29fe2ba01d6c SHA512 d60660563268c20737415e1cfd4239fba0cc2ceb4c6ae86cc34e9550d969f9b88ac3d8c862d1790f6d644266b423eeb5d78540eec01a447b722793fba54f6afc WHIRLPOOL d7fbec9fd92eb0a871510f2c25d0057577f73668b68336148af86d549522845dda79423e8ddf306d2128153436467f618decb9b65a19a6bf6e89ce5187c67676 +EBUILD gptfdisk-0.8.10.ebuild 1255 SHA256 58369f7690310eee347f8808b028c2e603cd6e4303cc96cb310d2d975f836943 SHA512 9b30f9722d342554bbfd2374bc43a7f1c2a6cce28a3dc1a84aec17c7cc28fd52b080b6f28696dd07e63e5e74654cdd439e7ddf3eda250409f47d3f08a726b200 WHIRLPOOL ea7e3ec2b55d82d0c2ab39f8018990833ed0dfada1f4f9f85ac19d0dd700f7728267943a11c8b081bea9afc571a67756b712718afb496819e9171d7c7c5ca501 +EBUILD gptfdisk-1.0.0.ebuild 1269 SHA256 deb8c74efa6b9e0954897db9c525f2b3551fd1c23b387c8e55ede304b8793061 SHA512 17ecedc5066639166afa2797a46d90017244773e6bd6c546aff0fdf43d6c0a6a886fc2b6698a10d32ee8780e2e8924ab904426a19d6a3288225580b7d92981bf WHIRLPOOL e31c73c919bf8ca86a8279703c573a0c3683ac75dedf6d7dff0c1dde2a3fbf650dd2b2f7164ce86947adc266123a9455e90e5dfc9fb87942e616176d9182f6e0 +MISC ChangeLog 9109 SHA256 90417f19814175bb6548f4583b2a66820b0b0fa5f352dbb5b17d8a51f1df740b SHA512 f559d1f0983aac2a5d8919ecc145aed6a68cabc00c7435bca583f576aff00da8d8eef267a27e203dd1760d15050a9fbe3c23f48c9abd9c0ced02ab02d28d6fdb WHIRLPOOL d4e7e22a12943b6845fe8deee6c38397a38f8adcdc978d6deff22fd260549de042ec2d23c45f28b443c7ca61e19a7bc5970a644dae7eaade7852e44ed8e34141 +MISC metadata.xml 344 SHA256 399ef984258cc68b135eb28cb0a17ec32dfa333378ddce1631aaec2f359c4180 SHA512 bd6f482f28d348dcd250a0a0e76014d0bea9b7b54b5c5657c7a721370857541d10456e85bd8169852510d09dfede1e404d987bb6c0205ed7712dd55c46025095 WHIRLPOOL 76fec2ecd3c460ab5fb3de0b68213bfa8c0eab6ffe01e375c475e7e266cc0b8b63afbd7fad647e762206a3e522926d311b894bc1b119f112c705cc07b96a879a -----BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.19 (GNU/Linux) +Version: GnuPG v2 -iF4EAREIAAYFAlGdOjAACgkQC77qH+pIQ6QfUQD/TG9bJSaV5xiiumBs2dvrtHBP -JpKRuBhJGzcXM0pEJWEBALzVrlfRd2hsIcylewhsy1IZ0hGz7bcd5QqmeS7XT8rw -=4vvA +iQIcBAEBCAAGBQJVL4nXAAoJEPiazRVxLXTFZYQQANvGeFbd2ZHkYIk6s2+B5FTi +s8dQNEjTs1BVYinDVN0l26W5kjGxYjksGfkcl1pJG/WzmO4cdZDcjV57n7OXnktv +xbnJujIAvnBYPZ2eLl6+Pq5710+aj7pzDhgDrAejxK6CNu1J+rufpt/8RL5YcnTs +Vnt3fmRkhFshQDzMl7i14+VZ8EmfZw+ZSxe1XotBXlO41uW4kmHINxeHwNKeVIGc +zkb41IK9W4Mrldl6EQ7NtQz5fCBQOTTlO+fZ89Gjb+vvT5orwAo9oxPjriBq7fE0 +DUyWnLyiOfQzBseGoDDz3kFs2h4aMt/9ZwiUeJ4VjPIl6vrnw2+3wp/oCV8qdOmL +CszWjyqv0u3NAI9dTp5d8vFblKXFStD/zWcqW8tpCSMuNgDovRw4v9EVKuPBT7Z/ +WLdpRyj6YC4crwaQTvK8W87Xso4tCFf1Ggk6qVvKZ1LBISRBlh4V71m5OegGGAxp +hQNEvXRwsm+XYgLUNVeKFUCQHLOwQsE4Oe/DmWwUbt5oCSTnUrn6zxEDSqSSvrbg +CtiwAsTsw9f6Iezj8RzmlQaKIcP1xRzW1ijMqRn+BvE1jqiplz9FvrCzqgxADLcE +a6ZJMYJC5oJ3NlPkmvdDcZMHb3g5saGkgZs/2MR005vj0kZdiEWEUxzlILCKFqIa +3trdtHCb15BxiJmPC0pJ +=s09F -----END PGP SIGNATURE----- diff --git a/sdk_container/src/third_party/portage-stable/sys-apps/gptfdisk/gptfdisk-0.8.6.ebuild b/sdk_container/src/third_party/portage-stable/sys-apps/gptfdisk/gptfdisk-0.8.10.ebuild similarity index 64% rename from sdk_container/src/third_party/portage-stable/sys-apps/gptfdisk/gptfdisk-0.8.6.ebuild rename to sdk_container/src/third_party/portage-stable/sys-apps/gptfdisk/gptfdisk-0.8.10.ebuild index cac33881e4..6f70f9ac8d 100644 --- a/sdk_container/src/third_party/portage-stable/sys-apps/gptfdisk/gptfdisk-0.8.6.ebuild +++ b/sdk_container/src/third_party/portage-stable/sys-apps/gptfdisk/gptfdisk-0.8.10.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/gptfdisk/gptfdisk-0.8.6.ebuild,v 1.11 2013/05/22 21:35:43 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/gptfdisk/gptfdisk-0.8.10.ebuild,v 1.10 2015/03/03 09:50:06 dlan Exp $ EAPI=5 @@ -12,12 +12,11 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~arm-linux ~x86-linux" -IUSE="+icu kernel_linux ncurses static" +KEYWORDS="alpha amd64 arm ~arm64 ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~arm-linux ~x86-linux" +IUSE="kernel_linux ncurses static" LIB_DEPEND="dev-libs/popt[static-libs(+)] ncurses? ( >=sys-libs/ncurses-5.7-r7[static-libs(+)] ) - icu? ( dev-libs/icu:=[static-libs(+)] ) kernel_linux? ( sys-apps/util-linux[static-libs(+)] )" # libuuid RDEPEND="!static? ( ${LIB_DEPEND//\[static-libs(+)]} )" DEPEND="${RDEPEND} @@ -27,16 +26,6 @@ DEPEND="${RDEPEND} src_prepare() { tc-export CXX PKG_CONFIG - if use icu; then - append-cxxflags $(${PKG_CONFIG} --variable=CXXFLAGS icu-io icu-uc) - else - sed \ - -e 's:-licuio::g' \ - -e 's:-licuuc::g' \ - -e 's:-D USE_UTF16::g' \ - -i Makefile || die - fi - if ! use ncurses; then sed -i \ -e '/^all:/s:cgdisk::' \ @@ -45,7 +34,7 @@ src_prepare() { sed \ -e '/g++/s:=:?=:g' \ - -e "s:-lncurses:$(${PKG_CONFIG} --libs ncurses):g" \ + -e 's:-lncursesw:$(shell $(PKG_CONFIG) --libs ncursesw):g' \ -i Makefile || die use static && append-ldflags -static diff --git a/sdk_container/src/third_party/portage-stable/sys-apps/gptfdisk/gptfdisk-0.8.4.ebuild b/sdk_container/src/third_party/portage-stable/sys-apps/gptfdisk/gptfdisk-0.8.4.ebuild deleted file mode 100644 index 5ee38034bc..0000000000 --- a/sdk_container/src/third_party/portage-stable/sys-apps/gptfdisk/gptfdisk-0.8.4.ebuild +++ /dev/null @@ -1,44 +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/gptfdisk/gptfdisk-0.8.4.ebuild,v 1.10 2013/03/29 16:44:20 jlec Exp $ - -EAPI=4 - -inherit toolchain-funcs - -DESCRIPTION="gdisk - GPT partition table manipulator for Linux" -HOMEPAGE="http://www.rodsbooks.com/gdisk/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 arm ~ia64 ~mips ppc ppc64 x86 ~amd64-linux ~x86-linux" -IUSE="" - -RDEPEND=" - dev-libs/icu - dev-libs/popt - sys-libs/ncurses" -DEPEND="${RDEPEND}" - -src_prepare() { - sed \ - -e '/g++/s:=:?=:g' \ - -e "s:-lncurses:$($(tc-getPKG_CONFIG) --libs ncurses):g" \ - -i Makefile || die - - tc-export CXX -} - -src_compile() { - emake CXX="$(tc-getCXX)" -} - -src_install() { - local x - for x in gdisk sgdisk cgdisk fixparts; do - dosbin ${x} - doman ${x}.8 - done - dodoc README NEWS -} diff --git a/sdk_container/src/third_party/portage-stable/sys-apps/gptfdisk/gptfdisk-0.8.5.ebuild b/sdk_container/src/third_party/portage-stable/sys-apps/gptfdisk/gptfdisk-0.8.5.ebuild deleted file mode 100644 index 93ec7ed124..0000000000 --- a/sdk_container/src/third_party/portage-stable/sys-apps/gptfdisk/gptfdisk-0.8.5.ebuild +++ /dev/null @@ -1,48 +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/gptfdisk/gptfdisk-0.8.5.ebuild,v 1.9 2013/03/29 16:44:20 jlec Exp $ - -EAPI=4 -inherit toolchain-funcs - -DESCRIPTION="gdisk - GPT partition table manipulator for Linux" -HOMEPAGE="http://www.rodsbooks.com/gdisk/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha ~amd64 ~arm ia64 ~mips ~ppc ~ppc64 sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux" -IUSE="kernel_linux" - -RDEPEND="dev-libs/icu - dev-libs/popt - >=sys-libs/ncurses-5.7-r7 - kernel_linux? ( sys-apps/util-linux )" # libuuid -DEPEND="${RDEPEND} - virtual/pkgconfig" - -src_prepare() { - sed \ - -e '/g++/s:=:?=:g' \ - -e "s:-lncurses:$($(tc-getPKG_CONFIG) --libs ncurses):g" \ - -i Makefile || die - - tc-export CXX -} - -src_compile() { - emake CXX="$(tc-getCXX) $($(tc-getPKG_CONFIG) --variable=CXXFLAGS icu-io icu-uc) ${CXXFLAGS}" #439696 -} - -#src_test() { -# ./gdisk_test.sh || die -#} - -src_install() { - local app - for app in gdisk sgdisk cgdisk fixparts; do - dosbin ${app} - doman ${app}.8 - done - dodoc NEWS README -} diff --git a/sdk_container/src/third_party/portage-stable/sys-apps/gptfdisk/gptfdisk-1.0.0.ebuild b/sdk_container/src/third_party/portage-stable/sys-apps/gptfdisk/gptfdisk-1.0.0.ebuild new file mode 100644 index 0000000000..aeac684775 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/sys-apps/gptfdisk/gptfdisk-1.0.0.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/gptfdisk/gptfdisk-1.0.0.ebuild,v 1.1 2015/04/16 10:07:18 polynomial-c Exp $ + +EAPI=5 + +inherit flag-o-matic toolchain-funcs + +DESCRIPTION="GPT partition table manipulator for Linux" +HOMEPAGE="http://www.rodsbooks.com/gdisk/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux" +IUSE="kernel_linux ncurses static" + +LIB_DEPEND="dev-libs/popt[static-libs(+)] + ncurses? ( >=sys-libs/ncurses-5.7-r7[static-libs(+)] ) + kernel_linux? ( sys-apps/util-linux[static-libs(+)] )" # libuuid +RDEPEND="!static? ( ${LIB_DEPEND//\[static-libs(+)]} )" +DEPEND="${RDEPEND} + static? ( ${LIB_DEPEND} ) + virtual/pkgconfig" + +src_prepare() { + tc-export CXX PKG_CONFIG + + if ! use ncurses; then + sed -i \ + -e '/^all:/s:cgdisk::' \ + Makefile || die + fi + + sed \ + -e '/g++/s:=:?=:g' \ + -e 's:-lncursesw:$(shell $(PKG_CONFIG) --libs ncursesw):g' \ + -i Makefile || die + + use static && append-ldflags -static +} + +src_install() { + dosbin gdisk sgdisk $(usex ncurses cgdisk '') fixparts + doman *.8 + dodoc NEWS README +} diff --git a/sdk_container/src/third_party/portage-stable/sys-apps/gptfdisk/metadata.xml b/sdk_container/src/third_party/portage-stable/sys-apps/gptfdisk/metadata.xml index f233055c02..15e5b36515 100644 --- a/sdk_container/src/third_party/portage-stable/sys-apps/gptfdisk/metadata.xml +++ b/sdk_container/src/third_party/portage-stable/sys-apps/gptfdisk/metadata.xml @@ -5,4 +5,8 @@ alexxy@gentoo.org Alexey Shvetsov + + polynomial-c@gentoo.org + Lars Wendler + From cd55a3b0084db462ad9390f0cdd12a8560816a9a Mon Sep 17 00:00:00 2001 From: Geoff Levand Date: Thu, 28 May 2015 09:36:41 -0700 Subject: [PATCH 04/10] bump(sys-apps/ethtool): sync with upstream for arm64 Signed-off-by: Geoff Levand --- .../metadata/md5-cache/sys-apps/ethtool-3.14 | 10 +++++++ .../metadata/md5-cache/sys-apps/ethtool-3.15 | 10 +++++++ .../metadata/md5-cache/sys-apps/ethtool-3.16 | 10 +++++++ .../metadata/md5-cache/sys-apps/ethtool-3.18 | 10 +++++++ .../portage-stable/sys-apps/ethtool/ChangeLog | 22 +++++++++++++++- .../portage-stable/sys-apps/ethtool/Manifest | 26 ++++++++++++------- .../sys-apps/ethtool/ethtool-3.14.ebuild | 15 +++++++++++ .../sys-apps/ethtool/ethtool-3.15.ebuild | 15 +++++++++++ .../sys-apps/ethtool/ethtool-3.16.ebuild | 15 +++++++++++ .../sys-apps/ethtool/ethtool-3.18.ebuild | 15 +++++++++++ 10 files changed, 138 insertions(+), 10 deletions(-) create mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/ethtool-3.14 create mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/ethtool-3.15 create mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/ethtool-3.16 create mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/ethtool-3.18 create mode 100644 sdk_container/src/third_party/portage-stable/sys-apps/ethtool/ethtool-3.14.ebuild create mode 100644 sdk_container/src/third_party/portage-stable/sys-apps/ethtool/ethtool-3.15.ebuild create mode 100644 sdk_container/src/third_party/portage-stable/sys-apps/ethtool/ethtool-3.16.ebuild create mode 100644 sdk_container/src/third_party/portage-stable/sys-apps/ethtool/ethtool-3.18.ebuild diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/ethtool-3.14 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/ethtool-3.14 new file mode 100644 index 0000000000..e76ba43eb4 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/ethtool-3.14 @@ -0,0 +1,10 @@ +DEFINED_PHASES=- +DEPEND=app-arch/xz-utils +DESCRIPTION=Utility for examining and tuning ethernet-based network interfaces +EAPI=4 +HOMEPAGE=http://www.kernel.org/pub/software/network/ethtool/ +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 +LICENSE=GPL-2 +SLOT=0 +SRC_URI=mirror://kernel/software/network/ethtool/ethtool-3.14.tar.xz +_md5_=f6f1ba57e90f7ca88622f34db3423c6f diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/ethtool-3.15 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/ethtool-3.15 new file mode 100644 index 0000000000..9a22f19533 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/ethtool-3.15 @@ -0,0 +1,10 @@ +DEFINED_PHASES=- +DEPEND=app-arch/xz-utils +DESCRIPTION=Utility for examining and tuning ethernet-based network interfaces +EAPI=4 +HOMEPAGE=http://www.kernel.org/pub/software/network/ethtool/ +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 +LICENSE=GPL-2 +SLOT=0 +SRC_URI=mirror://kernel/software/network/ethtool/ethtool-3.15.tar.xz +_md5_=e2bef7d43869cce57188db57a09b8415 diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/ethtool-3.16 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/ethtool-3.16 new file mode 100644 index 0000000000..dc0a9c55f2 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/ethtool-3.16 @@ -0,0 +1,10 @@ +DEFINED_PHASES=- +DEPEND=app-arch/xz-utils +DESCRIPTION=Utility for examining and tuning ethernet-based network interfaces +EAPI=4 +HOMEPAGE=http://www.kernel.org/pub/software/network/ethtool/ +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 +LICENSE=GPL-2 +SLOT=0 +SRC_URI=mirror://kernel/software/network/ethtool/ethtool-3.16.tar.xz +_md5_=ea07eb6bbad1d8701fd0f5c3178767e6 diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/ethtool-3.18 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/ethtool-3.18 new file mode 100644 index 0000000000..ec0d4fcf7d --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/ethtool-3.18 @@ -0,0 +1,10 @@ +DEFINED_PHASES=- +DEPEND=app-arch/xz-utils +DESCRIPTION=Utility for examining and tuning ethernet-based network interfaces +EAPI=5 +HOMEPAGE=http://www.kernel.org/pub/software/network/ethtool/ +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 +LICENSE=GPL-2 +SLOT=0 +SRC_URI=mirror://kernel/software/network/ethtool/ethtool-3.18.tar.xz +_md5_=2b5dc6e6c58a3f26cc401afeaf2257fe diff --git a/sdk_container/src/third_party/portage-stable/sys-apps/ethtool/ChangeLog b/sdk_container/src/third_party/portage-stable/sys-apps/ethtool/ChangeLog index 5d74f47bb3..8b70d346ab 100644 --- a/sdk_container/src/third_party/portage-stable/sys-apps/ethtool/ChangeLog +++ b/sdk_container/src/third_party/portage-stable/sys-apps/ethtool/ChangeLog @@ -1,6 +1,26 @@ # ChangeLog for sys-apps/ethtool # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/ethtool/ChangeLog,v 1.111 2014/01/31 01:45:04 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/ethtool/ChangeLog,v 1.115 2014/12/15 01:51:09 radhermit Exp $ + +*ethtool-3.18 (15 Dec 2014) + + 15 Dec 2014; Tim Harder +ethtool-3.18.ebuild: + Version bump. + +*ethtool-3.16 (09 Oct 2014) + + 09 Oct 2014; Tim Harder +ethtool-3.16.ebuild: + Version bump. + +*ethtool-3.15 (21 Jul 2014) + + 21 Jul 2014; Tim Harder +ethtool-3.15.ebuild: + Version bump. + +*ethtool-3.14 (23 Apr 2014) + + 23 Apr 2014; Tim Harder +ethtool-3.14.ebuild: + Version bump. *ethtool-3.13 (31 Jan 2014) diff --git a/sdk_container/src/third_party/portage-stable/sys-apps/ethtool/Manifest b/sdk_container/src/third_party/portage-stable/sys-apps/ethtool/Manifest index 66ee80469b..52b2514827 100644 --- a/sdk_container/src/third_party/portage-stable/sys-apps/ethtool/Manifest +++ b/sdk_container/src/third_party/portage-stable/sys-apps/ethtool/Manifest @@ -6,6 +6,10 @@ DIST ethtool-3.0.tar.bz2 170196 SHA256 095844d67c1dbe4a2ce3bebc72841475fcee23be0 DIST ethtool-3.10.tar.xz 184888 SHA256 f88d941b63a0e51613bde5498d42f4ee2eefa332064e7a8dd80069a341dc1c40 SHA512 b7a28e70f92854abb47e61cd927d93b2716407b77d20253e0b21d225e7033d466772677215d2c7b1a811504e8d00e438b47abcf2448c79488dc677bb0ce2183b WHIRLPOOL 424933cb753b92cd26b7694f9849b25f206d094097be21c44f5c8a96b2bb256cc45f6d9c86348267e5eb1ed075a1159aabf2caa3867651818847c0600fdd0f73 DIST ethtool-3.12.1.tar.xz 186744 SHA256 616ec632cddcba7240a23582b05380b69f1b359280e8db3fe3bb46498b621149 SHA512 1e51660ed8c33af4c8509e52d835c906fcb644f841874e360f06a606219ff5f51340bdcb25cdbfff66f982e328c4c51297a3ad9851e9bea52156c20d0ac12526 WHIRLPOOL 73cbf7f0dbce244c834f737efccad6eb5e3bc916db37711348e9c6ff181278b03f166e11b39c36bba5fb80375cf46a65901a4013d9eea6affc39e44975a77295 DIST ethtool-3.13.tar.xz 193780 SHA256 5a5657e213f100f4aa3f33ee5f5f5907fa3440fed41aae09d0cb21f9ad92e71f SHA512 91afe0ee1e99a6a6212e4e4bca339719d46493b46dae5f1a2f516e1794750c9f46777cc3fa030e88d9694a59dfbd65fa9f24510b808bb8b5b8eaca3215bd60c0 WHIRLPOOL 3b2e432f8ee8110de7abcc794dda7244bd866366e404aab18ca28345df34e8a1fab2ae110c459c9c14fca7f13fe1cb74fe9d75c6d49e9e4614432f6e2d7296aa +DIST ethtool-3.14.tar.xz 194360 SHA256 434e2b70ef91b186b8287077692163112f6936e8e2aabd9199eb9473ca516707 SHA512 745feeb4fa3bfcee40c9299f7f6102646029e8079f8ed9904a348f09ab5f23b17d929c65cf892d38fe38b629d8dedf8706c1902993da3c24337c52e65bb161de WHIRLPOOL 031a433bfb8f61ec783827a35c2c5d8a5b49afdb918026f7ff3077e4731a448a625dec5f769f92d76aa2388cce725ea45b10f494998a9d1b0875d75e4bde5652 +DIST ethtool-3.15.tar.xz 195440 SHA256 88d3690e255a02363953cc375055b688b162d21efc7ef3836b5447477ce26f9a SHA512 e9f6375d065b83c5142a89a30483fa4a4f90eafe81f690c5f7b33a389b6fa2a16156f222ca932c31596ebfa418009ded755b0d3e09e5fa881f5c58fb57c9a543 WHIRLPOOL 20129f3626c756557b49328dad5b7cf6c3e89210459e46df020a15934db8450ff0ef14d6378e20aae88e94d8d3c5234effb42f9d1d039720e3a62b454d5f68fa +DIST ethtool-3.16.tar.xz 198760 SHA256 d6e0dd3fa904c3ad87487c66a4a8fde1ebc4194979ca5755df4b2efb247ca286 SHA512 5f3790872eef14c20b4e1c59e9f318f18811022fa2b1c345699c815acf942e91288bb08d6e7d36d8b4f33101e52c832522d5118146f9e0f5d98cdf2f9c0d0d30 WHIRLPOOL 43195f66cfe97c0066bedb05e46342d5da8efc36bdb307d20e787b17777e20d781f7beecb2cbc161ed9d7efdd81c54796a47bbdf927aa761ce64d3bb3f203606 +DIST ethtool-3.18.tar.xz 198780 SHA256 813ffe59fddd2db423c578448b10e33e2e2d4cc2ba780f1f0c603642b20342f6 SHA512 06fba3458c69bd414f5c5edaba006f39e0777614521e5dc37859d1947d3069f7c04f8ea2513f16a930183fb98fc4b6e7cc374a2070787a750673cbf01943eb62 WHIRLPOOL 9c235b7c01f846601a714b8c774e217b1f5f5097dd561adeada940aaeea15f7ccb76232be3536c486fd14486ca5a18f0658bfed2096c173718fc7a188d7ce1ee DIST ethtool-3.4.2.tar.bz2 200731 SHA256 e2cb6e7977c804b0fa387ba41a04772d37efeb237f27de59eace06792a47a187 SHA512 43714a643c741ef46132e06f6f407bbf77c7787a6fcfe6b9b73165883ea498890ee23d34662255c6fbaeba924d2f8e8cd5160c33c960492dcf5e4a94d2bb68a9 WHIRLPOOL ffaecb40293f15c2e33f85fc6a6318ce1ce82b5db0395e6a0ead0deb45ef39d765c3dd91e66e4b0e83d33b07b98c5ac30e821f9800fff56b788bb46351ce204c DIST ethtool-3.8.tar.xz 184168 SHA256 510df229ffb27bc030bf60d6181a021e9d3707a082d6565b6daae3d352ee2c95 SHA512 ce003286651f225baf631d7a760f910297a5cd083887f8d96dcc302c2597cb5c3774c58ab34ea55fd9c12d17493bab09fc5cddfc6b383235b818198d5e8d751e WHIRLPOOL c0314b0293b43fc8fdaf6462140a7d56e87b9d6bb03cd5eb9589a5bc26ee006c17764e9cb8c36ff4aacaa54ff10bb9971086ac4a9e25c50cebff966eb15e0595 EBUILD ethtool-2.6.39.ebuild 550 SHA256 07826a0e42f8b62a771cb524ed0cbd5a7cb9e5a91b50539ec600896bd41bd02b SHA512 a1957df0fd4990ce5a1e2dbda0738bf72897e58afe221afe7171d1a593e51c83062e39a3943e71dfd20d27f929feedf6cc9cd7486f4b2e3b04d7b14b871c4ede WHIRLPOOL a0e6a5fa33fd5eda2959efc4c06db1146e830436a579e484b1b1de14de221e6f2a758006a59c3d10fcede5492b210ce62fbc64eb6b4b24579ce2c35d5e748d82 @@ -13,18 +17,22 @@ EBUILD ethtool-3.0.ebuild 537 SHA256 81384b1055e88565c86e29dd0f72119176d3cfebab1 EBUILD ethtool-3.10.ebuild 569 SHA256 135dc11b420ab3b9940609415e4873aef419f49d1324c39f09534e51555ee73a SHA512 6cd18120dd0499e5a10482541e21f6a917bddd73fe336f2191268fc82f92f0d2d0ace3ca0b8d804edc2d03008954047cbcd4a21bde7c0c22fbb4a044a6aac154 WHIRLPOOL e7674f12c3b16969a22334be73c1bab3ae137b7fa1ec0182210386b125b41303d11bb68f8d28720b8d2159c5e93a22dcd949c7fe058a773934bc7af2338a5789 EBUILD ethtool-3.12.1.ebuild 556 SHA256 5a338850867ca277161f8f8bf5c4bb2d9e5313b436843ae3d12d926aba03d40b SHA512 e4056338a7070fc6ee43ee8c8df8b6b113c0080bbebc9756e8907d7df35066964c6aee73c4a1ad1fb96607ce0124afb2afe6234508dd7627ac7f52e71770f7e3 WHIRLPOOL b29a54d8e7bb1f0d2e4eade24c16ef7dc3dc7f08577599e4ffb3ad6ba31c9eee1ae66c43cb91b9894740641575dc92cf0506ec317eb6430f09a2b3d13be57fbd EBUILD ethtool-3.13.ebuild 569 SHA256 912fa693c4336fd82c3dce3eede4b422c856d623526218fa5c5709bd4031d4bc SHA512 e10d0b4e09fa835885e96abc85f038748c190cad2809ddb154efe8daf232f26a83c21843bdef27dca6d0bf227c8ff163629ec485225d5639df0b8e3a7237c271 WHIRLPOOL 081af0949c35c1a490eb8ce01f6c0ac7af66aadd1f477fd368a8550ce63c2da64cf60ed3cbf6b7bbffab99e17a1fd55fd13a54bc96c0a31f8f6cc947477521d1 +EBUILD ethtool-3.14.ebuild 569 SHA256 9c37c3aa6a0b199835afd1a5303ddd5c5af223405d6ac414efe978a6884f1215 SHA512 7d4445a38ddc5bb3ce12a714d90d42ef85f47ee9c450735e2cc01cd0ac51fda71601876aba5a9e15255dcad78ca9cb28a572c52358351f522bc78ec9df487764 WHIRLPOOL 428e8ea692b8ad43c93bb67f99940480d3ab8e62f4567e8ab27baf1939bea6b2dbe10141d686e9be03aea6f45d4d3b188aebcf79761c0b116d70497a28db5dea +EBUILD ethtool-3.15.ebuild 569 SHA256 69a0ad296fca60176a986bcde8daed823eb1ccee4720d9507fa0d21d2b1f98dc SHA512 fe96044305963fe15b0b757ddaf735406bc26e6c6aaa01d191df6b9b17087ae44fd42a1d323ab3ea371ff55dec804452e93c61760b9dadfaf76966004ea86f05 WHIRLPOOL 128b42b3158f9b1b4f473380c07963e608fd159e2f5c115b4deebb9a5face796f9969e2d07a8749ac56d09d8472074e5de61bc01622600b2c1043283c3c896b0 +EBUILD ethtool-3.16.ebuild 569 SHA256 3e14546d4f4b74ea43cef92341bc578c13b4ab3a09f1e11004c06dc28818f914 SHA512 c30cb0dc2452f10db5361def47a1eca57b3bf2bf11b779863caef80cca7cf42306936355d2e491c371b2c0d4ac99595b7f154a91a7dc2c1f555f900b1afe9d48 WHIRLPOOL d41d66b85a5c6949cbd49789ecd83e26b5818268f03245d70c3cb64db7905e56ff2feed1ec55d3d8de0fe380e30850f3ed3ca951d47e8a931d20be83b92f5690 +EBUILD ethtool-3.18.ebuild 569 SHA256 15eeea7680e870afe8f6be32e608a195cc79bd0770bfdc2460c8c1ace1689fbe SHA512 ca0df6b66eb36373db6c7cd137c7573586d009599e2d4218e6a3fb55bd48b1f603a56a21139623b4e90586d6fe74d048853e55aa072014328b6ddcfbd998c987 WHIRLPOOL 756d33250cf63974ec358109c3fba2cf3cb3033ab201d29de517fbb7c0ba83633d899e960dfadd36fbe3db5e45f4071e13dbf75f55650933e7f8ef5669af69b4 EBUILD ethtool-3.4.2.ebuild 551 SHA256 31f506101e80637f2a0d227b09fae6044c395a83136f7b1facc51c5a2dbeb4e3 SHA512 c539ad4cfab6956da609fa2645748a3198811750300e379ca8a26bd509e66300a8e3b5f7f0cbd3ed83acafe58305f014bf4d78913f74473fcc4555a547e29ac3 WHIRLPOOL 46a5e321227d0ea2ce1c2550be2b60bdc1bf24f8989ff4e69724dd4d20f2fbd69f5da4b33d74f955e80cdb7c01ee63f8bdf40c6ac2d3439c963dd88ca71737c6 EBUILD ethtool-3.8.ebuild 553 SHA256 1a1687e86eb7b2e3d6d9cc19320bef04a55b464a588a2490d3dc2b12ccbc8e99 SHA512 d31fac89be6e80c1d46a5ab72bb3b4d7eca177dd17b0fb050f6fc440352e0010ad5193fe9b3a16aaa66753cfc3f2a988d8a14443576efb6f23616e77b213c84a WHIRLPOOL f6d2d06d167eb4cc4c87f68420ab73d4d690fec13824bf9b4a062e367f772515ef0246a579345295a37efba6d5e1c1c3cde1fe27f64c9ae23595cd72c1a13de6 -MISC ChangeLog 12480 SHA256 ecb8e5d8eeb5712b1285c44267b46d27ba93473818047aa693253b85ad4ccbdb SHA512 e6dc9691804d6ec5b1b2691ae88baedda9502f7f2ba6719c905ff3c3a099491801735f9b154728dc0a3fe2845bb1b264cc16f5558e25e5b5467e858fc70d8846 WHIRLPOOL f065de35ee691519ac7b60d9daa46ea37b55e04d5e327cd7b786691ce1bc4b28f305f1ebc941a84dd68fc654e3a174c0b86309bc4fcd53eabf318dc1bf6d8d2d +MISC ChangeLog 12948 SHA256 88fd8b7cefe6f0e09b5e9938ff3a78145c1034e86a1c398b04c058c55782afd9 SHA512 701c5912b65db53f29a0f6b4b3b27271e641cd2210952cac59669f7123bbc42bb85f6dbc2853efaee4efe0a62b00326b2d5d14c95ffa75a7d7a957431b981634 WHIRLPOOL ff5afc51b3c77029a352e91d1875c3bd256234f6e51b06f30794662b0f4fb503d3f5ae31ace4936f3aed6769493a38c2acddcc9a40e18213f372575d1ecfc34a MISC metadata.xml 725 SHA256 9524d20aefcbb4aac222671f395de01676c45982183fedb26c70a9246abf779a SHA512 f22f2c0b511154a60ed4e4c680165796a2ce9893ae0216e6d40678ba2024ad20f90f76ceb5eb818e29686e921660773373fe9648c5f5b25644886bcc9773f640 WHIRLPOOL e366c6d2d0253c90c173d3579dcc21c63c04bacece2158c825a8d08e9e2ff255022ecf0cdef3374097648f20f46cfe849f15485df627a68d4d956423797a6de9 -----BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.22 (GNU/Linux) +Version: GnuPG v2 -iQEcBAEBCAAGBQJS6wAjAAoJEEqz6FtPBkyjSa8IAKwrUtJsL/NQOx7Zn8JD4vb+ -Aucng/PbnociHvuxtiri9DGtvobEGTIdzGjICN/3dAj8IIBFPcSHHU/juoEZq/4t -WsycQJ69kx7T/KiXDEpOg0fPNom1bodSLez9XN7xhOax8KWUWjtd8JKu5RrczrfG -JqKSr1JRMiUA3EE0UfqjsKrBPtNvbzpfDAOJJNGN1+C1lK9LHjYn8sHoa3RAkMrl -HEv15yWN/FHePe9Fwtq06PKAd3aetxE/+93+8hNjPqkZF/RoGDfYsfyw0Bw+CoFu -nCS7pbuBYisYKpS2n6fGthnWmStIg8QRZU+ZMLXE+Pj6YCO9uXbypvs8LfGIXWM= -=HgZy +iQEcBAEBCAAGBQJUjj6YAAoJEEqz6FtPBkyj7SAH/3TxbLnHwq9ojv/U1FGf7Ozf +10zseTT6EdUNtGofYVZb2XtH7qUFFzOIcZhi4WT9VVm2Vy/5KaNsb9JcGKcQWEke +4yL1EJMbFDu3WK64h0G6J9+DiT9SN9Z8psGm9M2IitA6L5xnmGnrOC5W/j0zIJGi +2c1bc1TE2rivLrRh4LtakVzjl/eUObLHYkQ0uHVcXWPy7AVwY7lbnFg5UWGx8gme +WiBjm94Xz/bNki/P3R6pwb9hI2wX52zxDHimDzf6hWNbH9KwmZ9rx/Un9a/JYGSA +Qe8SnVbtdegfCZk1BOjGDj1pMM7whyKGaw21y4GyfuOkCrIfDN8c4DzGGd6TtL8= +=iaRE -----END PGP SIGNATURE----- diff --git a/sdk_container/src/third_party/portage-stable/sys-apps/ethtool/ethtool-3.14.ebuild b/sdk_container/src/third_party/portage-stable/sys-apps/ethtool/ethtool-3.14.ebuild new file mode 100644 index 0000000000..7970b478a6 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/sys-apps/ethtool/ethtool-3.14.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/ethtool/ethtool-3.14.ebuild,v 1.1 2014/04/23 17:52:30 radhermit Exp $ + +EAPI="4" + +DESCRIPTION="Utility for examining and tuning ethernet-based network interfaces" +HOMEPAGE="http://www.kernel.org/pub/software/network/ethtool/" +SRC_URI="mirror://kernel/software/network/ethtool/${P}.tar.xz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86" + +DEPEND="app-arch/xz-utils" diff --git a/sdk_container/src/third_party/portage-stable/sys-apps/ethtool/ethtool-3.15.ebuild b/sdk_container/src/third_party/portage-stable/sys-apps/ethtool/ethtool-3.15.ebuild new file mode 100644 index 0000000000..64b57a2aab --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/sys-apps/ethtool/ethtool-3.15.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/ethtool/ethtool-3.15.ebuild,v 1.1 2014/07/21 17:03:13 radhermit Exp $ + +EAPI="4" + +DESCRIPTION="Utility for examining and tuning ethernet-based network interfaces" +HOMEPAGE="http://www.kernel.org/pub/software/network/ethtool/" +SRC_URI="mirror://kernel/software/network/ethtool/${P}.tar.xz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86" + +DEPEND="app-arch/xz-utils" diff --git a/sdk_container/src/third_party/portage-stable/sys-apps/ethtool/ethtool-3.16.ebuild b/sdk_container/src/third_party/portage-stable/sys-apps/ethtool/ethtool-3.16.ebuild new file mode 100644 index 0000000000..ab7ef2dc25 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/sys-apps/ethtool/ethtool-3.16.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/ethtool/ethtool-3.16.ebuild,v 1.1 2014/10/09 16:40:05 radhermit Exp $ + +EAPI="4" + +DESCRIPTION="Utility for examining and tuning ethernet-based network interfaces" +HOMEPAGE="http://www.kernel.org/pub/software/network/ethtool/" +SRC_URI="mirror://kernel/software/network/ethtool/${P}.tar.xz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86" + +DEPEND="app-arch/xz-utils" diff --git a/sdk_container/src/third_party/portage-stable/sys-apps/ethtool/ethtool-3.18.ebuild b/sdk_container/src/third_party/portage-stable/sys-apps/ethtool/ethtool-3.18.ebuild new file mode 100644 index 0000000000..32b84d0b62 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/sys-apps/ethtool/ethtool-3.18.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/ethtool/ethtool-3.18.ebuild,v 1.1 2014/12/15 01:51:09 radhermit Exp $ + +EAPI="5" + +DESCRIPTION="Utility for examining and tuning ethernet-based network interfaces" +HOMEPAGE="http://www.kernel.org/pub/software/network/ethtool/" +SRC_URI="mirror://kernel/software/network/ethtool/${P}.tar.xz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86" + +DEPEND="app-arch/xz-utils" From 4289d134c251b0c87bbd5fb4ee1258eb46ec8e39 Mon Sep 17 00:00:00 2001 From: Geoff Levand Date: Thu, 28 May 2015 09:36:41 -0700 Subject: [PATCH 05/10] bump(sys-apps/i2c-tools): sync with upstream for arm64 Signed-off-by: Geoff Levand --- .../md5-cache/sys-apps/i2c-tools-3.0.2 | 6 +- .../md5-cache/sys-apps/i2c-tools-3.1.1-r1 | 13 ++ .../sys-apps/i2c-tools/ChangeLog | 87 ++++++++++++ .../sys-apps/i2c-tools/Manifest | 8 +- .../files/i2c-tools-3.1.1-python-3.patch | 129 ++++++++++++++++++ .../sys-apps/i2c-tools/i2c-tools-3.0.2.ebuild | 8 +- .../i2c-tools/i2c-tools-3.1.1-r1.ebuild | 60 ++++++++ .../sys-apps/i2c-tools/metadata.xml | 5 + 8 files changed, 308 insertions(+), 8 deletions(-) create mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/i2c-tools-3.1.1-r1 create mode 100644 sdk_container/src/third_party/portage-stable/sys-apps/i2c-tools/ChangeLog create mode 100644 sdk_container/src/third_party/portage-stable/sys-apps/i2c-tools/files/i2c-tools-3.1.1-python-3.patch create mode 100644 sdk_container/src/third_party/portage-stable/sys-apps/i2c-tools/i2c-tools-3.1.1-r1.ebuild create mode 100644 sdk_container/src/third_party/portage-stable/sys-apps/i2c-tools/metadata.xml diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/i2c-tools-3.0.2 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/i2c-tools-3.0.2 index b97083feda..a7ae624922 100644 --- a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/i2c-tools-3.0.2 +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-apps/i2c-tools-3.0.2 @@ -1,13 +1,13 @@ DEFINED_PHASES=compile install postinst postrm prepare setup DEPEND=!=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] ) +DESCRIPTION=I2C tools for bus probing, chip dumping, register-level access helpers, EEPROM decoding, and more +EAPI=5 +HOMEPAGE=http://www.lm-sensors.org/wiki/I2CTools +IUSE=python python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 +KEYWORDS=~amd64 ~arm ~mips ~ppc ~ppc64 ~sparc ~x86 +LICENSE=GPL-2 +RDEPEND=!=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] ) +SLOT=0 +SRC_URI=http://dl.lm-sensors.org/i2c-tools/releases/i2c-tools-3.1.1.tar.bz2 +_eclasses_=distutils-r1 c01d5c4af34f4a37a51fc9638299c222 eutils 9fb270e417e0e83d64ca52586c4a79de flag-o-matic c263990f1b677b0f0be0a3299f179762 multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 python-r1 6d3a3cb5705b9fff1aeb7cfa4e3336fe python-utils-r1 096f8247eae93026af13ab88cf4305cd toolchain-funcs c961250d50160cd37d6b7fd9e8429c92 +_md5_=509f7bce3e63439e174605237bcbcf08 diff --git a/sdk_container/src/third_party/portage-stable/sys-apps/i2c-tools/ChangeLog b/sdk_container/src/third_party/portage-stable/sys-apps/i2c-tools/ChangeLog new file mode 100644 index 0000000000..04523e6f01 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/sys-apps/i2c-tools/ChangeLog @@ -0,0 +1,87 @@ +# ChangeLog for sys-apps/i2c-tools +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/i2c-tools/ChangeLog,v 1.22 2015/04/04 06:28:17 mr_bones_ Exp $ + + 04 Apr 2015; Michael Sterrett -i2c-tools-3.1.0.ebuild, + -i2c-tools-3.1.1.ebuild: + old + +*i2c-tools-3.1.1-r1 (21 Mar 2015) + + 21 Mar 2015; Michał Górny +i2c-tools-3.1.1-r1.ebuild: + EAPI bump, bug #543162. + +*i2c-tools-3.1.1 (16 Oct 2014) + + 16 Oct 2014; Mike Frysinger + +files/i2c-tools-3.1.1-python-3.patch, +i2c-tools-3.1.1.ebuild: + Version bump & port to distutils-r1 #524722 by Paul Zander. Port to + python-3.x #492632 by Marcel Greter. + + 12 Mar 2014; Patrick Lauer i2c-tools-3.0.2.ebuild, + i2c-tools-3.1.0.ebuild: + Shorten description for improved repoman happy + + 18 Oct 2013; Mike Frysinger i2c-tools-3.1.0.ebuild: + Add mor keywords. + + 22 Feb 2013; Agostino Sarubbo i2c-tools-3.0.2.ebuild: + Stable for arm, wrt bug #458190 + + 18 Nov 2012; Pacho Ramos -i2c-tools-3.0.3.ebuild, + metadata.xml: + Drop mobile herd as talked in gentoo-dev ML + + 19 Apr 2012; Michael Weber i2c-tools-3.1.0.ebuild: + call python_pkg_setup unconditionally (bug 412013) + +*i2c-tools-3.1.0 (14 Apr 2012) + + 14 Apr 2012; Michael Weber +i2c-tools-3.1.0.ebuild: + Version bump (non-maint commit, bug 410277). + + 06 Nov 2011; Raúl Porcel i2c-tools-3.0.2.ebuild, + i2c-tools-3.0.3.ebuild: + Add ~sparc wrt #369895 + + 05 Mar 2011; Arfrever Frehtes Taifersar Arahesis + i2c-tools-3.0.2.ebuild, i2c-tools-3.0.3.ebuild: + Set SUPPORT_PYTHON_ABIS (bug #316929). + +*i2c-tools-3.0.3 (07 Jan 2011) + + 07 Jan 2011; Mike Frysinger +i2c-tools-3.0.3.ebuild: + Version bump. + + 10 Jun 2009; Markus Meier i2c-tools-3.0.2.ebuild: + amd64/x86 stable, bug #273049 + +*i2c-tools-3.0.2 (14 Jan 2009) + + 14 Jan 2009; Mike Frysinger +i2c-tools-3.0.2.ebuild: + Version bump and add support for USE=python #246182 by Alex Guensche. + + 09 May 2008; i2c-tools-3.0.1.ebuild: + - keyworded for arm + + 10 Apr 2008; Markus Meier i2c-tools-3.0.0.ebuild: + amd64/x86 stable, bug #216276 + + 10 Apr 2008; Mike Frysinger i2c-tools-3.0.0.ebuild, + i2c-tools-3.0.1.ebuild: + Dont install any files into /usr/include as they are part of the + linux-headers package #216276 by Markus Meier. + + 07 Apr 2008; Mike Frysinger i2c-tools-3.0.0.ebuild, + i2c-tools-3.0.1.ebuild: + Make sure to block lm_sensors versions older than 3.0 #216276. + +*i2c-tools-3.0.1 (07 Apr 2008) + + 07 Apr 2008; Mike Frysinger +i2c-tools-3.0.1.ebuild: + Version bump. + +*i2c-tools-3.0.0 (23 Jan 2008) + + 23 Jan 2008; Mike Frysinger +i2c-tools-3.0.0.ebuild: + Initial ebuild by me. diff --git a/sdk_container/src/third_party/portage-stable/sys-apps/i2c-tools/Manifest b/sdk_container/src/third_party/portage-stable/sys-apps/i2c-tools/Manifest index d6446c8800..85ef081372 100644 --- a/sdk_container/src/third_party/portage-stable/sys-apps/i2c-tools/Manifest +++ b/sdk_container/src/third_party/portage-stable/sys-apps/i2c-tools/Manifest @@ -1 +1,7 @@ -DIST i2c-tools-3.0.2.tar.bz2 62523 RMD160 533343f0fc1d5db54a526bb6d6037e2b30e52908 SHA1 3764d72d6b0c816c01d895485b610c742498ea94 SHA256 0b4d6455a30a3264a60b4d3be55855d996d52ea4f162a2f04ffff378e24f98a2 +AUX i2c-tools-3.1.1-python-3.patch 3348 SHA256 38ad348a8e18571e49f01874df05fb9f13e1b7e8e2c659f684eae68ddee34920 SHA512 0f264e49237af0318c868deac39bdd7c2b718c39317c2e47b15ad7d421530dc165f38b5995ca45bcfd65074ab51022d88ced6f2d589e30ebbab1702cf964f8da WHIRLPOOL 45238e25f6eefbd7a9bac665dd8a0f4f41ee8c096e804af8e27745b1109bcb35e8eb6565b9b181ae24834c938259cbd40f77837729c93ed8ad3ab27ef1b1abea +DIST i2c-tools-3.0.2.tar.bz2 62523 SHA256 0b4d6455a30a3264a60b4d3be55855d996d52ea4f162a2f04ffff378e24f98a2 SHA512 7e21660c83328a1f60cb4aa3dcc15ed0c745a426582afb48b09dca86cba0aa8e879eec59f6a029b36932c338395c10a3a88856a712f1680eba88643e6fbacf04 WHIRLPOOL c550374e8dad9d0005da9d16b50b793782dba79963fb2dfc2ca953a61af51af9d91fce227fd7b889a8c36b15352d2da904a8a8c313ddb577b5a7e0b4dc4fcf71 +DIST i2c-tools-3.1.1.tar.bz2 71789 SHA256 14d4d7d60d1c12e43f2befe239c682a5c44c27682f153d4b58c1e392d2db1700 SHA512 b91f89b803e5558d49ce63f42f6542438f4f47927e4ce420cd9df989cab14a5c55d971befed73e8f793b0cf4aa41936c0ef519e5a407dceb2c08964461e803c5 WHIRLPOOL 5d68236a7c6e5075625420d1e9cb0a075e8e064babbb73163a2bf2a5cf2b0b169e1420ab1ef495533c88f53497767f6256b817c49b5d9f1799f3bde6d7e26b24 +EBUILD i2c-tools-3.0.2.ebuild 1362 SHA256 43a57da5e4a15af276c1e38719f43b244412428c101a8c07c9211a23cd555ea1 SHA512 244be3481d42c17bd6a033d1c8e19ab99afbc7d3c163a8814b9c3a9b5da8088ffc9adee4c02abb98e4191088ffd98768f470b7b40466f55592f1c1378305af7d WHIRLPOOL 48e8fdc9133c01e6d41cfb27fec150a1162767788d2d9690c4d9773c2ad1387ebe0f7804e961b1fdca99dcc39951b6a58286cf2f9ccedd442e437167e9ed89ab +EBUILD i2c-tools-3.1.1-r1.ebuild 1515 SHA256 179e8b2585c7df660e3cd6ed76df900f826409a7987352fc79aaa88fa1e141f5 SHA512 88ef212f503f28e4cbe793ad333c9cee716e298f82488d93a5a9b0cad73c47dd3d42cc70b8bffd18b55a08099ab639ef0e0bf5dbf33ff2fb8fb770afd3caa06b WHIRLPOOL 477222590850a84492ada5690dc4c1c502d1196546c3b731696b1068074707d75596a38e773571e9be35ebc735cea38b4d5e1d57f199f327933ea4311d728088 +MISC ChangeLog 3011 SHA256 cfcad5410941d8a29eb27fe22801a3fe6e950651c029e53d4aa20c69b540ee08 SHA512 c51ef452d5bd5b537dbd48f44934e777f635b8b1649407a46cf99486f26c543c93910a50b2f18b0fd2493214bb68eb6a02d4bb920b460c0a1e373aaff51b7da1 WHIRLPOOL 39c7c526ec554a092dfe76f3be89ad37c1dbae6a418ccffa0e16826e0b7711116ce8200446b397f4b656852dd6c6c955d85e9a6c9f63a21b4ac702edc09fd12f +MISC metadata.xml 208 SHA256 98f8aa3fb70533eeab6b09d5bc30bd8f649ec13d9b04363490082fb87bb6032e SHA512 d5a7f3cb2fe57f8d7783ba358068648b122d9f5de81a17bff61ce600e42b6487e6f7e2a62c8be95cc7021cb3ea88716824b1ad0565da922ea753bea2417b3d3d WHIRLPOOL e38a6cdef2acb3efdc182efde482593790f773ab3bb9b66cced3af47e4ab39368757e17c4352c6cacaefa338341db88c3bcc3ffcd32aabd7984c5b19051a7bb7 diff --git a/sdk_container/src/third_party/portage-stable/sys-apps/i2c-tools/files/i2c-tools-3.1.1-python-3.patch b/sdk_container/src/third_party/portage-stable/sys-apps/i2c-tools/files/i2c-tools-3.1.1-python-3.patch new file mode 100644 index 0000000000..1f3de76052 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/sys-apps/i2c-tools/files/i2c-tools-3.1.1-python-3.patch @@ -0,0 +1,129 @@ +support python-3.x + +http://comments.gmane.org/gmane.linux.drivers.i2c/11290 +https://bugs.gentoo.org/492632 + +--- a/py-smbus/smbusmodule.c ++++ b/py-smbus/smbusmodule.c +@@ -32,15 +32,18 @@ + #define I2C_SMBUS_I2C_BLOCK_DATA 8 + #endif + +-PyDoc_STRVAR(SMBus_module_doc, +- "This module defines an object type that allows SMBus transactions\n" +- "on hosts running the Linux kernel. The host kernel must have I2C\n" +- "support, I2C device interface support, and a bus adapter driver.\n" +- "All of these can be either built-in to the kernel, or loaded from\n" +- "modules.\n" +- "\n" +- "Because the I2C device interface is opened R/W, users of this\n" +- "module usually must have root permissions.\n"); ++#define module_doc \ ++ "This module defines an object type that allows SMBus transactions\n" \ ++ "on hosts running the Linux kernel. The host kernel must have I2C\n" \ ++ "support, I2C device interface support, and a bus adapter driver.\n" \ ++ "All of these can be either built-in to the kernel, or loaded from\n" \ ++ "modules.\n" \ ++ "\n" \ ++ "Because the I2C device interface is opened R/W, users of this\n" \ ++ "module usually must have root permissions.\n" ++#if PY_MAJOR_VERSION <= 2 ++PyDoc_STRVAR(SMBus_module_doc, module_doc); ++#endif + + typedef struct { + PyObject_HEAD +@@ -91,7 +94,11 @@ SMBus_dealloc(SMBus *self) + PyObject *ref = SMBus_close(self); + Py_XDECREF(ref); + ++#if PY_MAJOR_VERSION >= 3 ++ Py_TYPE(self)->tp_free((PyObject*)self); ++#else + self->ob_type->tp_free((PyObject *)self); ++#endif + } + + #define MAXPATH 16 +@@ -431,11 +438,19 @@ SMBus_list_to_data(PyObject *list, union i2c_smbus_data *data) + + for (ii = 0; ii < len; ii++) { + PyObject *val = PyList_GET_ITEM(list, ii); ++#if PY_MAJOR_VERSION >= 3 ++ if (!PyLong_Check(val)) { ++#else + if (!PyInt_Check(val)) { ++#endif + PyErr_SetString(PyExc_TypeError, msg); + return 0; /* fail */ + } ++#if PY_MAJOR_VERSION >= 3 ++ data->block[ii+1] = (__u8)PyLong_AS_LONG(val); ++#else + data->block[ii+1] = (__u8)PyInt_AS_LONG(val); ++#endif + } + + return 1; /* success */ +@@ -633,9 +648,27 @@ static PyGetSetDef SMBus_getset[] = { + {NULL}, + }; + ++#if PY_MAJOR_VERSION >= 3 ++static struct PyModuleDef SMBusModule = { ++ PyModuleDef_HEAD_INIT, ++ "smbus.SMBus", /* m_name */ ++ module_doc, /* m_doc */ ++ -1, /* m_size */ ++ NULL, /* m_methods */ ++ NULL, /* m_reload */ ++ NULL, /* m_traverse */ ++ NULL, /* m_clear */ ++ NULL, /* m_free */ ++}; ++#endif ++ + static PyTypeObject SMBus_type = { ++#if PY_MAJOR_VERSION >= 3 ++ PyVarObject_HEAD_INIT(NULL, 0) ++#else + PyObject_HEAD_INIT(NULL) + 0, /* ob_size */ ++#endif + "smbus.SMBus", /* tp_name */ + sizeof(SMBus), /* tp_basicsize */ + 0, /* tp_itemsize */ +@@ -683,16 +716,32 @@ static PyMethodDef SMBus_module_methods[] = { + #define PyMODINIT_FUNC void + #endif + PyMODINIT_FUNC +-initsmbus(void) ++#if PY_MAJOR_VERSION >= 3 ++PyInit_smbus(void) ++#else ++initsmbus(void) ++#endif + { + PyObject* m; + ++#if PY_MAJOR_VERSION >= 3 ++ if (PyType_Ready(&SMBus_type) < 0) ++ return NULL; ++ ++ m = PyModule_Create(&SMBusModule); ++ if (m == NULL) ++ return NULL; ++#else + if (PyType_Ready(&SMBus_type) < 0) + return; + + m = Py_InitModule3("smbus", SMBus_module_methods, SMBus_module_doc); ++#endif + + Py_INCREF(&SMBus_type); + PyModule_AddObject(m, "SMBus", (PyObject *)&SMBus_type); ++#if PY_MAJOR_VERSION >= 3 ++ return m; ++#endif + } + diff --git a/sdk_container/src/third_party/portage-stable/sys-apps/i2c-tools/i2c-tools-3.0.2.ebuild b/sdk_container/src/third_party/portage-stable/sys-apps/i2c-tools/i2c-tools-3.0.2.ebuild index 405951c020..519bc0d028 100644 --- a/sdk_container/src/third_party/portage-stable/sys-apps/i2c-tools/i2c-tools-3.0.2.ebuild +++ b/sdk_container/src/third_party/portage-stable/sys-apps/i2c-tools/i2c-tools-3.0.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/i2c-tools/i2c-tools-3.0.2.ebuild,v 1.4 2011/11/06 17:00:50 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/i2c-tools/i2c-tools-3.0.2.ebuild,v 1.6 2014/03/12 03:15:18 patrick Exp $ EAPI="3" PYTHON_DEPEND="python? 2" @@ -9,13 +9,13 @@ RESTRICT_PYTHON_ABIS="3.* *-jython" inherit flag-o-matic toolchain-funcs distutils -DESCRIPTION="I2C tools for bus probing, chip dumping, register-level access helpers, EEPROM decoding scripts, and more" +DESCRIPTION="I2C tools for bus probing, chip dumping, register-level access helpers, EEPROM decoding, and more" HOMEPAGE="http://www.lm-sensors.org/wiki/I2CTools" SRC_URI="http://dl.lm-sensors.org/i2c-tools/releases/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~arm ~sparc x86" +KEYWORDS="amd64 arm ~sparc x86" IUSE="python" DEPEND="! + + +maintainer-needed@gentoo.org + From c277340dc39e0649390a8fdd330216bf601b1a13 Mon Sep 17 00:00:00 2001 From: Geoff Levand Date: Thu, 28 May 2015 09:36:41 -0700 Subject: [PATCH 06/10] bump(app-text/asciidoc): sync with upstream for arm64 Signed-off-by: Geoff Levand --- .../app-text/asciidoc/ChangeLog | 76 ++++++++++++- .../portage-stable/app-text/asciidoc/Manifest | 38 ++++--- .../app-text/asciidoc/asciidoc-8.2.6.ebuild | 62 ---------- .../app-text/asciidoc/asciidoc-8.6.5.ebuild | 6 +- .../asciidoc/asciidoc-8.6.8-r1.ebuild | 10 +- .../app-text/asciidoc/asciidoc-8.6.8.ebuild | 106 ------------------ .../asciidoc/asciidoc-8.6.9-r1.ebuild | 80 +++++++++++++ ...doc-8.6.7.ebuild => asciidoc-8.6.9.ebuild} | 45 ++++---- .../app-text/asciidoc/asciidoc-9999.ebuild | 10 +- .../app-text/asciidoc/metadata.xml | 5 +- .../md5-cache/app-text/asciidoc-8.2.6 | 11 -- .../md5-cache/app-text/asciidoc-8.6.5 | 4 +- .../md5-cache/app-text/asciidoc-8.6.7 | 13 --- .../md5-cache/app-text/asciidoc-8.6.8 | 13 --- .../md5-cache/app-text/asciidoc-8.6.8-r1 | 11 +- .../md5-cache/app-text/asciidoc-8.6.9 | 14 +++ .../md5-cache/app-text/asciidoc-8.6.9-r1 | 14 +++ .../metadata/md5-cache/app-text/asciidoc-9999 | 9 +- 18 files changed, 261 insertions(+), 266 deletions(-) delete mode 100644 sdk_container/src/third_party/portage-stable/app-text/asciidoc/asciidoc-8.2.6.ebuild delete mode 100644 sdk_container/src/third_party/portage-stable/app-text/asciidoc/asciidoc-8.6.8.ebuild create mode 100644 sdk_container/src/third_party/portage-stable/app-text/asciidoc/asciidoc-8.6.9-r1.ebuild rename sdk_container/src/third_party/portage-stable/app-text/asciidoc/{asciidoc-8.6.7.ebuild => asciidoc-8.6.9.ebuild} (67%) delete mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/app-text/asciidoc-8.2.6 delete mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/app-text/asciidoc-8.6.7 delete mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/app-text/asciidoc-8.6.8 create mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/app-text/asciidoc-8.6.9 create mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/app-text/asciidoc-8.6.9-r1 diff --git a/sdk_container/src/third_party/portage-stable/app-text/asciidoc/ChangeLog b/sdk_container/src/third_party/portage-stable/app-text/asciidoc/ChangeLog index 85274e72c8..5e9353f4b5 100644 --- a/sdk_container/src/third_party/portage-stable/app-text/asciidoc/ChangeLog +++ b/sdk_container/src/third_party/portage-stable/app-text/asciidoc/ChangeLog @@ -1,6 +1,78 @@ # ChangeLog for app-text/asciidoc -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/asciidoc/ChangeLog,v 1.87 2013/02/23 20:36:32 zmedico Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/asciidoc/ChangeLog,v 1.107 2015/04/08 07:30:31 mgorny Exp $ + + 08 Apr 2015; Michał Górny asciidoc-8.6.8-r1.ebuild, + asciidoc-9999.ebuild: + Remove old Python implementations + + 06 Dec 2014; Agostino Sarubbo asciidoc-8.6.9-r1.ebuild: + Stable for ia64, wrt bug #529410 + + 04 Dec 2014; Agostino Sarubbo asciidoc-8.6.9-r1.ebuild: + Stable for ppc64, wrt bug #529410 + + 03 Dec 2014; Agostino Sarubbo asciidoc-8.6.9-r1.ebuild: + Stable for ppc, wrt bug #529410 + + 03 Dec 2014; Dirkjan Ochtman asciidoc-8.6.9-r1.ebuild, + asciidoc-8.6.9.ebuild: + Remove some old python implementations + + 02 Dec 2014; Pacho Ramos asciidoc-8.6.9-r1.ebuild: + x86 stable, bug #529410 + + 02 Dec 2014; Agostino Sarubbo asciidoc-8.6.9-r1.ebuild: + Stable for alpha, wrt bug #529410 + + 01 Dec 2014; Agostino Sarubbo asciidoc-8.6.9-r1.ebuild: + Stable for sparc, wrt bug #529410 + + 26 Nov 2014; Agostino Sarubbo asciidoc-8.6.9-r1.ebuild: + Stable for amd64, wrt bug #529410 + + 19 Nov 2014; Markus Meier asciidoc-8.6.9-r1.ebuild: + arm stable, bug #529410 + + 19 Nov 2014; Jeroen Roovers asciidoc-8.6.9-r1.ebuild: + Stable for HPPA (bug #529410). + +*asciidoc-8.6.9-r1 (03 Nov 2014) + + 03 Nov 2014; Dirkjan Ochtman +asciidoc-8.6.9-r1.ebuild: + Add asciidoc-8.6.9-r1 with fixes from Calchan (fixes bug 483336) + + 23 Sep 2014; Dirkjan Ochtman metadata.xml: + Add myself as a maintainer + +*asciidoc-8.6.9 (23 Sep 2014) + + 23 Sep 2014; Dirkjan Ochtman +asciidoc-8.6.9.ebuild: + Version bump asciidoc to 8.6.9 (bug 494250) + + 31 Mar 2014; Michał Górny asciidoc-8.6.8-r1.ebuild, + asciidoc-9999.ebuild: + Add support for the new PyPy slotting. + + 18 Jan 2014; Mike Frysinger asciidoc-8.6.5.ebuild, + asciidoc-8.6.8-r1.ebuild, asciidoc-9999.ebuild: + Add arm64 love. + + 13 Oct 2013; Pacho Ramos asciidoc-8.6.8-r1.ebuild: + Fix REQUIRED_USE as pointed by Nikoli + + 05 Sep 2013; Michał Górny asciidoc-8.6.8-r1.ebuild, + asciidoc-9999.ebuild: + Clean up PYTHON_COMPAT from old implementations. + + 21 Jul 2013; Pacho Ramos -asciidoc-8.2.6.ebuild, + -asciidoc-8.6.7.ebuild, -asciidoc-8.6.8.ebuild, metadata.xml: + Cleanup due http://gentoo.2317880.n4.nabble.com/sgml-herd-has-no-maintainers- + again-td259655.html + + 30 Jun 2013; Justin Lecher asciidoc-8.6.8-r1.ebuild, + asciidoc-9999.ebuild: + Fix usage of python-r1.eclass 23 Feb 2013; Zac Medico asciidoc-8.6.8-r1.ebuild, asciidoc-9999.ebuild: diff --git a/sdk_container/src/third_party/portage-stable/app-text/asciidoc/Manifest b/sdk_container/src/third_party/portage-stable/app-text/asciidoc/Manifest index 5ef9375832..92e791da39 100644 --- a/sdk_container/src/third_party/portage-stable/app-text/asciidoc/Manifest +++ b/sdk_container/src/third_party/portage-stable/app-text/asciidoc/Manifest @@ -1,22 +1,32 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 -DIST asciidoc-8.2.6.tar.gz 739790 SHA256 5e9c966cfcb9d08487da625b41ed5e007eedb2d1abbb996dd6f78f2c5bde08dc SHA512 5b7cf5ec91af2fdc092f6121b30a748428bdfc6c69b4f2dfbca80b61fe136596a7cfd42e52dcb73dbbf62f632be39aed83dcde725e7410964469a8a9e09369dd WHIRLPOOL 172cf894d0962d68d64f28dea5e50e729b91023fca090bc0deb6592eba1628791dbf826ad725a328df902f21155724368d255b34ccc6d93cac8332820412edaa DIST asciidoc-8.6.5.tar.gz 867402 SHA256 f9da38afaf04186145739c10551341a448b3bf50a37a10392fbe584e9fb2a85f SHA512 bece29540d36a9e071a0746b08ef21a0ecf68a40ae3d593d98dd33d0ab5fcfa85b7895b545b9e5a8e33f78c7ecb142758697decf45e9c2ce26b068ca77c1f2e6 WHIRLPOOL 0c6a85fe848205cbe1b13a8717718b2c6fd6613ded252da13ead4145fdaed5ab763fb5c3c80997e69f39897c3cdd48309e9ef832f36027af75af3381255f22e8 -DIST asciidoc-8.6.7.tar.gz 889107 SHA256 48d3cc0367d05a8118058ee6cfb8b66592cd6dc58053186f8a6c54bb5229798f SHA512 16243bab9a9eb2f3e696e6d8e4ad64f5a3e6313f95a7d1c47f9ca080366b23b45bbc5bf63ff75ae58085bbed035e4ccd94b9304e67d1c2b0ebfa4f7ba72bc261 WHIRLPOOL d277ca53cb8499f9faeb1db6a06b2c33e15dfb0490497fb39cb34e615ed888d410fc7f0e556ee3d9758efd5ee77964969993f203acc2af5196ff03df4ff2fe15 DIST asciidoc-8.6.8.tar.gz 900422 SHA256 ffb67f59dccaf6f15db72fcd04fdf21a2f9b703d31f94fcd0c49a424a9fcfbc4 SHA512 74c5444124f138862a92a1884b8afe8f968c9a2bbe5a8bbaa9413b0fa4f29fb1ab2eab3c59a68e6c6ddd518866f504e34f43c81406a77c1b2033fbff79df7373 WHIRLPOOL 64a8e20b9718368da7a409cd93ad1906975a09594490982d915146ab721c9b969d714a86318c65e6a328716fbe151d3d2effb012e86a3207fd7717fdbd88ee2c -EBUILD asciidoc-8.2.6.ebuild 1656 SHA256 59ce75c749e8e3cf0587a51dc2ea7ebfd0524f67d815c149e6fabadcc1ee1fbc SHA512 af7334f7b03f0408d3e695d8481d5072fa1e898dbcbc05a2558baaeb8b1e6c905c0ef583c8c5b0fa32c3a7c4af2bd80105874554de3f19ff821d9345bba0ee42 WHIRLPOOL acb686100281f3a192bfd545184bdd559e67d21b1f5dc71d7634e4d132222c8830081e373260b6b620a5bed7e2016db3227cc6f4a7ef6d64b2dd644fff48943f -EBUILD asciidoc-8.6.5.ebuild 2735 SHA256 56b5d3783f27f2a73aaf11ca0af5a316f92def25d9a7b6ac6e59ba75f27e36e2 SHA512 c363856330f95f524bf0a5e6ccfd020a9eb9b1555c6e0a4214cb8764069cc08355974b2b60aabb12b610cc1f9a5833405c878d853cd0cb9ea4b5c57411ed5cdf WHIRLPOOL d40d9fd0d8a2158d4286c016f2e1655e680bcd27252c9596328dfcec4e5fc584414db0c83a8e0a8533c43ffeb485e4e5e474ced3f870b860c7851d6664123dd7 -EBUILD asciidoc-8.6.7.ebuild 2784 SHA256 892dd5fe323270d849200e96f182a530051c92268e8e7c4638fb5128c6b28d0f SHA512 b065c6a777695040b9b6cd6add9e63f0be9b3b959d9c028071249cb98d25bdc877e9a05fa1211cb33f42093f6f3688dd5f25f312acf6f71d739b87e10a797c86 WHIRLPOOL a46e2878badd323d0a2c9bb720a72e6e04c23ca396139036f5a2935d5a74d8bd0e3b3ce7115900ae417d2a753af34ece5d0ee005c843288ee02a679a346194b5 -EBUILD asciidoc-8.6.8-r1.ebuild 2783 SHA256 40fe6e493f55afd224da6d0859e31f45efe88bb78856d2fa45c180781460b30f SHA512 fe4f690f1eb643b3e057bce25b01387b6f65fe2c110ae6eb12a6d5e0dea69639f32e6640e1ea2a57e3677e50b25f1b0b555dd47c9bccfa244eff243b5af43ec2 WHIRLPOOL 8fd73b9209faaf25ea4f356cb4cf562d40ffa961b2bfc755b0c32af30da01064db21ffcb9511bdf699efdd619cce78a7a8ade6687e686894076945fedc6f0efb -EBUILD asciidoc-8.6.8.ebuild 2784 SHA256 e6a28ef3528879e27fba66be92c82cefcd64c58576cea3121be086aeaf5bd940 SHA512 ad9934ba0c57f7907e4c58c40e314caf18b521681a6b2b89b27629c0682f516fac34ca4755d5631e351f9bd9cfb4297d7bb577c8eb58c8b942c2f6b9ee128756 WHIRLPOOL 4f2fb3e5214c738dc0c61721698d997bfb13d13c2762fb26c77e1163240f77cb9ffda85d903e733822135bc2ab63363808e0ff6bcd8ebb49337c342c1b67542e -EBUILD asciidoc-9999.ebuild 2780 SHA256 36566492bb97de96ab039d1280faeb36dcaf6050ec1e8b5f4681ff601b27c4de SHA512 be8dfe6632b3f30d196f7a49054228eb61b503a08f6f20c803866fee008d44b1b7bdc49985183df19f8f6267ddbc23993a4eb143db7853b86b59f0fae1dae6c9 WHIRLPOOL 55ca31491298d875e10adb300b12415877e634727c79f161a5b8895e0a8976896f9dc7abcef85002e2c7ec35fd4eec3e29025c8ff38cb5c024cad7f0f7225ca9 -MISC ChangeLog 12620 SHA256 9a34279b69be849d865a531e8d57c4907591254c9ab64c9715433ee57a58950f SHA512 69168208bb38df13d76d258f8e4e18b3fe2ea1dbe0e34c0d9cd20bef1f5f3409d3b451533e9fba9eee00c2843a769414086c8ee6b97ba2bd3f2fa6205d569874 WHIRLPOOL a3d3655e8a174693996665d82d25d8ead67dd1781e3b6f44760d1adaaceb2b6804cd9820acccc57119f60b72bcc0fe0001fcb5f8ee520e91c24dda0c7c3f9dc1 -MISC metadata.xml 242 SHA256 32153166cf423cfa9e1baa2b469d8da28fae8d661492feaabefc4ca667e94908 SHA512 751bc4b0785e1675e53d90aaf5786f93bf547a6e5ca284f7b880746c620fc0a3394866791642739504b213ac46424ef04d3a6899e7cb9af81d7ba9e7098b4518 WHIRLPOOL be55cac214c841f15373c2e7fd83b54b34b89823d392f59cad9493e2b99b49726018dc4a881b787bc85c52eedbfb06af18a3466377bb683910fa2a464481b94b +DIST asciidoc-8.6.9.tar.gz 907253 SHA256 78db9d0567c8ab6570a6eff7ffdf84eadd91f2dfc0a92a2d0105d323cab4e1f0 SHA512 1984482010dbd35c3a1def67f4915ce83ecfc29a7463f84aa312107d7a9ff647978f57615462c65e885bea424eed89a212df728cc3acd3c63df1c763dfa5e955 WHIRLPOOL dbd576ed3b7bcaf46afd33d9aae7a94f82fb171fa73f0b99f737b6934f62927ea11e1290aeac141ce5de27f66a56d7ed2d110f2b0d84e0598e858eac0e52b35d +EBUILD asciidoc-8.6.5.ebuild 2741 SHA256 4f4ef36e8bd51493dd9698360d18e8083b867fac559b75cedd215951ff3cfff2 SHA512 3fceda4db6c90d8416e82210122b10a460f3e3bf6e135a7cc60e2d9a3ebda2c3cff194fd4cab07e7bf7277bff8c9858b0382c8a5eeae903e8c4cb612661f2cce WHIRLPOOL 275fbcdd2e3692cd0d7f8e4b748de562eccddfddc4cb297ddf84fd3044903c8c8867e366196263553661d6c373eff58de564eea8eddc2c8e17913c04babdcb45 +EBUILD asciidoc-8.6.8-r1.ebuild 2809 SHA256 32ae93b2fa3a30ae866e61332189270a952e40e125a60620de084155418229bd SHA512 68b07c58511bdbf050e48bc13846094e787dee8c37c3851fad964814b3730761a95b12ac629679d8df87dd386cca3ef5fd0156198b1532ba00ef6481eb3338f3 WHIRLPOOL 709f1f94ee1a4b47847c07fb6b23b6e07426adbba82e86f0561fb1749fbf0db28435ac4480f8b4f9e00d9383a572b68c3555ce80ace9ee1c1ed2bf871562edc5 +EBUILD asciidoc-8.6.9-r1.ebuild 2429 SHA256 e09dcb5f3bac2f247182c11fd90930355d58f8ae784017ce630eb982fbaea50a SHA512 955c321f649cf8087d2e5163e7f6f3db6b4021c1c33335fb3bde86ac0297499b154ca2d3e1933e1dd37f536cbaac2850b678833f891ac09dd9ccd4fe8803b632 WHIRLPOOL 10ea309292cf9b96b0bcd22537bb848d2752b89c9c0a9946b68f42e01cf78b51e3af46f84aa483a4b3f3b3171e4e4fa1780899e1465e35f6e18332cdefe3a9f0 +EBUILD asciidoc-8.6.9.ebuild 2803 SHA256 ac63b4a521e62a924ca31411f4f52126d247e90b9e1d0bb7ba08bee896252e81 SHA512 48b9425bf8fc9c226d324867b153ffe0ee823e30bcb3df14d6c4b71144a945b82065e8bb88c9dc200fb9706a03c92414ff12ea417668e215098b5c2730bcb998 WHIRLPOOL 9d4db2397b6af289bee95168a6e0ee2d30b54187dd76454847dac34e6c6fc70044daeb615c7a7fd02221c2c4e6c02194dd3382d0e2f24e99893e5ab9fe329123 +EBUILD asciidoc-9999.ebuild 2821 SHA256 bfe39c9734d153a71d1850e986e12c017828aa8c04d376f52467ceddfbca8b73 SHA512 90d2fdef6ebd84115968aff97d5f7ec87f2f25df9ddae53621d7bcc85423f236cd7a5b1b6e3daeafe06c791d8505ceda8a688e9403153aea467c49ed1ae12c9e WHIRLPOOL 039b7810c4ee34b4a28f8d334ec7c9e19613d7b62899caa1428b6abc3302c2d4035dfc7dc506998e2c32deb704c5c2b0999f2c4edbb64a6f25d1e6c665e2b180 +MISC ChangeLog 15209 SHA256 c78d0686ea1fef632ea9caf85787d7b3463b81365a5fde4af24c1d2c6abafa4f SHA512 f450f6ed93ea8cfe4ff28aa5db1d782cfa23c9c0c1068e0ec332ab372173d89763904294730441fa69c0d05776c04fca34d49bad17bc2d7269f807bac6ce4e8c WHIRLPOOL 7fb90e120f3cef3e53ac0fd3ba47703f1b4e6fae54cef907b6f5f651251759af5a7cbf8599c0eb5db20a3eedb49447dd4dade1048b34efd3dc7b98efd8963f20 +MISC metadata.xml 320 SHA256 848322dd58123a1cf9d2e35e2d32705defd8eb80f2efc29da1ff54ab54531f11 SHA512 90215098e0d41b4c642891af0be5067dc12bcc7cb394b25258c20feadf514931e203fa695c14b1567c478f6e9667eb4153c75c3d49db67ae8ebd78ed2d3f5596 WHIRLPOOL 9bade435bfee544a1b31bb9462a7f0054dfdb1f03454bcb1d6b62418ebce827a6453b301d48ba8213563e5796eebe687eef99a6ad6d7402c4fc9365da0603333 -----BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.19 (GNU/Linux) +Version: GnuPG v2 -iEYEAREIAAYFAlEpKFEACgkQ/ejvha5XGaP3qwCfXPAIhODE+fJFaYSXCIuqfaHw -ZpwAoNKXUQCXBYzfX8gs8M0rhHrL4UCv -=x+77 +iQJ8BAEBCABmBQJVJNl/XxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w +ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ2REJCMDdDQzRGMERBRDA2RUEwQUZFNDFC +MDdBMUFFQUVGQjQ0NjRFAAoJELB6GurvtEZOI2EQAKgpasA90qyjtpM9bsgBpExm +4LZp6OrB10uCR1z8lR9irCaxkkcMhUEX/Woee9HsPGH0j8KrKwkzKjKht/5hCpaA +BzS7plhhYJIJW5zfG9Hjtx+S3JgdMNqa0gDvy+UlRrTG+2HW4k6M2xrtjWi/HSRD +F3khJFUT4R/mgmGTkIsHfJdgXPFSnU4ljRYSLTtYA6JfkNIVIDZ8pioQtKvDlrNF +5WNbLwEtJhIy2iILUs7n+i3muU0gXjc2/vaqgyBV9aF6GZfXM3+/P5BHYnylAGmr +ROwjzEHQcksLzA4XU5XE8ulBwDrw4TCJ0URgsEQTCXPm/Fbyc2QK0WbLvlphvWUV +lwwbXNzGSXKRqOmxgDpEI4ilN7aXQdBwAzzq5CBLG4OxSACdzCH2dm55z/AON6yP +DJO/Rc4QSx2xvypIqhRSzCWx7V/YzbrhD0d8Z2J0teuS5TdH/gBnBXBJtJtc5jv8 +Qr1ujnmX+OZ2jBEqphGg8ilqDfsieSIobiP/kWEYlDS0Tohd4Kw3H6CgNEh8KDzF +kuylInuT5sdT9Nn+LDY2hel1aVkh8sx7I4wPjQr8aXvakgtB0XKlS+NYqHk8JOVn +Kg28mce3M+e2L/FcawAJNWrqnQJ45JeOP8T0NeZ144z7/1/j7vLzSm/DoAlSV1eu +QLSEt/l/PtZKtk1OPe9p +=5Cch -----END PGP SIGNATURE----- diff --git a/sdk_container/src/third_party/portage-stable/app-text/asciidoc/asciidoc-8.2.6.ebuild b/sdk_container/src/third_party/portage-stable/app-text/asciidoc/asciidoc-8.2.6.ebuild deleted file mode 100644 index a83de675fe..0000000000 --- a/sdk_container/src/third_party/portage-stable/app-text/asciidoc/asciidoc-8.2.6.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/asciidoc/asciidoc-8.2.6.ebuild,v 1.11 2012/09/15 04:31:54 floppym Exp $ - -DESCRIPTION="A text document format for writing short documents, articles, books and UNIX man pages" -HOMEPAGE="http://www.methods.co.nz/asciidoc/" -SRC_URI="mirror://sourceforge/project/${PN}/${PN}/${PV}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" -IUSE="examples vim-syntax" - -DEPEND=">=dev-lang/python-2.3 - dev-libs/libxslt" - -src_unpack() { - unpack ${A} - - sed -i \ - -e "s:^BINDIR=.*:BINDIR=${D}usr/bin:" \ - -e "s:^MANDIR=.*:MANDIR=${D}usr/share/man:" \ - -e "s:^CONFDIR=.*:CONFDIR=${D}etc/asciidoc:" \ - -e "s:^VIM_CONFDIR=.*:VIM_CONFDIR=${D}usr/share/vim/vimfiles:" \ - "${S}/install.sh" -} - -src_install() { - dodir /usr/bin - - use vim-syntax && dodir /usr/share/vim/vimfiles - - "${S}"/install.sh - - if use examples; then - # This is a symlink to a directory - rm -f examples/website/images - cp -Rf images examples/website - - insinto /usr/share/doc/${PF} - doins -r examples - fi - - # HTML pages (with their sources) - dohtml -r doc/* - insinto /usr/share/doc/${PF}/html - doins doc/*.txt - - # Misc. documentation - dodoc BUGS CHANGELOG COPYRIGHT README - dodoc docbook-xsl/asciidoc-docbook-xsl.txt -} - -pkg_preinst() { - # Clean any symlinks in /etc possibly installed by previous versions - if [ -d "${ROOT}etc/asciidoc" ]; then - einfo "Cleaning old symlinks under /etc/asciidoc" - for entry in $(find "${ROOT}etc/asciidoc" -type l); do - rm -f $entry - done - fi -} diff --git a/sdk_container/src/third_party/portage-stable/app-text/asciidoc/asciidoc-8.6.5.ebuild b/sdk_container/src/third_party/portage-stable/app-text/asciidoc/asciidoc-8.6.5.ebuild index 38525194da..0bac228a6a 100644 --- a/sdk_container/src/third_party/portage-stable/app-text/asciidoc/asciidoc-8.6.5.ebuild +++ b/sdk_container/src/third_party/portage-stable/app-text/asciidoc/asciidoc-8.6.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/asciidoc/asciidoc-8.6.5.ebuild,v 1.12 2012/12/27 19:09:35 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/asciidoc/asciidoc-8.6.5.ebuild,v 1.13 2014/01/18 11:51:03 vapier Exp $ EAPI="3" @@ -18,7 +18,7 @@ if [ "$PV" == "9999" ]; then KEYWORDS="" else SRC_URI="mirror://sourceforge/project/${PN}/${PN}/${PV}/${P}.tar.gz" - KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" + KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" fi LICENSE="GPL-2" diff --git a/sdk_container/src/third_party/portage-stable/app-text/asciidoc/asciidoc-8.6.8-r1.ebuild b/sdk_container/src/third_party/portage-stable/app-text/asciidoc/asciidoc-8.6.8-r1.ebuild index 592dacdae1..7c55b24a12 100644 --- a/sdk_container/src/third_party/portage-stable/app-text/asciidoc/asciidoc-8.6.8-r1.ebuild +++ b/sdk_container/src/third_party/portage-stable/app-text/asciidoc/asciidoc-8.6.8-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/asciidoc/asciidoc-8.6.8-r1.ebuild,v 1.2 2013/02/23 20:36:32 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/asciidoc/asciidoc-8.6.8-r1.ebuild,v 1.8 2015/04/08 07:30:31 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_5,2_6,2_7} pypy{1_9,2_0} ) +PYTHON_COMPAT=( python2_7 pypy ) [ "$PV" == "9999" ] && inherit mercurial autotools inherit python-single-r1 @@ -17,13 +17,15 @@ if [ "$PV" == "9999" ]; then KEYWORDS="" else SRC_URI="mirror://sourceforge/project/${PN}/${PN}/${PV}/${P}.tar.gz" - KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" fi LICENSE="GPL-2" SLOT="0" IUSE="examples graphviz highlight test vim-syntax" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + RDEPEND=">=app-text/docbook-xsl-stylesheets-1.75 dev-libs/libxslt graphviz? ( media-gfx/graphviz ) diff --git a/sdk_container/src/third_party/portage-stable/app-text/asciidoc/asciidoc-8.6.8.ebuild b/sdk_container/src/third_party/portage-stable/app-text/asciidoc/asciidoc-8.6.8.ebuild deleted file mode 100644 index b0f0f0025f..0000000000 --- a/sdk_container/src/third_party/portage-stable/app-text/asciidoc/asciidoc-8.6.8.ebuild +++ /dev/null @@ -1,106 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/asciidoc/asciidoc-8.6.8.ebuild,v 1.2 2012/12/27 19:09:35 ottxor Exp $ - -EAPI="3" - -PYTHON_DEPEND="2:2.5" -RESTRICT_PYTHON_ABIS="3.*" - -[ "$PV" == "9999" ] && inherit mercurial autotools -inherit python - -DESCRIPTION="A text document format for writing short documents, articles, books and UNIX man pages" -HOMEPAGE="http://www.methods.co.nz/asciidoc/" -if [ "$PV" == "9999" ]; then - EHG_REPO_URI="https://asciidoc.googlecode.com/hg/" - SRC_URI="" - KEYWORDS="" -else - SRC_URI="mirror://sourceforge/project/${PN}/${PN}/${PV}/${P}.tar.gz" - KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" -fi - -LICENSE="GPL-2" -SLOT="0" -IUSE="examples graphviz highlight test vim-syntax" - -RDEPEND=">=app-text/docbook-xsl-stylesheets-1.75 - dev-libs/libxslt - graphviz? ( media-gfx/graphviz ) - app-text/docbook-xml-dtd:4.5 - highlight? ( || ( dev-python/pygments dev-util/source-highlight ) ) -" -DEPEND="test? ( dev-util/source-highlight - media-sound/lilypond - media-gfx/imagemagick - dev-texlive/texlive-latex - app-text/dvipng - media-gfx/graphviz ) -" - -if [ "$PV" == "9999" ]; then - DEPEND="${DEPEND} - dev-util/aap - www-client/lynx - dev-util/source-highlight" -fi - -pkg_setup() { - python_set_active_version 2 -} - -src_prepare() { - if ! use vim-syntax; then - sed -i -e '/^install/s/install-vim//' Makefile.in || die - else - sed -i\ - -e "/^vimdir/s:@sysconfdir@/vim:${EPREFIX}/usr/share/vim/vimfiles:" \ - -e 's:/etc/vim::' \ - Makefile.in || die - fi - - # Only needed for prefix - harmless (does nothing) otherwise - sed -i -e "s:^CONF_DIR=.*:CONF_DIR='${EPREFIX}/etc/asciidoc':" \ - "${S}/asciidoc.py" || die - - [ "$PV" == "9999" ] && eautoconf -} - -src_configure() { - econf --sysconfdir="${EPREFIX}"/usr/share -} - -src_compile() { - default - - if [ "$PV" == "9999" ]; then - ( cd doc && aap -f main.aap ../{CHANGELOG,README,BUGS} ) - fi -} - -src_install() { - use vim-syntax && dodir /usr/share/vim/vimfiles - - emake DESTDIR="${D}" install || die "install failed" - - python_convert_shebangs -r 2 "${D}" - - if use examples; then - # This is a symlink to a directory - rm examples/website/images || die - - insinto /usr/share/doc/${PF} - doins -r examples || die - dosym ../../../asciidoc/images /usr/share/doc/${PF}/examples || die - fi - - dodoc BUGS CHANGELOG README docbook-xsl/asciidoc-docbook-xsl.txt \ - dblatex/dblatex-readme.txt filters/code/code-filter-readme.txt || die -} - -src_test() { - cd tests || die - ASCIIDOC_PY=../asciidoc.py "$(PYTHON)" test${PN}.py update || die - ASCIIDOC_PY=../asciidoc.py "$(PYTHON)" test${PN}.py run || die -} diff --git a/sdk_container/src/third_party/portage-stable/app-text/asciidoc/asciidoc-8.6.9-r1.ebuild b/sdk_container/src/third_party/portage-stable/app-text/asciidoc/asciidoc-8.6.9-r1.ebuild new file mode 100644 index 0000000000..c61f89aca1 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/app-text/asciidoc/asciidoc-8.6.9-r1.ebuild @@ -0,0 +1,80 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/asciidoc/asciidoc-8.6.9-r1.ebuild,v 1.11 2014/12/06 16:39:50 ago Exp $ + +EAPI=5 + +PYTHON_COMPAT=( python2_7 pypy ) + +inherit python-single-r1 + +DESCRIPTION="A text document format for writing short documents, articles, books and UNIX man pages" +HOMEPAGE="http://asciidoc.org/" +SRC_URI="mirror://sourceforge/project/${PN}/${PN}/${PV}/${P}.tar.gz" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" + +LICENSE="GPL-2" +SLOT="0" +IUSE="examples graphviz highlight test vim-syntax" + +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +RDEPEND=">=app-text/docbook-xsl-stylesheets-1.75 + dev-libs/libxslt + graphviz? ( media-gfx/graphviz ) + app-text/docbook-xml-dtd:4.5 + highlight? ( || ( dev-python/pygments[${PYTHON_USEDEP}] dev-util/source-highlight ) ) + ${PYTHON_DEPS} +" +DEPEND="test? ( dev-util/source-highlight + media-sound/lilypond + media-gfx/imagemagick + dev-texlive/texlive-latex + app-text/dvipng + media-gfx/graphviz + ${PYTHON_DEPS} ) +" + +src_prepare() { + if ! use vim-syntax; then + sed -i -e '/^install/s/install-vim//' Makefile.in || die + else + sed -i\ + -e "/^vimdir/s:@sysconfdir@/vim:${EPREFIX}/usr/share/vim/vimfiles:" \ + -e 's:/etc/vim::' \ + Makefile.in || die + fi + + # Only needed for prefix - harmless (does nothing) otherwise + sed -i -e "s:^CONF_DIR=.*:CONF_DIR='${EPREFIX}/etc/asciidoc':" \ + "${S}/asciidoc.py" || die +} + +src_configure() { + econf --sysconfdir="${EPREFIX}"/usr/share +} + +src_install() { + use vim-syntax && dodir /usr/share/vim/vimfiles + + emake DESTDIR="${D}" install + + python_fix_shebang "${ED}"/usr/bin/*.py + + dodoc BUGS CHANGELOG README docbook-xsl/asciidoc-docbook-xsl.txt \ + dblatex/dblatex-readme.txt filters/code/code-filter-readme.txt + + # Below results in some files being installed twice in different locations, but they are in the right place, + # uncompressed, and there won't be any broken links. See bug #483336. + if use examples; then + cp -rL examples/website "${D}"/usr/share/doc/${PF}/examples || die + fi + docompress -x /usr/share/doc/${PF}/examples +} + +src_test() { + cd tests || die + local -x ASCIIDOC_PY=../asciidoc.py + "${PYTHON}" test${PN}.py update || die + "${PYTHON}" test${PN}.py run || die +} diff --git a/sdk_container/src/third_party/portage-stable/app-text/asciidoc/asciidoc-8.6.7.ebuild b/sdk_container/src/third_party/portage-stable/app-text/asciidoc/asciidoc-8.6.9.ebuild similarity index 67% rename from sdk_container/src/third_party/portage-stable/app-text/asciidoc/asciidoc-8.6.7.ebuild rename to sdk_container/src/third_party/portage-stable/app-text/asciidoc/asciidoc-8.6.9.ebuild index 22b247eacb..fb2b4c79b9 100644 --- a/sdk_container/src/third_party/portage-stable/app-text/asciidoc/asciidoc-8.6.7.ebuild +++ b/sdk_container/src/third_party/portage-stable/app-text/asciidoc/asciidoc-8.6.9.ebuild @@ -1,14 +1,13 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/asciidoc/asciidoc-8.6.7.ebuild,v 1.4 2012/12/27 19:09:35 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/asciidoc/asciidoc-8.6.9.ebuild,v 1.2 2014/12/03 08:21:16 djc Exp $ -EAPI="3" +EAPI=5 -PYTHON_DEPEND="2:2.5" -RESTRICT_PYTHON_ABIS="3.*" +PYTHON_COMPAT=( python2_7 pypy ) [ "$PV" == "9999" ] && inherit mercurial autotools -inherit python +inherit python-single-r1 DESCRIPTION="A text document format for writing short documents, articles, books and UNIX man pages" HOMEPAGE="http://www.methods.co.nz/asciidoc/" @@ -18,25 +17,29 @@ if [ "$PV" == "9999" ]; then KEYWORDS="" else SRC_URI="mirror://sourceforge/project/${PN}/${PN}/${PV}/${P}.tar.gz" - KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" fi LICENSE="GPL-2" SLOT="0" IUSE="examples graphviz highlight test vim-syntax" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + RDEPEND=">=app-text/docbook-xsl-stylesheets-1.75 dev-libs/libxslt graphviz? ( media-gfx/graphviz ) app-text/docbook-xml-dtd:4.5 - highlight? ( || ( dev-python/pygments dev-util/source-highlight ) ) + highlight? ( || ( dev-python/pygments[${PYTHON_USEDEP}] dev-util/source-highlight ) ) + ${PYTHON_DEPS} " DEPEND="test? ( dev-util/source-highlight media-sound/lilypond media-gfx/imagemagick dev-texlive/texlive-latex app-text/dvipng - media-gfx/graphviz ) + media-gfx/graphviz + ${PYTHON_DEPS} ) " if [ "$PV" == "9999" ]; then @@ -46,10 +49,6 @@ if [ "$PV" == "9999" ]; then dev-util/source-highlight" fi -pkg_setup() { - python_set_active_version 2 -} - src_prepare() { if ! use vim-syntax; then sed -i -e '/^install/s/install-vim//' Makefile.in || die @@ -75,32 +74,34 @@ src_compile() { default if [ "$PV" == "9999" ]; then - ( cd doc && aap -f main.aap ../{CHANGELOG,README,BUGS} ) + cd doc || die + aap -f main.aap ../{CHANGELOG,README,BUGS} || die fi } src_install() { use vim-syntax && dodir /usr/share/vim/vimfiles - emake DESTDIR="${D}" install || die "install failed" + emake DESTDIR="${D}" install - python_convert_shebangs -r 2 "${D}" + python_fix_shebang "${ED}"/usr/bin/*.py if use examples; then # This is a symlink to a directory rm examples/website/images || die - insinto /usr/share/doc/${PF} - doins -r examples || die - dosym ../../../asciidoc/images /usr/share/doc/${PF}/examples || die + dodoc -r examples + docompress -x /usr/share/doc/${PF}/examples + dosym ../../../asciidoc/images /usr/share/doc/${PF}/examples fi dodoc BUGS CHANGELOG README docbook-xsl/asciidoc-docbook-xsl.txt \ - dblatex/dblatex-readme.txt filters/code/code-filter-readme.txt || die + dblatex/dblatex-readme.txt filters/code/code-filter-readme.txt } src_test() { cd tests || die - ASCIIDOC_PY=../asciidoc.py "$(PYTHON)" test${PN}.py update || die - ASCIIDOC_PY=../asciidoc.py "$(PYTHON)" test${PN}.py run || die + local -x ASCIIDOC_PY=../asciidoc.py + "${PYTHON}" test${PN}.py update || die + "${PYTHON}" test${PN}.py run || die } diff --git a/sdk_container/src/third_party/portage-stable/app-text/asciidoc/asciidoc-9999.ebuild b/sdk_container/src/third_party/portage-stable/app-text/asciidoc/asciidoc-9999.ebuild index cd09e7ae54..640769f81e 100644 --- a/sdk_container/src/third_party/portage-stable/app-text/asciidoc/asciidoc-9999.ebuild +++ b/sdk_container/src/third_party/portage-stable/app-text/asciidoc/asciidoc-9999.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/asciidoc/asciidoc-9999.ebuild,v 1.12 2013/02/23 20:36:32 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/asciidoc/asciidoc-9999.ebuild,v 1.17 2015/04/08 07:30:31 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_5,2_6,2_7} pypy{1_9,2_0} ) +PYTHON_COMPAT=( python2_7 pypy ) [ "$PV" == "9999" ] && inherit mercurial autotools inherit python-single-r1 @@ -17,13 +17,15 @@ if [ "$PV" == "9999" ]; then KEYWORDS="" else SRC_URI="mirror://sourceforge/project/${PN}/${PN}/${PV}/${P}.tar.gz" - KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" fi LICENSE="GPL-2" SLOT="0" IUSE="examples graphviz highlight test vim-syntax" +REQUIRED_USE="highlight? ( ${PYTHON_REQUIRED_USE} )" + RDEPEND=">=app-text/docbook-xsl-stylesheets-1.75 dev-libs/libxslt graphviz? ( media-gfx/graphviz ) diff --git a/sdk_container/src/third_party/portage-stable/app-text/asciidoc/metadata.xml b/sdk_container/src/third_party/portage-stable/app-text/asciidoc/metadata.xml index 9f88199212..f9eb1e034f 100644 --- a/sdk_container/src/third_party/portage-stable/app-text/asciidoc/metadata.xml +++ b/sdk_container/src/third_party/portage-stable/app-text/asciidoc/metadata.xml @@ -1,7 +1,10 @@ - sgml + + djc@gentoo.org + Dirkjan Ochtman + Enable source code highlighting diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/app-text/asciidoc-8.2.6 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/app-text/asciidoc-8.2.6 deleted file mode 100644 index e01c2b3f25..0000000000 --- a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/app-text/asciidoc-8.2.6 +++ /dev/null @@ -1,11 +0,0 @@ -DEFINED_PHASES=install preinst unpack -DEPEND=>=dev-lang/python-2.3 dev-libs/libxslt -DESCRIPTION=A text document format for writing short documents, articles, books and UNIX man pages -HOMEPAGE=http://www.methods.co.nz/asciidoc/ -IUSE=examples vim-syntax -KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd -LICENSE=GPL-2 -RDEPEND=>=dev-lang/python-2.3 dev-libs/libxslt -SLOT=0 -SRC_URI=mirror://sourceforge/project/asciidoc/asciidoc/8.2.6/asciidoc-8.2.6.tar.gz -_md5_=b6a4799d86d1af8ffdf7ee8e9d0ed95a diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/app-text/asciidoc-8.6.5 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/app-text/asciidoc-8.6.5 index 08f2cb60f1..7139356efd 100644 --- a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/app-text/asciidoc-8.6.5 +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/app-text/asciidoc-8.6.5 @@ -4,10 +4,10 @@ DESCRIPTION=A text document format for writing short documents, articles, books EAPI=3 HOMEPAGE=http://www.methods.co.nz/asciidoc/ IUSE=examples graphviz highlight test vim-syntax -KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris +KEYWORDS=alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris LICENSE=GPL-2 RDEPEND=>=app-text/docbook-xsl-stylesheets-1.75 dev-libs/libxslt graphviz? ( media-gfx/graphviz ) app-text/docbook-xml-dtd:4.5 highlight? ( dev-util/source-highlight ) || ( =dev-lang/python-2.7* =dev-lang/python-2.6* =dev-lang/python-2.5* ) SLOT=0 SRC_URI=mirror://sourceforge/project/asciidoc/asciidoc/8.6.5/asciidoc-8.6.5.tar.gz _eclasses_=multilib 3bf24e6abb9b76d9f6c20600f0b716bf python 3a270b7b1d1e679847ff0faeac25c5a3 toolchain-funcs c961250d50160cd37d6b7fd9e8429c92 -_md5_=1f729a551a576ef8ce02b2513bbcdcd5 +_md5_=65024519ce2167efd00df80a66c3f4f8 diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/app-text/asciidoc-8.6.7 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/app-text/asciidoc-8.6.7 deleted file mode 100644 index 69b8c558e6..0000000000 --- a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/app-text/asciidoc-8.6.7 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup test -DEPEND=test? ( dev-util/source-highlight media-sound/lilypond media-gfx/imagemagick dev-texlive/texlive-latex app-text/dvipng media-gfx/graphviz ) || ( =dev-lang/python-2.7* =dev-lang/python-2.6* =dev-lang/python-2.5* ) -DESCRIPTION=A text document format for writing short documents, articles, books and UNIX man pages -EAPI=3 -HOMEPAGE=http://www.methods.co.nz/asciidoc/ -IUSE=examples graphviz highlight test vim-syntax -KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris -LICENSE=GPL-2 -RDEPEND=>=app-text/docbook-xsl-stylesheets-1.75 dev-libs/libxslt graphviz? ( media-gfx/graphviz ) app-text/docbook-xml-dtd:4.5 highlight? ( || ( dev-python/pygments dev-util/source-highlight ) ) || ( =dev-lang/python-2.7* =dev-lang/python-2.6* =dev-lang/python-2.5* ) -SLOT=0 -SRC_URI=mirror://sourceforge/project/asciidoc/asciidoc/8.6.7/asciidoc-8.6.7.tar.gz -_eclasses_=multilib 3bf24e6abb9b76d9f6c20600f0b716bf python 3a270b7b1d1e679847ff0faeac25c5a3 toolchain-funcs c961250d50160cd37d6b7fd9e8429c92 -_md5_=b4c962b1d69ff69c714708a732aa6dfc diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/app-text/asciidoc-8.6.8 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/app-text/asciidoc-8.6.8 deleted file mode 100644 index f9545de2aa..0000000000 --- a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/app-text/asciidoc-8.6.8 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup test -DEPEND=test? ( dev-util/source-highlight media-sound/lilypond media-gfx/imagemagick dev-texlive/texlive-latex app-text/dvipng media-gfx/graphviz ) || ( =dev-lang/python-2.7* =dev-lang/python-2.6* =dev-lang/python-2.5* ) -DESCRIPTION=A text document format for writing short documents, articles, books and UNIX man pages -EAPI=3 -HOMEPAGE=http://www.methods.co.nz/asciidoc/ -IUSE=examples graphviz highlight test vim-syntax -KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris -LICENSE=GPL-2 -RDEPEND=>=app-text/docbook-xsl-stylesheets-1.75 dev-libs/libxslt graphviz? ( media-gfx/graphviz ) app-text/docbook-xml-dtd:4.5 highlight? ( || ( dev-python/pygments dev-util/source-highlight ) ) || ( =dev-lang/python-2.7* =dev-lang/python-2.6* =dev-lang/python-2.5* ) -SLOT=0 -SRC_URI=mirror://sourceforge/project/asciidoc/asciidoc/8.6.8/asciidoc-8.6.8.tar.gz -_eclasses_=multilib 3bf24e6abb9b76d9f6c20600f0b716bf python 3a270b7b1d1e679847ff0faeac25c5a3 toolchain-funcs c961250d50160cd37d6b7fd9e8429c92 -_md5_=78c16960b162a158284fde3e46a93217 diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/app-text/asciidoc-8.6.8-r1 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/app-text/asciidoc-8.6.8-r1 index 1b0d791ad0..573737af56 100644 --- a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/app-text/asciidoc-8.6.8-r1 +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/app-text/asciidoc-8.6.8-r1 @@ -1,13 +1,14 @@ DEFINED_PHASES=compile configure install prepare setup test -DEPEND=test? ( dev-util/source-highlight media-sound/lilypond media-gfx/imagemagick dev-texlive/texlive-latex app-text/dvipng media-gfx/graphviz >=dev-lang/python-2.7.5-r2:2.7 >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_5(-),-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),python_single_target_python2_7(+)] ) +DEPEND=test? ( dev-util/source-highlight media-sound/lilypond media-gfx/imagemagick dev-texlive/texlive-latex app-text/dvipng media-gfx/graphviz python_single_target_pypy? ( virtual/pypy:0= ) python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_python2_7(-)?,-python_single_target_jython2_5(-),-python_single_target_jython2_7(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),python_single_target_pypy(+)?,python_single_target_python2_7(+)?] ) DESCRIPTION=A text document format for writing short documents, articles, books and UNIX man pages EAPI=5 HOMEPAGE=http://www.methods.co.nz/asciidoc/ -IUSE=examples graphviz highlight test vim-syntax python_targets_python2_7 -KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris +IUSE=examples graphviz highlight test vim-syntax python_targets_pypy python_targets_python2_7 python_single_target_pypy python_single_target_python2_7 +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris LICENSE=GPL-2 -RDEPEND=>=app-text/docbook-xsl-stylesheets-1.75 dev-libs/libxslt graphviz? ( media-gfx/graphviz ) app-text/docbook-xml-dtd:4.5 highlight? ( || ( dev-python/pygments[python_targets_python2_7(-)?,-python_single_target_jython2_5(-),-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),python_single_target_python2_7(+)] dev-util/source-highlight ) ) >=dev-lang/python-2.7.5-r2:2.7 >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_5(-),-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),python_single_target_python2_7(+)] +RDEPEND=>=app-text/docbook-xsl-stylesheets-1.75 dev-libs/libxslt graphviz? ( media-gfx/graphviz ) app-text/docbook-xml-dtd:4.5 highlight? ( || ( dev-python/pygments[python_targets_pypy(-)?,python_targets_python2_7(-)?,-python_single_target_jython2_5(-),-python_single_target_jython2_7(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),python_single_target_pypy(+)?,python_single_target_python2_7(+)?] dev-util/source-highlight ) ) python_single_target_pypy? ( virtual/pypy:0= ) python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_python2_7(-)?,-python_single_target_jython2_5(-),-python_single_target_jython2_7(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),python_single_target_pypy(+)?,python_single_target_python2_7(+)?] +REQUIRED_USE=^^ ( python_single_target_pypy python_single_target_python2_7 ) python_single_target_pypy? ( python_targets_pypy ) python_single_target_python2_7? ( python_targets_python2_7 ) SLOT=0 SRC_URI=mirror://sourceforge/project/asciidoc/asciidoc/8.6.8/asciidoc-8.6.8.tar.gz _eclasses_=eutils 9fb270e417e0e83d64ca52586c4a79de multilib 3bf24e6abb9b76d9f6c20600f0b716bf python-single-r1 7a178335dbd6ea7f50ed4e3e1c13c1e4 python-utils-r1 096f8247eae93026af13ab88cf4305cd toolchain-funcs c961250d50160cd37d6b7fd9e8429c92 -_md5_=19892ed8742383ddcb407d2da633acad +_md5_=2cb5a6a34275dd6da8002b9db476a784 diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/app-text/asciidoc-8.6.9 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/app-text/asciidoc-8.6.9 new file mode 100644 index 0000000000..685fb9758e --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/app-text/asciidoc-8.6.9 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare setup test +DEPEND=test? ( dev-util/source-highlight media-sound/lilypond media-gfx/imagemagick dev-texlive/texlive-latex app-text/dvipng media-gfx/graphviz python_single_target_pypy? ( virtual/pypy:0= ) python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_python2_7(-)?,-python_single_target_jython2_5(-),-python_single_target_jython2_7(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),python_single_target_pypy(+)?,python_single_target_python2_7(+)?] ) +DESCRIPTION=A text document format for writing short documents, articles, books and UNIX man pages +EAPI=5 +HOMEPAGE=http://www.methods.co.nz/asciidoc/ +IUSE=examples graphviz highlight test vim-syntax python_targets_pypy python_targets_python2_7 python_single_target_pypy python_single_target_python2_7 +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris +LICENSE=GPL-2 +RDEPEND=>=app-text/docbook-xsl-stylesheets-1.75 dev-libs/libxslt graphviz? ( media-gfx/graphviz ) app-text/docbook-xml-dtd:4.5 highlight? ( || ( dev-python/pygments[python_targets_pypy(-)?,python_targets_python2_7(-)?,-python_single_target_jython2_5(-),-python_single_target_jython2_7(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),python_single_target_pypy(+)?,python_single_target_python2_7(+)?] dev-util/source-highlight ) ) python_single_target_pypy? ( virtual/pypy:0= ) python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_python2_7(-)?,-python_single_target_jython2_5(-),-python_single_target_jython2_7(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),python_single_target_pypy(+)?,python_single_target_python2_7(+)?] +REQUIRED_USE=^^ ( python_single_target_pypy python_single_target_python2_7 ) python_single_target_pypy? ( python_targets_pypy ) python_single_target_python2_7? ( python_targets_python2_7 ) +SLOT=0 +SRC_URI=mirror://sourceforge/project/asciidoc/asciidoc/8.6.9/asciidoc-8.6.9.tar.gz +_eclasses_=eutils 9fb270e417e0e83d64ca52586c4a79de multilib 3bf24e6abb9b76d9f6c20600f0b716bf python-single-r1 7a178335dbd6ea7f50ed4e3e1c13c1e4 python-utils-r1 096f8247eae93026af13ab88cf4305cd toolchain-funcs c961250d50160cd37d6b7fd9e8429c92 +_md5_=79cd2b3def60dfa9640ede290c7f8d2e diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/app-text/asciidoc-8.6.9-r1 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/app-text/asciidoc-8.6.9-r1 new file mode 100644 index 0000000000..c4e5420480 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/app-text/asciidoc-8.6.9-r1 @@ -0,0 +1,14 @@ +DEFINED_PHASES=configure install prepare setup test +DEPEND=test? ( dev-util/source-highlight media-sound/lilypond media-gfx/imagemagick dev-texlive/texlive-latex app-text/dvipng media-gfx/graphviz python_single_target_pypy? ( virtual/pypy:0= ) python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_python2_7(-)?,-python_single_target_jython2_5(-),-python_single_target_jython2_7(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),python_single_target_pypy(+)?,python_single_target_python2_7(+)?] ) +DESCRIPTION=A text document format for writing short documents, articles, books and UNIX man pages +EAPI=5 +HOMEPAGE=http://asciidoc.org/ +IUSE=examples graphviz highlight test vim-syntax python_targets_pypy python_targets_python2_7 python_single_target_pypy python_single_target_python2_7 +KEYWORDS=alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris +LICENSE=GPL-2 +RDEPEND=>=app-text/docbook-xsl-stylesheets-1.75 dev-libs/libxslt graphviz? ( media-gfx/graphviz ) app-text/docbook-xml-dtd:4.5 highlight? ( || ( dev-python/pygments[python_targets_pypy(-)?,python_targets_python2_7(-)?,-python_single_target_jython2_5(-),-python_single_target_jython2_7(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),python_single_target_pypy(+)?,python_single_target_python2_7(+)?] dev-util/source-highlight ) ) python_single_target_pypy? ( virtual/pypy:0= ) python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_python2_7(-)?,-python_single_target_jython2_5(-),-python_single_target_jython2_7(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),python_single_target_pypy(+)?,python_single_target_python2_7(+)?] +REQUIRED_USE=^^ ( python_single_target_pypy python_single_target_python2_7 ) python_single_target_pypy? ( python_targets_pypy ) python_single_target_python2_7? ( python_targets_python2_7 ) +SLOT=0 +SRC_URI=mirror://sourceforge/project/asciidoc/asciidoc/8.6.9/asciidoc-8.6.9.tar.gz +_eclasses_=eutils 9fb270e417e0e83d64ca52586c4a79de multilib 3bf24e6abb9b76d9f6c20600f0b716bf python-single-r1 7a178335dbd6ea7f50ed4e3e1c13c1e4 python-utils-r1 096f8247eae93026af13ab88cf4305cd toolchain-funcs c961250d50160cd37d6b7fd9e8429c92 +_md5_=3cb6073c618dcb6610fa3473e7f5b361 diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/app-text/asciidoc-9999 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/app-text/asciidoc-9999 index 737cd5abe1..fa1d09623e 100644 --- a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/app-text/asciidoc-9999 +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/app-text/asciidoc-9999 @@ -1,11 +1,12 @@ DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=test? ( dev-util/source-highlight media-sound/lilypond media-gfx/imagemagick dev-texlive/texlive-latex app-text/dvipng media-gfx/graphviz >=dev-lang/python-2.7.5-r2:2.7 >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_5(-),-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),python_single_target_python2_7(+)] ) dev-util/aap www-client/lynx dev-util/source-highlight dev-vcs/mercurial !=sys-devel/automake-1.13:1.13 >=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 +DEPEND=test? ( dev-util/source-highlight media-sound/lilypond media-gfx/imagemagick dev-texlive/texlive-latex app-text/dvipng media-gfx/graphviz python_single_target_pypy? ( virtual/pypy:0= ) python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_python2_7(-)?,-python_single_target_jython2_5(-),-python_single_target_jython2_7(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),python_single_target_pypy(+)?,python_single_target_python2_7(+)?] ) dev-util/aap www-client/lynx dev-util/source-highlight dev-vcs/mercurial !=sys-devel/automake-1.13:1.13 >=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 DESCRIPTION=A text document format for writing short documents, articles, books and UNIX man pages EAPI=5 HOMEPAGE=http://www.methods.co.nz/asciidoc/ -IUSE=examples graphviz highlight test vim-syntax python_targets_python2_7 +IUSE=examples graphviz highlight test vim-syntax python_targets_pypy python_targets_python2_7 python_single_target_pypy python_single_target_python2_7 LICENSE=GPL-2 -RDEPEND=>=app-text/docbook-xsl-stylesheets-1.75 dev-libs/libxslt graphviz? ( media-gfx/graphviz ) app-text/docbook-xml-dtd:4.5 highlight? ( || ( dev-python/pygments[python_targets_python2_7(-)?,-python_single_target_jython2_5(-),-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),python_single_target_python2_7(+)] dev-util/source-highlight ) ) >=dev-lang/python-2.7.5-r2:2.7 >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_5(-),-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),python_single_target_python2_7(+)] +RDEPEND=>=app-text/docbook-xsl-stylesheets-1.75 dev-libs/libxslt graphviz? ( media-gfx/graphviz ) app-text/docbook-xml-dtd:4.5 highlight? ( || ( dev-python/pygments[python_targets_pypy(-)?,python_targets_python2_7(-)?,-python_single_target_jython2_5(-),-python_single_target_jython2_7(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),python_single_target_pypy(+)?,python_single_target_python2_7(+)?] dev-util/source-highlight ) ) python_single_target_pypy? ( virtual/pypy:0= ) python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_python2_7(-)?,-python_single_target_jython2_5(-),-python_single_target_jython2_7(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),python_single_target_pypy(+)?,python_single_target_python2_7(+)?] +REQUIRED_USE=highlight? ( ^^ ( python_single_target_pypy python_single_target_python2_7 ) python_single_target_pypy? ( python_targets_pypy ) python_single_target_python2_7? ( python_targets_python2_7 ) ) SLOT=0 _eclasses_=autotools 999c8f6cf5d91495cb0779588f20716c eutils 9fb270e417e0e83d64ca52586c4a79de libtool 52d0e17251d04645ffaa61bfdd858944 mercurial 2fbda5894dda6392b71334ee9a92de0b multilib 3bf24e6abb9b76d9f6c20600f0b716bf python-single-r1 7a178335dbd6ea7f50ed4e3e1c13c1e4 python-utils-r1 096f8247eae93026af13ab88cf4305cd toolchain-funcs c961250d50160cd37d6b7fd9e8429c92 -_md5_=fbff4dc137f2feb6acf482244f516204 +_md5_=82acbbb10ba89674af38d91c6de12dac From b8daeba1bba64bdc221f3ee71c755bb9a0b78ee8 Mon Sep 17 00:00:00 2001 From: Geoff Levand Date: Thu, 28 May 2015 09:36:41 -0700 Subject: [PATCH 07/10] bump(app-text/sgml-common): sync with upstream for arm64 Signed-off-by: Geoff Levand --- .../app-text/sgml-common/ChangeLog | 15 ++++++++++-- .../app-text/sgml-common/Manifest | 24 +++++++++++++------ .../app-text/sgml-common/metadata.xml | 2 +- .../sgml-common/sgml-common-0.6.3-r5.ebuild | 6 ++--- .../md5-cache/app-text/sgml-common-0.6.3-r5 | 4 ++-- 5 files changed, 36 insertions(+), 15 deletions(-) diff --git a/sdk_container/src/third_party/portage-stable/app-text/sgml-common/ChangeLog b/sdk_container/src/third_party/portage-stable/app-text/sgml-common/ChangeLog index af805be8c7..d47467e731 100644 --- a/sdk_container/src/third_party/portage-stable/app-text/sgml-common/ChangeLog +++ b/sdk_container/src/third_party/portage-stable/app-text/sgml-common/ChangeLog @@ -1,6 +1,17 @@ # ChangeLog for app-text/sgml-common -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/sgml-common/ChangeLog,v 1.60 2013/02/17 20:39:27 zmedico Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/sgml-common/ChangeLog,v 1.63 2014/04/06 14:52:58 vapier Exp $ + + 06 Apr 2014; Mike Frysinger sgml-common-0.6.3-r5.ebuild: + Add arm64 love. + + 12 Nov 2013; Michael Haubenwallner + sgml-common-0.6.3-r5.ebuild: + Add ~ppc-aix keyword. + + 21 Jul 2013; Pacho Ramos metadata.xml: + Cleanup due http://gentoo.2317880.n4.nabble.com/sgml-herd-has-no-maintainers- + again-td259655.html 17 Feb 2013; Zac Medico sgml-common-0.6.3-r5.ebuild: Add ~arm-linux keyword. diff --git a/sdk_container/src/third_party/portage-stable/app-text/sgml-common/Manifest b/sdk_container/src/third_party/portage-stable/app-text/sgml-common/Manifest index 0bbff50c71..aeb46bec5c 100644 --- a/sdk_container/src/third_party/portage-stable/app-text/sgml-common/Manifest +++ b/sdk_container/src/third_party/portage-stable/app-text/sgml-common/Manifest @@ -4,13 +4,23 @@ Hash: SHA256 AUX sgml-common-0.6.3-install-catalog.in 5064 SHA256 dffad899948ae7177b33e1c3132f9b7c6ea9e3f5a6d1e34b9334b91e54cc5fa6 SHA512 85fbcdd7aceb28256e08ca1a5b6472247d81499e604d6a45edabf662bc32b72a22326db907e2a408b1a6da02deccd89606749e3fc8e42594ad6402ab29d501b9 WHIRLPOOL a25ad29a334b38d794e52ac5a04232d319ffa109d3130e2d9a89868548090a1001c512c75bd67f9335fd6d0a898bae673692106238e7ebe1a876d3dd45717e2f AUX sgml-common-0.6.3-prefix.patch 658 SHA256 6926c44655ddd713276cc26d777d39b56b3cc740e55bbc2c543daad21359bee3 SHA512 25e02afb59be7c056577169a5c644a2fa6800bf07c5876fac3f9ad6b3094ee186b1864f59ae2fcbb99acb7f0d6e0d32f8daeb2aeec16f8f2f98d43b3e890ef7d WHIRLPOOL f7b7ee85138b5e7f89f7fb88653d416dcf534530535aec3fb3fe84fd51e49d84b0745f529f412faf29bc7d2b000331d214a6952ad71833c4d0b08be7119052da DIST sgml-common-0.6.3-gentoo.tar.gz 128903 SHA256 c5f6668cb19e230df5c5adaf2704fa5225da0aab090b42a23f4247224c6523ee SHA512 c8de573d707ccf524407c9be9a6e7740341eb88ecb6bee69d6d11a2658ef74e6acfb7495afa33c9983ab015c3c925aac98278a4e01ee217892a9fb99e60798ce WHIRLPOOL 18187f92fd4def6affdbb9e7c6de5f4a29f906b6f5199bb9db049ff106cc3fccd51144b83ad575caeb1ef8b6cb01d59db7a33563867fe14053019d93b9084772 -EBUILD sgml-common-0.6.3-r5.ebuild 2613 SHA256 a5bd50beda3f73c4f70a61143807310d900a33b4b3b80b0696a86726f7032453 SHA512 33218e9c6ea4025df70ea361aa01ebf9e319912b4cf92aa766e5be3f3fee3ca230242ae69566cec0521405ebe36ed7d4c0f960f74b5f7a08cd0f99ec8a93f1fe WHIRLPOOL e985a3bbef1dd88feb1f25e9c1f32424c700dec21a56304d971fcae3d899a91f0993d52b8a62a2cbd47f3d36109efacac97af4ce5219a0e9ee978100234abe8e -MISC ChangeLog 8988 SHA256 76ac00cf65c114524a06b1e74c0cbb796cac0b17315cfc69c42aed546e3b6fdc SHA512 61c400e116d421f580d9775ae77461a6617e7fafbe78b07f3fa1566f2cc3d9c2e627f404dfe7e2c8e4d85c5ec69d793205c4314e666bf5d87110157bced75d1b WHIRLPOOL 20df62f1283fe98b22ab1d0d43c89e7703df8fb82ca8de33af26a723d934bb860cd81109710603765984132fb2cd40e760b7abeee24938d03437c9e53d335cc9 -MISC metadata.xml 159 SHA256 52cf1b9dda72e2d61fef95515c8a124ac9f1196e5509e5636e269f396fcba8a3 SHA512 119d9e98ba4d956ad7811e557e8013b976337b14029b994bfa4eb08ba24cfe6ae7757a814a02c0526246b3c77ce1eb55b81681731863a10b72436dbe47e693d2 WHIRLPOOL a6d40a902f676b47e088ee88d7149fa3c2d6e8ac1117a265e083196abdb95483f506974afbdcfdcb3e6a14a85d4726ba2876d7cfb90efa8586a3d1581f30274b +EBUILD sgml-common-0.6.3-r5.ebuild 2627 SHA256 733a018177b3d6cc3adff0366ead16e602a86efbe5d7b503faef99a6b7a24d4e SHA512 2fc5981a07b9becfa4364123b12e6677520d2e965e7af94f29c005e938a1498dd64a39a979083a94b1c227e4559e050fb447ca86b87bd14f554b03c6ca55f9b1 WHIRLPOOL 121dfcd49eeabb58177601cf259045f621f78581c070f7adb7be2c6efadd49220022ff4f5c82560e201498a0482e9a32d494afccafc6cf62c4c4c56d54e3e73c +MISC ChangeLog 9360 SHA256 dff19456b9a5b4d3efdd731757777f1ed2b5be1bbcc5e048f4d40a8ad88f2cdd SHA512 3534e8a2fbad7010a90e820834e12410f3f43e55e1f9df7f325ff0f8b820cb1131f8fe27917efda2ea53ac46317ddfc25b36604cd909cae1029706c267c04d6d WHIRLPOOL ed88533f45ba5de82da8d2efd01b79b8fb70738fcd0b92b948c268d54aeebc164950538c59737f1b317770f14aa8f13693de9609c0985abc08074693733288cc +MISC metadata.xml 208 SHA256 98f8aa3fb70533eeab6b09d5bc30bd8f649ec13d9b04363490082fb87bb6032e SHA512 d5a7f3cb2fe57f8d7783ba358068648b122d9f5de81a17bff61ce600e42b6487e6f7e2a62c8be95cc7021cb3ea88716824b1ad0565da922ea753bea2417b3d3d WHIRLPOOL e38a6cdef2acb3efdc182efde482593790f773ab3bb9b66cced3af47e4ab39368757e17c4352c6cacaefa338341db88c3bcc3ffcd32aabd7984c5b19051a7bb7 -----BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.19 (GNU/Linux) +Version: GnuPG v2.0.22 (GNU/Linux) -iEYEAREIAAYFAlEhQAEACgkQ/ejvha5XGaNUJACfYKAzUhHB+O0k2FGMa4DU4bTk -YzYAoOWryfjSbPkuJ9Z5UZGuYhGhOcBH -=cAVH +iQIcBAEBCAAGBQJTQWpOAAoJEPGu1DbS6WIAT0UP/0rGaF3+O7IeLhfGLT6vyqyQ +pOPx1ZIb7rFBhst8l28SGT0z2OPn7la5N/bNu44TKDROK2ENHsCk36NbfCWZ85Xh +Swe0ZG8MGqhSuUgE1tVZOyLzxo7siPq3E87v0zuPN+MKy79VVn7/di535GYRAKe2 +stJrUXZn9W/7KAQK34JRI50/IPztZzw191zyBdqDYldZLqqYeFv2MmGfVnEbyqvR +YVWU4ZrCM2+8XwqCikzRY6LJsbf8hlZOZnHyx5CSZ1sa60UwBH/IJCsmjNOO6SlC +jdGW/DAYH4d9jXdIAXNxEleZy52Xz9dvx69bse42qwFVHVTe4rXvvBCwOuBTD5/X +HUHGPyTboxgXepPNuP6ddcG2FfWo8cJjwM5kf9fB3T8RUUYDVZRriq2BpqFYfVt2 +Ej72nYIIin6lUVhZ7sklJMlJjNxmyE6r30Cy7vz2ZxbW2HN7nxfHPB/AwTsX++Os +k7A5AtPqRafac1IUINNL764K5QXckm/jHeX2rAcIAqOzdqqDkSNkk484+2rXvhgL +APrQIa/9SdL/+4WlbRMOLOxUw18rXkve9hPOKYmi0GHOREHvDxOqUcIgLA2qL84/ +hoXtcZqhENVASaN3m2mvOgt+A479ARiy/nqmobgtokY2fRxUVO5iVs+iLXfGhJc2 +AD0L1J25S0ugmmfZ6xf/ +=5KxZ -----END PGP SIGNATURE----- diff --git a/sdk_container/src/third_party/portage-stable/app-text/sgml-common/metadata.xml b/sdk_container/src/third_party/portage-stable/app-text/sgml-common/metadata.xml index e960864773..4538a68724 100644 --- a/sdk_container/src/third_party/portage-stable/app-text/sgml-common/metadata.xml +++ b/sdk_container/src/third_party/portage-stable/app-text/sgml-common/metadata.xml @@ -1,5 +1,5 @@ - sgml +maintainer-needed@gentoo.org diff --git a/sdk_container/src/third_party/portage-stable/app-text/sgml-common/sgml-common-0.6.3-r5.ebuild b/sdk_container/src/third_party/portage-stable/app-text/sgml-common/sgml-common-0.6.3-r5.ebuild index 409eb14094..e7cdbc2335 100644 --- a/sdk_container/src/third_party/portage-stable/app-text/sgml-common/sgml-common-0.6.3-r5.ebuild +++ b/sdk_container/src/third_party/portage-stable/app-text/sgml-common/sgml-common-0.6.3-r5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/sgml-common/sgml-common-0.6.3-r5.ebuild,v 1.27 2013/02/17 20:39:27 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/sgml-common/sgml-common-0.6.3-r5.ebuild,v 1.29 2014/04/06 14:52:58 vapier Exp $ EAPI="3" @@ -13,7 +13,7 @@ SRC_URI="http://dev.gentoo.org/~floppym/dist/${PN}/${P}-gentoo.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" DEPEND="" diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/app-text/sgml-common-0.6.3-r5 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/app-text/sgml-common-0.6.3-r5 index f7315c6d04..2b09983d7e 100644 --- a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/app-text/sgml-common-0.6.3-r5 +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/app-text/sgml-common-0.6.3-r5 @@ -2,9 +2,9 @@ DEFINED_PHASES=configure install postinst postrm prepare prerm DESCRIPTION=Base ISO character entities and utilities for SGML EAPI=3 HOMEPAGE=http://www.iso.ch/cate/3524030.html -KEYWORDS=alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=GPL-2 SLOT=0 SRC_URI=http://dev.gentoo.org/~floppym/dist/sgml-common/sgml-common-0.6.3-gentoo.tar.gz _eclasses_=eutils 9fb270e417e0e83d64ca52586c4a79de multilib 3bf24e6abb9b76d9f6c20600f0b716bf prefix 21058c21ca48453d771df15500873ede toolchain-funcs c961250d50160cd37d6b7fd9e8429c92 -_md5_=183f9bb2f69f1b7c7dd34a16914839db +_md5_=44a535621412014ed6306a7bab07b043 From e8ba1e37d2095492754724a646011e1bfce81a89 Mon Sep 17 00:00:00 2001 From: Geoff Levand Date: Thu, 28 May 2015 09:36:41 -0700 Subject: [PATCH 08/10] bump(app-text/docbook-xsl-stylesheets): sync with upstream for arm64 Signed-off-by: Geoff Levand --- .../docbook-xsl-stylesheets/ChangeLog | 671 ++++++++++++++++++ .../app-text/docbook-xsl-stylesheets/Manifest | 25 +- .../docbook-xsl-stylesheets-1.75.2.ebuild | 62 -- .../docbook-xsl-stylesheets-1.78.0-r1.ebuild | 81 +++ .../docbook-xsl-stylesheets/metadata.xml | 11 + .../app-text/docbook-xsl-stylesheets-1.75.2 | 10 - .../docbook-xsl-stylesheets-1.78.0-r1 | 12 + 7 files changed, 799 insertions(+), 73 deletions(-) create mode 100644 sdk_container/src/third_party/portage-stable/app-text/docbook-xsl-stylesheets/ChangeLog delete mode 100644 sdk_container/src/third_party/portage-stable/app-text/docbook-xsl-stylesheets/docbook-xsl-stylesheets-1.75.2.ebuild create mode 100644 sdk_container/src/third_party/portage-stable/app-text/docbook-xsl-stylesheets/docbook-xsl-stylesheets-1.78.0-r1.ebuild create mode 100644 sdk_container/src/third_party/portage-stable/app-text/docbook-xsl-stylesheets/metadata.xml delete mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/app-text/docbook-xsl-stylesheets-1.75.2 create mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/app-text/docbook-xsl-stylesheets-1.78.0-r1 diff --git a/sdk_container/src/third_party/portage-stable/app-text/docbook-xsl-stylesheets/ChangeLog b/sdk_container/src/third_party/portage-stable/app-text/docbook-xsl-stylesheets/ChangeLog new file mode 100644 index 0000000000..b62b58896d --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/app-text/docbook-xsl-stylesheets/ChangeLog @@ -0,0 +1,671 @@ +# ChangeLog for app-text/docbook-xsl-stylesheets +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/docbook-xsl-stylesheets/ChangeLog,v 1.151 2015/04/17 20:24:36 vapier Exp $ + + 17 Apr 2015; Mike Frysinger + docbook-xsl-stylesheets-1.78.0-r1.ebuild: + Mark arm64/m68k/s390/sh stable. + + 15 Apr 2015; Manuel Rüger + -docbook-xsl-stylesheets-1.77.1-r1.ebuild, + -docbook-xsl-stylesheets-1.78.0.ebuild: + Remove old. + + 31 Mar 2015; Ulrich Müller metadata.xml: + Update reference after package move of eselect modules to app-eselect. + + 28 Feb 2015; Agostino Sarubbo + docbook-xsl-stylesheets-1.78.0-r1.ebuild: + Stable for ia64, wrt bug #534902 + + 27 Feb 2015; Agostino Sarubbo + docbook-xsl-stylesheets-1.78.0-r1.ebuild: + Stable for sparc, wrt bug #534902 + + 24 Feb 2015; Agostino Sarubbo + docbook-xsl-stylesheets-1.78.0-r1.ebuild: + Stable for alpha, wrt bug #534902 + + 26 Jan 2015; Agostino Sarubbo + docbook-xsl-stylesheets-1.78.0-r1.ebuild: + Stable for x86, wrt bug #534902 + + 18 Jan 2015; Agostino Sarubbo + docbook-xsl-stylesheets-1.78.0-r1.ebuild: + Stable for ppc64, wrt bug #534902 + + 17 Jan 2015; Markus Meier + docbook-xsl-stylesheets-1.78.0-r1.ebuild: + arm stable, bug #534902 + + 17 Jan 2015; Agostino Sarubbo + docbook-xsl-stylesheets-1.78.0-r1.ebuild: + Stable for ppc, wrt bug #534902 + + 15 Jan 2015; Jeroen Roovers + docbook-xsl-stylesheets-1.78.0-r1.ebuild: + Stable for HPPA (bug #534902). + + 09 Jan 2015; Agostino Sarubbo + docbook-xsl-stylesheets-1.78.0-r1.ebuild: + Stable for amd64, wrt bug #534902 + + 18 Jan 2014; Mike Frysinger + docbook-xsl-stylesheets-1.78.0-r1.ebuild, + docbook-xsl-stylesheets-1.78.0.ebuild: + Add arm64 love. + +*docbook-xsl-stylesheets-1.78.0-r1 (30 Sep 2013) + + 30 Sep 2013; Manuel Rüger + +docbook-xsl-stylesheets-1.78.0-r1.ebuild: + Add a slotted ruby rdepend + + 21 Jul 2013; Pacho Ramos metadata.xml: + Cleanup due http://gentoo.2317880.n4.nabble.com/sgml-herd-has-no-maintainers- + again-td259655.html + + 19 Mar 2013; Agostino Sarubbo + docbook-xsl-stylesheets-1.78.0.ebuild: + Stable for x86, wrt bug #461080 + + 15 Mar 2013; Agostino Sarubbo + docbook-xsl-stylesheets-1.78.0.ebuild: + Stable for sh, wrt bug #461080 + + 14 Mar 2013; Agostino Sarubbo + docbook-xsl-stylesheets-1.78.0.ebuild: + Stable for s390, wrt bug #461080 + + 14 Mar 2013; Agostino Sarubbo + docbook-xsl-stylesheets-1.78.0.ebuild: + Stable for sparc, wrt bug #461080 + + 14 Mar 2013; Agostino Sarubbo + docbook-xsl-stylesheets-1.78.0.ebuild: + Stable for ia64, wrt bug #461080 + + 14 Mar 2013; Agostino Sarubbo + docbook-xsl-stylesheets-1.78.0.ebuild: + Stable for arm, wrt bug #461080 + + 14 Mar 2013; Agostino Sarubbo + docbook-xsl-stylesheets-1.78.0.ebuild: + Stable for alpha, wrt bug #461080 + + 13 Mar 2013; Agostino Sarubbo + docbook-xsl-stylesheets-1.78.0.ebuild: + Stable for ppc64, wrt bug #461080 + + 12 Mar 2013; Agostino Sarubbo + docbook-xsl-stylesheets-1.78.0.ebuild: + Stable for ppc, wrt bug #461080 + + 11 Mar 2013; Chema Alonso + docbook-xsl-stylesheets-1.78.0.ebuild: + Stable for amd64 wrt bug #461080 + + 11 Mar 2013; Jeroen Roovers + docbook-xsl-stylesheets-1.78.0.ebuild: + Stable for HPPA (bug #461080). + + 19 Feb 2013; Zac Medico + docbook-xsl-stylesheets-1.78.0.ebuild: + Add ~arm-linux keyword. + +*docbook-xsl-stylesheets-1.78.0 (18 Jan 2013) + + 18 Jan 2013; Diego E. Pettenò + +docbook-xsl-stylesheets-1.78.0.ebuild, + -docbook-xsl-stylesheets-1.76.1.ebuild, + -docbook-xsl-stylesheets-1.77.0.ebuild: + Version bump; remove old. + + 30 Sep 2012; Raúl Porcel + docbook-xsl-stylesheets-1.77.1-r1.ebuild: + alpha/ia64/m68k/s390/sh/sparc stable wrt #433195 + + 27 Sep 2012; Anthony G. Basile + docbook-xsl-stylesheets-1.77.1-r1.ebuild: + stable ppc ppc64, bug #433195 + + 23 Sep 2012; Pawel Hajdan jr + docbook-xsl-stylesheets-1.77.1-r1.ebuild: + x86 stable wrt bug #433195 + + 18 Sep 2012; Jeroen Roovers + docbook-xsl-stylesheets-1.77.1-r1.ebuild: + Stable for HPPA (bug #433195). + + 16 Sep 2012; Markus Meier + docbook-xsl-stylesheets-1.77.1-r1.ebuild: + arm stable, bug #433195 + + 13 Sep 2012; Agostino Sarubbo + docbook-xsl-stylesheets-1.77.1-r1.ebuild: + Stable for amd64, wrt bug #433195 + + 10 Sep 2012; Mike Gilbert + -docbook-xsl-stylesheets-1.75.2.ebuild: + Remove old. + +*docbook-xsl-stylesheets-1.77.1-r1 (03 Jul 2012) + + 03 Jul 2012; Mike Gilbert + +docbook-xsl-stylesheets-1.77.1-r1.ebuild, + -docbook-xsl-stylesheets-1.77.1.ebuild: + Install VERSION.xsl, bug 424621 by Vamp898. + + 03 Jul 2012; Mike Gilbert + docbook-xsl-stylesheets-1.77.1.ebuild: + Remove keywords temporarily due to bug 424621. + +*docbook-xsl-stylesheets-1.77.1 (03 Jul 2012) + + 03 Jul 2012; Mike Gilbert + +docbook-xsl-stylesheets-1.77.1.ebuild: + Version bump for bug 423861. + +*docbook-xsl-stylesheets-1.77.0 (23 May 2012) + + 23 May 2012; Diego E. Pettenò + +docbook-xsl-stylesheets-1.77.0.ebuild, metadata.xml: + Version bump; add a ruby USE flag to install dbtoepub script (or remove it). + + 26 Apr 2012; Alexis Ballier + docbook-xsl-stylesheets-1.76.1.ebuild: + keyword ~amd64-fbsd + + 02 Feb 2012; Samuli Suominen + docbook-xsl-stylesheets-1.76.1.ebuild: + ppc/ppc64 stable wrt #388277 + + 04 Dec 2011; Markos Chandras + docbook-xsl-stylesheets-1.76.1.ebuild: + Stable on amd64 wrt bug #388277 + + 26 Nov 2011; Raúl Porcel + docbook-xsl-stylesheets-1.76.1.ebuild: + alpha/ia64/m68k/s390/sh/sparc stable wrt #388277 + + 05 Nov 2011; Markus Meier + docbook-xsl-stylesheets-1.76.1.ebuild: + arm stable, bug #388277 + + 28 Oct 2011; Jeroen Roovers + docbook-xsl-stylesheets-1.76.1.ebuild: + Stable for HPPA (bug #388277). + + 25 Oct 2011; Pawel Hajdan jr + docbook-xsl-stylesheets-1.76.1.ebuild: + x86 stable wrt bug #388277 + +*docbook-xsl-stylesheets-1.76.1 (19 Feb 2011) + + 19 Feb 2011; Diego E. Pettenò + -docbook-xsl-stylesheets-1.73.2.ebuild, + docbook-xsl-stylesheets-1.75.2.ebuild, + -docbook-xsl-stylesheets-1.76.0.ebuild, + +docbook-xsl-stylesheets-1.76.1.ebuild: + Version bump (to fix a few issues with 1.76.0); fix repoman false positive. + + 18 Sep 2010; Raúl Porcel + docbook-xsl-stylesheets-1.75.2.ebuild: + sparc stable + +*docbook-xsl-stylesheets-1.76.0 (04 Sep 2010) + + 04 Sep 2010; Diego E. Pettenò + +docbook-xsl-stylesheets-1.76.0.ebuild: + Version bump. + + 18 Aug 2010; Fabian Groffen + docbook-xsl-stylesheets-1.75.2.ebuild: + Marked ~m68k-mint, bug #333209 + + 06 Jan 2010; Brent Baude + docbook-xsl-stylesheets-1.75.2.ebuild: + Marking docbook-xsl-stylesheets-1.75.2 ppc64 for bug 282302 + + 02 Jan 2010; Christian Faulhammer + docbook-xsl-stylesheets-1.75.2.ebuild: + Transfer Prefix keywords + + 29 Nov 2009; Raúl Porcel + docbook-xsl-stylesheets-1.75.2.ebuild: + Add ~sparc + + 30 Sep 2009; Diego E. Pettenò Manifest: + Fix digest, thanks to Tore Kaspersen for noticing in bug #286931. + + 19 Sep 2009; Diego E. Pettenò + docbook-xsl-stylesheets-1.75.2.ebuild: + Regenerate digest, upstream changed the distfile; get rid of the test USE + flag and dependencies since the tests won't work any time soon. + + 12 Sep 2009; Raúl Porcel + docbook-xsl-stylesheets-1.75.2.ebuild: + arm/ia64/m68k/s390/sh/sparc stable wrt #282302 + + 06 Sep 2009; Markus Meier + docbook-xsl-stylesheets-1.75.2.ebuild: + amd64/x86 stable, bug #282302 + + 30 Aug 2009; nixnut + docbook-xsl-stylesheets-1.75.2.ebuild: + ppc stable #282302 + + 30 Aug 2009; Tobias Klausmann + docbook-xsl-stylesheets-1.75.2.ebuild: + Stable on alpha, bug #282302 + + 28 Aug 2009; Jeroen Roovers + docbook-xsl-stylesheets-1.75.2.ebuild: + Stable for HPPA (bug #282302). + +*docbook-xsl-stylesheets-1.75.2 (21 Jul 2009) + + 21 Jul 2009; Diego E. Pettenò + -docbook-xsl-stylesheets-1.70.1.ebuild, + -docbook-xsl-stylesheets-1.72.0.ebuild, + -docbook-xsl-stylesheets-1.73.1.ebuild, + -docbook-xsl-stylesheets-1.74.0.ebuild, + -docbook-xsl-stylesheets-1.75.1.ebuild, + +docbook-xsl-stylesheets-1.75.2.ebuild: + Version bump and drop old versions. + +*docbook-xsl-stylesheets-1.75.1 (28 May 2009) + + 28 May 2009; Diego E. Pettenò + -docbook-xsl-stylesheets-1.75.0.ebuild, + +docbook-xsl-stylesheets-1.75.1.ebuild: + Version bump. + +*docbook-xsl-stylesheets-1.75.0 (22 May 2009) + + 22 May 2009; Diego E. Pettenò + +docbook-xsl-stylesheets-1.75.0.ebuild: + Version bump, added tests like for docbook-xsl-ns but restrict them for + now since the Makefile is broken. + + 05 Oct 2008; Diego Pettenò + docbook-xsl-stylesheets-1.74.0.ebuild: + Add libxslt dependency for xsltproc, closes bug #238659. + +*docbook-xsl-stylesheets-1.74.0 (22 Sep 2008) + + 22 Sep 2008; Diego Pettenò + +docbook-xsl-stylesheets-1.74.0.ebuild: + Version bump. + + 29 Feb 2008; Santiago M. Mola + docbook-xsl-stylesheets-1.73.2.ebuild: + amd64 stable wrt bug #202139 + + 16 Feb 2008; Dawid Węgliński + docbook-xsl-stylesheets-1.73.2.ebuild: + Stable on x86 (bug #202139) + + 15 Feb 2008; Raúl Porcel + docbook-xsl-stylesheets-1.73.2.ebuild: + alpha/ia64 stable wrt #202139 + + 15 Feb 2008; nixnut + docbook-xsl-stylesheets-1.73.2.ebuild: + Stable on ppc wrt bug 202139 + + 15 Feb 2008; Jeroen Roovers + docbook-xsl-stylesheets-1.73.2.ebuild: + Stable for HPPA (bug #202139). Fixed quoting issues. + + 15 Feb 2008; Brent Baude + docbook-xsl-stylesheets-1.73.2.ebuild: + stable ppc64, bug 202139 + + 15 Feb 2008; Ferris McCormick + docbook-xsl-stylesheets-1.73.2.ebuild: + Sparc stable, Bug #202139. + +*docbook-xsl-stylesheets-1.73.2 (31 Aug 2007) + + 31 Aug 2007; Leonardo Boshell + +docbook-xsl-stylesheets-1.73.2.ebuild: + Version bump. + +*docbook-xsl-stylesheets-1.73.1 (20 Aug 2007) + + 20 Aug 2007; Leonardo Boshell + +docbook-xsl-stylesheets-1.73.1.ebuild: + Version bump (bug #188493). Removed ${PV} from the installation path (bug + #166208). + + 20 Aug 2007; Leonardo Boshell + -docbook-xsl-stylesheets-1.68.1-r1.ebuild: + Dropped old version. + + 27 May 2007; Joshua Kinard + docbook-xsl-stylesheets-1.70.1.ebuild: + Stable on mips. + + 13 Apr 2007; Fabian Groffen + docbook-xsl-stylesheets-1.70.1.ebuild, + docbook-xsl-stylesheets-1.72.0.ebuild: + Dropped ppc-macos keyword, see you in prefix + + 12 Mar 2007; Leonardo Boshell metadata.xml, + -docbook-xsl-stylesheets-1.71.1.ebuild: + Replacing text-markup herd with the new sgml herd. + +*docbook-xsl-stylesheets-1.72.0 (30 Jan 2007) + + 30 Jan 2007; Leonardo Boshell + +docbook-xsl-stylesheets-1.72.0.ebuild: + New release. + +*docbook-xsl-stylesheets-1.71.1 (20 Jan 2007) + + 20 Jan 2007; Leonardo Boshell + +docbook-xsl-stylesheets-1.71.1.ebuild: + New release. + + 31 Dec 2006; Bryan Østergaard + docbook-xsl-stylesheets-1.70.1.ebuild: + Stable on Alpha, bug 157643. + + 14 Dec 2006; Jeroen Roovers + docbook-xsl-stylesheets-1.70.1.ebuild: + Stable for HPPA (bug #157643). + + 11 Dec 2006; Gustavo Zacarias + docbook-xsl-stylesheets-1.70.1.ebuild: + Stable on sparc wrt #157643 + + 10 Dec 2006; Markus Rothe + docbook-xsl-stylesheets-1.70.1.ebuild: + Stable on ppc64; bug #157643 + + 10 Dec 2006; Andrej Kacian + docbook-xsl-stylesheets-1.70.1.ebuild: + Stable on x86, bug #157643. + + 10 Dec 2006; Tobias Scherbaum + docbook-xsl-stylesheets-1.70.1.ebuild: + ppc stable, bug #157643 + + 10 Dec 2006; Luis Medinas + docbook-xsl-stylesheets-1.70.1.ebuild: + Stable on amd64. Bug #157643. + + 24 Oct 2006; Roy Marples + docbook-xsl-stylesheets-1.70.1.ebuild: + Added ~sparc-fbsd keyword. + +*docbook-xsl-stylesheets-1.70.1 (07 Jun 2006) + + 07 Jun 2006; Leonardo Boshell + +docbook-xsl-stylesheets-1.70.1.ebuild: + New release. + + 07 Jun 2006; Leonardo Boshell + docbook-xsl-stylesheets-1.68.1-r1.ebuild, + docbook-xsl-stylesheets-1.69.1.ebuild: + Updated HOMEPAGE value (bug #135752). + + 05 Apr 2006; Diego Pettenò + docbook-xsl-stylesheets-1.69.1.ebuild: + Add ~x86-fbsd keyword. + + 19 Jan 2006; Marcus D. Hanwell + docbook-xsl-stylesheets-1.68.1-r1.ebuild: + Stable on amd64. + + 16 Oct 2005; Fabian Groffen + docbook-xsl-stylesheets-1.69.1.ebuild: + Marked ~ppc-macos (bug #106256) + +*docbook-xsl-stylesheets-1.69.1 (13 Oct 2005) + + 13 Oct 2005; Leonardo Boshell + +docbook-xsl-stylesheets-1.69.1.ebuild: + Version bump (bug #108550). Install data from all sub-directories. Replace + 'cp' calls with doins. + + 13 Oct 2005; Leonardo Boshell + docbook-xsl-stylesheets-1.66.1.ebuild, + docbook-xsl-stylesheets-1.68.1-r1.ebuild: + Modified 'cp' call as per bug #103487. + + 03 Oct 2005; Hardave Riar + docbook-xsl-stylesheets-1.68.1-r1.ebuild: + Stable on mips. + + 23 Aug 2005; Aron Griffis + docbook-xsl-stylesheets-1.68.1-r1.ebuild: + stable on ia64 + + 03 Aug 2005; Fernando J. Pereda + docbook-xsl-stylesheets-1.68.1-r1.ebuild: + stable on alpha + + 12 Jul 2005; Guy Martin + docbook-xsl-stylesheets-1.68.1-r1.ebuild: + Stable on hppa. + + 03 Jul 2005; Michael Hanselmann + docbook-xsl-stylesheets-1.68.1-r1.ebuild: + Stable on ppc. + + 30 Jun 2005; Markus Rothe + docbook-xsl-stylesheets-1.68.1-r1.ebuild: + Stable on ppc64 + + 29 Jun 2005; Gustavo Zacarias + docbook-xsl-stylesheets-1.68.1-r1.ebuild: + Stable on sparc + + 29 Jun 2005; Leonardo Boshell + docbook-xsl-stylesheets-1.68.1-r1.ebuild: + Stable on x86. + +*docbook-xsl-stylesheets-1.68.1-r1 (23 Jun 2005) + + 23 Jun 2005; Leonardo Boshell + docbook-xsl-stylesheets-1.68.1-r1.ebuild: + Adds 'eclipse' to the list of sheets to install. Resolves bug #96823. + +*docbook-xsl-stylesheets-1.68.1 (29 May 2005) + + 29 May 2005; Leonardo Boshell + docbook-xsl-stylesheets-1.68.1.ebuild: + New release. Modified HOMEPAGE, and SRC_URI to use a .tar.bz2 file. + Modified the logic behind installing documentation. + + 08 Apr 2005; Markus Rothe + docbook-xsl-stylesheets-1.66.1.ebuild: + Stable on ppc64 + + 01 Apr 2005; Michael Hanselmann + docbook-xsl-stylesheets-1.66.1.ebuild: + Stable on ppc. + + 31 Mar 2005; docbook-xsl-stylesheets-1.66.1.ebuild: + stable on amd64 + + 14 Mar 2005; Gustavo Zacarias + docbook-xsl-stylesheets-1.66.1.ebuild: + Stable on sparc + +*docbook-xsl-stylesheets-1.66.1 (07 Nov 2004) + + 07 Nov 2004; Mamoru KOMACHI + docbook-xsl-stylesheets-1.62.4.ebuild, + docbook-xsl-stylesheets-1.65.1.ebuild, + +docbook-xsl-stylesheets-1.66.1.ebuild: + Version bumped. This closes bug #66249. Fixed LICENSE syntax. + + 10 Oct 2004; Tom Gall + docbook-xsl-stylesheets-1.65.1.ebuild: + stable on ppc64, bug #60792 + + 22 Aug 2004; Joshua Kinard + docbook-xsl-stylesheets-1.65.1.ebuild: + When marking a package stable, it helps to actually mark the package stable + before cvs committing, duh. + + 22 Aug 2004; Joshua Kinard : + Marked stable on mips. + + 19 Aug 2004; Gustavo Zacarias + docbook-xsl-stylesheets-1.65.1.ebuild: + Stable on sparc wrt #60792 + + 18 Aug 2004; docbook-xsl-stylesheets-1.65.1.ebuild: + stable on alpha, amd64 and ia64 + + 19 Aug 2004; Mike Gardiner + docbook-xsl-stylesheets-1.65.1.ebuild: + Marked stable on x86 + +*docbook-xsl-stylesheets-1.65.1 (22 Jul 2004) + + 22 Jul 2004; Mike Gardiner + +docbook-xsl-stylesheets-1.65.1.ebuild: + Added version 1.65.1, which makes use of the new build-docbook-catalog ebuild + for generating the catalogs + + 28 Jun 2004; Tom Gall docbook-xsl-stylesheets-1.62.4.ebuild: + stable on ppc64 bug #54792 + + 11 May 2004; Michael McCabe + docbook-xsl-stylesheets-1.62.4.ebuild: + Added s390 keywords + + 21 Mar 2004; Joshua Kinard + docbook-xsl-stylesheets-1.62.4.ebuild: + Marked stable on mips. + + 07 Mar 2004; Jon Portnoy docbook-xsl-stylesheets-1.62.4.ebuild : + Stable on AMD64. + + 04 Mar 2004; Joshua Kinard + docbook-xsl-stylesheets-1.62.4.ebuild: + Added ~mips to KEYWORDS to satisfy repoman deps. + + 23 Feb 2004; Bartosch Pixa + docbook-xsl-stylesheets-1.62.4.ebuild: + set ppc in keywords + + 15 Jan 2004; docbook-xsl-stylesheets-1.62.4.ebuild: + stable on hppa and sparc + + 14 Jan 2004; Mike Gardiner + docbook-xsl-stylesheets-1.62.0.ebuild: + Marked stable on x86 (should've been done a while ago), and removed old 1.62.0 + ebuild + + 13 Jan 2004; docbook-xsl-stylesheets-1.62.0-r1.ebuild: + stable on hppa + + 13 Jan 2004; docbook-xsl-stylesheets-1.62.0-r1.ebuild: + added sparc keyword + + 10 Jan 2004; Aron Griffis + docbook-xsl-stylesheets-1.62.4.ebuild: + stable on alpha + + 14 Nov 2003; Aron Griffis + docbook-xsl-stylesheets-1.62.4.ebuild: + Stable on ia64 + + 10 Nov 2003; Aron Griffis + docbook-xsl-stylesheets-1.62.4.ebuild: + Add ~alpha to KEYWORDS + + 09 Nov 2003; Ciaran McCreesh + docbook-xsl-stylesheets-1.62.4.ebuild: + Moved to ~sparc for bug 32648 + +*docbook-xsl-stylesheets-1.62.0-r1 (26 Oct 2003) + + 26 Oct 2003; Mike Gardiner + docbook-xsl-stylesheets-1.62.0-r1.ebuild, + docbook-xsl-stylesheets-1.62.0.ebuild, + docbook-xsl-stylesheets-1.62.4.ebuild: + Revision bumped 1.62.0 to -r1 to add in the manpages. Reordered some keywords, + so they'd line up. + +*docbook-xsl-stylesheets-1.62.4 (26 Oct 2003) + + 26 Oct 2003; Mike Gardiner + docbook-xsl-stylesheets-1.62.4.ebuild: + New version + + 24 Oct 2003; Luca Barbato + docbook-xsl-stylesheets-1.62.0.ebuild: + Marked ~ppc + + 30 Sep 2003; Mike Gardiner + docbook-xsl-stylesheets-1.62.0.ebuild, metadata.xml: + Added manpages stylesheets re: bug #29896, marked stable on x86 + +*docbook-xsl-stylesheets-1.62.0 (08 Sep 2003) + + 08 Sep 2003; Mike Gardiner + docbook-xsl-stylesheets-1.62.0.ebuild: + New version, we can probably remove .50 and .52 soon + + 19 Jun 2003; docbook-xsl-stylesheets-1.60.1.ebuild: + Be more selective with compression than prepalldocs allows. (bug 23048) + + +*docbook-xsl-stylesheets-1.60.1 (09 Feb 2003) + + 23 Jul 2003; Guy Martin docbook-xsl-stylesheets-1.60.1.ebuild : + Marked stable on hppa. + + 09 Feb 2003; Matthew Turk : + Version bump. Still no xml-catalog.eclass, but it's coming. + +*docbook-xsl-stylesheets-1.57.0 (20 Dec 2002) + + 11 feb 2003; Guy Martin : + Added hppa to keywords. + + 20 Dec 2002; Matthew Turk : + New version. Had to hardcode a remove command to clean up after 1.52.2. + This will be removed in some future revision. + + 06 Dec 2002; Rodney Rees : changed sparc ~sparc keywords + +*docbook-xsl-stylesheets-1.52.2 (12 Jul 2002) + + 15 Jul 2002; Owen Stampflee : + + Added PPC to KEYWORDS. + + 12 Jul 2002; Seemant Kulleen + docbook-xsl-stylesheets-1.52.2.ebuild + files/digest-docbook-xsl-stylesheets-1.52.2 : + + Version bump. + +*docbook-xsl-stylesheets-1.50.0 (27 Apr 2002) + + 2 Aug 2002; phoen][x docbook-xsl-stylesheets-1.50.0.ebuild : + Added LICENSE, SLOT. + + 27 Apr 2002; Seemant Kulleen + docbook-xsl-stylesheets-1.50.0.ebuild + files/digest-docbook-xsl-stylesheets-1.50.0 : + + Version bump. + +*docbook-xsl-stylesheets-1.45-r2 (1 Feb 2002) + + 1 Feb 2002; G.Bevin ChangeLog : + + Added initial ChangeLog which should be updated whenever the package is + updated in any way. This changelog is targeted to users. This means that the + comments should well explained and written in clean English. The details about + writing correct changelogs are explained in the skel.ChangeLog file which you + can find in the root directory of the portage repository. diff --git a/sdk_container/src/third_party/portage-stable/app-text/docbook-xsl-stylesheets/Manifest b/sdk_container/src/third_party/portage-stable/app-text/docbook-xsl-stylesheets/Manifest index f181a3b4e4..72453540df 100644 --- a/sdk_container/src/third_party/portage-stable/app-text/docbook-xsl-stylesheets/Manifest +++ b/sdk_container/src/third_party/portage-stable/app-text/docbook-xsl-stylesheets/Manifest @@ -1 +1,24 @@ -DIST docbook-xsl-1.75.2.tar.bz2 1543130 RMD160 2e297bd1ce0d480b6f8ea03846a8f8c0100b72dd SHA1 cd146012c07f3c2c79c1cd927ad1faf5bee6cc74 SHA256 0dcc3aebd2ada8719e47b77c62ab986c4f2747f9a7cab6f629b6472e6d058e09 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA256 + +DIST docbook-xsl-1.78.0.tar.bz2 5011106 SHA256 e43220bfe35cad7eb289291264da472819c4b781173a9a58f72d6e404a1f5923 SHA512 9611e354a8c8e86fa203a0b58356a6229e82f98197a94f9a668c10e10ef3ebb87f468fa03a04292068d1cca5ad31043d78e19981933ee3820910d70ca9e044e2 WHIRLPOOL a2ffba19a2da8c6fc1be9fbdc8ef5b5fc5f13ed8524ffc07bda56b7f986268f45b5c4df2261f6a04c7e12b97aadc2e2a6718268ffe3102aa58589f2db6e6f90c +EBUILD docbook-xsl-stylesheets-1.78.0-r1.ebuild 2065 SHA256 b858e4a7b5d7aea606fd2af3d3dc5427a2c374094f80668176a1b5535dce9608 SHA512 2648571dec8fe3280031d4919034b3299372bbeba446e15e43ac8661cb370422bdeaa879270587039ee20b35952aab2caf3809697099bc18b1d41b44db8c6e3f WHIRLPOOL 8cca11a90ba7ac9fdbd6183c4cc3ad260df17cd625dc997c8bb0d1a4365dfd5094ded9f1bcda8477caa7783c2d6cccbce9d1989493dd95a6c199cbb57ac97785 +MISC ChangeLog 21701 SHA256 6b9a7d4bcf62b3ed2583c3b274c76041b8a5153263318c19a170f9594d7b2b18 SHA512 6df9480c7fb9e16a7c14a9fcf34e511a3210f5c3291367ec0ee9026d9c3027ff0d13cd516980b0a4597546c6e3f4491d18d57ed8cd8e6ca6d10baff4c3212a56 WHIRLPOOL 6eb036e1465ba5a2d60e8c7172eabfbf2e0230cf63b009297329c6b93a5dccc19337bb8a542837a0256e5d00ebe85e392801b386abeb14189559cf3a3452e050 +MISC metadata.xml 389 SHA256 f0611e83665b4556eb7310dd4af4d24f54163ef6270d8f599431b9a43572eb84 SHA512 8566096211c92ad71402d937fe55d318a4a3bca741c5fa285f67c9d16f7ce742c765fc821a34ee9dece1a9c65dfd693496a45bc3694c2a4cd772350d11e27918 WHIRLPOOL fcabc6f16bfeeb305842059854c99beba9ef6b1565afad36c39df5955fc207945eec7ec59db60e7f4a42c0db89f7a80511a82641ccf5cf1c9a8c5fa0cbbf1f9b +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2 + +iQIcBAEBCAAGBQJVMWwFAAoJEPGu1DbS6WIAoLUP/RCp9ex5lvCnxC1qQtaT2kJu +ipzAD75nScJ+2znaUMVPVrFJhtQ9JB/gYg7zj7qUBw3VIaopHqPgFZQ/uA7zDPp7 +OvM9+t1iKhdJkQCXcHmOecSHl+LxHPnspug1+gpg8xw6tpWGZrec2vty02oVtCHp +pky+gJO5WO2fchBYfY+9y05Gs98Z7Lzx/vlHeWQah7BV+9X0OzJkeLh16mAFBm6P +v9liM9B00B6eZSBYr2IT9+JZaUQmkVh5TqMMcxbLoe/eIdQcC8mb+QUZs1SUOsVQ +iif5hJLKx1HXpMY0RD9adZ3Ta14WQSKNOv3l8ycVfQGybCsGHwTz87Hnp22kzrzn +PoJ68Ac6ZUI1mABQELvlfnfohI31AkyLF1ylpT7tdL/h8SiZfx/Shwh6KA1tYvfW +0KOw6r7fvcN9BwiHWxJiziuG4EFoQXta/RJ9Ul7EhyR5wZkpEB0iC2ISLNfcK9gU +A4C2/FqlknRY02zDvIKk2vj0XKQdunhCXCbp8lvcfOt/nUD50l3OZoG/EwyC1ulf +MWTKGoGPDzabsm/jXn9dOpjUTLif9Y6W+jMRxR4yzD9ZsWQm/3QBbNODwUPba7Fu +wCW7W/JzoXJRMt3Zl+IITa+4hztH2FGTGawcVf/rlxLpjQ0d/iY0Nnb6tvgSOXb0 +s7qvsCyGqNn98SvCAoqA +=cu9e +-----END PGP SIGNATURE----- diff --git a/sdk_container/src/third_party/portage-stable/app-text/docbook-xsl-stylesheets/docbook-xsl-stylesheets-1.75.2.ebuild b/sdk_container/src/third_party/portage-stable/app-text/docbook-xsl-stylesheets/docbook-xsl-stylesheets-1.75.2.ebuild deleted file mode 100644 index b875008bf6..0000000000 --- a/sdk_container/src/third_party/portage-stable/app-text/docbook-xsl-stylesheets/docbook-xsl-stylesheets-1.75.2.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/docbook-xsl-stylesheets/docbook-xsl-stylesheets-1.75.2.ebuild,v 1.10 2010/01/06 21:32:38 ranger Exp $ - -DESCRIPTION="XSL Stylesheets for Docbook" -HOMEPAGE="http://wiki.docbook.org/topic/DocBookXslStylesheets" -SRC_URI="mirror://sourceforge/docbook/docbook-xsl-${PV}.tar.bz2" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh ~sparc x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -RDEPEND=">=app-text/build-docbook-catalog-1.1" - -S=${WORKDIR}/docbook-xsl-${PV} - -# Makefile is broken in this release -RESTRICT=test - -# The makefile runs tests, not builds. -src_compile() { :; } - -src_test() { - emake check || die "test failed" -} - -src_install() { - # Create the installation directory - DEST="/usr/share/sgml/docbook/xsl-stylesheets" - insinto ${DEST} - - local i - for sheet in $(find . -maxdepth 1 -mindepth 1 -type d); do - i=$(basename $sheet) - cd "${S}"/${i} - for doc in ChangeLog README; do - if [ -e "$doc" ]; then - mv ${doc} ${doc}.${i} - dodoc ${doc}.${i} - rm ${doc}.${i} - fi - done - - doins -r "${S}"/${i} - done - - # Install misc. docs - # The changelog is now zipped, and copied as the RELEASE-NOTES, so we - # don't need to install it - cd "${S}" - dodoc AUTHORS BUGS NEWS README RELEASE-NOTES.txt TODO - doins VERSION -} - -pkg_postinst() { - build-docbook-catalog -} - -pkg_postrm() { - build-docbook-catalog -} diff --git a/sdk_container/src/third_party/portage-stable/app-text/docbook-xsl-stylesheets/docbook-xsl-stylesheets-1.78.0-r1.ebuild b/sdk_container/src/third_party/portage-stable/app-text/docbook-xsl-stylesheets/docbook-xsl-stylesheets-1.78.0-r1.ebuild new file mode 100644 index 0000000000..d94b85f08c --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/app-text/docbook-xsl-stylesheets/docbook-xsl-stylesheets-1.78.0-r1.ebuild @@ -0,0 +1,81 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/docbook-xsl-stylesheets/docbook-xsl-stylesheets-1.78.0-r1.ebuild,v 1.12 2015/04/17 20:24:36 vapier Exp $ + +EAPI=5 + +DOCBOOKDIR="/usr/share/sgml/${PN/-//}" +MY_PN="${PN%-stylesheets}" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="XSL Stylesheets for Docbook" +HOMEPAGE="http://wiki.docbook.org/topic/DocBookXslStylesheets" +SRC_URI="mirror://sourceforge/docbook/${MY_P}.tar.bz2" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="ruby" + +RDEPEND=">=app-text/build-docbook-catalog-1.1 +ruby? ( || ( dev-lang/ruby:1.9 dev-lang/ruby:2.0 ) )" +DEPEND="" + +S="${WORKDIR}/${MY_P}" + +# Makefile is broken since 1.76.0 +RESTRICT=test + +# The makefile runs tests, not builds. +src_compile() { :; } + +src_test() { + emake check +} + +src_install() { + # The changelog is now zipped, and copied as the RELEASE-NOTES, so we + # don't need to install it + dodoc AUTHORS BUGS NEWS README RELEASE-NOTES.txt TODO + + insinto ${DOCBOOKDIR} + doins VERSION VERSION.xsl + + local i + for i in $(find . -maxdepth 1 -mindepth 1 -type d -exec basename {} \;); do + [[ "$i" == "epub" ]] && ! use ruby && continue + + cd "${S}"/${i} + for doc in ChangeLog README; do + if [ -e "$doc" ]; then + mv ${doc} ${doc}.${i} + dodoc ${doc}.${i} + rm ${doc}.${i} + fi + done + + doins -r "${S}"/${i} + done + + if use ruby; then + local cmd="dbtoepub${MY_PN#docbook-xsl}" + + # we can't use a symlink or it'll look for the library in the + # wrong path. + dodir /usr/bin + cat - > "${D}"/usr/bin/${cmd} < + + +maintainer-needed@gentoo.org + + + Install the Ruby-based dbtoepub script; requires an interpreter + compatible with app-eselect/eselect-ruby. + + + diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/app-text/docbook-xsl-stylesheets-1.75.2 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/app-text/docbook-xsl-stylesheets-1.75.2 deleted file mode 100644 index d84fc34408..0000000000 --- a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/app-text/docbook-xsl-stylesheets-1.75.2 +++ /dev/null @@ -1,10 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm test -DESCRIPTION=XSL Stylesheets for Docbook -HOMEPAGE=http://wiki.docbook.org/topic/DocBookXslStylesheets -KEYWORDS=alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh ~sparc x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris -LICENSE=BSD -RDEPEND=>=app-text/build-docbook-catalog-1.1 -RESTRICT=test -SLOT=0 -SRC_URI=mirror://sourceforge/docbook/docbook-xsl-1.75.2.tar.bz2 -_md5_=6da202c87f662d6655ccb4f26d25b863 diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/app-text/docbook-xsl-stylesheets-1.78.0-r1 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/app-text/docbook-xsl-stylesheets-1.78.0-r1 new file mode 100644 index 0000000000..1cdd074212 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/app-text/docbook-xsl-stylesheets-1.78.0-r1 @@ -0,0 +1,12 @@ +DEFINED_PHASES=compile install postinst postrm test +DESCRIPTION=XSL Stylesheets for Docbook +EAPI=5 +HOMEPAGE=http://wiki.docbook.org/topic/DocBookXslStylesheets +IUSE=ruby +KEYWORDS=alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +LICENSE=BSD +RDEPEND=>=app-text/build-docbook-catalog-1.1 ruby? ( || ( dev-lang/ruby:1.9 dev-lang/ruby:2.0 ) ) +RESTRICT=test +SLOT=0 +SRC_URI=mirror://sourceforge/docbook/docbook-xsl-1.78.0.tar.bz2 +_md5_=996369ffe3c474c1bfd5b3e4a996f887 From 5af3627ded7769f00b7f69683f89fda7ae6d3217 Mon Sep 17 00:00:00 2001 From: Geoff Levand Date: Thu, 28 May 2015 09:36:41 -0700 Subject: [PATCH 09/10] bump(app-text/docbook-xml-dtd): sync with upstream for arm64 Signed-off-by: Geoff Levand --- .../app-text/docbook-xml-dtd/ChangeLog | 423 ++++++++++++++++++ .../app-text/docbook-xml-dtd/Manifest | 37 +- .../docbook-xml-dtd-4.1.2-r6.ebuild | 14 +- .../docbook-xml-dtd-4.2-r2.ebuild | 14 +- .../docbook-xml-dtd-4.3-r1.ebuild | 14 +- ...1.ebuild => docbook-xml-dtd-4.4-r2.ebuild} | 20 +- ...5.ebuild => docbook-xml-dtd-4.5-r1.ebuild} | 12 +- .../app-text/docbook-xml-dtd/metadata.xml | 5 + .../app-text/docbook-xml-dtd-4.1.2-r6 | 9 +- .../md5-cache/app-text/docbook-xml-dtd-4.2-r2 | 9 +- .../md5-cache/app-text/docbook-xml-dtd-4.3-r1 | 9 +- .../md5-cache/app-text/docbook-xml-dtd-4.4-r1 | 10 - .../md5-cache/app-text/docbook-xml-dtd-4.4-r2 | 11 + ...ook-xml-dtd-4.5 => docbook-xml-dtd-4.5-r1} | 6 +- 14 files changed, 521 insertions(+), 72 deletions(-) create mode 100644 sdk_container/src/third_party/portage-stable/app-text/docbook-xml-dtd/ChangeLog rename sdk_container/src/third_party/portage-stable/app-text/docbook-xml-dtd/{docbook-xml-dtd-4.4-r1.ebuild => docbook-xml-dtd-4.4-r2.ebuild} (60%) rename sdk_container/src/third_party/portage-stable/app-text/docbook-xml-dtd/{docbook-xml-dtd-4.5.ebuild => docbook-xml-dtd-4.5-r1.ebuild} (67%) create mode 100644 sdk_container/src/third_party/portage-stable/app-text/docbook-xml-dtd/metadata.xml delete mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/app-text/docbook-xml-dtd-4.4-r1 create mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/app-text/docbook-xml-dtd-4.4-r2 rename sdk_container/src/third_party/portage-stable/metadata/md5-cache/app-text/{docbook-xml-dtd-4.5 => docbook-xml-dtd-4.5-r1} (64%) diff --git a/sdk_container/src/third_party/portage-stable/app-text/docbook-xml-dtd/ChangeLog b/sdk_container/src/third_party/portage-stable/app-text/docbook-xml-dtd/ChangeLog new file mode 100644 index 0000000000..5ebc829d4d --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/app-text/docbook-xml-dtd/ChangeLog @@ -0,0 +1,423 @@ +# ChangeLog for app-text/docbook-xml-dtd +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/docbook-xml-dtd/ChangeLog,v 1.97 2014/01/18 11:46:02 vapier Exp $ + + 18 Jan 2014; Mike Frysinger + docbook-xml-dtd-4.1.2-r6.ebuild, docbook-xml-dtd-4.2-r2.ebuild, + docbook-xml-dtd-4.3-r1.ebuild, docbook-xml-dtd-4.4-r2.ebuild, + docbook-xml-dtd-4.5-r1.ebuild: + Add arm64 love. + + 12 Nov 2013; Michael Haubenwallner + docbook-xml-dtd-4.1.2-r6.ebuild, docbook-xml-dtd-4.5-r1.ebuild: + Add ~ppc-aix keyword. + + 21 Jul 2013; Pacho Ramos metadata.xml: + Cleanup due http://gentoo.2317880.n4.nabble.com/sgml-herd-has-no-maintainers- + again-td259655.html + + 19 Feb 2013; Zac Medico docbook-xml-dtd-4.1.2-r6.ebuild, + docbook-xml-dtd-4.2-r2.ebuild, docbook-xml-dtd-4.3-r1.ebuild, + docbook-xml-dtd-4.4-r2.ebuild, docbook-xml-dtd-4.5-r1.ebuild: + Add ~arm-linux keywords. + + 26 Jan 2013; Fabian Groffen + docbook-xml-dtd-4.1.2-r6.ebuild, docbook-xml-dtd-4.2-r2.ebuild, + docbook-xml-dtd-4.3-r1.ebuild, docbook-xml-dtd-4.4-r2.ebuild, + docbook-xml-dtd-4.5-r1.ebuild: + Marked ~m68k-mint, bug #449976 + + 01 Jan 2013; Fabian Groffen + docbook-xml-dtd-4.1.2-r6.ebuild: + Marked ~x64-freebsd + + 31 Dec 2012; Fabian Groffen + docbook-xml-dtd-4.1.2-r6.ebuild: + Marked ~x86-freebsd + + 08 Dec 2012; Ulrich Müller docbook-xml-dtd-4.1.2-r6.ebuild, + docbook-xml-dtd-4.2-r2.ebuild, docbook-xml-dtd-4.3-r1.ebuild, + docbook-xml-dtd-4.4-r2.ebuild, docbook-xml-dtd-4.5-r1.ebuild: + Fix LICENSE, bug 446352. + + 06 Dec 2012; Mike Gilbert -docbook-xml-dtd-4.4-r1.ebuild, + -docbook-xml-dtd-4.5.ebuild, docbook-xml-dtd-4.1.2-r6.ebuild, + docbook-xml-dtd-4.2-r2.ebuild, docbook-xml-dtd-4.3-r1.ebuild, + docbook-xml-dtd-4.4-r2.ebuild: + Re-arrange dependencies per bug 446196. + + 26 Apr 2012; Alexis Ballier + docbook-xml-dtd-4.1.2-r6.ebuild, docbook-xml-dtd-4.3-r1.ebuild: + keyword ~amd64-fbsd + + 26 Apr 2012; Alexis Ballier + docbook-xml-dtd-4.5-r1.ebuild: + keyword ~amd64-fbsd + + 26 Apr 2012; Alexis Ballier + docbook-xml-dtd-4.4-r2.ebuild: + keyword ~amd64-fbsd + + 26 Apr 2012; Alexis Ballier + docbook-xml-dtd-4.2-r2.ebuild: + keyword ~amd64-fbsd + + 03 May 2011; Fabian Groffen + docbook-xml-dtd-4.2-r2.ebuild, docbook-xml-dtd-4.3-r1.ebuild, + docbook-xml-dtd-4.4-r2.ebuild, docbook-xml-dtd-4.5-r1.ebuild: + Marked ~x64-freebsd + + 13 Feb 2011; Fabian Groffen + docbook-xml-dtd-4.3-r1.ebuild: + Marked ~sparc64-solaris + + 01 Oct 2010; Brent Baude + docbook-xml-dtd-4.4-r2.ebuild, docbook-xml-dtd-4.5-r1.ebuild: + Marking 4.4-r2 and 4.5-r1 ppc64 for bug 309797 + + 18 Aug 2010; Fabian Groffen + docbook-xml-dtd-4.5-r1.ebuild: + Marked ~m68k-mint, bug #333209 + + 17 May 2010; Jeroen Roovers + docbook-xml-dtd-4.4-r2.ebuild, docbook-xml-dtd-4.5-r1.ebuild: + Stable for HPPA (bug #309797). + + 26 Apr 2010; Markus Meier + docbook-xml-dtd-4.4-r2.ebuild, docbook-xml-dtd-4.5-r1.ebuild: + amd64 stable, bug #309797 + + 11 Apr 2010; docbook-xml-dtd-4.4-r2.ebuild, + docbook-xml-dtd-4.5-r1.ebuild: + ppc stable #309717 + + 05 Apr 2010; Raúl Porcel + docbook-xml-dtd-4.4-r2.ebuild, docbook-xml-dtd-4.5-r1.ebuild: + alpha/arm/ia64/m68k/s390/sh/sparc stable wrt #299177 + + 31 Mar 2010; Pawel Hajdan jr + docbook-xml-dtd-4.4-r2.ebuild, docbook-xml-dtd-4.5-r1.ebuild: + x86 stable wrt bug #309797 + + 24 Feb 2010; Christian Faulhammer + docbook-xml-dtd-4.3-r1.ebuild: + mark ~x86-freebsd + + 11 Feb 2010; Ulrich Mueller + docbook-xml-dtd-4.1.2-r6.ebuild, docbook-xml-dtd-4.2-r2.ebuild, + docbook-xml-dtd-4.3-r1.ebuild, docbook-xml-dtd-4.4-r1.ebuild, + docbook-xml-dtd-4.4-r2.ebuild, docbook-xml-dtd-4.5.ebuild, + docbook-xml-dtd-4.5-r1.ebuild: + Fix LICENSE, bug 298556. + + 15 Jan 2010; Jonathan Callen + docbook-xml-dtd-4.1.2-r6.ebuild, docbook-xml-dtd-4.2-r2.ebuild, + docbook-xml-dtd-4.3-r1.ebuild, docbook-xml-dtd-4.4-r1.ebuild, + docbook-xml-dtd-4.4-r2.ebuild, docbook-xml-dtd-4.5.ebuild, + docbook-xml-dtd-4.5-r1.ebuild: + Add prefix keywords + +*docbook-xml-dtd-4.5-r1 (21 Dec 2009) +*docbook-xml-dtd-4.4-r2 (21 Dec 2009) + + 21 Dec 2009; Mike Frysinger + +docbook-xml-dtd-4.4-r2.ebuild, +docbook-xml-dtd-4.5-r1.ebuild: + Workaround entity parsing issue with openjade #238785 by Robert Wohlrab. + + 21 Dec 2009; Mike Frysinger + docbook-xml-dtd-4.1.2-r6.ebuild, docbook-xml-dtd-4.2-r2.ebuild, + docbook-xml-dtd-4.3-r1.ebuild, docbook-xml-dtd-4.4-r1.ebuild, + docbook-xml-dtd-4.5.ebuild: + Clean up ebuilds -- make them uniform style, settings, and check install + with "die". + + 23 Aug 2009; Diego E. Pettenò + docbook-xml-dtd-4.1.2-r6.ebuild, docbook-xml-dtd-4.2-r1.ebuild, + docbook-xml-dtd-4.3.ebuild, docbook-xml-dtd-4.4-r1.ebuild: + Drop to ~mips (for docbook cleanup). + + 09 Aug 2009; nixnut docbook-xml-dtd-4.2-r2.ebuild, + docbook-xml-dtd-4.3-r1.ebuild: + ppc stable #233157 + + 03 Aug 2009; Jeroen Roovers + docbook-xml-dtd-4.2-r2.ebuild, docbook-xml-dtd-4.3-r1.ebuild, + docbook-xml-dtd-4.5.ebuild: + Stable for HPPA (bug #233157). + + 02 Aug 2009; Raúl Porcel + docbook-xml-dtd-4.2-r2.ebuild, docbook-xml-dtd-4.3-r1.ebuild, + docbook-xml-dtd-4.5.ebuild: + alpha/arm/ia64/m68k/s390/sh/sparc stable wrt #233157 + + 31 Jul 2009; Christian Faulhammer + docbook-xml-dtd-4.5.ebuild: + stable x86, bug 233157 + + 31 Jul 2009; Christian Faulhammer + docbook-xml-dtd-4.3-r1.ebuild: + stable x86, bug 233157 + + 31 Jul 2009; Christian Faulhammer + docbook-xml-dtd-4.2-r2.ebuild: + stable x86, bug 233157 + + 27 Jul 2009; nixnut docbook-xml-dtd-4.5.ebuild: + ppc stable #277843 + + 26 Jul 2009; Brent Baude + docbook-xml-dtd-4.2-r2.ebuild, docbook-xml-dtd-4.3-r1.ebuild, + docbook-xml-dtd-4.5.ebuild: + Marking -dtds for ppc64 stable + + 25 Jul 2009; Jeremy Olexa + docbook-xml-dtd-4.2-r2.ebuild, docbook-xml-dtd-4.3-r1.ebuild, + docbook-xml-dtd-4.5.ebuild: + amd64 stable, bug 233157 + +*docbook-xml-dtd-4.5 (20 Aug 2007) + + 20 Aug 2007; Leonardo Boshell + +docbook-xml-dtd-4.5.ebuild: + Added XML DTD for DocBook 4.5 (bug #180371). + + 20 Aug 2007; Leonardo Boshell + docbook-xml-dtd-4.4-r1.ebuild: + Updated HOMEPAGE + + 12 Jul 2007; Roy Marples + docbook-xml-dtd-4.2-r1.ebuild, docbook-xml-dtd-4.2-r2.ebuild: + Keyworded ~sparc-fbsd + + 12 Mar 2007; Leonardo Boshell metadata.xml: + Replacing text-markup herd with the new sgml herd. + + 21 Dec 2006; Roy Marples + docbook-xml-dtd-4.1.2-r6.ebuild: + Added ~sparc-fbsd keyword + + 07 Dec 2006; Diego Pettenò + docbook-xml-dtd-4.3-r1.ebuild: + Add ~x86-fbsd keyword. + + 24 Oct 2006; Roy Marples + docbook-xml-dtd-4.4-r1.ebuild: + Added ~sparc-fbsd keyword. + + 05 Sep 2006; Joshua Kinard + docbook-xml-dtd-4.1.2-r6.ebuild: + Marked stable on mips. + + 04 Sep 2006; Joshua Kinard + docbook-xml-dtd-4.4-r1.ebuild: + Marked stable on mips. + + 24 May 2006; Diego Pettenò + docbook-xml-dtd-4.2-r2.ebuild: + Add ~x86-fbsd keyword. + + 12 Apr 2006; Diego Pettenò + docbook-xml-dtd-4.1.2-r6.ebuild: + Add ~x86-fbsd keyword. + + 09 Apr 2006; Markus Rothe + docbook-xml-dtd-4.4-r1.ebuild: + Stable on ppc64 + + 05 Apr 2006; Diego Pettenò + docbook-xml-dtd-4.4-r1.ebuild: + Add ~x86-fbsd keyword. + + 27 Mar 2006; Torsten Veller + docbook-xml-dtd-4.1.2-r6.ebuild, docbook-xml-dtd-4.4-r1.ebuild: + Stable on x86 (#126808) + + 24 Mar 2006; Aron Griffis + docbook-xml-dtd-4.1.2-r6.ebuild, docbook-xml-dtd-4.4-r1.ebuild: + Mark 4.4-r1 4.1.2-r6 stable on ia64 + + 23 Mar 2006; Patrick McLean + docbook-xml-dtd-4.1.2-r6.ebuild, docbook-xml-dtd-4.4-r1.ebuild: + Stable on amd64 (Bug #126808) + + 22 Mar 2006; Gustavo Zacarias + docbook-xml-dtd-4.1.2-r6.ebuild, docbook-xml-dtd-4.4-r1.ebuild: + Stable on hppa wrt #126808 + + 20 Mar 2006; Fernando J. Pereda + docbook-xml-dtd-4.1.2-r6.ebuild, docbook-xml-dtd-4.4-r1.ebuild: + Stable on alpha wrt bug #126808 + + 20 Mar 2006; Gustavo Zacarias + docbook-xml-dtd-4.1.2-r6.ebuild, docbook-xml-dtd-4.4-r1.ebuild: + Stable on sparc wrt #126808 + + 19 Mar 2006; Luca Barbato + docbook-xml-dtd-4.1.2-r6.ebuild, docbook-xml-dtd-4.4-r1.ebuild: + Marked ppc + + 19 Mar 2006; Markus Rothe + docbook-xml-dtd-4.1.2-r6.ebuild: + Stable on ppc64; bug #126808 + +*docbook-xml-dtd-4.4-r1 (13 Jan 2006) +*docbook-xml-dtd-4.3-r1 (13 Jan 2006) +*docbook-xml-dtd-4.2-r2 (13 Jan 2006) +*docbook-xml-dtd-4.1.2-r6 (13 Jan 2006) + + 13 Jan 2006; Leonardo Boshell + +docbook-xml-dtd-4.1.2-r6.ebuild, +docbook-xml-dtd-4.2-r2.ebuild, + +docbook-xml-dtd-4.3-r1.ebuild, +docbook-xml-dtd-4.4-r1.ebuild: + Install the catalogs in the global SGML catalog system too. Added the + OVERRIDE directive to the catalogs. This should fix the problems that + usually come up when trying to process DocBook XML files with SGML tools + (e.g. openjade). See bug #116350. + + 03 Jan 2006; Luis Medinas + docbook-xml-dtd-4.4.ebuild: + Stable on amd64. + + 04 Sep 2005; Fernando J. Pereda + docbook-xml-dtd-4.4.ebuild: + Stable on alpha + + 03 Sep 2005; Markus Rothe docbook-xml-dtd-4.4.ebuild: + Stable on ppc64 + + 02 Sep 2005; Michael Hanselmann + docbook-xml-dtd-4.4.ebuild: + Stable on ppc. + + 30 Aug 2005; Gustavo Zacarias + docbook-xml-dtd-4.4.ebuild: + Stable on sparc + + 30 Aug 2005; Leonardo Boshell + docbook-xml-dtd-4.4.ebuild: + Stable on x86. + +*docbook-xml-dtd-4.4 (11 Jul 2005) + + 11 Jul 2005; Leonardo Boshell + docbook-xml-dtd-4.4.ebuild: + New XML DTD version, as reported by Carsten Lohrke on bug #98359. + + 10 Oct 2004; Tom Gall + docbook-xml-dtd-4.1.2-r5.ebuild, docbook-xml-dtd-4.2-r1.ebuild, + docbook-xml-dtd-4.3.ebuild: + stable on ppc64, bug #60792 + + 22 Aug 2004; Joshua Kinard docbook-xml-dtd-4.3.ebuild: + Marked stable on mips. + + 19 Aug 2004; Gustavo Zacarias + docbook-xml-dtd-4.1.2-r5.ebuild, docbook-xml-dtd-4.2-r1.ebuild, + docbook-xml-dtd-4.3.ebuild: + Stable on sparc wrt #60792 + + 18 Aug 2004; docbook-xml-dtd-4.1.2-r5.ebuild, + docbook-xml-dtd-4.2-r1.ebuild, docbook-xml-dtd-4.3.ebuild: + stable on alpha, amd64 and ia64 + +*docbook-xml-dtd-4.2-r1 (19 Aug 2004) + + 19 Aug 2004; Mike Gardiner +docbook-xml-dtd-4.1.2-r5.ebuild, + +docbook-xml-dtd-4.2-r1.ebuild, docbook-xml-dtd-4.3.ebuild: + Added the 4.1.2-r5 and 4.2-r1 xml-dtd's to use the new build-docbook-catalog + script. This is the way of the future + + 28 Jul 2004; Tom Gall docbook-xml-dtd-4.2.ebuild: + stable on ppc64, bug #58191 + +*docbook-xml-dtd-4.3 (22 Jul 2004) + + 22 Jul 2004; Mike Gardiner +docbook-xml-dtd-4.3.ebuild: + Added new version, xml-dtd-4.3, which uses the new build-docbook-catalog ebuild + + 28 Jun 2004; Tom Gall docbook-xml-dtd-4.1.2-r4.ebuild: + stable on ppc64, bug #54792 + + 11 May 2004; Michael McCabe docbook-xml-dtd-4.2.ebuild: + Added s390 keywords + + 21 Mar 2004; Joshua Kinard + docbook-xml-dtd-4.1.2-r4.ebuild, docbook-xml-dtd-4.2.ebuild: + Marked stable on mips. + + 07 Mar 2004; Jon Portnoy + docbook-xml-dtd-4.2.ebuild : + Stable on AMD64. + + 04 Mar 2004; Joshua Kinard + docbook-xml-dtd-4.1.2-r2.ebuild, docbook-xml-dtd-4.1.2-r3.ebuild, + docbook-xml-dtd-4.1.2-r4.ebuild, docbook-xml-dtd-4.2.ebuild: + Added ~mips to KEYWORDS to satisfy repoman deps. + + 13 Jan 2004; docbook-xml-dtd-4.2.ebuild: + stable on hppa + + 13 Jan 2004; docbook-xml-dtd-4.2.ebuild: + stable on sparc + + 04 Jan 2004; Mike Gardiner docbook-xml-dtd-4.2.ebuild: + Marked x86, removed duplicate ia64 keywords + + 23 Sep 2003; Bartosch Pixa + docbook-xml-dtd-4.2.ebuild: + set ppc in keywords + + 07 Sep 2003; Mike Gardiner docbook-xml-dtd-4.2.ebuild: + Updated testing version to include the catalog fixes + +*docbook-xml-dtd-4.1.2-r4 (07 Sep 2003) + + 07 Sep 2003; Mike Gardiner docbook-xml-dtd-4.1.2-r4.ebuild: + Added new revision that catalogs the docbookx.dtd correctly in xml/catalog + + 11 Feb 2003; Guy Martin : + Added hppa to keywords. + + 10 Feb 2003; Matthew Turk + Slotted these ebuilds. + +*docbook-xml-dtd-4.2 (09 Feb 2003) + + 09 Mar 2003; Aron Griffis docbook-xml-dtd-4.2.ebuild: + Mark stable on alpha + + 09 Feb 2003; satai : + Version bump. + + 06 Dec 2002; Rodney Rees : changed sparc ~sparc keywords + +*docbook-xml-dtd-4.1.2-r3.ebuild (16 Aug 2002) + + 16 Aug 2002; satai docbook-xml-dtd-4.1.2-r3.ebuild : + Changed installation location to /usr/share/sgml. Should fix most problems. + Have left /etc/xml intact, as it's used (I think) by other applications. + +*docbook-xml-dtd-4.1.2-r2.ebuild (2 August 2002) + + 2 Aug 2002; phoen][x docbook-xml-dtd-4.1.2-r2.ebuild : + Added LICENSE, SLOT. + +*docbook-xml-dtd-4.1.2-r1 (24 Feb 2002) + + 15 Jul 2002; Owen Stampflee : + + Added KEYWORDS. + + 24 Feb 2002; Karl Trygve Kalleberg ChangeLog docbook-xml-dtd-4.1.2-r1: + + Added proper catalog installation into /etc/xml/catalog and + /etc/xml/xml-docbook.cat + +*docbook-xml-dtd-4.1.2 (1 Feb 2002) + + 1 Feb 2002; G.Bevin ChangeLog : + + Added initial ChangeLog which should be updated whenever the package is + updated in any way. This changelog is targetted to users. This means that the + comments should well explained and written in clean English. The details about + writing correct changelogs are explained in the skel.ChangeLog file which you + can find in the root directory of the portage repository. diff --git a/sdk_container/src/third_party/portage-stable/app-text/docbook-xml-dtd/Manifest b/sdk_container/src/third_party/portage-stable/app-text/docbook-xml-dtd/Manifest index f0ea72eec4..d0975da3ad 100644 --- a/sdk_container/src/third_party/portage-stable/app-text/docbook-xml-dtd/Manifest +++ b/sdk_container/src/third_party/portage-stable/app-text/docbook-xml-dtd/Manifest @@ -1,15 +1,32 @@ -----BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 +Hash: SHA256 -DIST docbkx412.zip 75683 RMD160 89af805434b21f12f7be7ef58cf52edeb458e0c9 SHA1 b9ae7a41056bfaf885581812d60651b7b5531519 SHA256 30f0644064e0ea71751438251940b1431f46acada814a062870f486c772e7772 -DIST docbook-xml-4.2.zip 78428 RMD160 3ba17bf96ab2ab8fe6dc9ff82da8e22aaf9ce5e0 SHA1 5e3a35663cd028c5c5fbb959c3858fec2d7f8b9e SHA256 acc4601e4f97a196076b7e64b368d9248b07c7abf26b34a02cca40eeebe60fa2 -DIST docbook-xml-4.3.zip 83865 RMD160 deeb29ed336bcce6ed199c516f01bb1542ea16ee SHA1 e79a59e9164c1013b8cc9f64f96f909a184ca016 SHA256 23068a94ea6fd484b004c5a73ec36a66aa47ea8f0d6b62cc1695931f5c143464 -DIST docbook-xml-4.4.zip 96107 RMD160 691a9230442be14d019af9d07e94f269824d85cc SHA1 7c4d91c82ad3747e1b5600c91782758e5d91c22b SHA256 02f159eb88c4254d95e831c51c144b1863b216d909b5ff45743a1ce6f5273090 -DIST docbook-xml-4.5.zip 98497 RMD160 723347ef17950c5c8e81a7c9d44812261dcadc5d SHA1 b9124233b50668fb508773aa2b3ebc631d7c1620 SHA256 4e4e037a2b83c98c6c94818390d4bdd3f6e10f6ec62dd79188594e26190dc7b4 +DIST docbkx412.zip 75683 SHA256 30f0644064e0ea71751438251940b1431f46acada814a062870f486c772e7772 SHA512 f700591a671694ca0ac51f5b5b7e825df5c0b3604b20baa6afd3aaafa7ce99470ca1c261781b105b42bfa5485c23217cf3db821b3fcf2ebdae9df07bb8ae4063 WHIRLPOOL d0eb5c989030d1371a8c27ba94d16513b859298081d502b553532cdb5e6af95cdcb28c062d26b59196d0de1cf623004125dfdd6f4ac7aa386831dfb0bcb8c240 +DIST docbook-xml-4.2.zip 78428 SHA256 acc4601e4f97a196076b7e64b368d9248b07c7abf26b34a02cca40eeebe60fa2 SHA512 0c836346130d1e8f4e26e00959f6b4fd2c3c11269ba5cbf11cdc904724e189606f431c99cd5ab188877daa0eb44c58d0bc30556df3b51df480396818d61c4e0a WHIRLPOOL 97e9e87119ce16207be511ffe03ead982b2c33f9071f7c0a299bb50c6a3e707c39fbef5dcdc4a2bee70b80f55a18ca28f9ca94c06d613c9efcbeaa2ad3d1c162 +DIST docbook-xml-4.3.zip 83865 SHA256 23068a94ea6fd484b004c5a73ec36a66aa47ea8f0d6b62cc1695931f5c143464 SHA512 f5090fb74884bae3d4fac8a3c5060bffff5d6a74272de183c181a7642e4b91f4ed32ad028537d198010782c3d98575ce679672f76a9749ed124432195886a7cb WHIRLPOOL 3716b381cb3d39d9645b5d637a899f9bd985905dc00106f717767c934477979c5fe84984c49c62ff8d858e71caf69cef3305b34e68357ba4a1f3ac4df1d81dae +DIST docbook-xml-4.4.zip 96107 SHA256 02f159eb88c4254d95e831c51c144b1863b216d909b5ff45743a1ce6f5273090 SHA512 7df5af4df24e4618b09814e4e20c147c722962531f03a40c28cd60f1db16b4c330420adf96adb7d66ed6eda84046ee91b467fd6f6fbfac2201537e2080735d76 WHIRLPOOL 3e56c7a1bcaee412f4915ccade689d7ac897e267775d26d8abf200edf2ef7ba63a477053273d8b12f2fbb8d22eb7e5498c9bad0d0cbdd4770600c3e56199d11a +DIST docbook-xml-4.5.zip 98497 SHA256 4e4e037a2b83c98c6c94818390d4bdd3f6e10f6ec62dd79188594e26190dc7b4 SHA512 1ee282fe86c9282610ee72c0e1d1acfc03f1afb9dc67166f438f2703109046479edb6329313ecb2949db27993077e077d111501c10b8769ebb20719eb6213d27 WHIRLPOOL e28a36a51b66eeb721b0c9f33e9deabb0645dfa53af883f991f58e9fbd52386351bb03b7a9ad61239cbc92f7f4375c001d25e468fd6199fe0d08c92e979b891f +EBUILD docbook-xml-dtd-4.1.2-r6.ebuild 1523 SHA256 4ec838147ddaa4158208c7d40dbea72bf830962c47b5529643c1bc94e8d01f33 SHA512 d4e38726914077044eba01f559a2efbc143b8db30244529eafeb56d4a2c5ff42290976b1dad40045c45bdb6e1df0ce7d8ebf4db4903ee7c9869580f098479f98 WHIRLPOOL c66e51d2cec7d00546d15ef3554df55f33b29f2a8ff15407cad82b63a4ff1653b12e9d8a4611feabe58a48fb79b03393082ff6faf1ea32cc45697f85fb5ca816 +EBUILD docbook-xml-dtd-4.2-r2.ebuild 1499 SHA256 acaacf763aae846da26e4378a4bfaa5f371b5ca116757085b32a23aac0704d7d SHA512 538bee45c8bfad60b64d3b3afd81bed83952bff2ee115ac63955146a1a0933455ce4456f9aea02a13c190631f3c781635c95f97ebca0f9c313fbb1b212686a09 WHIRLPOOL bc710259a3ba00ee2386c1f0bbc6912329804c418a1d5f6f8f92470d04e5d3d862060988117d5194f1cdb4e375cecf241373c41bd0153e0dc5c463a1afea99b6 +EBUILD docbook-xml-dtd-4.3-r1.ebuild 1517 SHA256 23af321a4fe02a045dc98c9018b1ea4092dd7a496fdb03f9210b64881aa5d89e SHA512 22e941fd469dd02e189250efa57ae7cd399b14a55fcb5aeb4037ce1b93f2b548ffbca0ac9b1512ed3d564ddc4bfac40be3ed1e99b2281cec04deeda65c640366 WHIRLPOOL 3de2012a626e80945cf3698a06b8ca2fd52639e4c9ed0dabfc4f9b2d067601834c59e0e62cf443d785f7a4900a6997ea8c4cfa2e390b8fd5aa8c7f55fccdc0ec +EBUILD docbook-xml-dtd-4.4-r2.ebuild 1698 SHA256 2979d32026d89155ccbb8b7ef52729101f9745e452162179fcf29bf48a5a8c26 SHA512 46d8dd5378cf9782b26bc6a54c12b990f4d41f9d43d1ae25032df5d4e33d5eda14286065a22aa6c7df3c66a69303172d342491c8e3b1161c3cdea3fb42e177c6 WHIRLPOOL 60bdceeb1392f772e7133564a01302168e022b5a0dc3e8f14f8c808472560d9c8c4c4d255484e5dfcc0063c8d0db9c22f07cf64d32584fa1c8c7cd73e6d207f1 +EBUILD docbook-xml-dtd-4.5-r1.ebuild 1733 SHA256 ecad38548bb5ef67162062f662d134a051ef472566e203afc64f999cb155a435 SHA512 b164a763e36ed5cf2267881e59ac569174992ca6efbca3bbfe0eaba30571c6dfd048154125f21a9b949c96592da544b6ec0d9771d20a7f2338c659a87c8984ad WHIRLPOOL bb94c35809e6747040e3703a870a6d9465e48792e904064fc85cff05a0ecb729aa60b534125c655ec022a3c4711d16cf1e7f6719ea6b3f6699103abd29113c54 +MISC ChangeLog 14853 SHA256 6d231acc9dae11aa0e034c0ac2fe13859dc07eec931052e8aa10c479ad60a2e7 SHA512 7d656a7663811d6592a9c2352880e163d9082ed62f67b4ae4dba927f7381f5f2d14e903b605ae01fe7ec553ec069a3c75336c264b329e17e5d8d5ca5fbb2c89c WHIRLPOOL 1ab877278b8e8f5e6aca4f0e81db6b9602fe69373e20ac65b272a541275d095a97b818fe2a218f48c0a2b02f064e1125281f268633b6c113fcecbb5212fbdc5c +MISC metadata.xml 208 SHA256 98f8aa3fb70533eeab6b09d5bc30bd8f649ec13d9b04363490082fb87bb6032e SHA512 d5a7f3cb2fe57f8d7783ba358068648b122d9f5de81a17bff61ce600e42b6487e6f7e2a62c8be95cc7021cb3ea88716824b1ad0565da922ea753bea2417b3d3d WHIRLPOOL e38a6cdef2acb3efdc182efde482593790f773ab3bb9b66cced3af47e4ab39368757e17c4352c6cacaefa338341db88c3bcc3ffcd32aabd7984c5b19051a7bb7 -----BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.14 (GNU/Linux) +Version: GnuPG v2.0.22 (GNU/Linux) -iEYEARECAAYFAkuE8ecACgkQNQqtfCuFneNvWQCcDXu9kphxlDNKdTrlE/9jAM/u -x/wAoJjl5qYKZsRRVFtppR7uvnhhc+m3 -=parZ +iQIcBAEBCAAGBQJS2ml+AAoJEPGu1DbS6WIA7vQP/iWT4HU2laQIWxPGvj4oA/dB +8aAzcg10prKvjbaxIBztD/VzRjRUiJTxYcgraynm3gxEHlA9t+K5MFkS5qMoS06v +8hW/JjNxcOvMAYKbBIBb2vjF8diTE7gm8vBM2wTKL0XCZ2wuy+J7FiMKwHkY7qOH +/4nOv24HUw8xAD5tymMmXNGJt4TovIMDvlA8KMAfy5J+6LQbeDVj4RLoEiWj2CEk +DuHJmq9OihnPlUPTUbxvOKZ0Y276i4ZLK8M8yD1rCrlHBfHOHC0BGZByvAeOv30v +cfUia2lRejWQvjxouIjOIK0l3eWTZMaWD2p9p+Dh2bJrxktOLtTfve/tICHL7qaj +tW30/1VFtWJSLU011d4Kqwu40on1B8a3QZEwJ1+KN0AdgMtbDw903D3k0NgTFd/Q +Av0DKDSD681mwNH+LLa56O+xJwve69piT/4NQJgHYj3f775Asj1vHNcSehZw1MOY +Zkf3Wax6A528WH/x9aUvfuK0Mln7sSbyZE1j5oGasWEMzooM0jlPruVJS+PkUUFQ +LIKw4veRhTzCCH21aeAY5MU+d7Fiqnw+xEWVLIOUL9arIrPRI9MgwcBSs88AWonb +M62hn3mZ7VaocKPoUBL1fD7NCRODEekhiFv/JLsEXMEInt5lnlqUFM6zaZ6al3Cl +M9CgfRvy0PkSExhx0PXd +=1bfm -----END PGP SIGNATURE----- diff --git a/sdk_container/src/third_party/portage-stable/app-text/docbook-xml-dtd/docbook-xml-dtd-4.1.2-r6.ebuild b/sdk_container/src/third_party/portage-stable/app-text/docbook-xml-dtd/docbook-xml-dtd-4.1.2-r6.ebuild index 189e39bc4c..a90b56471c 100644 --- a/sdk_container/src/third_party/portage-stable/app-text/docbook-xml-dtd/docbook-xml-dtd-4.1.2-r6.ebuild +++ b/sdk_container/src/third_party/portage-stable/app-text/docbook-xml-dtd/docbook-xml-dtd-4.1.2-r6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/docbook-xml-dtd/docbook-xml-dtd-4.1.2-r6.ebuild,v 1.21 2010/02/11 14:51:39 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/docbook-xml-dtd/docbook-xml-dtd-4.1.2-r6.ebuild,v 1.30 2014/01/18 11:46:02 vapier Exp $ inherit sgml-catalog @@ -9,16 +9,14 @@ DESCRIPTION="Docbook DTD for XML" HOMEPAGE="http://www.docbook.org/" SRC_URI="http://www.docbook.org/xml/${PV}/${MY_P}.zip" -LICENSE="as-is" +LICENSE="docbook" SLOT="${PV}" -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="" -RDEPEND="" -DEPEND=">=app-arch/unzip-5.41 - >=dev-libs/libxml2-2.4 - >=app-text/docbook-xsl-stylesheets-1.65 +RDEPEND=">=app-text/docbook-xsl-stylesheets-1.65 >=app-text/build-docbook-catalog-1.2" +DEPEND=">=app-arch/unzip-5.41" sgml-catalog_cat_include "/etc/sgml/xml-docbook-${PV}.cat" \ "/etc/sgml/sgml-docbook.cat" diff --git a/sdk_container/src/third_party/portage-stable/app-text/docbook-xml-dtd/docbook-xml-dtd-4.2-r2.ebuild b/sdk_container/src/third_party/portage-stable/app-text/docbook-xml-dtd/docbook-xml-dtd-4.2-r2.ebuild index 883b7f7547..cb7cc7cf55 100644 --- a/sdk_container/src/third_party/portage-stable/app-text/docbook-xml-dtd/docbook-xml-dtd-4.2-r2.ebuild +++ b/sdk_container/src/third_party/portage-stable/app-text/docbook-xml-dtd/docbook-xml-dtd-4.2-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/docbook-xml-dtd/docbook-xml-dtd-4.2-r2.ebuild,v 1.15 2010/02/11 14:51:39 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/docbook-xml-dtd/docbook-xml-dtd-4.2-r2.ebuild,v 1.22 2014/01/18 11:46:02 vapier Exp $ inherit sgml-catalog @@ -9,16 +9,14 @@ DESCRIPTION="Docbook DTD for XML" HOMEPAGE="http://www.docbook.org/" SRC_URI="http://www.docbook.org/xml/${PV}/${MY_P}.zip" -LICENSE="as-is" +LICENSE="docbook" SLOT="${PV}" -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="" -RDEPEND="" -DEPEND=">=app-arch/unzip-5.41 - >=dev-libs/libxml2-2.4 - >=app-text/docbook-xsl-stylesheets-1.65 +RDEPEND=">=app-text/docbook-xsl-stylesheets-1.65 >=app-text/build-docbook-catalog-1.2" +DEPEND=">=app-arch/unzip-5.41" sgml-catalog_cat_include "/etc/sgml/xml-docbook-${PV}.cat" \ "/etc/sgml/sgml-docbook.cat" diff --git a/sdk_container/src/third_party/portage-stable/app-text/docbook-xml-dtd/docbook-xml-dtd-4.3-r1.ebuild b/sdk_container/src/third_party/portage-stable/app-text/docbook-xml-dtd/docbook-xml-dtd-4.3-r1.ebuild index 5c9d9d3d35..4de66f0241 100644 --- a/sdk_container/src/third_party/portage-stable/app-text/docbook-xml-dtd/docbook-xml-dtd-4.3-r1.ebuild +++ b/sdk_container/src/third_party/portage-stable/app-text/docbook-xml-dtd/docbook-xml-dtd-4.3-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/docbook-xml-dtd/docbook-xml-dtd-4.3-r1.ebuild,v 1.16 2010/02/24 09:31:13 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/docbook-xml-dtd/docbook-xml-dtd-4.3-r1.ebuild,v 1.24 2014/01/18 11:46:02 vapier Exp $ inherit sgml-catalog @@ -9,16 +9,14 @@ DESCRIPTION="Docbook DTD for XML" HOMEPAGE="http://www.docbook.org/" SRC_URI="http://www.docbook.org/xml/${PV}/${MY_P}.zip" -LICENSE="as-is" +LICENSE="docbook" SLOT="${PV}" -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" -RDEPEND="" -DEPEND=">=app-arch/unzip-5.41 - >=dev-libs/libxml2-2.4 - >=app-text/docbook-xsl-stylesheets-1.65 +RDEPEND=">=app-text/docbook-xsl-stylesheets-1.65 >=app-text/build-docbook-catalog-1.2" +DEPEND=">=app-arch/unzip-5.41" sgml-catalog_cat_include "/etc/sgml/xml-docbook-${PV}.cat" \ "/etc/sgml/sgml-docbook.cat" diff --git a/sdk_container/src/third_party/portage-stable/app-text/docbook-xml-dtd/docbook-xml-dtd-4.4-r1.ebuild b/sdk_container/src/third_party/portage-stable/app-text/docbook-xml-dtd/docbook-xml-dtd-4.4-r2.ebuild similarity index 60% rename from sdk_container/src/third_party/portage-stable/app-text/docbook-xml-dtd/docbook-xml-dtd-4.4-r1.ebuild rename to sdk_container/src/third_party/portage-stable/app-text/docbook-xml-dtd/docbook-xml-dtd-4.4-r2.ebuild index c5ca099f13..3bdc41bbaf 100644 --- a/sdk_container/src/third_party/portage-stable/app-text/docbook-xml-dtd/docbook-xml-dtd-4.4-r1.ebuild +++ b/sdk_container/src/third_party/portage-stable/app-text/docbook-xml-dtd/docbook-xml-dtd-4.4-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/docbook-xml-dtd/docbook-xml-dtd-4.4-r1.ebuild,v 1.21 2010/02/11 14:51:39 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/docbook-xml-dtd/docbook-xml-dtd-4.4-r2.ebuild,v 1.16 2014/01/18 11:46:02 vapier Exp $ inherit sgml-catalog @@ -9,16 +9,14 @@ DESCRIPTION="Docbook DTD for XML" HOMEPAGE="http://www.docbook.org/" SRC_URI="http://www.docbook.org/xml/${PV}/${MY_P}.zip" -LICENSE="as-is" +LICENSE="docbook" SLOT="${PV}" -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="" -RDEPEND="" -DEPEND=">=app-arch/unzip-5.41 - >=dev-libs/libxml2-2.4 - >=app-text/docbook-xsl-stylesheets-1.65 +RDEPEND=">=app-text/docbook-xsl-stylesheets-1.65 >=app-text/build-docbook-catalog-1.2" +DEPEND=">=app-arch/unzip-5.41" sgml-catalog_cat_include "/etc/sgml/xml-docbook-${PV}.cat" \ "/etc/sgml/sgml-docbook.cat" @@ -38,10 +36,14 @@ src_install() { keepdir /etc/xml insinto /usr/share/sgml/docbook/xml-dtd-${PV} - doins *.cat *.dtd *.mod || die + doins *.cat *.dtd *.mod *.xml || die insinto /usr/share/sgml/docbook/xml-dtd-${PV}/ent doins ent/*.ent || die + # work around unicode parser issues #238785 + dosym ../../../xml-iso-entities-8879.1986/ISOgrk4.ent \ + /usr/share/sgml/docbook/xml-dtd-${PV}/ent/isogrk4.ent || die + cp ent/README README.ent dodoc ChangeLog README* } diff --git a/sdk_container/src/third_party/portage-stable/app-text/docbook-xml-dtd/docbook-xml-dtd-4.5.ebuild b/sdk_container/src/third_party/portage-stable/app-text/docbook-xml-dtd/docbook-xml-dtd-4.5-r1.ebuild similarity index 67% rename from sdk_container/src/third_party/portage-stable/app-text/docbook-xml-dtd/docbook-xml-dtd-4.5.ebuild rename to sdk_container/src/third_party/portage-stable/app-text/docbook-xml-dtd/docbook-xml-dtd-4.5-r1.ebuild index dd9cda1d45..83189ddfbe 100644 --- a/sdk_container/src/third_party/portage-stable/app-text/docbook-xml-dtd/docbook-xml-dtd-4.5.ebuild +++ b/sdk_container/src/third_party/portage-stable/app-text/docbook-xml-dtd/docbook-xml-dtd-4.5-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/docbook-xml-dtd/docbook-xml-dtd-4.5.ebuild,v 1.12 2010/02/11 14:51:39 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/docbook-xml-dtd/docbook-xml-dtd-4.5-r1.ebuild,v 1.17 2014/01/18 11:46:02 vapier Exp $ inherit sgml-catalog @@ -9,9 +9,9 @@ DESCRIPTION="Docbook DTD for XML" HOMEPAGE="http://www.docbook.org/" SRC_URI="http://www.docbook.org/xml/${PV}/${MY_P}.zip" -LICENSE="as-is" +LICENSE="docbook" SLOT="${PV}" -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="" RDEPEND="" @@ -42,6 +42,10 @@ src_install() { insinto /usr/share/sgml/docbook/xml-dtd-${PV}/ent doins ent/*.ent || die + # work around unicode parser issues #238785 + dosym ../../../xml-iso-entities-8879.1986/ISOgrk4.ent \ + /usr/share/sgml/docbook/xml-dtd-${PV}/ent/isogrk4.ent || die + cp ent/README README.ent dodoc ChangeLog README* } diff --git a/sdk_container/src/third_party/portage-stable/app-text/docbook-xml-dtd/metadata.xml b/sdk_container/src/third_party/portage-stable/app-text/docbook-xml-dtd/metadata.xml new file mode 100644 index 0000000000..4538a68724 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/app-text/docbook-xml-dtd/metadata.xml @@ -0,0 +1,5 @@ + + + +maintainer-needed@gentoo.org + diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/app-text/docbook-xml-dtd-4.1.2-r6 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/app-text/docbook-xml-dtd-4.1.2-r6 index 546b56a840..1e387d225d 100644 --- a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/app-text/docbook-xml-dtd-4.1.2-r6 +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/app-text/docbook-xml-dtd-4.1.2-r6 @@ -1,10 +1,11 @@ DEFINED_PHASES=compile install postinst postrm prerm unpack -DEPEND=>=app-arch/unzip-5.41 >=dev-libs/libxml2-2.4 >=app-text/docbook-xsl-stylesheets-1.65 >=app-text/build-docbook-catalog-1.2 >=app-text/sgml-common-0.6.3-r2 +DEPEND=>=app-arch/unzip-5.41 >=app-text/sgml-common-0.6.3-r2 DESCRIPTION=Docbook DTD for XML HOMEPAGE=http://www.docbook.org/ -KEYWORDS=alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris -LICENSE=as-is +KEYWORDS=alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris +LICENSE=docbook +RDEPEND=>=app-text/docbook-xsl-stylesheets-1.65 >=app-text/build-docbook-catalog-1.2 SLOT=4.1.2 SRC_URI=http://www.docbook.org/xml/4.1.2/docbkx412.zip _eclasses_=base 87f7447ccfc06fd0729ff4684e11e0d6 eutils 9fb270e417e0e83d64ca52586c4a79de multilib 3bf24e6abb9b76d9f6c20600f0b716bf sgml-catalog 115ce04390f5bb32de8fef875ea71b4b toolchain-funcs c961250d50160cd37d6b7fd9e8429c92 -_md5_=6550065abfd5d365b57e9ae0fd0a3cb0 +_md5_=ea73619669be0593a832acacd667d942 diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/app-text/docbook-xml-dtd-4.2-r2 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/app-text/docbook-xml-dtd-4.2-r2 index 27ae667835..73baafd5b0 100644 --- a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/app-text/docbook-xml-dtd-4.2-r2 +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/app-text/docbook-xml-dtd-4.2-r2 @@ -1,10 +1,11 @@ DEFINED_PHASES=compile install postinst postrm prerm unpack -DEPEND=>=app-arch/unzip-5.41 >=dev-libs/libxml2-2.4 >=app-text/docbook-xsl-stylesheets-1.65 >=app-text/build-docbook-catalog-1.2 >=app-text/sgml-common-0.6.3-r2 +DEPEND=>=app-arch/unzip-5.41 >=app-text/sgml-common-0.6.3-r2 DESCRIPTION=Docbook DTD for XML HOMEPAGE=http://www.docbook.org/ -KEYWORDS=alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris -LICENSE=as-is +KEYWORDS=alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris +LICENSE=docbook +RDEPEND=>=app-text/docbook-xsl-stylesheets-1.65 >=app-text/build-docbook-catalog-1.2 SLOT=4.2 SRC_URI=http://www.docbook.org/xml/4.2/docbook-xml-4.2.zip _eclasses_=base 87f7447ccfc06fd0729ff4684e11e0d6 eutils 9fb270e417e0e83d64ca52586c4a79de multilib 3bf24e6abb9b76d9f6c20600f0b716bf sgml-catalog 115ce04390f5bb32de8fef875ea71b4b toolchain-funcs c961250d50160cd37d6b7fd9e8429c92 -_md5_=d5e396eba1163378f0d990d85e2579e1 +_md5_=0f76592c9aa418366d81e6de7a0f307c diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/app-text/docbook-xml-dtd-4.3-r1 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/app-text/docbook-xml-dtd-4.3-r1 index a0f70e2782..f8cecc8cfd 100644 --- a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/app-text/docbook-xml-dtd-4.3-r1 +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/app-text/docbook-xml-dtd-4.3-r1 @@ -1,10 +1,11 @@ DEFINED_PHASES=compile install postinst postrm prerm unpack -DEPEND=>=app-arch/unzip-5.41 >=dev-libs/libxml2-2.4 >=app-text/docbook-xsl-stylesheets-1.65 >=app-text/build-docbook-catalog-1.2 >=app-text/sgml-common-0.6.3-r2 +DEPEND=>=app-arch/unzip-5.41 >=app-text/sgml-common-0.6.3-r2 DESCRIPTION=Docbook DTD for XML HOMEPAGE=http://www.docbook.org/ -KEYWORDS=alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris -LICENSE=as-is +KEYWORDS=alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +LICENSE=docbook +RDEPEND=>=app-text/docbook-xsl-stylesheets-1.65 >=app-text/build-docbook-catalog-1.2 SLOT=4.3 SRC_URI=http://www.docbook.org/xml/4.3/docbook-xml-4.3.zip _eclasses_=base 87f7447ccfc06fd0729ff4684e11e0d6 eutils 9fb270e417e0e83d64ca52586c4a79de multilib 3bf24e6abb9b76d9f6c20600f0b716bf sgml-catalog 115ce04390f5bb32de8fef875ea71b4b toolchain-funcs c961250d50160cd37d6b7fd9e8429c92 -_md5_=c03974e6ca1931cd137d2964a8b0fb2e +_md5_=940b7f3a41942b7cd8e491acab14b648 diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/app-text/docbook-xml-dtd-4.4-r1 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/app-text/docbook-xml-dtd-4.4-r1 deleted file mode 100644 index a3c9d2261c..0000000000 --- a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/app-text/docbook-xml-dtd-4.4-r1 +++ /dev/null @@ -1,10 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm prerm unpack -DEPEND=>=app-arch/unzip-5.41 >=dev-libs/libxml2-2.4 >=app-text/docbook-xsl-stylesheets-1.65 >=app-text/build-docbook-catalog-1.2 >=app-text/sgml-common-0.6.3-r2 -DESCRIPTION=Docbook DTD for XML -HOMEPAGE=http://www.docbook.org/ -KEYWORDS=alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris -LICENSE=as-is -SLOT=4.4 -SRC_URI=http://www.docbook.org/xml/4.4/docbook-xml-4.4.zip -_eclasses_=base 87f7447ccfc06fd0729ff4684e11e0d6 eutils 9fb270e417e0e83d64ca52586c4a79de multilib 3bf24e6abb9b76d9f6c20600f0b716bf sgml-catalog 115ce04390f5bb32de8fef875ea71b4b toolchain-funcs c961250d50160cd37d6b7fd9e8429c92 -_md5_=6520fb1aedc68e6baecd000c7254199a diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/app-text/docbook-xml-dtd-4.4-r2 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/app-text/docbook-xml-dtd-4.4-r2 new file mode 100644 index 0000000000..7c71b0b029 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/app-text/docbook-xml-dtd-4.4-r2 @@ -0,0 +1,11 @@ +DEFINED_PHASES=compile install postinst postrm prerm unpack +DEPEND=>=app-arch/unzip-5.41 >=app-text/sgml-common-0.6.3-r2 +DESCRIPTION=Docbook DTD for XML +HOMEPAGE=http://www.docbook.org/ +KEYWORDS=alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris +LICENSE=docbook +RDEPEND=>=app-text/docbook-xsl-stylesheets-1.65 >=app-text/build-docbook-catalog-1.2 +SLOT=4.4 +SRC_URI=http://www.docbook.org/xml/4.4/docbook-xml-4.4.zip +_eclasses_=base 87f7447ccfc06fd0729ff4684e11e0d6 eutils 9fb270e417e0e83d64ca52586c4a79de multilib 3bf24e6abb9b76d9f6c20600f0b716bf sgml-catalog 115ce04390f5bb32de8fef875ea71b4b toolchain-funcs c961250d50160cd37d6b7fd9e8429c92 +_md5_=5a215a808e1377d39acb7dc28169886c diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/app-text/docbook-xml-dtd-4.5 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/app-text/docbook-xml-dtd-4.5-r1 similarity index 64% rename from sdk_container/src/third_party/portage-stable/metadata/md5-cache/app-text/docbook-xml-dtd-4.5 rename to sdk_container/src/third_party/portage-stable/metadata/md5-cache/app-text/docbook-xml-dtd-4.5-r1 index 9e200951c0..bd69a9a198 100644 --- a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/app-text/docbook-xml-dtd-4.5 +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/app-text/docbook-xml-dtd-4.5-r1 @@ -2,9 +2,9 @@ DEFINED_PHASES=compile install postinst postrm prerm unpack DEPEND=>=app-arch/unzip-5.41 >=dev-libs/libxml2-2.4 >=app-text/docbook-xsl-stylesheets-1.65 >=app-text/build-docbook-catalog-1.2 >=app-text/sgml-common-0.6.3-r2 DESCRIPTION=Docbook DTD for XML HOMEPAGE=http://www.docbook.org/ -KEYWORDS=alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris -LICENSE=as-is +KEYWORDS=alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris +LICENSE=docbook SLOT=4.5 SRC_URI=http://www.docbook.org/xml/4.5/docbook-xml-4.5.zip _eclasses_=base 87f7447ccfc06fd0729ff4684e11e0d6 eutils 9fb270e417e0e83d64ca52586c4a79de multilib 3bf24e6abb9b76d9f6c20600f0b716bf sgml-catalog 115ce04390f5bb32de8fef875ea71b4b toolchain-funcs c961250d50160cd37d6b7fd9e8429c92 -_md5_=273ac0260326863a9c9b53e60dd9f7f8 +_md5_=72dd7e9c4f189e28a4272b26a30431a9 From 6cec62ec7b07a0d20cb1cc6ecec4bf8d1a7ac0cf Mon Sep 17 00:00:00 2001 From: Geoff Levand Date: Thu, 28 May 2015 09:36:41 -0700 Subject: [PATCH 10/10] bump(app-text/xmlto): sync with upstream for arm64 Signed-off-by: Geoff Levand --- .../portage-stable/app-text/xmlto/ChangeLog | 360 ++++++++++++++++++ .../portage-stable/app-text/xmlto/Manifest | 27 +- .../files/xmlto-0.0.24-parallelmake.patch | 56 --- .../app-text/xmlto/metadata.xml | 5 + .../app-text/xmlto/xmlto-0.0.24-r1.ebuild | 47 --- .../app-text/xmlto/xmlto-0.0.26.ebuild | 40 ++ .../md5-cache/app-text/xmlto-0.0.24-r1 | 13 - .../metadata/md5-cache/app-text/xmlto-0.0.26 | 13 + 8 files changed, 443 insertions(+), 118 deletions(-) create mode 100644 sdk_container/src/third_party/portage-stable/app-text/xmlto/ChangeLog delete mode 100644 sdk_container/src/third_party/portage-stable/app-text/xmlto/files/xmlto-0.0.24-parallelmake.patch create mode 100644 sdk_container/src/third_party/portage-stable/app-text/xmlto/metadata.xml delete mode 100644 sdk_container/src/third_party/portage-stable/app-text/xmlto/xmlto-0.0.24-r1.ebuild create mode 100644 sdk_container/src/third_party/portage-stable/app-text/xmlto/xmlto-0.0.26.ebuild delete mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/app-text/xmlto-0.0.24-r1 create mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/app-text/xmlto-0.0.26 diff --git a/sdk_container/src/third_party/portage-stable/app-text/xmlto/ChangeLog b/sdk_container/src/third_party/portage-stable/app-text/xmlto/ChangeLog new file mode 100644 index 0000000000..19ecbf2d6d --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/app-text/xmlto/ChangeLog @@ -0,0 +1,360 @@ +# ChangeLog for app-text/xmlto +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/xmlto/ChangeLog,v 1.103 2015/04/08 04:53:47 vapier Exp $ + + 08 Apr 2015; Mike Frysinger xmlto-0.0.26.ebuild: + Mark arm64/m68k/s390/sh stable. + + 28 Feb 2015; Manuel Rüger -xmlto-0.0.25.ebuild: + Remove old. + + 28 Feb 2015; Agostino Sarubbo xmlto-0.0.26.ebuild: + Stable for ia64, wrt bug #534918 + + 27 Feb 2015; Agostino Sarubbo xmlto-0.0.26.ebuild: + Stable for sparc, wrt bug #534918 + + 24 Feb 2015; Agostino Sarubbo xmlto-0.0.26.ebuild: + Stable for alpha, wrt bug #534918 + + 26 Jan 2015; Agostino Sarubbo xmlto-0.0.26.ebuild: + Stable for x86, wrt bug #534918 + + 18 Jan 2015; Agostino Sarubbo xmlto-0.0.26.ebuild: + Stable for ppc64, wrt bug #534918 + + 17 Jan 2015; Markus Meier xmlto-0.0.26.ebuild: + arm stable, bug #534918 + + 17 Jan 2015; Agostino Sarubbo xmlto-0.0.26.ebuild: + Stable for ppc, wrt bug #534918 + + 13 Jan 2015; Jeroen Roovers xmlto-0.0.26.ebuild: + Stable for HPPA (bug #534918). + + 09 Jan 2015; Agostino Sarubbo xmlto-0.0.26.ebuild: + Stable for amd64, wrt bug #534918 + + 21 Jun 2014; Samuli Suominen + -files/xmlto-0.0.24-parallelmake.patch, -xmlto-0.0.24-r1.ebuild: + old + +*xmlto-0.0.26 (21 Jun 2014) + + 21 Jun 2014; Samuli Suominen +xmlto-0.0.26.ebuild: + Version bump; fixing the --noextensions parameter which is required for + disabling fop java extensions as per + http://forums.gentoo.org/viewtopic-p-7571834.html + + 19 Mar 2014; Agostino Sarubbo xmlto-0.0.25.ebuild: + Stable for alpha, wrt bug #502630 + + 12 Mar 2014; Agostino Sarubbo xmlto-0.0.25.ebuild: + Stable for sparc, wrt bug #502630 + + 08 Mar 2014; Markus Meier xmlto-0.0.25.ebuild: + arm stable, bug #502630 + + 06 Mar 2014; Agostino Sarubbo xmlto-0.0.25.ebuild: + Stable for ppc64, wrt bug #502630 + + 05 Mar 2014; Agostino Sarubbo xmlto-0.0.25.ebuild: + Stable for ppc, wrt bug #502630 + + 04 Mar 2014; Agostino Sarubbo xmlto-0.0.25.ebuild: + Stable for x86, wrt bug #502630 + + 02 Mar 2014; Pacho Ramos xmlto-0.0.25.ebuild: + amd64 stable, bug #502630 + + 02 Mar 2014; Akinori Hattori xmlto-0.0.25.ebuild: + ia64 stable wrt bug #502630 + + 01 Mar 2014; Jeroen Roovers xmlto-0.0.25.ebuild: + Stable for HPPA (bug #502630). + + 07 Feb 2014; Mike Frysinger xmlto-0.0.25.ebuild: + Force configure to always detect bash as /bin/bash. Drop unused flex dep and + implicit system grep dep. + + 18 Jan 2014; Mike Frysinger xmlto-0.0.24-r1.ebuild, + xmlto-0.0.25.ebuild: + Add arm64 love. + + 21 Jul 2013; Pacho Ramos metadata.xml: + Cleanup due http://gentoo.2317880.n4.nabble.com/sgml-herd-has-no-maintainers- + again-td259655.html + + 26 Apr 2012; Alexis Ballier xmlto-0.0.25.ebuild: + keyword ~amd64-fbsd + +*xmlto-0.0.25 (12 Jan 2012) + + 12 Jan 2012; Samuli Suominen +xmlto-0.0.25.ebuild: + Version bump. + + 12 Jan 2012; Samuli Suominen -xmlto-0.0.22.ebuild, + -files/xmlto-0.0.22-parallelmake.patch, -xmlto-0.0.23.ebuild, + -xmlto-0.0.24.ebuild: + old + + 12 Jan 2012; Samuli Suominen xmlto-0.0.24-r1.ebuild: + ppc64 stable wrt #388273 + + 07 Nov 2011; Brent Baude xmlto-0.0.24-r1.ebuild: + Marking xmlto-0.0.24-r1 ppc for bug 388273 + + 05 Nov 2011; Raúl Porcel xmlto-0.0.24-r1.ebuild: + alpha/arm/ia64/m68k/s390/sh/sparc stable wrt #388273 + + 29 Oct 2011; Jeroen Roovers xmlto-0.0.24-r1.ebuild: + Stable for HPPA (bug #388273). + + 25 Oct 2011; Pawel Hajdan jr xmlto-0.0.24-r1.ebuild: + x86 stable wrt bug #388273 + + 24 Oct 2011; Markos Chandras xmlto-0.0.24-r1.ebuild: + Stable on amd64 wrt bug #388273 + +*xmlto-0.0.24-r1 (19 Aug 2011) + + 19 Aug 2011; Mike Frysinger +xmlto-0.0.24-r1.ebuild, + +files/xmlto-0.0.24-parallelmake.patch: + Use portable fix for parallel make, include man pages in the dist to avoid + CBUILD vs CHOST issues, and drop autotool regeneration to speed things up. + +*xmlto-0.0.24 (30 Jul 2011) + + 30 Jul 2011; Patrick Lauer +xmlto-0.0.24.ebuild: + Bump for #375641 + + 10 Jul 2011; Mark Loeser xmlto-0.0.23.ebuild: + Stable for ppc/ppc64; bug #361033 + + 16 Apr 2011; Raúl Porcel xmlto-0.0.23.ebuild: + alpha/ia64/m68k/s390/sh/x86 stable wrt #361033 + + 10 Apr 2011; Markus Meier xmlto-0.0.23.ebuild: + arm stable, bug #361033 + + 04 Apr 2011; Jeroen Roovers xmlto-0.0.23.ebuild: + Stable for HPPA SPARC (bug #361033). + + 29 Mar 2011; Christoph Mende xmlto-0.0.23.ebuild: + Stable on amd64 wrt bug #361033 + + 20 Feb 2010; Jonathan Callen xmlto-0.0.23.ebuild: + Transfer prefix keywords, bump EAPI + +*xmlto-0.0.23 (21 Dec 2009) + + 21 Dec 2009; Mike Frysinger +xmlto-0.0.23.ebuild: + Version bump. + + 21 Dec 2009; Mike Frysinger xmlto-0.0.22.ebuild: + Fix by Naohiro Aota for building on BSDs systems #292896. + + 26 Sep 2009; Brent Baude xmlto-0.0.22.ebuild: + Marking xmlto-0.0.22 ppc64 for bug 276677 + + 09 Aug 2009; nixnut xmlto-0.0.22.ebuild: + ppc stable #276677 + + 22 Jul 2009; Raúl Porcel xmlto-0.0.22.ebuild: + arm/ia64/m68k/s390/sh/sparc stable wrt #276677 + + 18 Jul 2009; Tiago Cunha xmlto-0.0.22.ebuild: + stable sparc, bug 276677 + + 12 Jul 2009; Tobias Klausmann xmlto-0.0.22.ebuild: + Stable on alpha, bug #276677 + + 11 Jul 2009; xmlto-0.0.22.ebuild: + Marked stable on AMD64 for bug #276677; tested on a dual Opteron 2354. + + 08 Jul 2009; Samuli Suominen xmlto-0.0.22.ebuild: + xmlto needs sys-apps/which wrt #277092 + + 08 Jul 2009; Christian Faulhammer xmlto-0.0.22.ebuild: + stable x86, bug 276677 + + 08 Jul 2009; Jeroen Roovers xmlto-0.0.22.ebuild: + Stable for HPPA (bug #276677). + + 10 Jun 2009; Diego E. Pettenò xmlto-0.0.22.ebuild, + +files/xmlto-0.0.22-parallelmake.patch: + Add fix for parallel build, closes bug #273143. + + 22 May 2009; Samuli Suominen + files/xmlto-0.0.22-format_fo_passivetex_check.patch: + Change path to texmf-site in patch. + + 22 May 2009; Samuli Suominen xmlto-0.0.18.ebuild, + -xmlto-0.0.21.ebuild, xmlto-0.0.22.ebuild: + Remove usage of -j1 wrt #235998. List sys-devel/flex as depend wrt + #221373. + +*xmlto-0.0.22 (22 May 2009) + + 22 May 2009; Samuli Suominen +xmlto-0.0.22.ebuild, + +files/xmlto-0.0.22-format_fo_passivetex_check.patch: + Version bump. + +*xmlto-0.0.21 (22 Sep 2008) + + 22 Sep 2008; Diego Pettenò +xmlto-0.0.21.ebuild: + Version bump. + + 26 Apr 2008; xmlto-0.0.18.ebuild: + Drop to ~mips due to unstable deps + + 23 Jan 2008; Doug Klima xmlto-0.0.18.ebuild: + sys-apps/coreutils-6.10-r1 and higher now provides /bin/mktemp + + 16 Nov 2007; Michael Sterrett xmlto-0.0.18.ebuild: + remove reference to really old sys-apps/debianutils + + 21 Aug 2007; Leonardo Boshell xmlto-0.0.18.ebuild: + Added mktemp dependency (bug #170147). + + 12 Jul 2007; Roy Marples xmlto-0.0.18.ebuild: + Keyworded ~sparc-fbsd, #182763 + + 13 Mar 2007; Leonardo Boshell + -files/xmlto-head-fix.patch, metadata.xml, -xmlto-0.0.17.ebuild: + Replacing text-markup herd with the new sgml herd. Pruning old ebuild. + + 05 Sep 2006; Joshua Kinard xmlto-0.0.18.ebuild: + Marked stable on mips. + + 24 May 2006; Diego Pettenò xmlto-0.0.18.ebuild: + Add alternative dependency on app-misc/getopt for non-Linux platforms. Add + ~x86-fbsd keyword. + + 16 Mar 2006; Martin Ehmsen xmlto-0.0.17.ebuild, + xmlto-0.0.18.ebuild: + Removed RDEPEND="${DEPEND}", found by QA script. + + 05 Jan 2006; Alexandre Buisse xmlto-0.0.17.ebuild, + xmlto-0.0.18.ebuild: + Don't install INSTALL generic file (bug #117477). + + 08 Jul 2005; Leonardo Boshell xmlto-0.0.18.ebuild, + xmlto-0.0.17.ebuild: + Declare RDEPEND explicitly. Modified docbook-xml-dtd dependency to use + '~' syntax. Added sys-apps/util-linux dependency, resolves bug #98287. + + 25 Jun 2005; Danny van Dyk xmlto-0.0.18.ebuild: + Marked s390. + + 25 Jun 2005; John Mylchreest xmlto-0.0.18.ebuild: + adding ~s390 + + 08 Apr 2005; Markus Rothe xmlto-0.0.18.ebuild: + Stable on ppc64 + + 01 Apr 2005; xmlto-0.0.18.ebuild: + stable on amd64 + + 28 Mar 2005; Guy Martin xmlto-0.0.18.ebuild: + Stable on hppa. + + 27 Mar 2005; Bryan Østergaard xmlto-0.0.18.ebuild: + Stable on alpha. + + 14 Feb 2005; Gustavo Zacarias xmlto-0.0.18.ebuild: + Stable on sparc + + 10 Feb 2005; Mamoru KOMACHI xmlto-0.0.18.ebuild: + Stable on x86 and ppc. + + 02 Jan 2005; Ciaran McCreesh : + Change encoding to UTF-8 for GLEP 31 compliance + + 13 Oct 2004; Mamoru KOMACHI xmlto-0.0.15.ebuild, + xmlto-0.0.17.ebuild, xmlto-0.0.18.ebuild: + Force app-text/docbook-xml-dtd-4.2 series. Thanks to Simone Gotti + , closing bug #67163. + +*xmlto-0.0.18 (15 Sep 2004) + + 15 Sep 2004; Mamoru KOMACHI +xmlto-0.0.18.ebuild: + Version bumped; bug #63624. + + 07 Sep 2004; Tom Gall xmlto-0.0.17.ebuild: + stable on ppc64 + + 13 May 2004; Stephen P. Becker xmlto-0.0.17.ebuild: + Stable on mips. + + 13 May 2004; Bryan Østergaard xmlto-0.0.17.ebuild: + Stable on alpha. + + 15 Mar 2004; Stephen P. Becker xmlto-0.0.17.ebuild: + Added ~mips keyword. + + 07 Mar 2004; Jon Portnoy xmlto-0.0.17.ebuild : + Stable on AMD64 to make repoman happy. + + 07 Feb 2004; Lars Weiler xmlto-0.0.17.ebuild: + stable on ppc + + 01 Feb 2004; Jon Portnoy xmlto-0.0.17.ebuild : + AMD64 keywords. + + 14 Jan 2004; xmlto-0.0.15.ebuild: + stable on hppa + + 13 Jan 2004; xmlto-0.0.15.ebuild: + added sparc keyword + +*xmlto-0.0.17 (11 Jan 2004) + + 11 Jan 2004; Mike Gardiner xmlto-0.0.15.ebuild, + xmlto-0.0.17.ebuild, files/xmlto-0.0.15-head-fix.patch, + files/xmlto-head-fix.patch: + New version + + 11 Jan 2004; Mike Gardiner xmlto-0.0.15.ebuild: + Stylesheets dependency back in, we need it versioned so we get the manpages, + or else we get things like bug #37797 + + 04 Jan 2004; Mike Gardiner xmlto-0.0.15.ebuild: + Changed dependency on xsl-stylesheets to be on xml-dtd-4.2, which is what + really depends on xsl-stylesheets. Thanks to on bug #37078 + + 03 Jan 2004; xmlto-0.0.15.ebuild: + Stable on alpha and ia64 + + 31 Dec 2003; Mike Gardiner xmlto-0.0.15.ebuild: + Marked stable on x86 + + 22 Nov 2003; Jason Wever xmlto-0.0.15.ebuild: + Added ~sparc keyword. + + 17 Nov 2003; Mike Gardiner xmlto-0.0.15.ebuild: + Added MAKEOPTS restriction to -j1 as the build isnt parrallel safe, thanks to + , on bug #33151 + + 26 Oct 2003; Mike Gardiner xmlto-0.0.15.ebuild: + Updated dependency on xsl-stylesheets to 1.62.0-r1 to ensure that the manpages + are included + + 24 Oct 2003; Mike Gardiner xmlto-0.0.15.ebuild, + files/xmlto-0.0.15-head-fix.patch: + Added head-fix.patch to use head -n instead of the obsoleted head - + syntax. + + 24 Oct 2003; Mike Gardiner xmlto-0.0.15.ebuild: + Sharpened up the docbook-xsl-stylesheets dependency to 1.62.0 + + 23 Oct 2003; Mike Gardiner xmlto-0.0.15.ebuild: + Added docbook-xsl-stylesheets dependency + +*xmlto-0.0.15 (22 Oct 2003) + + 22 Oct 2003; Mike Gardiner metadata.xml, + xmlto-0.0.15.ebuild: + First version of xmlto. This version does not currently support tetex output + to pdf/ps/dvi as we need a working passivetex/xmltex implementation before we + can do that. Tex/pdf support is planned for the first revision of this package diff --git a/sdk_container/src/third_party/portage-stable/app-text/xmlto/Manifest b/sdk_container/src/third_party/portage-stable/app-text/xmlto/Manifest index ddeb94a277..9a16cfed7b 100644 --- a/sdk_container/src/third_party/portage-stable/app-text/xmlto/Manifest +++ b/sdk_container/src/third_party/portage-stable/app-text/xmlto/Manifest @@ -1,2 +1,25 @@ -DIST xmlto-0.0.24-mans.tar.bz2 4575 RMD160 6687bf4d59b823f416b37b179a24ed6d9a315227 SHA1 e5c44ec88dd3e473d0be5151008b00d5fe190dc1 SHA256 1a5b78cf9b349023aaed17c2b39d94e123da58d9b682693013fb3bcdaac7735b -DIST xmlto-0.0.24.tar.bz2 111860 RMD160 c3aa05569571aa7c2acbe0cc93c136a0d77a7d80 SHA1 68b1664e9ba4d76c37c373f2f0082d62c41506c8 SHA256 30f59f4cc87a5e86f74fc1d2e63ceb6adc7a260d438e0439689efc2588976e13 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA256 + +AUX xmlto-0.0.22-format_fo_passivetex_check.patch 2286 SHA256 64c1df49f92a44d4219c10b60e60bee34063fc6b99ae5f0ed1b14e11b27ea16d SHA512 c8eeb3dc909431dd2fb9f5286b6ee98a40dce80a29606a9884bdab50c039ac90097720b9b968dfac76546492844de0b72f2f6c937da14b47142ad81b897023f4 WHIRLPOOL ae83df73b7682f05b6e048aa7908331ef5b1ece0f2a40dfb968bfadd1991611fb998edd33dcef2984f0e5259e11a597a1620f9025a1f2d98554bd96da52b18be +DIST xmlto-0.0.26.tar.bz2 119819 SHA256 efb49b2fb3bc27c1a1e24fe34abf19b6bf6cbb40844e6fd58034cdf21c54b5ec SHA512 85110f22a7b5a5c8de4115ae5d0391645a223191b17455a4f9539b02f56f7003fd4ba70e48f0e5e46cdb91220a9027802e725f88ca8659e3ce1576f8609ccd18 WHIRLPOOL f7ded4ceb65adcfc7c06bfdb8a3d22ca7195c098b5bcf26b3884111f536b72efbf5e642eeeee8be17d4a33db3accc139d78178dba2fe5a98037712048c2410e4 +EBUILD xmlto-0.0.26.ebuild 1444 SHA256 ecfcf46e9a0eee34a639fac1c67b51b7baceae5a84b6f96eaf793e380fe316dc SHA512 7a57e784d81ff468a0fc4facaa7ce52a24eed459d00067b106404528822c3d2f9e5ba0ee27e1f78cadc6b3cc2b3e6b9eb4565f2e8fe37c0f0b0dee0947ca00cf WHIRLPOOL 3c8f1eb0b29c4d6395075a9b49518eaa2b778dc5a225cb24c31f4864e26616623a64c9baff3f8aa924657816fc07899cbcc38d1d6d3e9d777f235c904d723a05 +MISC ChangeLog 12889 SHA256 664e2564cde09621649415b636efae8d8b846c5eaef9dea2eccc321b519721dc SHA512 962a84dc23501ed2699789e4383ff4085b9d14353f6375254bbdec8de766a34b106eeb1f859a4f7dc28209311443c12911b7362e5520bf9a5e42d9700bfcb96c WHIRLPOOL 30dcbad24d85623a3cce1607d6a4181ee34a8f3847a2c1b0589035ac9ce511d2802c6f167c904dbb4985c70563d934265a55f03867751b542d40a613993bfbcf +MISC metadata.xml 208 SHA256 98f8aa3fb70533eeab6b09d5bc30bd8f649ec13d9b04363490082fb87bb6032e SHA512 d5a7f3cb2fe57f8d7783ba358068648b122d9f5de81a17bff61ce600e42b6487e6f7e2a62c8be95cc7021cb3ea88716824b1ad0565da922ea753bea2417b3d3d WHIRLPOOL e38a6cdef2acb3efdc182efde482593790f773ab3bb9b66cced3af47e4ab39368757e17c4352c6cacaefa338341db88c3bcc3ffcd32aabd7984c5b19051a7bb7 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2 + +iQIcBAEBCAAGBQJVJLRcAAoJEPGu1DbS6WIA4XEQAIdGAAsj5WflQNAjGjxNOq5T +hqXyabaHLaWvxksFXLtvNVUATqAYy48xRzKPtrAnwqFJUEYAv3/Y2CfVp41CKNVN +sCgk5vv1PjLzobU29RAMGj2njHKsAya+mZL8hfCyXgRHeeiSkz4CP62aoBV6zs1k +Jnn6ooMsf47Wia5Zgn/2N4haaWWi3Dxx9/gxfTMIR8OJ8BytxaBCNYGqz7dchH6c +OTcXynIX8Bfoc8xYcrFwsgQuCAt7qDVuFdzwTXov3O4VVR2shuNsib66dgNZwa2+ +wxHqD3MuqRTGHW2lZggaB9vm8qoEF90ujuUNvAIvz/cLlAX4yOZA+4/JjdW2Khg8 +8vHHTnBUdkaTI9JL3qbCM8XYWSwDgka+P9mq0nXhUtCeG5WyhPRAWY6CYccV+PJ8 +mm1uU7tIGmGQ24Ywza0A6EqFBky5NLZ0qH+AGDgPcERWMENl463UgRV4LZjiWK6v +h4cwDB8EpuPlvF8TiyVfltgESxwJFJkI3OCJW1z6Pjbf73lsKp7DnHc0HdHD0GF/ +XRCASke7KUgPprDva8y+8ihupyiu/d3XG8kyxckSP/ibRCsc0DFc48cV5/s1lzMP +66Hvm5g5Vciv7/kh7Xo9ShUBWpwM1+pyEszQE/ZFeammbgR+NzRy041LCM5swz2b +DWjFc2pvoUCiWzZZT3r6 +=MmlR +-----END PGP SIGNATURE----- diff --git a/sdk_container/src/third_party/portage-stable/app-text/xmlto/files/xmlto-0.0.24-parallelmake.patch b/sdk_container/src/third_party/portage-stable/app-text/xmlto/files/xmlto-0.0.24-parallelmake.patch deleted file mode 100644 index 6d18724dd7..0000000000 --- a/sdk_container/src/third_party/portage-stable/app-text/xmlto/files/xmlto-0.0.24-parallelmake.patch +++ /dev/null @@ -1,56 +0,0 @@ -From f2ada08ce5b92de1869419f1ed50aa1190a8bfb4 Mon Sep 17 00:00:00 2001 -From: Mike Frysinger -Date: Fri, 19 Aug 2011 10:47:10 -0400 -Subject: [PATCH] fix building manpages in parallel - -The current man page rules allow make to fire off two children (1 per -man page), but each child will attempt to create all the required man -pages. So it's possible for the children to collide on their outputs. -Rewrite the rules so that each man page will fire off one child and -only process its specific man page. - -Signed-off-by: Mike Frysinger ---- - Makefile.am | 8 +++----- - 1 files changed, 3 insertions(+), 5 deletions(-) - ---- a/Makefile.am -+++ b/Makefile.am -@@ -68,11 +68,9 @@ EXTRA_DIST = xmlto.spec \ - doc/xmlif.xml \ - xmlto.mak - --$(man1_MANS): $(top_srcdir)/doc/xmlto.xml $(top_srcdir)/doc/xmlif.xml -- for xml in xmlif.xml xmlto.xml; do \ -- FORMAT_DIR=$(top_srcdir)/format \ -- $(BASH) ./xmlto -o man/man1 man $(top_srcdir)/doc/$$xml ; \ -- done || ( RC=$$?; exit $$RC ) -+GEN_MANPAGE = FORMAT_DIR=$(top_srcdir)/format $(BASH) ./xmlto -o $(@D) man $< -+man/man1/xmlto.1: doc/xmlto.xml ; $(GEN_MANPAGE) -+man/man1/xmlif.1: doc/xmlif.xml ; $(GEN_MANPAGE) - - TESTS_ENVIRONMENT = top_srcdir=$(top_srcdir) top_builddir=$(top_builddir) - TESTS = xmlif/test/run-test - -The Makefile.in patch is trivial, so avoid autotools just for this - ---- a/Makefile.in -+++ b/Makefile.in -@@ -959,11 +959,9 @@ - uninstall-man uninstall-man1 uninstall-nobase_pkgdataDATA - - --$(man1_MANS): $(top_srcdir)/doc/xmlto.xml $(top_srcdir)/doc/xmlif.xml -- for xml in xmlif.xml xmlto.xml; do \ -- FORMAT_DIR=$(top_srcdir)/format \ -- $(BASH) ./xmlto -o man/man1 man $(top_srcdir)/doc/$$xml ; \ -- done || ( RC=$$?; exit $$RC ) -+GEN_MANPAGE = FORMAT_DIR=$(top_srcdir)/format $(BASH) ./xmlto -o $(@D) man $< -+man/man1/xmlto.1: doc/xmlto.xml ; $(GEN_MANPAGE) -+man/man1/xmlif.1: doc/xmlif.xml ; $(GEN_MANPAGE) - - tag: - cvs tag -c `echo V@VERSION@ | tr . _` --- -1.7.6 - diff --git a/sdk_container/src/third_party/portage-stable/app-text/xmlto/metadata.xml b/sdk_container/src/third_party/portage-stable/app-text/xmlto/metadata.xml new file mode 100644 index 0000000000..4538a68724 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/app-text/xmlto/metadata.xml @@ -0,0 +1,5 @@ + + + +maintainer-needed@gentoo.org + diff --git a/sdk_container/src/third_party/portage-stable/app-text/xmlto/xmlto-0.0.24-r1.ebuild b/sdk_container/src/third_party/portage-stable/app-text/xmlto/xmlto-0.0.24-r1.ebuild deleted file mode 100644 index 5ec7acdce9..0000000000 --- a/sdk_container/src/third_party/portage-stable/app-text/xmlto/xmlto-0.0.24-r1.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/xmlto/xmlto-0.0.24-r1.ebuild,v 1.1 2011/08/19 15:23:41 vapier Exp $ - -EAPI="3" - -inherit eutils - -DESCRIPTION="script for converting XML and DocBook formatted documents to a variety of output formats" -HOMEPAGE="https://fedorahosted.org/xmlto/" -SRC_URI="https://fedorahosted.org/releases/x/m/xmlto/${P}.tar.bz2 - mirror://gentoo/${P}-mans.tar.bz2 - http://dev.gentoo.org/~vapier/dist/${P}-mans.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" -IUSE="latex" - -RDEPEND="app-shells/bash - || ( sys-apps/which sys-freebsd/freebsd-ubin ) - dev-libs/libxslt - >=app-text/docbook-xsl-stylesheets-1.62.0-r1 - ~app-text/docbook-xml-dtd-4.2 - || ( sys-apps/util-linux app-misc/getopt ) - || ( >=sys-apps/coreutils-6.10-r1 sys-freebsd/freebsd-ubin ) - latex? ( >=app-text/passivetex-1.25 >=dev-tex/xmltex-1.9-r2 )" -DEPEND="${RDEPEND} - sys-devel/flex" - -src_prepare() { - epatch "${FILESDIR}"/${PN}-0.0.22-format_fo_passivetex_check.patch - epatch "${FILESDIR}"/${PN}-0.0.24-parallelmake.patch -} - -src_configure() { - export BASH - has_version sys-apps/util-linux || export GETOPT="getopt-long" - econf -} - -src_install() { - emake DESTDIR="${D}" install || die - dodoc AUTHORS ChangeLog FAQ NEWS README THANKS - insinto /usr/share/doc/${PF}/xml - doins doc/*.xml -} diff --git a/sdk_container/src/third_party/portage-stable/app-text/xmlto/xmlto-0.0.26.ebuild b/sdk_container/src/third_party/portage-stable/app-text/xmlto/xmlto-0.0.26.ebuild new file mode 100644 index 0000000000..5f4a5c15a1 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/app-text/xmlto/xmlto-0.0.26.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/xmlto/xmlto-0.0.26.ebuild,v 1.11 2015/04/08 04:53:47 vapier Exp $ + +EAPI=5 +inherit eutils + +DESCRIPTION="script for converting XML and DocBook formatted documents to a variety of output formats" +HOMEPAGE="https://fedorahosted.org/xmlto/" +SRC_URI="https://fedorahosted.org/releases/${PN:0:1}/${PN:1:1}/${PN}/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" +IUSE="latex" + +RDEPEND=">=app-text/docbook-xsl-stylesheets-1.62.0-r1 + app-text/docbook-xml-dtd:4.2 + app-shells/bash + dev-libs/libxslt + sys-apps/sed + || ( >=sys-apps/coreutils-6.10-r1 sys-freebsd/freebsd-ubin ) + || ( sys-apps/util-linux app-misc/getopt ) + || ( sys-apps/which sys-freebsd/freebsd-ubin ) + latex? ( >=app-text/passivetex-1.25 >=dev-tex/xmltex-1.9-r2 )" +# We only depend on flex when we patch the imput lexer. +DEPEND="${RDEPEND}" + +DOCS="AUTHORS ChangeLog FAQ NEWS README THANKS" + +src_prepare() { + epatch "${FILESDIR}"/${PN}-0.0.22-format_fo_passivetex_check.patch +} + +src_configure() { + # We don't want the script to detect /bin/sh if it is bash. + export ac_cv_path_BASH=/bin/bash + has_version sys-apps/util-linux || export GETOPT=getopt-long + econf +} diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/app-text/xmlto-0.0.24-r1 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/app-text/xmlto-0.0.24-r1 deleted file mode 100644 index 02a427214a..0000000000 --- a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/app-text/xmlto-0.0.24-r1 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=configure install prepare -DEPEND=app-shells/bash || ( sys-apps/which sys-freebsd/freebsd-ubin ) dev-libs/libxslt >=app-text/docbook-xsl-stylesheets-1.62.0-r1 ~app-text/docbook-xml-dtd-4.2 || ( sys-apps/util-linux app-misc/getopt ) || ( >=sys-apps/coreutils-6.10-r1 sys-freebsd/freebsd-ubin ) latex? ( >=app-text/passivetex-1.25 >=dev-tex/xmltex-1.9-r2 ) sys-devel/flex -DESCRIPTION=script for converting XML and DocBook formatted documents to a variety of output formats -EAPI=3 -HOMEPAGE=https://fedorahosted.org/xmlto/ -IUSE=latex -KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris -LICENSE=GPL-2 -RDEPEND=app-shells/bash || ( sys-apps/which sys-freebsd/freebsd-ubin ) dev-libs/libxslt >=app-text/docbook-xsl-stylesheets-1.62.0-r1 ~app-text/docbook-xml-dtd-4.2 || ( sys-apps/util-linux app-misc/getopt ) || ( >=sys-apps/coreutils-6.10-r1 sys-freebsd/freebsd-ubin ) latex? ( >=app-text/passivetex-1.25 >=dev-tex/xmltex-1.9-r2 ) -SLOT=0 -SRC_URI=https://fedorahosted.org/releases/x/m/xmlto/xmlto-0.0.24.tar.bz2 mirror://gentoo/xmlto-0.0.24-mans.tar.bz2 http://dev.gentoo.org/~vapier/dist/xmlto-0.0.24-mans.tar.bz2 -_eclasses_=eutils 9fb270e417e0e83d64ca52586c4a79de multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs c961250d50160cd37d6b7fd9e8429c92 -_md5_=f2e97d05a149bd614f541e6a19e22163 diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/app-text/xmlto-0.0.26 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/app-text/xmlto-0.0.26 new file mode 100644 index 0000000000..cb94cff222 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/app-text/xmlto-0.0.26 @@ -0,0 +1,13 @@ +DEFINED_PHASES=configure prepare +DEPEND=>=app-text/docbook-xsl-stylesheets-1.62.0-r1 app-text/docbook-xml-dtd:4.2 app-shells/bash dev-libs/libxslt sys-apps/sed || ( >=sys-apps/coreutils-6.10-r1 sys-freebsd/freebsd-ubin ) || ( sys-apps/util-linux app-misc/getopt ) || ( sys-apps/which sys-freebsd/freebsd-ubin ) latex? ( >=app-text/passivetex-1.25 >=dev-tex/xmltex-1.9-r2 ) +DESCRIPTION=script for converting XML and DocBook formatted documents to a variety of output formats +EAPI=5 +HOMEPAGE=https://fedorahosted.org/xmlto/ +IUSE=latex +KEYWORDS=alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris +LICENSE=GPL-2 +RDEPEND=>=app-text/docbook-xsl-stylesheets-1.62.0-r1 app-text/docbook-xml-dtd:4.2 app-shells/bash dev-libs/libxslt sys-apps/sed || ( >=sys-apps/coreutils-6.10-r1 sys-freebsd/freebsd-ubin ) || ( sys-apps/util-linux app-misc/getopt ) || ( sys-apps/which sys-freebsd/freebsd-ubin ) latex? ( >=app-text/passivetex-1.25 >=dev-tex/xmltex-1.9-r2 ) +SLOT=0 +SRC_URI=https://fedorahosted.org/releases/x/m/xmlto/xmlto-0.0.26.tar.bz2 +_eclasses_=eutils 9fb270e417e0e83d64ca52586c4a79de multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs c961250d50160cd37d6b7fd9e8429c92 +_md5_=aa4422d363c8daecf3a4955d8305a727