summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* app-misc/tmux: Removed unknown dependencyLars Wendler2020-04-241-4/+2
| | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* */*: Discontinue Gentoo SuperH portMikle Kolyada2020-03-261-2/+2
| | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --ignore-arches Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* app-misc/tmux: Synced live ebuildLars Wendler2019-11-261-1/+3
| | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* app-misc: Remove *-fbsd KEYWORDSMichał Górny2019-10-111-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-misc/tmux: Remove TODO from DOCSSven Wegener2019-05-191-1/+1
| | | | | Signed-off-by: Sven Wegener <swegener@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11
* app-misc/tmux: Fix to handle _rc releases as well.Lars Wendler2019-04-011-1/+2
| | | | | Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* app-misc/tmux: Removed redundant S variable in live ebuild.Lars Wendler2019-03-251-2/+0
| | | | | Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* app-misc/tmux: Synced/fixed dependencies.Lars Wendler2019-03-251-5/+4
| | | | | Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* app-misc/tmux: Synced live ebuild.Lars Wendler2019-03-251-10/+12
| | | | | Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* app-misc/tmux: fix vim-syntax USE flag meaning.Patrice Clement2019-02-011-9/+3
| | | | | | | | | Install app-vim/tmux-vim, which contains tmux vim files, instead of plain app-editors/vim. Closes: https://bugs.gentoo.org/667550 Signed-off-by: Patrice Clement <monsieurp@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
* app-misc/tmux: Use httpsMikle Kolyada2018-05-301-2/+2
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* app-misc/tmux: Use rm -fSven Wegener2017-10-311-1/+1
| | | | | | aclocal.m4 does not exist for the live ebuild Package-Manager: Portage-2.3.8, Repoman-2.3.4
* app-misc/tmux: Sync live ebuild.Lars Wendler2017-10-051-6/+10
| | | | Package-Manager: Portage-2.3.11, Repoman-2.3.3
* app-misc/tmux: remove FAQ from DOCS array. improve equild's quality.Patrice Clement2017-06-161-18/+17
| | | | | | Gentoo-Bug: https://bugs.gentoo.org/621858 Package-Manager: Portage-2.3.5, Repoman-2.3.1
* app-misc/tmux: Sync live ebuild.Lars Wendler2017-04-201-4/+6
| | | | Package-Manager: Portage-2.3.5, Repoman-2.3.2
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-281-1/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* app-misc/tmux: Fix slot operators for libeventJustin Lecher2016-12-231-1/+1
| | | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1 Signed-off-by: Justin Lecher <jlec@gentoo.org>
* app-misc/tmux: Added sub-slot dependency for dev-libs/libevent.Lars Wendler2016-12-181-0/+1
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* app-misc/tmux: Install example config.Lars Wendler2016-06-021-0/+3
| | | | | Package-Manager: portage-2.2.28 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* app-misc/tmux: Bumped live ebuild to EAPI-6. Cleanup.Lars Wendler2016-06-021-21/+16
| | | | | Package-Manager: portage-2.2.28 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* app-misc/tmux: fix 9999 ebuild breakage for bug 574592Zac Medico2016-02-291-4/+5
| | | | Package-Manager: portage-2.2.27
* app-misc/tmux: restrict utempter dependency by Yuta SATOH, bug #575712Fabian Groffen2016-02-261-2/+3
| | | | Package-Manager: portage-2.2.27-prefix
* app-misc/tmux: rely on libutempterJason A. Donenfeld2016-02-211-0/+1
| | | | | | | | | | | | | | | | 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>
* app-misc/tmux: Ebuild style enhancementsJustin Lecher2016-01-101-11/+28
| | | | | | | | | * 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>
* proj/gentoo: Initial commitRobin H. Johnson2015-08-081-0/+71
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