summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-util/ltrace: use ${CXX} instead of c++ for testsSergei Trofimovich2020-06-211-0/+11
| | | | | Package-Manager: Portage-2.3.101, Repoman-2.3.22 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-util/ltrace:use $CC in tests instead of gccSergei Trofimovich2020-06-211-0/+12
| | | | | Package-Manager: Portage-2.3.101, Repoman-2.3.22 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-util/ltrace: tweak for musl, bug #713428Sergei Trofimovich2020-03-205-0/+179
| | | | | | | Reported-by: Toralf Förster Closes: https://bugs.gentoo.org/713428 Package-Manager: Portage-2.3.94, Repoman-2.3.21 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-util/ltrace: add RESTRICT="!test? ( test )", bump to EAPI=7Sergei Trofimovich2019-11-091-6/+4
| | | | | Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-util/ltrace: fix build on ia64Sergei Trofimovich2019-03-181-0/+6
| | | | | Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-util/ltrace: fix print-instruction-pointer testSergei Trofimovich2018-10-051-0/+15
| | | | | | | | | | | | | | print-instruction-pointer occasionally fails when kernel loads test at address that does not match last 4 digits of 'objdump' output. On x86_64 page size is 4096 bytes (0x1000). This gives only 3 digits of stable address. The change picks last 3 digits from objdump address. Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> Package-Manager: Portage-2.3.50, Repoman-2.3.11
* dev-util/ltrace: remove unused patchesMichael Mair-Keimberger2017-10-174-50/+0
| | | | Closes: https://github.com/gentoo/gentoo/pull/5817
* dev-util/ltrace: fix build failure on ia64Sergei Trofimovich2017-06-241-0/+39
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* dev-util/ltrace: restore basic alpha supportSergei Trofimovich2016-06-271-0/+14
| | | | | | | Builds successfully on gcc-5.4.0 and can trace calls to calls like 'gcc -v'. Package-Manager: portage-2.3.0
* dev-util/ltrace: fix tests, bug #421649Sergei Trofimovich2016-02-141-0/+71
| | | | | | | Reported by: Diego Elio Pettenò Bug: https://bugs.gentoo.org/421649 Package-Manager: portage-2.2.27
* proj/gentoo: Initial commitRobin H. Johnson2015-08-084-0/+50
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