| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
| |
Part of a larger effort to stabilize the dependencies of SageMath
on (at least) amd64. This package is a little wonky, but I tested
it extensively during packaging, and it has a real upstream now.
Package-Manager: Portage-2.3.99, Repoman-2.3.23
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
|
|
This is an actively-maintained fork of Mark Watkins's original sympow
package (that is now impossible to find) by Debian's Jérôme Benoit.
Sympow is a dependency of SageMath, and SageMath will soon be able to
use the system's copy of sympow. Having this in Gentoo therefore avoids
pointless rebuilds of sympow for Gentoo users of SageMath.
Closes: https://bugs.gentoo.org/230449
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
|