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>
* sys-cluster/hpx: Drop oldKurt Kanzenbach2021-03-046-392/+0
| | | | | | | Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Kurt Kanzenbach <kurt@kmk-computers.de> Closes: https://github.com/gentoo/gentoo/pull/19692 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* sys-cluster/hpx: Bump to version v1.6.0Kurt Kanzenbach2021-03-046-0/+396
| | | | | | Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Kurt Kanzenbach <kurt@kmk-computers.de> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* */*: Remove obsolete values from PYTHON_COMPATMichał Górny2021-01-312-2/+2
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-cluster/hpx: Drop oldKurt Kanzenbach2020-10-316-424/+0
| | | | | | | | | | The new version v1.5 builds with clang and boost-1.74. So, the build failure bugs related to v1.4 can be closed. Closes: https://bugs.gentoo.org/741960 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Kurt Kanzenbach <kurt@kmk-computers.de> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* sys-cluster/hpx: Sync live ebuildKurt Kanzenbach2020-10-311-4/+4
| | | | | | Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Kurt Kanzenbach <kurt@kmk-computers.de> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* sys-cluster/hpx: Bump version to v1.5.1Kurt Kanzenbach2020-10-316-0/+392
| | | | | | Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Kurt Kanzenbach <kurt@kmk-computers.de> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* sys-cluster/hpx: Sync live ebuildKurt Kanzenbach2020-07-241-2/+2
| | | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.23 Signed-off-by: Kurt Kanzenbach <kurt@kmk-computers.de> Closes: https://github.com/gentoo/gentoo/pull/16679 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* sys-cluster/hpx: Fix memory requirementKurt Kanzenbach2020-07-241-2/+2
| | | | | | | | | | Instead of guessing the number of make jobs, better use the corresponding eclass to get it. Closes: https://bugs.gentoo.org/732274 Package-Manager: Portage-2.3.99, Repoman-2.3.23 Signed-off-by: Kurt Kanzenbach <kurt@kmk-computers.de> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* sys-cluster/hpx: Fix compilation against boost-1.73Kurt Kanzenbach2020-06-242-0/+80
| | | | | | | | | | This has been fixed upstream already. Adding the patch. Closes: https://bugs.gentoo.org/725774 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Kurt Kanzenbach <kurt@kmk-computers.de> Closes: https://github.com/gentoo/gentoo/pull/15993 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* sys-cluster/hpx: Sync live ebuildKurt Kanzenbach2020-03-281-1/+3
| | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Kurt Kanzenbach <kurt@kmk-computers.de> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* sys-cluster/hpx: Add MPI supportKurt Kanzenbach2020-03-281-1/+3
| | | | | | | | hpx supports MPI as well. Add support for it. Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Kurt Kanzenbach <kurt@kmk-computers.de> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* sys-cluster/hpx: Drop oldKurt Kanzenbach2020-03-282-83/+0
| | | | | | | | | | | The only library using hpx is libgeodecomp and that one should/will work with v1.4. Remove the old version and close bugs along with it. Closes: https://bugs.gentoo.org/679958 Closes: https://bugs.gentoo.org/623434 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Kurt Kanzenbach <kurt@kmk-computers.de> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* sys-cluster/hpx: Add myself as maintainerKurt Kanzenbach2020-03-281-9/+15
| | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Kurt Kanzenbach <kurt@kmk-computers.de> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* sys-cluster/hpx: Sync live ebuildKurt Kanzenbach2020-03-251-19/+48
| | | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Kurt Kanzenbach <kurt@kmk-computers.de> Closes: https://github.com/gentoo/gentoo/pull/14990 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* sys-cluster/hpx: Bump version to v1.4.1Kurt Kanzenbach2020-03-255-0/+342
| | | | | | | | | | The existing version is a year old. Add the current version. Announce: http://stellar-group.org/2020/02/hpx-1-4-1-released/ Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Kurt Kanzenbach <kurt@kmk-computers.de> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* sys-cluster/hpx: Remove py2 where possibleMichał Górny2020-02-102-2/+2
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Clean PYTHON_COMPAT of obsolete implsMichał Górny2020-01-052-4/+4
| | | | | Closes: https://github.com/gentoo/gentoo/pull/14246 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Switch m-n packages to cmake.eclassAndreas Sturmlechner2020-01-022-8/+8
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* sys-cluster/hpx: Drop oldAndreas Sturmlechner2020-01-015-343/+0
| | | | | Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* */*: Reassign slis' packagesMichał Górny2019-12-181-3/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: [QA] Fix trivial cases of MissingTestRestrictMichał Górny2019-12-116-4/+10
| | | | | | | | | | | | | | | | | | The result was achieved via the following pipeline: pkgcheck scan -c RestrictTestCheck -R FormatReporter \ --format '{category}/{package}/{package}-{version}.ebuild' | xargs -n32 grep -L RESTRICT | xargs -n32 sed -i -e '/^IUSE=.*test/aRESTRICT="!test? ( test )"' The resulting metadata was compared before and after the change. Few Go ebuilds had to be fixed manually due to implicit RESTRICT=strip added by the eclass. Two ebuilds have to be fixed because of multiline IUSE. Suggested-by: Robin H. Johnson <robbat2@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/13942 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-cluster/hpx: Sync live with 1.2.1 changesAndreas Sturmlechner2019-05-151-33/+30
| | | | | Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* sys-cluster/hpx: Fix (all) cmake options, drop unusedAndreas Sturmlechner2019-05-151-14/+14
| | | | | | Closes: https://bugs.gentoo.org/678778 Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* sys-cluster/hpx: EAPI-7 bump, simpler REQUIRED_USE, use httpsAndreas Sturmlechner2019-05-151-20/+17
| | | | | | | Drop unused multilib.eclass Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* sys-cluster/hpx: 1.2.1 version bumpAndreas Sturmlechner2019-05-152-0/+85
| | | | | | Closes: https://bugs.gentoo.org/683470 Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* */*: Drop python3_4 from PYTHON_COMPATMichał Górny2019-04-165-5/+5
| | | | | Closes: https://github.com/gentoo/gentoo/pull/11706 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-cluster/hpx: version bumpChristoph Junghans2018-12-072-0/+85
| | | | | Package-Manager: Portage-2.3.51, Repoman-2.3.11 Signed-off-by: Christoph Junghans <junghans@gentoo.org>
* sys-cluster/hpx: version bumpChristoph Junghans2018-10-303-1/+87
| | | | | Package-Manager: Portage-2.3.49, Repoman-2.3.11 Signed-off-by: Christoph Junghans <junghans@gentoo.org>
* */*: remove redundant local descriptions of 'jemalloc' flagMichał Górny2018-10-201-1/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-cluster/hpx: Drop oldAndreas Sturmlechner2018-06-257-503/+0
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* sys-cluster/hpx: Add support for newer pythonPacho Ramos2017-12-102-2/+2
| | | | Package-Manager: Portage-2.3.16, Repoman-2.3.6
* sys-cluster: Update Manifest hashes.Ulrich Müller2017-12-091-5/+5
|
* sys-cluster/hpx: Support newer pythonPacho Ramos2017-07-122-2/+2
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* sys-cluster/hpx: [QA] Add missing python metadata variablesDavid Seifert2017-05-276-26/+25
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* sys-cluster/hpx: Fixed file collision with sci-mathematics/spinSlawomir Lis2017-05-121-0/+1
| | | | | | | | | hpx with new version creates a file /usr/bin/spin which is reason of a conflict. I've renamed a file into hpx_spin Reported in bug 617486 Package-Manager: Portage-2.3.5, Repoman-2.3.2
* sys-cluster/hpx: version bump to 1.0.0Slawomir Lis2017-05-042-0/+84
| | | | Package-Manager: Portage-2.3.5, Repoman-2.3.2
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-285-5/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* global: Drop dead implementations from PYTHON_COMPATMichał Górny2016-11-014-4/+4
|
* sys-cluster/hpx: added live ebuild from sciChristoph Junghans2016-07-221-0/+84
| | | | Package-Manager: portage-2.2.28
* sys-cluster/hpx: version bumpChristoph Junghans2016-07-222-0/+85
| | | | Package-Manager: portage-2.2.28
* Set appropriate maintainer types in metadata.xml (GLEP 67)Michał Górny2016-01-241-1/+1
|
* Revert DOCTYPE SYSTEM https changes in metadata.xmlMike Gilbert2015-08-241-1/+1
| | | | | | | repoman does not yet accept the https version. This partially reverts eaaface92ee81f30a6ac66fe7acbcc42c00dc450. Bug: https://bugs.gentoo.org/552720
* Use https by defaultJustin Lecher2015-08-241-1/+1
| | | | | | Convert all URLs for sites supporting encrypted connections from http to https Signed-off-by: Justin Lecher <jlec@gentoo.org>
* proj/gentoo: Initial commitRobin H. Johnson2015-08-088-0/+534
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