summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* app-misc/tmux: Bump to version 2.2 (bug #579620).Lars Wendler2016-06-023-0/+90
| | | | | | | Made utempter support optional (bug #584690). Package-Manager: portage-2.2.28 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* Revert "app-misc/tmux: Add 2.1-r1 and ship terminfo file."Mike Gilbert2016-05-182-109/+0
| | | | | | | | This reverts commit baec651ecb38580f8b39c79b16e4d6a13cdbe061. The terminfo files collide with >=sys-libs/ncurses-6.0. Bug: https://bugs.gentoo.org/583428
* app-misc/tmux: Add 2.1-r1 and ship terminfo file.Tobias Klausmann2016-05-182-0/+109
| | | | | | | | | | | By default, tmux does not ship its own terminfo file, piggybacking on screen/screen-256color. Due to bugs in that terminfo file (around stand-out and italics), the tmux FAQ[0] suggests making a derived terminfo file. This new release ships that terminfo file (as tmux/tmux-256color). It will not be used by default, the user has to activate it themselves. Package-Manager: portage-2.3.0_rc1
* app-misc/tmux: mark 2.1 arm64/s390/sh/sparc stableMike Frysinger2016-03-231-1/+1
|
* app-misc/tmux: fix 9999 ebuild breakage for bug 574592Zac Medico2016-02-292-4/+7
| | | | Package-Manager: portage-2.2.27
* app-misc/tmux: restrict utempter dependency by Yuta SATOH, bug #575712Fabian Groffen2016-02-262-4/+6
| | | | Package-Manager: portage-2.2.27-prefix
* app-misc/tmux: rely on libutempterJason A. Donenfeld2016-02-212-1/+2
| | | | | | | | | | | | | | | | 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 <zx2c4@gentoo.org>
* Set appropriate maintainer types in metadata.xml (GLEP 67)Michał Górny2016-01-241-2/+2
|
* Replace all herds with appropriate projects (GLEP 67)Michał Górny2016-01-241-1/+4
| | | | | Replace all uses of herd with appropriate project maintainers, or no maintainers in case of herds requested to be disbanded.
* app-misc/tmux: Ebuild style enhancementsJustin Lecher2016-01-102-33/+56
| | | | | | | | | * 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 <jlec@gentoo.org>
* app-misc/tmux: Drop versions vulnerable to 'Out of bounds heap read'Justin Lecher2016-01-105-203/+1
| | | | | | | Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=564400 Package-Manager: portage-2.2.26 Signed-off-by: Justin Lecher <jlec@gentoo.org>
* app-misc/tmux: alpha stable wrt bug #564400Agostino Sarubbo2016-01-101-1/+1
| | | | | | Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="alpha" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-misc/tmux: ia64 stable wrt bug #564400Agostino Sarubbo2015-11-181-1/+1
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="ia64"
* app-misc/tmux: arm stable, bug #564400Markus Meier2015-11-141-1/+1
| | | | | Package-Manager: portage-2.2.24 RepoMan-Options: --include-arches="arm"
* app-misc/tmux: ppc stable wrt bug #564400Agostino Sarubbo2015-11-121-1/+1
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="ppc"
* app-misc/tmux: x86 stable wrt bug #564400Agostino Sarubbo2015-11-111-1/+1
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="x86"
* app-misc/tmux: Stable for HPPA PPC64 (bug #564400).Jeroen Roovers2015-11-111-1/+1
| | | | | Package-Manager: portage-2.2.24 RepoMan-Options: --ignore-arches
* app-misc/tmux: amd64 stable wrt bug #564400Agostino Sarubbo2015-11-101-1/+1
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="amd64"
* app-misc/tmux: Removed old.Lars Wendler2015-11-091-86/+0
| | | | | Package-Manager: portage-2.2.24 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* app-misc/tmux: Security bump to version 2.1 (bug #564400).Lars Wendler2015-11-092-0/+85
| | | | | Package-Manager: portage-2.2.24 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* Update remote-idsJustin Lecher2015-10-161-1/+4
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* app-misc/tmux: Add dependency on the fixed version of libeventTobias Klausmann2015-10-151-0/+87
| | | | | | | | | | 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
* app-misc/tmux: Fix dependencies yet again.Tobias Klausmann2015-10-072-4/+2
| | | | | | | | | 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
* app-misc/tmux: Make the changes from f625f93 a revbumpTobias Klausmann2015-10-072-2/+2
| | | | | | | | As per the comments: https://github.com/gentoo/gentoo/commit/f625f93c98cbed7524b3e808bee2981e0f57d27c Package-Manager: portage-2.2.22 RepoMan-Options: --force
* app-misc/tmux: Add blocker for broken libevent versionsTobias Klausmann2015-10-062-0/+2
| | | | | | Gentoo-Bug: 540456 Package-Manager: portage-2.2.22
* app-misc/tmux: Clean up old.Patrice Clement2015-09-251-85/+0
| | | | | Package-Manager: portage-2.2.18 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
* app-misc/tmux: Set up a blocker on sys-apps/utempter to prevent compilation ↵Patrice Clement2015-09-251-0/+86
| | | | | | | from failing when linking to this library. Fixes bug 560652. Package-Manager: portage-2.2.18 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
* Revert DOCTYPE SYSTEM https changes in metadata.xmlMike Gilbert2015-08-241-1/+1
| | | | | | | repoman does not yet accept the https version. This partially reverts eaaface92ee81f30a6ac66fe7acbcc42c00dc450. Bug: https://bugs.gentoo.org/552720
* Use https by defaultJustin Lecher2015-08-241-1/+1
| | | | | | Convert all URLs for sites supporting encrypted connections from http to https Signed-off-by: Justin Lecher <jlec@gentoo.org>
* proj/gentoo: Initial commitRobin H. Johnson2015-08-088-0/+305
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 <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed