summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* **/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>
* */*: 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>
* sys-cluster/spark-bin: conditionally install pre-compiled JARs.Patrice Clement2020-11-261-0/+4
| | | | | | | | | | | | Spark 2.4.x JARs comes in two flavours: * Pre-compiled with Scala 2.11. * Pre-compiled with Scala 2.12. Add conditions to install either one of these flavours. Also do not install Spark + Hadoop JARs anymore but only Spark JARs. Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
* sys-cluster/spark-bin: Add proxy maintainerAlec Ten Harmsel2020-04-171-0/+8
| | | | | | | | | | Adding myself as a proxy maintainer after accidental removal. Bug: https://bugs.gentoo.org/670670 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Alec Ten Harmsel <alec@alectenharmsel.com> Closes: https://github.com/gentoo/gentoo/pull/15372 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* sys-cluster/spark-bin: remove proxy-maint project & inactive maint.Joonas Niilola2020-04-141-8/+0
| | | | | Closes: https://bugs.gentoo.org/670670 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* sys-cluster/spark-bin: new package.Patrice Clement2018-11-051-0/+16
Apache Spark is a unified analytics engine for large-scale data processing. Closes: https://bugs.gentoo.org/523412 Signed-off-by: Patrice Clement <monsieurp@gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11