Versions
v99999999 :: 0 :: gentoo
- Modified
- License
- GPL-2+
- USE flags
- json pcre seccomp test xml yaml
v20240609.0 :: 0 :: gentoo
- Modified
- License
- GPL-2+
- Keywords
- ~alpha ~amd64 ~amd64-linux ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc-macos ~ppc64 ~riscv ~s390 ~sparc ~x64-macos ~x64-solaris ~x86 ~x86-linux
- USE flags
- json pcre seccomp test xml yaml
v20230423.0-r1 :: 0 :: gentoo
- Modified
- License
- GPL-2+
- Keywords
- amd64 arm arm64 ppc ppc64 sparc x86 ~alpha ~amd64-linux ~hppa ~loong ~m68k ~mips ~ppc-macos ~riscv ~s390 ~x64-macos ~x64-solaris ~x86-linux
- USE flags
- json pcre seccomp test xml yaml
v20230423.0 :: 0 :: gentoo
- Modified
- License
- GPL-2+
- Keywords
- amd64 arm64 sparc ~alpha ~amd64-linux ~arm ~hppa ~loong ~m68k ~mips ~ppc ~ppc-macos ~ppc64 ~riscv ~s390 ~x64-macos ~x64-solaris ~x86 ~x86-linux
- USE flags
- json pcre seccomp test xml yaml
v20220828.0-r1 :: 0 :: gentoo
- Modified
- License
- GPL-2+
- Keywords
- ~alpha ~amd64 ~amd64-linux ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc-macos ~ppc64 ~riscv ~s390 ~sparc ~x64-macos ~x64-solaris ~x86 ~x86-linux
- USE flags
- json pcre seccomp test xml yaml
v20211017.0 :: 0 :: gentoo
- Modified
- License
- GPL-2+
- Keywords
- amd64 arm arm64 ppc ppc64 sparc x86 ~alpha ~amd64-linux ~hppa ~loong ~m68k ~mips ~ppc-macos ~riscv ~s390 ~x64-macos ~x64-solaris ~x86-linux
- USE flags
- json xml yaml
USE flags
General
- json
- Enable JSON output support
- pcre
- Add support for Perl Compatible Regular Expressions
- seccomp
- Enable seccomp (secure computing mode) to perform system call filtering at runtime to increase security of programs
- test
- Enable dependencies and/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled independently)
- xml
- Enable XML parsing support
- yaml
- Enable YAML parsing support
Dependencies
dev-libs / jansson : C library for encoding, decoding and manipulating JSON data
dev-libs / libpcre2 : Perl-compatible regular expression library
dev-libs / libxml2 : XML C parser and toolkit
dev-libs / libyaml : YAML 1.1 parser and emitter written in C
sys-libs / libseccomp : High level interface to Linux seccomp filter
Runtime Dependencies
app-eselect / eselect-ctags : Manages ctags implementations
dev-libs / jansson : C library for encoding, decoding and manipulating JSON data
dev-libs / libpcre2 : Perl-compatible regular expression library
dev-libs / libxml2 : XML C parser and toolkit
dev-libs / libyaml : YAML 1.1 parser and emitter written in C
sys-libs / libseccomp : High level interface to Linux seccomp filter
Depending packages
app-admin / fsvs : Backup/restore for subversion backends
app-text / robodoc : Automating Software Documentation
app-vim / omnicppcomplete : vim plugin: C/C++ omni-completion with ctags database
app-vim / tagbar : vim plugin: display tags of the current file ordered by scope
app-vim / taglist : vim plugin: ctags-based source code browser
dev-python / python-ctags3 : Exuberant Ctags indexing python bindings
dev-util / abi-compliance-checker : A tool for checking backward compatibility of a C/C++ library
dev-util / geany-plugins : A collection of different plugins for Geany
dev-util / source-highlight : Generate highlighted source code as an (x)html document
Bugs
- 869329
- dev-util/ctags-20220828.0:0 fails test - echo mini-geany: FAILED; \
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
*/*: unkeyword ~ia64
Change was created by running the following command:: ekeyword ^ia64 */*/*.ebuild Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-util/ctags: Stabilize 20230423.0-r1 sparc, #919480
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-util/ctags: Stabilize 20230423.0-r1 x86, #919480
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-util/ctags: Stabilize 20230423.0-r1 amd64, #919480
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-util/ctags: Stabilize 20230423.0-r1 arm, #919480
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-util/ctags: Stabilize 20230423.0-r1 arm64, #919480
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-util/ctags: Stabilize 20230423.0-r1 ppc, #919480
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-util/ctags: Stabilize 20230423.0-r1 ppc64, #919480
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-util/ctags: add 20240609.0
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-util/ctags: backport alignment fix
Closes: https://bugs.gentoo.org/920066 Bug: https://bugs.gentoo.org/919480 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Eli Schwartz · gentoo
dev-util/ctags: enable py3.13
Only needed for tests, tests pass. Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org> - Eli Schwartz · gentoo
dev-util/ctags: add whitelist for false positive configure implicit decls
Closes: https://bugs.gentoo.org/898588 Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org> - Eli Schwartz · gentoo
dev-util/ctags: enable py3.12
Only needed for tests, tests pass. Closes: https://bugs.gentoo.org/929531 Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Rolf Eike Beer · gentoo
dev-util/ctags: stable 20230423.0 for sparc, bug #919480
Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-util/ctags: Stabilize 20230423.0 arm64, #919480
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-util/ctags: Stabilize 20230423.0 amd64, #919480
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Fabian Groffen · gentoo
*/*: remove x64-cygwin keyword
Signed-off-by: Fabian Groffen <grobian@gentoo.org> - Fabian Groffen · gentoo
*/*: remove sparc64-solaris keyword
Signed-off-by: Fabian Groffen <grobian@gentoo.org> - Fabian Groffen · gentoo
*/*: remove sparc-solaris keyword
Signed-off-by: Fabian Groffen <grobian@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Fabian Groffen · gentoo
*/*: remove x86-solaris keyword
Signed-off-by: Fabian Groffen <grobian@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-util/ctags: add 20230423.0
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - David Seifert · gentoo
*/*: remove py3.8 from PYTHON_COMPAT
Signed-off-by: David Seifert <soap@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-util/ctags: drop 20190331-r1
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-util/ctags: fix automagic seccomp dep
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Jakov Smolić · gentoo
dev-util/ctags: Stabilize 20211017.0 x86, #857213
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org> - Jakov Smolić · gentoo
dev-util/ctags: Stabilize 20211017.0 amd64, #857213
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-util/ctags: Stabilize 20211017.0 sparc, #857213
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-util/ctags: Stabilize 20211017.0 ppc, #857213
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-util/ctags: Stabilize 20211017.0 ppc64, #857213
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-util/ctags: Stabilize 20211017.0 arm, #857213
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-util/ctags: Stabilize 20211017.0 arm64, #857213
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-util/ctags: depend on Python for tests
Bug: https://bugs.gentoo.org/833276 Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-util/ctags: pcre2->pcre
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-util/ctags: add 20220828.0
Some improvements to Geany bits which might help w/ the test failure? (Not that I could hit it anyway.) Bug: https://bugs.gentoo.org/833276 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matt Turner · gentoo
dev-util/ctags: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - WANG Xuerui · gentoo
dev-util/ctags: keyword 20211017.0 for ~loong
Tests passed on real hardware. Signed-off-by: WANG Xuerui <xen0n@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-util/ctags: rename tarball to be less generic
Signed-off-by: Sam James <sam@gentoo.org> - James Beddek · gentoo
dev-util/ctags: add 20211017.0
Signed-off-by: James Beddek <telans@posteo.de> Closes: https://github.com/gentoo/gentoo/pull/22609 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-util/ctags: add libjansson subslot dep
Earlier versions of libjansson lacked symbol versioning, causing crashes. Bug: https://bugs.gentoo.org/812119 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Marek Szuba · gentoo
dev-util/ctags: keyword 20210321.0 for ~riscv
Signed-off-by: Marek Szuba <marecki@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-util/ctags: drop s390 to ~s390 (unstable)
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-util/ctags: add live ebuild
Bug: https://bugs.gentoo.org/737268 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-util/ctags: add 20210321.0
Closes: https://bugs.gentoo.org/737268 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Fabian Groffen · gentoo
dev-util/ctags: drop x86-macos
Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Fabian Groffen <grobian@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Fabian Groffen · gentoo
dev-util/ctags: drop ppc-aix m68k-mint
Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Fabian Groffen <grobian@gentoo.org> - Matt Turner · gentoo
*/*: Drop most stable hppa keywords
Signed-off-by: Matt Turner <mattst88@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matt Turner · gentoo
*/*: Drop stable ia64 keywords
Signed-off-by: Matt Turner <mattst88@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Mikle Kolyada · gentoo
*/*: Discontinue Gentoo SuperH port
Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --ignore-arches Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
*/*: Bump copyright on files touched this year
Update the copyright notice on all files that were touched since January 1st but did not have the notice updated. Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matt Turner · gentoo
*/*: Drop stable alpha keywords
Signed-off-by: Matt Turner <mattst88@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-util: Remove *-fbsd KEYWORDS
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Aaron Bauman · gentoo
dev-util/ctags: drop vulnerable wrt bug #524004
* maintainer/proj timeout Signed-off-by: Aaron Bauman <bman@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
dev-util/ctags: ppc stable wrt bug #524004
Signed-off-by: Agostino Sarubbo <ago@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="ppc" - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
dev-util/ctags: ppc64 stable wrt bug #524004
Signed-off-by: Agostino Sarubbo <ago@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 RepoMan-Options: --include-arches="ppc64" - Repository mirror & CI · gentoo
Merge updates from master - Matt Turner · gentoo
dev-util/ctags-20190331: hppa stable, bug 524004
Signed-off-by: Matt Turner <mattst88@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-util/ctags: Correct LICENSE to GPL-2+
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Mikle Kolyada · gentoo
dev-util/ctags: alpha stable wrt bug #524004
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="alpha" - Repository mirror & CI · gentoo
Merge updates from master - Aaron Bauman · gentoo
dev-util/ctags: arm64 stable (bug #524004)
Signed-off-by: Aaron Bauman <bman@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 - Repository mirror & CI · gentoo
Merge updates from master - Mikle Kolyada · gentoo
dev-util/ctags: s390 stable wrt bug #524004
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="s390" - Mikle Kolyada · gentoo
dev-util/ctags: arm stable wrt bug #524004
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="arm" - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
dev-util/ctags: stable 20190331 for ia64, bug #524004
Package-Manager: Portage-2.3.62, Repoman-2.3.12 RepoMan-Options: --include-arches="ia64" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Rolf Eike Beer · gentoo
dev-util/ctags: stable 20190331 for sparc, bug #524004
Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="sparc" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Mikle Kolyada · gentoo
dev-util/ctags: amd64 stable wrt bug #524004
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="amd64" - Repository mirror & CI · gentoo
Merge updates from master - Thomas Deutschmann · gentoo
dev-util/ctags: x86 stable (bug #524004)
Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Patrice Clement · gentoo
dev-util/ctags: version bump.
Bug: https://bugs.gentoo.org/524004 Signed-off-by: Patrice Clement <monsieurp@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 - Repository mirror & CI · gentoo
Merge updates from master - Mikle Kolyada · gentoo
dev-util/ctags: mark s390 stable
Package-Manager: Portage-2.3.40, Repoman-2.3.9 - Michał Górny · gentoo
*/*: Remove sparc-fbsd keywords - Tim Harder · gentoo
dev-util/ctags: stabilize 20161028 for arm64 - Tim Harder · gentoo
dev-util/ctags: remove old - Tim Harder · gentoo
dev-util/ctags: use https for SRC_URI - Nelo-T. Wallus · gentoo
dev-util/ctags: Pull tarball instead of zip
Package-Manager: Portage-2.3.6, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/5313 - Patrice Clement · gentoo
dev-util/ctags: version bump.
Courtesy of nelo@wallus.de. Gentoo-Bug: https://bugs.gentoo.org/624032 Package-Manager: Portage-2.3.6, Repoman-2.3.1 - Patrice Clement · gentoo
dev-util/ctags: do not define DOCS array.
Package-Manager: Portage-2.3.3, Repoman-2.3.1 - Patrice Clement · gentoo
dev-util/ctags: EAPI 6 bump.
Package-Manager: Portage-2.3.3, Repoman-2.3.1 - Michael Haubenwallner · gentoo
dev-util/ctags: add ~x64-cygwin keyword
Package-Manager: portage-2.3.3 - Robin H. Johnson · gentoo
Drop $Id$ per council decision in bug #611234.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> - Markus Meier · gentoo
dev-util/ctags: arm stable, bug #602278
Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --include-arches="arm" - Fabian Groffen · gentoo
dev-util/ctags: dropped ~hppa-hpux ~ia64-hpux ~x64-freebsd ~x86-freebsd ~x86-interix
Package-Manager: portage-2.3.3 - T. Malfatti · gentoo
media-libs/portaudio: Version bump - Agostino Sarubbo · gentoo
dev-util/ctags: sparc stable wrt bug #602278
Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Tobias Klausmann · gentoo
dev-util/ctags-20161028-r0: stable on alpha
Gentoo-Bug: 602278 - Agostino Sarubbo · gentoo
dev-util/ctags: ppc stable wrt bug #602278
Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
dev-util/ctags: ppc64 stable wrt bug #602278
Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
dev-util/ctags: ia64 stable wrt bug #602278
Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="ia64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
dev-util/ctags: x86 stable wrt bug #602278
Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Jeroen Roovers · gentoo
dev-util/ctags: Stable for HPPA (bug #602278).
Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --ignore-arches - Aaron Bauman · gentoo
dev-utils/ctags: amd64 stable wrt bug #602278
Package-Manager: portage-2.3.0 - Agostino Sarubbo · gentoo
dev-util/ctags: remove stable keywords because of a breakage wrt bug #604656
Package-Manager: portage-2.3.0 Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
dev-util/ctags: arm stable wrt bug #602278
Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="arm" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
dev-util/ctags: ppc64 stable wrt bug #602278
Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
dev-util/ctags: ppc stable wrt bug #602278
Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
dev-util/ctags: ia64 stable wrt bug #602278
Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="ia64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
dev-util/ctags: sparc stable wrt bug #602278
Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
dev-util/ctags: x86 stable wrt bug #602278
Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
dev-util/ctags: amd64 stable wrt bug #602278
Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Tobias Klausmann · gentoo
dev-util/ctags-20161028-r0: stable on alpha
Gentoo-Bug: 602278 - Tim Harder · gentoo
dev-util/ctags: fix building man page (bug #598635) - Tim Harder · gentoo
dev-util/ctags: version bump to 20161028 universal-ctags snapshot - Fabian Groffen · gentoo
dev-util/ctags: fix copyright
Package-Manager: portage-2.2.28 - Fabian Groffen · gentoo
dev-util/ctags: merge Prefix changes, bug #586998
Package-Manager: portage-2.2.28 - Michał Górny · gentoo
dev-util/ctags: Merge "add a snapshot ebuild"
Pull-Request: https://github.com/gentoo/gentoo/pull/286 - Marc Joliet · gentoo
dev-util/ctags: add a snapshot ebuild
Add a snapshot ebuild based on the "sourceforge" branch of universal-ctags, which is based on the original exuberant-ctags SVN repository. This fixes several upstream bugs, including crashes such as http://sourceforge.net/p/ctags/bugs/359/, and obsoletes one Gentoo patch. Signed-off-by: Marc Joliet <marcec@gmx.de> - Robin H. Johnson · gentoo
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 <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