summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sys-devel/gdb: keyword ~riscvAndreas K. Hüttel2019-05-051-1/+1
| | | | | Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* */*: Remove python3_4 PYTHON_COMPAT correctlyMichał Górny2019-04-171-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-devel/gdb: add source-highlight depend, bug #680238Sergei Trofimovich2019-03-131-2/+7
| | | | | | | | | | Found and diagnosed by Jeroen Roovers. Patch proposed upstream as: https://sourceware.org/ml/gdb-patches/2019-03/msg00285.html Reported-by: Jeroen Roovers Closes: https://bugs.gentoo.org/680238 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* sys-devel/gdb: Move DEPEND to BDEPEND in EAPI 7 ebuildsJames Le Cuirot2019-02-121-2/+3
| | | | | Package-Manager: Portage-2.3.60, Repoman-2.3.12 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* sys-devel/gdb: bump up to 8.2.1Sergei Trofimovich2018-12-231-4/+3
| | | | | Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* sys-devel/gdb: add python3_7Jonathan Callen2018-12-021-2/+2
| | | | | Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Jonathan Callen <jcallen@gentoo.org>
* Drop arm-linux keyword from tree.Benda Xu2018-08-311-1/+1
| | | | | | | | "arm-linux" is considered deprecated, unmaintained and easily replaced by "arm". Closes: https://bugs.gentoo.org/664598 Reference: https://archives.gentoo.org/gentoo-dev/message/63bafa051cccd1eb3d2ade16823671fa
* sys-devel/gdb: sync live ebuild with 8.1-r2Sergei Trofimovich2018-07-011-6/+17
| | | | Package-Manager: Portage-2.3.41, Repoman-2.3.9
* sys-devel/gdb: explicit epatch, git-2->git-r3, EAPI=6Marty E. Plummer2018-04-241-6/+12
| | | | | | | Also some formatting changes to keep the ebuilds aligned in layout. Package-Manager: Portage-2.3.31, Repoman-2.3.9 Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
* sys-devel/gdb: fix gcore collision on freebsdStephan Hartmann2018-02-181-1/+6
| | | | | | Closes: https://bugs.gentoo.org/507456 Package-Manager: Portage-2.3.19, Repoman-2.3.6 Closes: https://github.com/gentoo/gentoo/pull/7216
* sys-devel/gdb: add missing DEPEND on texinfoMatija Skala2017-05-071-0/+1
| | | | Closes: https://github.com/gentoo/gentoo/pull/4424
* sys-devel/gdb: dropped ~x64-freebsdFabian Groffen2017-01-291-2/+2
| | | | Package-Manager: portage-2.3.3
* sys-devel/gdb: change USE=expat to USE=xml #596000Mike Frysinger2016-11-151-3/+3
|
* sys-devel/gdb: version bump to 7.12Mike Frysinger2016-11-101-2/+1
|
* global: Drop dead implementations from PYTHON_COMPATMichał Górny2016-11-011-1/+1
|
* sourceware: convert to https:// URIsMike Frysinger2016-06-231-2/+2
|
* sys-devel/gdb: add python-3.5 #572464Mike Frysinger2016-02-251-1/+1
|
* sys-devel/gdb: force zlib w/newer versionsMike Frysinger2016-02-131-3/+6
| | | | | Upstream has moved to using zlib all the time, so update the deps and configure flags to match. Otherwise we'd end up using the local zlib.
* sys-devel/gdb: force disable guile for now #562902Mike Frysinger2015-10-121-0/+2
| | | | | | This requires guile-2.x which is masked in the tree, so just disable it for all builds. If the scheme team ever gets around to releasing this, we can make it into a proper USE flag.
* sys-devel/gdb: stop installing bfd/opcodes translations #528088Mike Frysinger2015-09-261-0/+8
| | | | | | The binutils-libs package will install the canonical files for the various binutils libraries and that includes translations. Delete the copies in gdb until we can figure out how to localize them.
* sys-libs/ncurses: move to SLOT=0 #557472Mike Frysinger2015-08-261-1/+1
| | | | | Use SLOT=0 for installing of main development files like other packages so we can use other SLOTs for installing SONAME libs for binary packages.
* 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>
* sys-devel/gdb: Use slot operators for ncurses and readlineJustin Lecher2015-08-161-1/+1
| | | | | Package-Manager: portage-2.2.20.1 Signed-off-by: Justin Lecher <jlec@gentoo.org>
* sys-devel/gdb: use subslots w/ncursesMike Frysinger2015-08-121-1/+1
|
* proj/gentoo: Initial commitRobin H. Johnson2015-08-081-0/+221
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