summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* */*: Add proxied="yes" for non-@gentoo.org peopleMichał Górny2021-03-161-1/+1
| | | | | | | | | | | | Done via: find -name metadata.xml -exec xml ed -P -L \ -a '/pkgmetadata/maintainer[substring(email, string-length(email) - string-length("@gentoo.org") + 1) != "@gentoo.org"]' \ -t attr -n proxied -v yes {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Add 'proxied="proxy"' for proxy-maint projectMichał Górny2021-03-161-1/+1
| | | | | | | | | | Done via: find -name metadata.xml -exec xml ed -P -L \ -a '//maintainer[email="proxy-maint@gentoo.org"]' \ -t attr -n proxied -v proxy {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sci-libs/libbraiding: New upstream releaseFrançois Bissey2021-02-282-0/+26
| | | | | | | Closes: https://github.com/gentoo/gentoo/pull/19707 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: François René Pierre Bissey <frp.bissey@gmail.com> Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* sci-libs/libbraiding: maintainer stabilize on amd64.Michael Orlitzky2020-03-241-1/+1
| | | | | | | | | This package doesn't have a test suite, so to spare the arch team a pointless build test, I've stabilized it myself on amd64. The library has been indirectly tested through SageMath. Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* */*: [QA] Use consistent function definition formattingDavid Seifert2020-02-221-2/+2
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* sci-libs/libbraiding: new library for braid group computation.Michael Orlitzky2020-01-153-0/+60
François Bissey had an ebuild for the latest version of this package in the sage-on-gentoo overlay, so I've imported that after adding a few comments and an EAPI=7 bump. Closes: https://bugs.gentoo.org/705432 Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>