summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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