From 9d5680e7e91e5b67a2e1fdd252da9e4dc0ef46f5 Mon Sep 17 00:00:00 2001 From: Geoff Levand Date: Thu, 28 May 2015 10:08:24 -0700 Subject: [PATCH] bump(virtual/editor): sync with upstream for arm64 Signed-off-by: Geoff Levand --- .../metadata/md5-cache/virtual/editor-0 | 7 +- .../portage-stable/virtual/editor/ChangeLog | 96 +++++++++++++++++++ .../portage-stable/virtual/editor/Manifest | 20 ++++ .../virtual/editor/editor-0.ebuild | 25 ++--- .../virtual/editor/metadata.xml | 8 ++ 5 files changed, 138 insertions(+), 18 deletions(-) create mode 100644 sdk_container/src/third_party/portage-stable/virtual/editor/ChangeLog create mode 100644 sdk_container/src/third_party/portage-stable/virtual/editor/Manifest create mode 100644 sdk_container/src/third_party/portage-stable/virtual/editor/metadata.xml diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/virtual/editor-0 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/virtual/editor-0 index 0dce7fbc82..82cbf20cf0 100644 --- a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/virtual/editor-0 +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/virtual/editor-0 @@ -1,6 +1,7 @@ DEFINED_PHASES=- DESCRIPTION=Virtual for editor -KEYWORDS=alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris -RDEPEND=|| ( app-editors/nano app-editors/dav app-editors/e3 app-editors/easyedit app-editors/efte app-editors/elvis app-editors/emacs app-editors/emacs-vcs app-editors/emact app-editors/ersatz-emacs app-editors/fe app-editors/gvim app-editors/jasspa-microemacs app-editors/jed app-editors/joe app-editors/jove app-editors/le app-editors/levee app-editors/lpe app-editors/mg app-editors/ne app-editors/ng app-editors/nvi app-editors/qemacs app-editors/teco app-editors/uemacs-pk app-editors/vile app-editors/vim app-editors/xemacs app-editors/zile app-misc/mc dev-lisp/cmucl mail-client/pine sys-apps/busybox sys-apps/ed ) +EAPI=5 +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 ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +RDEPEND=|| ( app-editors/nano app-editors/dav app-editors/e3 app-editors/ee app-editors/efte app-editors/elvis app-editors/emacs app-editors/emacs-vcs app-editors/emact app-editors/ersatz-emacs app-editors/fe app-editors/jasspa-microemacs app-editors/jed app-editors/joe app-editors/jove app-editors/le app-editors/levee app-editors/lpe app-editors/mg app-editors/ne app-editors/ng app-editors/nvi app-editors/qemacs app-editors/teco app-editors/uemacs-pk app-editors/vile app-editors/vim app-editors/gvim app-editors/xemacs app-editors/zile app-misc/mc[edit] dev-lisp/cmucl mail-client/alpine[-onlyalpine] sys-apps/ed ) SLOT=0 -_md5_=4d3e6394ba41acb355e01cfe34be4cf5 +_md5_=ea92f0af9b4ee8c38f0c9bb646a47be1 diff --git a/sdk_container/src/third_party/portage-stable/virtual/editor/ChangeLog b/sdk_container/src/third_party/portage-stable/virtual/editor/ChangeLog new file mode 100644 index 0000000000..51beac9dbe --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/virtual/editor/ChangeLog @@ -0,0 +1,96 @@ +# ChangeLog for virtual/editor +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/editor/ChangeLog,v 1.30 2014/03/26 08:54:45 ulm Exp $ + + 26 Mar 2014; Ulrich Müller editor-0.ebuild: + Update EAPI to 5. + + 18 Jan 2014; Mike Frysinger editor-0.ebuild: + Add arm64 love. + + 16 Jan 2014; Mike Frysinger editor-0.ebuild: + Mark m68k/s390/sh stable. + + 26 Dec 2013; Ulrich Müller editor-0.ebuild: + Drop to unstable keyword on m68k, s390 and sh. + + 21 Feb 2013; Zac Medico editor-0.ebuild: + Add ~arm-linux keyword. + + 07 Oct 2012; Ulrich Müller editor-0.ebuild: + Update package providing pico from pine to alpine. + + 26 Apr 2012; Alexis Ballier editor-0.ebuild: + keyword ~amd64-fbsd + + 22 Dec 2011; Ulrich Mueller editor-0.ebuild: + Dependencies should be kept in alphabetical order (except for nano). + + 21 Sep 2011; Mike Gilbert editor-0.ebuild: + Prefer vim over gvim to reduce the size of emerge -e @system. + + 07 May 2011; Ulrich Mueller editor-0.ebuild: + Update dependency after package move from easyedit to ee. + + 06 Feb 2011; Mart Raudsepp editor-0.ebuild: + Drop to ~mips + + 13 Mar 2010; Ulrich Mueller editor-0.ebuild: + Remove sys-apps/busybox, fixes bug 309147. + + 11 Mar 2010; Ulrich Mueller editor-0.ebuild: + Require USE=edit for app-misc/mc, bug 283113. Change EAPI to 2. + + 23 Jan 2010; Ulrich Mueller editor-0.ebuild: + Add sys-apps/busybox. + + 27 Dec 2009; Ulrich Mueller editor-0.ebuild: + Update dependency after package move from emacs-cvs to emacs-vcs. + + 15 Dec 2009; Jonathan Callen editor-0.ebuild: + QA: Add prefix keywords + + 09 Aug 2009; Ulrich Mueller editor-0.ebuild: + geresh and qe are gone, bugs 264174 and 275915. Remove them from RDEPEND. + + 22 Mar 2008; Ulrich Mueller editor-0.ebuild: + Remove mit-scheme since it is masked for removal, bug 202160. + + 15 Feb 2008; Christian Faulhammer editor-0.ebuild: + add app-editors/efte + + 01 Feb 2008; Ulrich Mueller editor-0.ebuild: + Undo previous change since bvi is a hex editor. Change LICENSE and HOMEPAGE + to empty string wrt bug 140180. + + 27 Jan 2008; Christian Faulhammer editor-0.ebuild: + add app-editors/bvi and fix LICENSE + + 16 Nov 2007; Ulrich Mueller editor-0.ebuild: + Add some alternatives to RDEPEND, and a comment about the criteria. + + 06 Nov 2007; Christian Faulhammer editor-0.ebuild: + remove app-text/yudit again, it is X only + + 06 Nov 2007; Christian Faulhammer editor-0.ebuild: + add app-text/yudit on request of ulm + + 12 Oct 2007; Ulrich Mueller editor-0.ebuild: + Add mail-client/pine for pico. + + 10 Oct 2007; Fabian Groffen editor-0.ebuild: + Dropped ppc-macos keyword, see you in prefix + + 10 Oct 2007; Christian Faulhammer editor-0.ebuild: + app-editors/pico is a dumb ebuild not installing anything, so removing from + RDEPEND + + 10 Oct 2007; Ulrich Mueller editor-0.ebuild: + Add Jove and Hemlock. + +*editor-0 (10 Oct 2007) + + 10 Oct 2007; Christian Faulhammer +metadata.xml, + +editor-0.ebuild: + initial commit to remove all the PROVIDE=virtual/editor statements in + various ebuilds diff --git a/sdk_container/src/third_party/portage-stable/virtual/editor/Manifest b/sdk_container/src/third_party/portage-stable/virtual/editor/Manifest new file mode 100644 index 0000000000..364aecaafb --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/virtual/editor/Manifest @@ -0,0 +1,20 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA256 + +EBUILD editor-0.ebuild 1521 SHA256 e37aee2994b71bd1f528bf6bcba5859cf6d6d66d96e54a284815c64d1a645a69 SHA512 f70091f5edfc67c4c082e0d37f578f77383ae487a59cf1fd6b7fce22578ca72548dd9d47751927365c9a1a5ed42514ec75bf32cbf068e32ef4ce92600772eeb3 WHIRLPOOL 6a7acabbab6bb2f3da2377b6532983ff9c7cd96218b65e31f64a59318ab6fa4254b6b54ee47faa2dfde7454308abaa4a70604741229cea88916bd78885676d28 +MISC ChangeLog 3597 SHA256 f0bab148edff7036a2d75a4161ecf4802c505bbbcd976c91f84936378f611878 SHA512 b0437b5bba64bc6977b43a26272868c01c36fef6db991ff93193ccb4de2604cd05d74b5ece125dc0bf154ce3c2de533b40ad2d9598a099c30a34b3d827b4236c WHIRLPOOL 236be0a5ef97fb9f1eaaefc7cc55fb067babf2b3e593852b02303415fa23ceb5ee79e05bf722040aa99712b9264f703f79f17949227afedb97d5bd49baf82e5d +MISC metadata.xml 220 SHA256 643f40ab260e67e4d40ff79ac5517aa30a5ca56c91ed7be29568b90c248fd3c7 SHA512 8e2ee4b589f028a10ad0470d0d394659e6c98322928dcd2871566a8f53d7d4f4d1c8c41054060acb42441fe8cbaee94d03b944fe38010375d39bcb3613f2b5ee WHIRLPOOL b7ecd5db11bc1589b23736a34f31079db3bb481daf51c17758a3a42b008021aa91f12d0f70b985223c9a40f541e879dfd63d99961207c063c0d73d4a23483af2 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2.0.22 (GNU/Linux) + +iQGcBAEBCAAGBQJTMpdhAAoJEJQzkH1pP7W4NDwL/38U5OQnajAp4YLBM1W5IhLB +FwYktC7O/NuTD3k2ujn8jBOBqOAqT4icpNGeMc1+LJUREbjpxbXpvEWnzqepjFap +a5DNEckVm/jstvFwuxjcN3bWecezmq8b3ktkd4JzIRGF+/deBFkC2/90G5FnfwGD +TwyaLoXXgKAz8ggH7qG6CqX4CXLe8I+WXtK9QSt3L9q6oXk9CvNwrt1nGbT0VMKi +2I9H8Y0DxFpziup/e+Y+pWdt/Ht3mcyYJ+1ZqWa71XtmRcv+hIYft5yW0juC8f8b +EgSaaWoEeVrVuvrZt8kvevW5TjpgXxH6oL/tGGLN3mzfLzwRfBS8ynWx7I6DjuuA +IsHJkzYGaV/9+jWLHKhmK5NjYn4TrTpoE1PaWDFlA8c41ucfqkiafqF7ukYynP0d +CQyOpnkj7kuS/LOAb6WPC+1yPRk6Q1vCG5HJrNa2/SZTCF7kada81tz0/GjdA9ad +X4FWUIRc/9d+WN/mhGPPhH8gZOdQaiV2ZyykXxj4Xg== +=QPUC +-----END PGP SIGNATURE----- diff --git a/sdk_container/src/third_party/portage-stable/virtual/editor/editor-0.ebuild b/sdk_container/src/third_party/portage-stable/virtual/editor/editor-0.ebuild index 9e31826b7b..3f11d4f40e 100644 --- a/sdk_container/src/third_party/portage-stable/virtual/editor/editor-0.ebuild +++ b/sdk_container/src/third_party/portage-stable/virtual/editor/editor-0.ebuild @@ -1,25 +1,21 @@ -# 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/virtual/editor/editor-0.ebuild,v 1.19 2010/01/23 11:16:50 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/editor/editor-0.ebuild,v 1.32 2014/03/26 08:54:45 ulm Exp $ + +EAPI=5 DESCRIPTION="Virtual for editor" -HOMEPAGE="" -SRC_URI="" - -LICENSE="" 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 ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" +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 ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" # Add a package to RDEPEND only if the editor: # - can edit ordinary text files, # - works on the console. -DEPEND="" RDEPEND="|| ( app-editors/nano app-editors/dav app-editors/e3 - app-editors/easyedit + app-editors/ee app-editors/efte app-editors/elvis app-editors/emacs @@ -27,7 +23,6 @@ RDEPEND="|| ( app-editors/nano app-editors/emact app-editors/ersatz-emacs app-editors/fe - app-editors/gvim app-editors/jasspa-microemacs app-editors/jed app-editors/joe @@ -44,16 +39,16 @@ RDEPEND="|| ( app-editors/nano app-editors/uemacs-pk app-editors/vile app-editors/vim + app-editors/gvim app-editors/xemacs app-editors/zile - app-misc/mc + app-misc/mc[edit] dev-lisp/cmucl - mail-client/pine - sys-apps/busybox + mail-client/alpine[-onlyalpine] sys-apps/ed )" # Packages outside app-editors providing an editor: # app-misc/mc: mcedit (#62643) # dev-lisp/cmucl: hemlock -# mail-client/pine: pico +# mail-client/alpine: pico # sys-apps/busybox: vi diff --git a/sdk_container/src/third_party/portage-stable/virtual/editor/metadata.xml b/sdk_container/src/third_party/portage-stable/virtual/editor/metadata.xml new file mode 100644 index 0000000000..472bbacc8c --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/virtual/editor/metadata.xml @@ -0,0 +1,8 @@ + + + +emacs +xemacs +vim +base-system +