From f24dcbf20bedfcc576e61d93c71825cee9d61817 Mon Sep 17 00:00:00 2001 From: Nick Owens Date: Wed, 2 Mar 2016 14:07:03 -0800 Subject: [PATCH] bump(app-misc/tmux): sync with upstream --- .../portage-stable/app-misc/tmux/ChangeLog | 244 ++++++++++ .../app-misc/tmux/ChangeLog-2015 | 430 ++++++++++++++++++ .../portage-stable/app-misc/tmux/Manifest | 11 +- .../app-misc/tmux/files/tmux-2.0-flags.patch | 18 + .../portage-stable/app-misc/tmux/metadata.xml | 21 + .../app-misc/tmux/tmux-1.6.ebuild | 73 --- .../app-misc/tmux/tmux-2.1.ebuild | 91 ++++ .../app-misc/tmux/tmux-9999.ebuild | 91 ++++ .../metadata/md5-cache/app-misc/tmux-1.6 | 13 - .../metadata/md5-cache/app-misc/tmux-2.1 | 13 + .../metadata/md5-cache/app-misc/tmux-9999 | 12 + 11 files changed, 930 insertions(+), 87 deletions(-) create mode 100644 sdk_container/src/third_party/portage-stable/app-misc/tmux/ChangeLog create mode 100644 sdk_container/src/third_party/portage-stable/app-misc/tmux/ChangeLog-2015 create mode 100644 sdk_container/src/third_party/portage-stable/app-misc/tmux/files/tmux-2.0-flags.patch create mode 100644 sdk_container/src/third_party/portage-stable/app-misc/tmux/metadata.xml delete mode 100644 sdk_container/src/third_party/portage-stable/app-misc/tmux/tmux-1.6.ebuild create mode 100644 sdk_container/src/third_party/portage-stable/app-misc/tmux/tmux-2.1.ebuild create mode 100644 sdk_container/src/third_party/portage-stable/app-misc/tmux/tmux-9999.ebuild delete mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/app-misc/tmux-1.6 create mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/app-misc/tmux-2.1 create mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/app-misc/tmux-9999 diff --git a/sdk_container/src/third_party/portage-stable/app-misc/tmux/ChangeLog b/sdk_container/src/third_party/portage-stable/app-misc/tmux/ChangeLog new file mode 100644 index 0000000000..90e77bf681 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/app-misc/tmux/ChangeLog @@ -0,0 +1,244 @@ +# ChangeLog for app-misc/tmux +# Copyright 1999-2016 Gentoo Foundation; Distributed under the GPL v2 +# (auto-generated from git log) + +*tmux-9999 (09 Aug 2015) +*tmux-2.0 (09 Aug 2015) +*tmux-1.9a (09 Aug 2015) + + 09 Aug 2015; Robin H. Johnson + +files/tmux-1.9a-flags.patch, +files/tmux-2.0-flags.patch, +files/tmux.vim, + +metadata.xml, +tmux-1.9a.ebuild, +tmux-2.0.ebuild, +tmux-9999.ebuild: + proj/gentoo: Initial commit + + This commit represents a new era for Gentoo: + Storing the gentoo-x86 tree in Git, as converted from CVS. + + This commit is the start of the NEW history. + Any historical data is intended to be grafted onto this point. + + Creation process: + 1. Take final CVS checkout snapshot + 2. Remove ALL ChangeLog* files + 3. Transform all Manifests to thin + 4. Remove empty Manifests + 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ + 5.1. Do not touch files with -kb/-ko keyword flags. + + Signed-off-by: Robin H. Johnson + X-Thanks: Alec Warner - did the GSoC 2006 migration + tests + X-Thanks: Robin H. Johnson - infra guy, herding this + project + X-Thanks: Nguyen Thai Ngoc Duy - Former Gentoo + developer, wrote Git features for the migration + X-Thanks: Brian Harring - wrote much python to improve + cvs2svn + X-Thanks: Rich Freeman - validation scripts + X-Thanks: Patrick Lauer - Gentoo dev, running new 2014 + work in migration + X-Thanks: Michał Górny - scripts, QA, nagging + X-Thanks: All of other Gentoo developers - many ideas and lots of paint on + the bikeshed + + 24 Aug 2015; Justin Lecher metadata.xml: + Use https by default + + Convert all URLs for sites supporting encrypted connections from http to + https + + Signed-off-by: Justin Lecher + + 24 Aug 2015; Mike Gilbert metadata.xml: + Revert DOCTYPE SYSTEM https changes in metadata.xml + + repoman does not yet accept the https version. + This partially reverts eaaface92ee81f30a6ac66fe7acbcc42c00dc450. + + Bug: https://bugs.gentoo.org/552720 + +*tmux-2.0-r1 (25 Sep 2015) + + 25 Sep 2015; Patrice Clement +tmux-2.0-r1.ebuild: + Set up a blocker on sys-apps/utempter to prevent compilation from failing + when linking to this library. Fixes bug 560652. + + Package-Manager: portage-2.2.18 + Signed-off-by: Patrice Clement + + 25 Sep 2015; Patrice Clement -tmux-2.0.ebuild: + Clean up old. + + Package-Manager: portage-2.2.18 + Signed-off-by: Patrice Clement + + 06 Oct 2015; Tobias Klausmann tmux-1.9a.ebuild, + tmux-2.0-r1.ebuild: + Add blocker for broken libevent versions + + Gentoo-Bug: 540456 + + Package-Manager: portage-2.2.22 + +*tmux-2.0-r2 (07 Oct 2015) +*tmux-1.9a-r1 (07 Oct 2015) + + 07 Oct 2015; Tobias Klausmann -tmux-1.9a.ebuild, + +tmux-1.9a-r1.ebuild, -tmux-2.0-r1.ebuild, +tmux-2.0-r2.ebuild: + Make the changes from f625f93 a revbump + + As per the comments: + https://github.com/gentoo/gentoo/commit/f625f93c98cbed7524b3e808bee2981e0f57 + d27c + + Package-Manager: portage-2.2.22 + RepoMan-Options: --force + +*tmux-2.0-r3 (07 Oct 2015) +*tmux-1.9a-r2 (07 Oct 2015) + + 07 Oct 2015; Tobias Klausmann -tmux-1.9a-r1.ebuild, + +tmux-1.9a-r2.ebuild, -tmux-2.0-r2.ebuild, +tmux-2.0-r3.ebuild: + Fix dependencies yet again. + + The changes in commit 0771be8c73e2a72f13137411237a17ff342dac92 (and before) + don't really work the way I intended. This change (which necessitates + another + revbump, unfortunately), actually work. + + Package-Manager: portage-2.2.22 + RepoMan-Options: --force + +*tmux-2.0-r4 (15 Oct 2015) + + 15 Oct 2015; Tobias Klausmann +tmux-2.0-r4.ebuild: + Add dependency on the fixed version of libevent + + libevent has a patch for the Zombie bug, but it is in none of the released + versions. Let's use it to unbreak tmux after 6mo of Zombies. + + Gentoo-Bug: 540456 + Libevent-Bug: http://sourceforge.net/p/levent/bugs/350/ + + Package-Manager: portage-2.2.23 + + 16 Oct 2015; Justin Lecher metadata.xml: + Update remote-ids + + Signed-off-by: Justin Lecher + +*tmux-2.1 (09 Nov 2015) + + 09 Nov 2015; Lars Wendler +tmux-2.1.ebuild: + Security bump to version 2.1 (bug #564400). + + Package-Manager: portage-2.2.24 + Signed-off-by: Lars Wendler + + 09 Nov 2015; Lars Wendler -tmux-2.0-r3.ebuild: + Removed old. + + Package-Manager: portage-2.2.24 + Signed-off-by: Lars Wendler + + 10 Nov 2015; Agostino Sarubbo tmux-2.1.ebuild: + amd64 stable wrt bug #564400 + + Package-Manager: portage-2.2.20.1 + RepoMan-Options: --include-arches="amd64" + + 11 Nov 2015; Jeroen Roovers tmux-2.1.ebuild: + Stable for HPPA PPC64 (bug #564400). + + Package-Manager: portage-2.2.24 + RepoMan-Options: --ignore-arches + + 11 Nov 2015; Agostino Sarubbo tmux-2.1.ebuild: + x86 stable wrt bug #564400 + + Package-Manager: portage-2.2.20.1 + RepoMan-Options: --include-arches="x86" + + 12 Nov 2015; Agostino Sarubbo tmux-2.1.ebuild: + ppc stable wrt bug #564400 + + Package-Manager: portage-2.2.20.1 + RepoMan-Options: --include-arches="ppc" + + 14 Nov 2015; Markus Meier tmux-2.1.ebuild: + arm stable, bug #564400 + + Package-Manager: portage-2.2.24 + RepoMan-Options: --include-arches="arm" + + 18 Nov 2015; Agostino Sarubbo tmux-2.1.ebuild: + ia64 stable wrt bug #564400 + + Package-Manager: portage-2.2.20.1 + RepoMan-Options: --include-arches="ia64" + + 10 Jan 2016; Agostino Sarubbo tmux-2.1.ebuild: + alpha stable wrt bug #564400 + + Package-Manager: portage-2.2.26 + RepoMan-Options: --include-arches="alpha" + Signed-off-by: Agostino Sarubbo + + 10 Jan 2016; Justin Lecher -files/tmux-1.9a-flags.patch, + metadata.xml, -tmux-1.9a-r2.ebuild, -tmux-2.0-r4.ebuild: + Drop versions vulnerable to 'Out of bounds heap read' + + Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=564400 + + Package-Manager: portage-2.2.26 + Signed-off-by: Justin Lecher + + 10 Jan 2016; Justin Lecher tmux-2.1.ebuild, + tmux-9999.ebuild: + Ebuild style enhancements + + * Add missing slot operators to ncurses dep + * Use REPLACING_VERSIONS instad of has_version + * Move user notice to pkg_postinst() + + Package-Manager: portage-2.2.26 + Signed-off-by: Justin Lecher + + 24 Jan 2016; Michał Górny metadata.xml: + Replace all herds with appropriate projects (GLEP 67) + + Replace all uses of herd with appropriate project maintainers, or no + maintainers in case of herds requested to be disbanded. + + 24 Jan 2016; Michał Górny metadata.xml: + Set appropriate maintainer types in metadata.xml (GLEP 67) + + 21 Feb 2016; Jason A. Donenfeld tmux-2.1.ebuild, + tmux-9999.ebuild: + rely on libutempter + + If utempter.h is installed, tmux unconditionally links against + libutempter, and there isn't a configure switch to disable it. As such, + systems that already had installed libutempter (for use with, say, mosh) + found that there would be issues when libutempter was removed, since it + wasn't an explicit dependency of this package. Meanwhile, there were + issues with the other utempter (non-lib prefix), causing that to be a + blocker. So, the fix for both of these at once is to replace the blocker + against utempter with a dependency on libutempter, because libutempter + already blocks utempter. This simplifes things greatly. + + Fixes: 566990 + Fixes: 560652 + Signed-off-by: Jason A. Donenfeld + + 26 Feb 2016; Fabian Groffen tmux-2.1.ebuild, + tmux-9999.ebuild: + restrict utempter dependency by Yuta SATOH, bug #575712 + + Package-Manager: portage-2.2.27-prefix + + 01 Mar 2016; Zac Medico tmux-9999.ebuild: + fix 9999 ebuild breakage for bug 574592 + + Package-Manager: portage-2.2.27 + diff --git a/sdk_container/src/third_party/portage-stable/app-misc/tmux/ChangeLog-2015 b/sdk_container/src/third_party/portage-stable/app-misc/tmux/ChangeLog-2015 new file mode 100644 index 0000000000..ef6726b9fd --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/app-misc/tmux/ChangeLog-2015 @@ -0,0 +1,430 @@ +# ChangeLog for app-misc/tmux +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/tmux/ChangeLog,v 1.118 2015/06/27 01:52:25 radhermit Exp $ + + 27 Jun 2015; Tim Harder tmux-1.9a.ebuild, + tmux-2.0.ebuild, tmux-9999.ebuild: + Update HOMEPAGE, SRC_URI, and EGIT_REPO_URI (project moved from sourceforge + to github). + +*tmux-2.0 (10 May 2015) + + 10 May 2015; Justin Lecher +files/tmux-2.0-flags.patch, + +tmux-2.0.ebuild, -files/tmux-1.7-terminfo.patch, tmux-9999.ebuild: + Version Bump, bug #548944 + + 05 Jan 2015; Yixun Lan tmux-1.9a.ebuild: + revert to arm64 testing keyword + + 30 Dec 2014; Yixun Lan tmux-1.9a.ebuild: + keyword for arm64, test on a53 board + + 02 Nov 2014; Sven Vermeulen tmux-1.9a.ebuild, + tmux-9999.ebuild: + Remove sec-policy/selinux-* dependency from DEPEND but keep in RDEPEND (bug + #527698) + + 12 Oct 2014; Justin Lecher -tmux-1.8.ebuild: + Drop old + + 11 Oct 2014; Tobias Klausmann tmux-1.9a.ebuild: + Stable on alpha, bug 512640 + + 10 Aug 2014; Agostino Sarubbo tmux-1.9a.ebuild: + Stable for ia64, wrt bug #512640 + + 02 Aug 2014; Agostino Sarubbo tmux-1.9a.ebuild: + Stable for ppc64, wrt bug #512640 + + 13 Jul 2014; Agostino Sarubbo tmux-1.9a.ebuild: + Stable for ppc, wrt bug #512640 + + 24 Jun 2014; Agostino Sarubbo tmux-1.9a.ebuild: + Stable for x86, wrt bug #512640 + + 20 Jun 2014; Chema Alonso tmux-1.9a.ebuild: + Stable for amd64 wrt bug #512640 + + 19 Jun 2014; Markus Meier tmux-1.9a.ebuild: + arm stable, bug #512640 + + 08 Jun 2014; Jeroen Roovers tmux-1.9a.ebuild: + Stable for HPPA (bug #512640). + + 17 May 2014; Sven Vermeulen tmux-1.8.ebuild, + tmux-1.9a.ebuild, tmux-9999.ebuild: + Fix bug #509740 - Add USE=selinux dependency to sec-policy/selinux-screen + +*tmux-1.9a (25 Feb 2014) + + 25 Feb 2014; Tim Harder +tmux-1.9a.ebuild, + tmux-9999.ebuild, +files/tmux-1.9a-flags.patch: + Version bump (bug #502004). + + 04 Feb 2014; Tim Harder -tmux-1.6.ebuild, + -tmux-1.7.ebuild, -tmux-1.7-r1.ebuild, -tmux-1.7-r2.ebuild, + -tmux-1.7-r3.ebuild: + Remove old. + + 03 Feb 2014; Mike Frysinger tmux-1.8.ebuild: + Mark alpha/arm/ia64/ppc64/s390/sh stable #469350. + + 28 Aug 2013; Alex Alexander tmux-9999.ebuild: + dropped EGIT_PROJECT, bug #482774 + + 14 May 2013; Jeroen Roovers tmux-1.8.ebuild: + Stable for HPPA (bug #469350). + + 12 May 2013; Agostino Sarubbo tmux-1.8.ebuild: + Stable for ppc, wrt bug #469350 + + 11 May 2013; Agostino Sarubbo tmux-1.8.ebuild: + Stable for x86, wrt bug #469350 + + 11 May 2013; Agostino Sarubbo tmux-1.8.ebuild: + Stable for amd64, wrt bug #469350 + + 27 Mar 2013; Alex Alexander tmux-1.8.ebuild: + fixed fail with stable automake + +*tmux-1.8 (26 Mar 2013) + + 26 Mar 2013; Alex Alexander +tmux-1.8.ebuild: + version bump - bug #463414 + + 07 Mar 2013; Tim Harder tmux-9999.ebuild: + Don't install NOTES for live ebuild (bug #460726 by Joe M). + +*tmux-1.7-r3 (13 Feb 2013) + + 13 Feb 2013; Justin Lecher +tmux-1.7-r3.ebuild, + +files/tmux-1.7-terminfo.patch: + Use pkg-config to detect ncurses, #456644 + + 05 Feb 2013; Tim Harder tmux-9999.ebuild: + Update EGIT_REPO_URI. + + 04 Feb 2013; Agostino Sarubbo tmux-1.6.ebuild, + tmux-1.7-r1.ebuild, tmux-1.7-r2.ebuild, tmux-1.7.ebuild, tmux-9999.ebuild: + Add ~sh, ~s390 wrt bug #449000 + +*tmux-1.7-r2 (02 Feb 2013) + + 02 Feb 2013; Alex Alexander +tmux-1.7-r2.ebuild: + this version breaks with -Os, filter it - bug #438558 + +*tmux-1.7-r1 (08 Jan 2013) + + 08 Jan 2013; Justin Lecher tmux-1.6.ebuild, + tmux-1.7.ebuild, +tmux-1.7-r1.ebuild, tmux-9999.ebuild, metadata.xml: + Install bashcompletion file, #450896 + + 28 Dec 2012; Jeroen Roovers tmux-1.7.ebuild: + Stable for HPPA (bug #449000). + + 28 Dec 2012; Agostino Sarubbo tmux-1.7.ebuild: + ADD: ~alpha ~ia64 ~sparc, wrt bug #449000 + + 13 Oct 2012; Tim Harder tmux-9999.ebuild: + Use upstream git repo for live ebuild and other updates. + + 13 Oct 2012; Tim Harder -tmux-1.5.ebuild, + -files/tmux-1.5-darwin.patch: + Remove old. + + 13 Oct 2012; Tim Harder tmux-1.6.ebuild: + Stabilize for x86 (bug #435320) and remove unused eutils inherit. + +*tmux-1.7 (13 Oct 2012) + + 13 Oct 2012; Tim Harder +tmux-1.7.ebuild: + Version bump. + + 26 Sep 2012; Anthony G. Basile tmux-1.5.ebuild, + tmux-1.6.ebuild: + keyword ~arm, bug #436244 + + 22 Sep 2012; Sergey Popov tmux-1.6.ebuild: + amd64 stable, wrt bug #435320 + + 19 Sep 2012; Anthony G. Basile tmux-1.6.ebuild: + stable ppc, bug #435320 + + 10 Aug 2012; Richard Yao tmux-1.6.ebuild: + Keyword ~mips + + 05 Aug 2012; Richard Yao tmux-1.5.ebuild, tmux-1.6.ebuild: + Keyword ~x64-freebsd + + 20 Jul 2012; Anthony G. Basile tmux-1.6.ebuild: + Keyword ~ppc64 + + 12 Jul 2012; Richard Yao tmux-1.5.ebuild: + keyword ~sparc64-solaris, darkside approved + + 18 May 2012; tmux-1.6.ebuild: + keyword ~amd64-fbsd + + 12 Feb 2012; Justin Lecher -tmux-1.4.ebuild: + Drop old + + 11 Feb 2012; nixnut tmux-1.5.ebuild: + ppc stable #380689 + +*tmux-1.6 (25 Jan 2012) + + 25 Jan 2012; Alex Alexander +tmux-1.6.ebuild: + version bump + + 06 Nov 2011; Raúl Porcel tmux-1.4.ebuild, + tmux-1.5.ebuild: + Drop sparc keywords + + 04 Sep 2011; Markus Meier tmux-1.5.ebuild: + x86 stable, bug #380689 + + 26 Aug 2011; Tony Vroon tmux-1.5.ebuild: + Marked stable on AMD64 based on arch testing by Agostino "ago" Sarubbo in bug + #380689 filed by Tim "radhermit" Harder. + + 07 Aug 2011; Jeroen Roovers -tmux-1.2.ebuild, + -files/tmux-1.2-locale.patch, -tmux-1.3.ebuild: + Remove old ebuilds so that libevent-1 can be removed. + + 30 Jul 2011; Fabian Groffen tmux-1.5.ebuild, + +files/tmux-1.5-darwin.patch, tmux-9999.ebuild: + Fix for Darwin (bug #376045) and Prefix + +*tmux-1.5 (13 Jul 2011) + + 13 Jul 2011; Tim Harder +tmux-1.5.ebuild: + Version bump (acked by wired). Update to EAPI 4. + + 02 Jul 2011; nixnut tmux-1.4.ebuild: + ppc stable #361163 + + 02 Jul 2011; nixnut tmux-1.3.ebuild: + ppc stable #336309 + + 02 Jun 2011; Alex Alexander tmux-9999.ebuild: + switched live ebuild to svn, bug #369421 + + 29 May 2011; Raúl Porcel tmux-1.4.ebuild: + sparc stable wrt #361163 + + 10 Apr 2011; Pawel Hajdan jr tmux-1.4.ebuild: + x86 stable wrt bug #361163 + + 30 Mar 2011; Christoph Mende tmux-1.4.ebuild: + Stable on amd64 wrt bug #361163 + + 14 Jan 2011; Alex Alexander tmux-1.4.ebuild, + tmux-9999.ebuild: + tmux works with >=dev-libs/libevent-2.0.10 now, adjusted deps. bug #333819 + + 11 Jan 2011; Alex Alexander tmux-1.4.ebuild: + show warnings only if updating from version 1.2 or earlier + +*tmux-1.4 (07 Jan 2011) + + 07 Jan 2011; Justin Lecher -tmux-1.1.ebuild, + tmux-1.2.ebuild, tmux-1.3.ebuild, +tmux-1.4.ebuild: + Version Bump, removed old + + 01 Jan 2011; Justin Lecher tmux-9999.ebuild: + Upstream now uses autotools, #350261 + +*tmux-9999 (28 Oct 2010) + + 28 Oct 2010; Alex Alexander +tmux-9999.ebuild: + added live ebuild, bug #342949 + + 10 Oct 2010; Raúl Porcel tmux-1.3.ebuild: + sparc stable wrt #336309 + + 08 Sep 2010; Christian Faulhammer tmux-1.3.ebuild: + stable x86, bug 336309 + + 06 Sep 2010; Alex Alexander tmux-1.3.ebuild: + amd64 stable. bug #336309 + + 25 Aug 2010; Alex Alexander tmux-1.2.ebuild, + tmux-1.3.ebuild: + restrain libevent dependency to 1.x since tmux does not work with + libevent-2.x versions currently available in tree. bug #333819 + + 19 Aug 2010; Alex Alexander tmux-1.3.ebuild: + fixed typo + + 19 Aug 2010; Alex Alexander tmux-1.3.ebuild: + EAPI 3. added warnings regarding removed commands and incompatibility with + previous version, bug #330039 + + 17 Aug 2010; Alex Alexander metadata.xml: + became maintainer + +*tmux-1.3 (24 Jul 2010) + + 24 Jul 2010; Justin Lecher +tmux-1.3.ebuild: + Version Bump, #328963 + + 02 Jul 2010; Fabian Groffen tmux-1.2.ebuild: + Marked ~x64-macos, bug #326157 + + 27 Jun 2010; Jorge Manuel B. S. Vicetto + tmux-1.2.ebuild: + [app-misc/tmux-1.2] Changed the dep order for vim / gvim by Tiago's + request - fixes bug 325251. + + 17 May 2010; Kenneth Prugh tmux-1.2.ebuild: + amd64 stable, bug #317535 + + 10 May 2010; nixnut tmux-1.2.ebuild: + ppc stable #317535 + + 10 May 2010; Pawel Hajdan jr tmux-1.2.ebuild: + x86 stable wrt bug #317535 + + 09 May 2010; Harald van Dijk tmux-1.2.ebuild, + +files/tmux-1.2-locale.patch: + Fix build error with et_EE locale (#318995) + + 27 Apr 2010; Tiago Cunha tmux-1.2.ebuild: + stable sparc, bug 317535 + + 14 Apr 2010; Tiago Cunha tmux-1.2.ebuild: + Do not depend on a specific version of dev-libs/libevent per bug #314607, + and while there depend on sys-libs/ncurses. + +*tmux-1.2 (10 Mar 2010) + + 10 Mar 2010; Tiago Cunha +tmux-1.2.ebuild: + Version bump. + + 03 Feb 2010; Alexis Ballier tmux-1.1.ebuild: + keyword ~x86-fbsd thanks to Naohiro Aota , bug #303072 + + 05 Jan 2010; Tiago Cunha -tmux-1.0.ebuild: + Remove old. + + 01 Jan 2010; Christian Faulhammer tmux-1.1.ebuild: + Transfer Prefix keywords + + 28 Dec 2009; nixnut tmux-1.1.ebuild: + ppc stable #296241 + + 10 Dec 2009; Markus Meier tmux-1.1.ebuild: + amd64/x86 stable, bug #296241 + + 08 Dec 2009; Tiago Cunha tmux-1.1.ebuild: + stable sparc, bug 296241 + + 13 Nov 2009; Tiago Cunha -tmux-0.9.ebuild: + Remove old. + +*tmux-1.1 (05 Nov 2009) + + 05 Nov 2009; Tiago Cunha +tmux-1.1.ebuild: + Version bump. + + 30 Oct 2009; Tiago Cunha tmux-1.0.ebuild: + stable sparc, bug 290079 + + 30 Oct 2009; Markus Meier tmux-1.0.ebuild: + amd64/x86 stable, bug #290079 + + 24 Oct 2009; nixnut tmux-1.0.ebuild: + ppc stable #290079 + +*tmux-1.0 (20 Sep 2009) + + 20 Sep 2009; Tiago Cunha +tmux-1.0.ebuild: + Version bump. + + 26 Aug 2009; Tiago Cunha -tmux-0.8.ebuild: + Remove old. + + 14 Aug 2009; Tiago Cunha tmux-0.9.ebuild: + stable sparc, bug 280636 + + 14 Aug 2009; Markus Meier tmux-0.9.ebuild: + amd64/x86 stable, bug #280636 + + 09 Aug 2009; nixnut tmux-0.9.ebuild: + ppc stable #280636 + +*tmux-0.9 (07 Jul 2009) + + 07 Jul 2009; Tiago Cunha -tmux-0.7.ebuild, + +tmux-0.9.ebuild: + - Version bump. + - Remove old. + + 24 Jun 2009; Tiago Cunha tmux-0.8.ebuild: + stable sparc, bug 270890 + + 27 May 2009; Christian Faulhammer tmux-0.8.ebuild: + stable x86, bug 270890 + + 23 May 2009; nixnut tmux-0.8.ebuild: + ppc stable #270890 + + 23 May 2009; Thomas Anderson tmux-0.8.ebuild: + stable amd64, bug 270890 + +*tmux-0.8 (22 Apr 2009) + + 22 Apr 2009; Tiago Cunha +tmux-0.8.ebuild: + Version bump. + + 31 Mar 2009; Tiago Cunha -tmux-0.6.ebuild: + Remove old. + + 18 Mar 2009; Brent Baude tmux-0.7.ebuild: + stable ppc, bug 260357 + + 16 Mar 2009; Thomas Anderson tmux-0.7.ebuild: + stable amd64, bug 260357 + + 15 Mar 2009; Raúl Porcel tmux-0.7.ebuild: + x86 stable wrt #260357 + + 12 Mar 2009; Ferris McCormick tmux-0.7.ebuild: + Sparc stable, Bug #260357. + +*tmux-0.7 (08 Feb 2009) + + 08 Feb 2009; Tiago Cunha -tmux-0.5.ebuild, + +tmux-0.7.ebuild: + - Version bump. + - Remove old. + +*tmux-0.6 (18 Jan 2009) + + 18 Jan 2009; Tiago Cunha +files/tmux.vim, + metadata.xml, -tmux-0.4a.ebuild, +tmux-0.6.ebuild: + - Version bump + - Remove old + +*tmux-0.5 (18 Nov 2008) + + 18 Nov 2008; Tiago Cunha +tmux-0.5.ebuild: + Version bump + + 09 Nov 2008; Tiago Cunha metadata.xml: + I'll be maintaining this now. Thanks swegener + + 24 Oct 2008; Pieter Van den Abeele tmux-0.4a.ebuild: + Keyworded ~ppc. Closes bug #240183 + + 04 Aug 2008; Sven Wegener metadata.xml, + tmux-0.4a.ebuild: + Update from Tiago: Shorten DESCRIPTION in ebuild, add a longer description + to metadata.xml instead. Add missing die to installation commands. + +*tmux-0.4a (30 Jul 2008) + + 30 Jul 2008; Sven Wegener +metadata.xml, + +tmux-0.4a.ebuild: + Initial commit from the sunrise overlay. I'm going to proxy-maintain this + for Tiago Cunha . diff --git a/sdk_container/src/third_party/portage-stable/app-misc/tmux/Manifest b/sdk_container/src/third_party/portage-stable/app-misc/tmux/Manifest index a456b63dbb..dfb0ffad47 100644 --- a/sdk_container/src/third_party/portage-stable/app-misc/tmux/Manifest +++ b/sdk_container/src/third_party/portage-stable/app-misc/tmux/Manifest @@ -1 +1,10 @@ -DIST tmux-1.6.tar.gz 388633 RMD160 e88d1ac4751920bf5a6b52be80f332f1eb2e8694 SHA1 8756f6bcecb18102b87e5d6f5952ba2541f68ed3 SHA256 faee08ba1bd8c22537cd5b7458881d1bdb4985df88ed6bc5967c56881a7efbd6 SHA512 5c7b311d011f2f2027926a615d4300e97fd22f3ae32b0c364fdf935ff02124c59d1d0c48e7e9d572229c7600b6583fd679f4b960a5af872305f005d27350ad9c WHIRLPOOL 5acbd3ed4b6e60a8a08f1ab4117ac9002108d37a13cb3f64925fc2a986fd86b83037cfa1a7016bb65099a0bb00cb37329ad338b8913d48590f2ab8b3ee1755cd +AUX tmux-2.0-flags.patch 584 SHA256 17dba9f233ca99e31d0619a47ca1cfd1f78bc429bfc9564e3fbc0174b39b61e7 SHA512 029a29182f5998c19883f24eab980d16f2e89c72f4150354e0a1101f9092491e836952fb9442e511508f47fd701c8cc8171f29c6ff097248894b6696d108f6dd WHIRLPOOL 026220084ff52382a168053b67bc5133b6d0d455059108ff85f58bb98eaab1656d1d76cd2c7814b9a7fde75e30cf79dfdf65c6c4429aa51852dfb9e6afef13e4 +AUX tmux.vim 55 SHA256 ab10a475aa32e2aacba7b47e9ca38057ee2e447a953497a0349f1640167be6b7 SHA512 5307bf7d27209ce143d7a57856440ba0462783f5b047b00ec5a5046f1b72110e62ef8bca47b67807cb9e9ffcede06c512f6136d825260f735cc32a63706c9e5e WHIRLPOOL fa0019bcfcbe46aa9d383f8778ea4b7d8ec94f7b58f9c38b07c9b6649ea17363f2436e684d83c0c262711e30b62f90fe7f65d87e3a2c9dc5b391633f75a5d7ca +DIST tmux-2.1.tar.gz 462965 SHA256 31564e7bf4bcef2defb3cb34b9e596bd43a3937cad9e5438701a81a5a9af6176 SHA512 0faa0a60a84b777ca3cf572cf741d0e4f82a9f32d27dfeddfda41bad57830823a6d5f2323f27ba794b86e194d9f7db7028c94dc6a15bb4ac5a18508f890bdaa4 WHIRLPOOL 983024886bdb868bb69ccedc18e9fd62cc5a8f147d647ea43b6f20e297b9b3c45a061e542bcb590ab50cf5d3db43d22015c3a8f18bee33d9c76552bfe13424ed +DIST tmux-bash-completion-678a27616b70c649c6701cae9cd8c92b58cc051b 458 SHA256 a0905c595fec7f0258fba5466315d42d67eca3bd2d3b12f4af8936d7f168b6c6 SHA512 fe0aca7d03067af87e0788a2fa902c7ef5500ba72295cb63c5a1814534a008c224256d7f890ac1af6d17f3734b45148765e1632f075e284c453185df2927b979 WHIRLPOOL aa83ea77c084e643f2cbf74ddf10bf6e43304b0a7c1f6af24b153844ad01732af8f45de0d8a39093f11be19ff9af20116f4aa7b9c750f3452525fcd7b31a3d8a +DIST tmux.vim-95f6126c187667cc7f9c573c45c3b356cf69f4ca 5626 SHA256 040cbb7ce19f5a256ae400061d310e0f64f58cbc525402043708b59546af2462 SHA512 956b2c1ca08e3c92aa39c9df54fbe1c661d0e076c91628c4b88f81f97104241b6505412fa0e21a681adc231eb2e6e7feee850474d4277812d186548bbb05f6d1 WHIRLPOOL 3eaa20479fccf7e20dbd7ccb8669bd8c47da90f7218fdb386fcd150c1223cc7300d68f880baa706bbdb7abf54394d44fd80479ba3fae934de9b53f40acc6286a +EBUILD tmux-2.1.ebuild 2317 SHA256 4a4f693f0c48aeb00398b06d7a411726c4a7b33f7565d221f377643aae5034b6 SHA512 e265f8b8e76126f37332b3af27d56d2d44e41f98d79126d061b91b2128d273df24a8a04f8f8718876cad6c676e55e8b9823e9aa311ad139fe79cc231bbc8bb03 WHIRLPOOL 02a872b06391c00ec71d2db94b8c355d60c0d78979c5fe46370efa5b6b1fd3ef6494bd3522216c8a70280ae4cf2f96de50fb29b84451ae00101249d864189864 +EBUILD tmux-9999.ebuild 2568 SHA256 773e41c3a0f51f1f5e81214c928a36e0ee4a99a1fba1c71fc24791c4786bc72e SHA512 169c8077476b548264cbc5fbdf62f72ef6311447eaa6df452d75376d9b0e0c4c679346ea8c46effa2ef9473437579ee9f2e1ecf99bbf33fdbcd9cb48d3abcad9 WHIRLPOOL 3c3dcf8416956a176a1ac57840e14eadaab70ff0ea0b75652b0a0869f8223b7074eda0877ab0a2e07192559c9fcdeb4297c10ef13fd157a3a15e0d93f83e6591 +MISC ChangeLog 8258 SHA256 99c558f06669cee33ac9d75fa28d7e06feee234befcb2506499150b1898229e5 SHA512 a0a17c6c5c0eeef4c0dcc5de462c7cf07ab1e455aadeb787da5c5269e197eefa4d33b310e0a5e21645f370b70b1eac4fd1ffdff2415c23cffb6ffe045ee4a424 WHIRLPOOL 408b3e05a871c333842359f308583db07c2134e5b6d6e4f0bd92cc3590ac26eedcb37e5c45281127098f32a2e38aaabc2a9e23fca7952bfbcf4ce6506a85e539 +MISC ChangeLog-2015 13810 SHA256 cbb95f774d96b6b2f12e4421bb5ee3b75820f4ab9ff571f9a47420fd3928daa2 SHA512 7a14a2e19346013beadd9bade2366c7168ec12b54ecf2429ded745bddea83e7ea228a4bb4f729254db523d7c6c5ba2cc9e5f2a4fc771948ff6d624d6a9d3be08 WHIRLPOOL e9e3694e0f4bbff32cb1e44585faed0944440f5c39477594fc3ee1a62cf7f6b1dd453e7789083e99d6a451b8c6a9bbeb39fa373b65000988ee5c64aef899d010 +MISC metadata.xml 758 SHA256 d8b1acdbe0283795479436be5437f76037fb54e0c6f32ec6cbe4142964bc1889 SHA512 560576353d246b8b63fb5287e3ead7054e8f7307c0d78e02dee378537a6ffb03edc3b444f1c54809a4807cb4ce1f22e7967ae5825692d3804b89cd1b4655e2c7 WHIRLPOOL 048f7302af5a1ed297d4664880e973304627e12565ceffd394a2564b7cf6efba94d0f6ac14d032262970d4b30b09db4ea83a7294f4ce7cdca5512510939f0d36 diff --git a/sdk_container/src/third_party/portage-stable/app-misc/tmux/files/tmux-2.0-flags.patch b/sdk_container/src/third_party/portage-stable/app-misc/tmux/files/tmux-2.0-flags.patch new file mode 100644 index 0000000000..d2c40e04b7 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/app-misc/tmux/files/tmux-2.0-flags.patch @@ -0,0 +1,18 @@ + Makefile.am | 3 +-- + 1 file changed, 1 insertion(+), 2 deletions(-) + +diff --git a/Makefile.am b/Makefile.am +index 63e20b1..a2fec1e 100644 +--- a/Makefile.am ++++ b/Makefile.am +@@ -25,9 +25,8 @@ endif + # Set flags for gcc. gcc4 whines abouts silly stuff so it needs slightly + # different flags. + if IS_GCC +-CFLAGS += -std=gnu99 -O2 ++CFLAGS += -std=gnu99 + if IS_DEBUG +-CFLAGS += -g + CFLAGS += -Wno-long-long -Wall -W -Wnested-externs -Wformat=2 + CFLAGS += -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations + CFLAGS += -Wwrite-strings -Wshadow -Wpointer-arith -Wsign-compare diff --git a/sdk_container/src/third_party/portage-stable/app-misc/tmux/metadata.xml b/sdk_container/src/third_party/portage-stable/app-misc/tmux/metadata.xml new file mode 100644 index 0000000000..c2ae9d3f14 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/app-misc/tmux/metadata.xml @@ -0,0 +1,21 @@ + + + + + wired@gentoo.org + Alex Alexander + + + shell-tools@gentoo.org + Gentoo Shell Tools Project + + + tmux is a "terminal multiplexer", it enables a number of terminals + (or windows) to be accessed and controlled from a single terminal. + tmux is intended to be a simple, modern, BSD-licensed alternative to + programs such as app-misc/screen. + + + tmux/tmux + + diff --git a/sdk_container/src/third_party/portage-stable/app-misc/tmux/tmux-1.6.ebuild b/sdk_container/src/third_party/portage-stable/app-misc/tmux/tmux-1.6.ebuild deleted file mode 100644 index 819c6190b4..0000000000 --- a/sdk_container/src/third_party/portage-stable/app-misc/tmux/tmux-1.6.ebuild +++ /dev/null @@ -1,73 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/tmux/tmux-1.6.ebuild,v 1.5 2012/08/10 10:09:26 ryao Exp $ - -EAPI=4 - -inherit eutils - -DESCRIPTION="Terminal multiplexer" -HOMEPAGE="http://tmux.sourceforge.net" -SRC_URI="mirror://sourceforge/tmux/${P}.tar.gz" - -LICENSE="ISC" -SLOT="0" -KEYWORDS="amd64 arm ~mips ~ppc ~ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" -IUSE="vim-syntax" - -DEPEND=" - || ( >=dev-libs/libevent-2.0.10 =dev-libs/libevent-2.0.10 =dev-libs/libevent-2.0.10 =dev-libs/libevent-2.1.5-r4 ) kernel_linux? ( sys-libs/libutempter ) kernel_FreeBSD? ( || ( >=sys-freebsd/freebsd-lib-9.0 sys-libs/libutempter ) ) sys-libs/ncurses:0= virtual/pkgconfig !=sys-devel/automake-1.14.1:1.14 >=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 +DESCRIPTION=Terminal multiplexer +EAPI=5 +HOMEPAGE=http://tmux.github.io/ +IUSE=debug selinux vim-syntax kernel_FreeBSD kernel_linux +KEYWORDS=alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos +LICENSE=ISC +RDEPEND=|| ( =dev-libs/libevent-2.0* >=dev-libs/libevent-2.1.5-r4 ) kernel_linux? ( sys-libs/libutempter ) kernel_FreeBSD? ( || ( >=sys-freebsd/freebsd-lib-9.0 sys-libs/libutempter ) ) sys-libs/ncurses:0= selinux? ( sec-policy/selinux-screen ) vim-syntax? ( || ( app-editors/vim app-editors/gvim ) ) +SLOT=0 +SRC_URI=https://github.com/tmux/tmux/releases/download/2.1/tmux-2.1.tar.gz +_eclasses_=autotools 199350adb9ae3c85e275b1409e43c90d autotools-utils 419811142edf3516b0d0cf1a254d93cb bash-completion-r1 acf715fa09463f043fbfdc1640f3fb85 eutils 9fb270e417e0e83d64ca52586c4a79de flag-o-matic c9602887773166fe300444712fc7ff98 libtool 52d0e17251d04645ffaa61bfdd858944 multilib 62927b3db3a589b0806255f3a002d5d3 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_md5_=d55ce55ebff9e9f529034760b60d1491 diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/app-misc/tmux-9999 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/app-misc/tmux-9999 new file mode 100644 index 0000000000..f2c0ba0687 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/app-misc/tmux-9999 @@ -0,0 +1,12 @@ +DEFINED_PHASES=compile configure install postinst prepare test unpack +DEPEND=>=dev-libs/libevent-2.0.10 kernel_linux? ( sys-libs/libutempter ) kernel_FreeBSD? ( || ( >=sys-freebsd/freebsd-lib-9.0 sys-libs/libutempter ) ) sys-libs/ncurses:0= virtual/pkgconfig !=sys-devel/automake-1.14.1:1.14 >=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=Terminal multiplexer +EAPI=5 +HOMEPAGE=http://tmux.github.io/ +IUSE=debug selinux vim-syntax kernel_FreeBSD kernel_linux +LICENSE=ISC +RDEPEND=>=dev-libs/libevent-2.0.10 kernel_linux? ( sys-libs/libutempter ) kernel_FreeBSD? ( || ( >=sys-freebsd/freebsd-lib-9.0 sys-libs/libutempter ) ) sys-libs/ncurses:0= selinux? ( sec-policy/selinux-screen ) vim-syntax? ( || ( app-editors/vim app-editors/gvim ) ) +SLOT=0 +SRC_URI=https://raw.githubusercontent.com/przepompownia/tmux-bash-completion/678a27616b70c649c6701cae9cd8c92b58cc051b/completions/tmux -> tmux-bash-completion-678a27616b70c649c6701cae9cd8c92b58cc051b vim-syntax? ( https://raw.githubusercontent.com/keith/tmux.vim/95f6126c187667cc7f9c573c45c3b356cf69f4ca/syntax/tmux.vim -> tmux.vim-95f6126c187667cc7f9c573c45c3b356cf69f4ca ) +_eclasses_=autotools 199350adb9ae3c85e275b1409e43c90d autotools-utils 419811142edf3516b0d0cf1a254d93cb bash-completion-r1 acf715fa09463f043fbfdc1640f3fb85 eutils 9fb270e417e0e83d64ca52586c4a79de flag-o-matic c9602887773166fe300444712fc7ff98 git-r3 ab80045e5d080584334f33013f4df21d libtool 52d0e17251d04645ffaa61bfdd858944 multilib 62927b3db3a589b0806255f3a002d5d3 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_md5_=297b2adb010da56a5f17b67b31aeeb35