summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-util/bcc: keyword 0.25.0 for ~riscvYixun Lan2022-08-121-1/+1
| | | | Signed-off-by: Yixun Lan <dlan@gentoo.org>
* dev-util/bcc: add 0.25.0Patrick McLean2022-08-103-0/+153
| | | | | Closes: https://bugs.gentoo.org/853649 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
* dev-util/bcc: drop 0.23.0-r5Jakov Smolić2022-06-272-133/+0
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* dev-util/bcc: 0.24.0-r1 drop py3.7, add LLVM 14 supportPatrick McLean2022-04-181-5/+5
| | | | Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
* dev-util/bcc: add keywords to 0.24.0Jakov Smolić2022-02-111-1/+1
| | | | | - Add keywords now that libbpf-0.7.0 has been released Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* dev-util/bcc: Set myself as primary maintainerPatrick McLean2022-01-141-2/+3
| | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
* dev-util/bcc: Unkeyworded version bump to 0.24.0Patrick McLean2022-01-142-0/+138
| | | | | | | | Unkeyworded until dev-libs/bcc gets a release as this depends on changes that aren't in any releases yet. Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
* dev-util/bcc: Fix install name of trace toolPatrick McLean2022-01-141-1/+1
| | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
* dev-util/bcc: drop 0.22.0, 0.22.0-r1, 0.23.0-r3Jakov Smolić2022-01-144-358/+0
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* dev-util/bcc: Revbump, rename "trace" tool (bug #828438)Patrick McLean2022-01-061-0/+132
| | | | | | Closes: https://bugs.gentoo.org/828438 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
* dev-util/bcc: fix pkg-config callSam James2021-12-051-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/bcc: Revbump, relax linux-headers depPatrick McLean2021-12-021-1/+1
| | | | | | | Recent fixes to the libbpf stuff make this no longer important. Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
* dev-util/bcc: Revbump, add MANPATH, fix compression (bug #828030)Patrick McLean2021-12-022-0/+25
| | | | | | Closes: https://bugs.gentoo.org/828030 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
* dev-util/bcc: revbump, symlink tools to system path (bug #741466)Patrick McLean2021-12-011-1/+8
| | | | | | | | | This is much easier with eapi-dosym.eclass, so let's finally get around to adding this to the ebuild. Closes: https://bugs.gentoo.org/741466 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
* dev-util/bcc: Fix build with newer libbpfPatrick McLean2021-12-011-0/+1
| | | | | Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
* dev-util/bcc: Version bump to 0.23.0Patrick McLean2021-12-012-0/+114
| | | | | Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
* dev-util/bcc: Improve styleJakov Smolić2021-11-071-5/+6
| | | | | | | | Use LLVM_MAX_SLOT to declare max llvm and clang versions in *DEPEND, and add missing `|| die` on find and basename commands. Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* dev-util/bcc: add myself as a maintainerJakov Smolić2021-11-071-0/+4
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* dev-util/bcc: drop 0.19.0-r1, 0.20.0-r1Jakov Smolić2021-11-073-216/+0
| | | | | | | | | Newer versions have fixed issues with allowed llvm slots. gethostlatency seems to work fine with version 0.22.0-r1 Closes: https://bugs.gentoo.org/783693 Closes: https://bugs.gentoo.org/782736 Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* dev-util/bcc: Cleanup deps, bump max llvm versionJakov Smolić2021-11-071-15/+8
| | | | | | | | Havent't encountered any issues with llvm-13 so let's enable it in the package. Also cleanup libbpf deps, any version above 0.5.0 should be good (although currently there is no newer version than 0.5.0 released) Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* dev-util/bcc: Correctly append "old" prefix to old tools' namesJakov Smolić2021-11-071-0/+119
| | | | | | | | | | Previous fix solved the bug where bcc would install old versions on top of the new ones, but it failed to append the "old" prefix to old tools correctly, so they were not really installed. While at, let's do this in src_prepare rather than in src_install phase. Closes: https://bugs.gentoo.org/811288 Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* dev-util/bcc: increase linux-headers dependencySam James2021-10-211-1/+1
| | | | | Closes: https://bugs.gentoo.org/814644 Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/bcc-0.22.0: Version bumpPatrick McLean2021-09-202-0/+117
| | | | | | Closes: https://bugs.gentoo.org/814119 Package-Manager: Portage-3.0.23, Repoman-3.0.3 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
* **/metadata.xml: Replace http by https in DOCTYPE elementUlrich Müller2021-09-111-1/+1
| | | | | Bug: https://bugs.gentoo.org/552720 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* dev-util/bc-0.19.0-r1: Revbump, force libbpf-0.3 (bug #794694)Patrick McLean2021-06-081-1/+1
| | | | | | Closes: https://bugs.gentoo.org/794694 Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
* dev-util/bcc: Remove oldPatrick McLean2021-06-085-421/+0
| | | | | Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
* dev-util/bcc-0.20.0-r1: Revbump, lock libbpf dep (bug #92312)Patrick McLean2021-06-021-1/+1
| | | | | | Closes: https://bugs.gentoo.org/792312 Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
* dev-util/bcc-0.20.0: Version bumpPatrick McLean2021-05-092-0/+108
| | | | | | Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
* dev-util/bcc-0.19.0: Version bumpPatrick McLean2021-03-202-0/+108
| | | | | | Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
* */*: Remove obsolete values from PYTHON_COMPATMichał Górny2021-01-314-4/+4
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-util/bcc-0.18.0-r1: revbump, re-add new lua eclass codePatrick McLean2021-01-051-5/+10
| | | | | | Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
* dev-util/bcc-0.18.0: Version bumpPatrick McLean2021-01-052-0/+103
| | | | | | Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
* dev-util/bcc: migrate to lua-single.eclassMarek Szuba2020-12-221-0/+106
| | | | | Closes: https://bugs.gentoo.org/752666 Signed-off-by: Marek Szuba <marecki@gentoo.org>
* dev-util/bcc: Remove oldPatrick McLean2020-11-167-563/+0
| | | | | | Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
* dev-util/bcc: Fix kernel config name (bug #754660)Patrick McLean2020-11-163-3/+3
| | | | | | | Closes: https://bugs.gentoo.org/754660 Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
* dev-util/bcc-0.16.0-r1: Revbump, add tools to path, fix depsPatrick McLean2020-10-301-0/+103
| | | | | | Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
* dev-util/bcc-0.17.0: Version bumpPatrick McLean2020-10-303-0/+104
| | | | | | Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
* dev-util/bcc-0.16.0: Fix SRC_URIPatrick McLean2020-08-251-1/+1
| | | | | | Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
* dev-util/bcc-0.16.0: Fix QA warningPatrick McLean2020-08-241-1/+0
| | | | | Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
* dev-util/bcc-0.16.0: Bump, enable new llvm (bugs #735758, 734962)Patrick McLean2020-08-242-0/+101
| | | | | | | Closes: https://bugs.gentoo.org/735758 Closes: https://bugs.gentoo.org/734962 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
* dev-util/bcc: libbpf-0.0.9.tar.gz digest changedZac Medico2020-06-251-1/+1
| | | | | | Closes: https://bugs.gentoo.org/729652 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Zac Medico <zmedico@gentoo.org>
* dev-util/bcc-0.15.0: Version bumpPatrick McLean2020-06-192-0/+95
| | | | | | Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-2.3.101, Repoman-2.3.22 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
* dev-util/bcc-0.14.0: Version bumpPatrick McLean2020-04-213-0/+114
| | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
* dev-util/bcc: LLVM_MAX_SLOT=9 (bug 711790)Guilherme Amadio2020-03-111-3/+4
| | | | | | Closes: https://bugs.gentoo.org/711790 Package-Manager: Portage-2.3.93, Repoman-2.3.20 Signed-off-by: Zac Medico <zmedico@gentoo.org>
* dev-util/bcc: Remove old versionsPatrick McLean2020-02-206-366/+0
| | | | | | Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
* dev-util/bcc-0.13.0: Version bumpPatrick McLean2020-02-202-0/+93
| | | | | | Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
* dev-util/bcc: Remove py2Michał Górny2020-02-106-6/+6
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Clean PYTHON_COMPAT of obsolete implsMichał Górny2020-01-056-12/+12
| | | | | Closes: https://github.com/gentoo/gentoo/pull/14246 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-util/bcc: [QA] Remove explicit python-utils-r1 inheritDavid Seifert2019-12-296-6/+6
| | | | | Package-Manager: Portage-2.3.83, Repoman-2.3.20 Signed-off-by: David Seifert <soap@gentoo.org>
* dev-util/bcc-0.12.0-r1: Revbump, works with older linux-headersPatrick McLean2019-12-111-5/+10
| | | | | | Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>