summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-libs/ppl: drop 1.2-r4Michael Orlitzky2022-10-251-69/+0
| | | | Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* dev-libs/ppl: Stabilize 1.2-r5 amd64, #877779Sam James2022-10-251-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/ppl: Stabilize 1.2-r5 x86, #877779Sam James2022-10-251-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/ppl: Stabilize 1.2-r5 ppc64, #877779Sam James2022-10-211-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/ppl: Stabilize 1.2-r5 arm, #877779Sam James2022-10-201-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/ppl: Stabilize 1.2-r5 sparc, #877779Sam James2022-10-201-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/ppl: update EAPI 7 -> 8, remove redundant docsMichael Orlitzky2022-08-311-0/+68
| | | | | Closes: https://bugs.gentoo.org/867376 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* dev-libs/ppl: destabilise for ppcSam James2022-03-031-2/+2
| | | | | Signed-off-by: Sam James <sam@gentoo.org> Signed-off-by: David Seifert <soap@gentoo.org>
* dev-libs/ppl: keyword 1.2-r4 for ~riscvAlex Fan2021-12-291-1/+1
| | | | | Signed-off-by: Alex Fan <alex.fan.q@gmail.com> Signed-off-by: Yixun Lan <dlan@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-libs/ppl: Depend on dev-libs/gmp[cxx(+)]David Seifert2021-06-181-2/+2
| | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: David Seifert <soap@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>
* dev-libs/ppl: fix SizeViolation issueJoonas Niilola2020-11-153-1178/+4
| | | | | Closes: https://bugs.gentoo.org/748171 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-libs/ppl: remove old "unused" versions.Michael Orlitzky2020-06-111-67/+0
| | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* dev-libs/ppl: x86 stable wrt bug #727724Agostino Sarubbo2020-06-111-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-libs/ppl: ppc64 stable wrt bug #727724Agostino Sarubbo2020-06-111-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-libs/ppl: ppc stable wrt bug #727724Agostino Sarubbo2020-06-111-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-libs/ppl: arm stable wrt bug #727724Agostino Sarubbo2020-06-111-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="arm" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-libs/ppl: amd64 stable wrt bug #727724Agostino Sarubbo2020-06-111-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-libs/ppl: sparc stable wrt bug #727724Agostino Sarubbo2020-06-101-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-libs/ppl: new revision to fix the build with clang.Michael Orlitzky2020-04-202-0/+105
| | | | | | | | | | | | | | | This new revision includes an upstream patch (from their git repository) to fix the build with clang by adding some missing keywords that should have been there all along. Thanks to Olivier Huber for the report and for tracking down the patch. When building with clang, the ./configure script spits out scary warnings about missing the GCC-specific -frounding-math flag. I wouldn't worry about it, but judge for yourself. Closes: https://bugs.gentoo.org/717768 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* dev-libs/ppl: drop old "unused" ebuilds.Michael Orlitzky2020-04-162-106/+0
| | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* dev-libs/ppl: x86 stable wrt bug #717570Agostino Sarubbo2020-04-161-1/+1
| | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-libs/ppl: ppc64 stable wrt bug #717570Agostino Sarubbo2020-04-161-1/+1
| | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-libs/ppl: arm stable wrt bug #717570Agostino Sarubbo2020-04-161-1/+1
| | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="arm" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-libs/ppl: ppc stable wrt bug #717570Agostino Sarubbo2020-04-161-1/+1
| | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-libs/ppl: amd64 stable wrt bug #717570Agostino Sarubbo2020-04-161-1/+1
| | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-libs/ppl: sparc stable wrt bug #717570Agostino Sarubbo2020-04-161-1/+1
| | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-libs/ppl: new revision to work around broken tests.Michael Orlitzky2020-04-145-1/+1327
| | | | | | | | | | | | | | | We have a reported test failure on PPC64 that kills the build. There are a few other problematic tests that have been reported upstream as well. Since PPL takes so long to build and test, this commit disables those tests to avoid wasting users' time. Bug: https://bugs.gentoo.org/717258 Upstream-bug: https://www.cs.unipr.it/mantis/view.php?id=2653 Upstream-bug: https://www.cs.unipr.it/mantis/view.php?id=2120 Upstream-bug: https://www.cs.unipr.it/mantis/view.php?id=1078 Upstream-bug: https://www.cs.unipr.it/mantis/view.php?id=2113 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* dev-libs/ppl: add myself and François Bissey as maintainers.Michael Orlitzky2020-04-131-4/+16
| | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* dev-libs/ppl: drop toolchain from maintainersSergei Trofimovich2020-04-131-4/+1
| | | | | | | | gcc's graphite does not use dev-libs/ppl for loop optimizations for a while. Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-libs/ppl: drop to ~hppaRolf Eike Beer2020-04-111-1/+1
| | | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* */*: Drop stable ia64 keywordsMatt Turner2020-04-031-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-libs/ppl: drop oldSergei Trofimovich2020-04-012-61/+0
| | | | | Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* */*: Discontinue Gentoo SuperH portMikle Kolyada2020-03-263-3/+3
| | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --ignore-arches Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* */*: [QA] Remove redundant --docdir/--htmldirDavid Seifert2020-02-231-2/+1
| | | | | Closes: https://github.com/gentoo/gentoo/pull/14742 Signed-off-by: David Seifert <soap@gentoo.org>
* */*: Bump copyright on files touched this yearMichał Górny2020-02-112-2/+2
| | | | | | | Update the copyright notice on all files that were touched since January 1st but did not have the notice updated. Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Drop stable alpha keywordsMatt Turner2020-01-252-2/+2
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-libs/ppl: bump up to EAPI=7Sergei Trofimovich2019-11-101-0/+47
| | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-libs/ppl: add RESTRICT="!test? ( test )"Sergei Trofimovich2019-11-102-0/+4
| | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-libs/ppl: drop old dev-libs/cloog-ppl blockerSergei Trofimovich2019-11-102-6/+4
| | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-libs: Remove *-fbsd KEYWORDSMichał Górny2019-10-112-2/+2
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-libs/ppl: drop to ~arm64Mart Raudsepp2018-05-121-1/+1
| | | | | | | | Only sci-mathematics/polymake uses this, and we don't have that even ~arm64 keyworded, so drop unnecessary ppl from stable instead of catching up in version with other architectures. Package-Manager: Portage-2.3.28, Repoman-2.3.9
* */*: Remove sparc-fbsd keywordsMichał Górny2018-01-232-4/+4
|
* dev-libs/*: Update Manifest hashesMichał Górny2017-12-091-2/+2
|
* dev-libs/ppl: Remove old EAPI3Harri Nieminen2017-12-023-125/+0
| | | | | Package-Manager: Portage-2.3.16, Repoman-2.3.6 Closes: https://github.com/gentoo/gentoo/pull/6384
* dev-libs/ppl: stable for x86, bug 632277Andreas K. Hüttel2017-10-251-1/+1
| | | | | | | All tests pass. Last arch, closing. Closes: https://bugs.gentoo.org/632277 Package-Manager: Portage-2.3.12, Repoman-2.3.3
* dev-libs/ppl: Stable on amd64Manuel Rüger2017-10-241-1/+1
| | | | Package-Manager: Portage-2.3.12, Repoman-2.3.3
* dev-libs/ppl: arm stable, bug #632277Markus Meier2017-10-231-1/+1
| | | | | Package-Manager: Portage-2.3.8, Repoman-2.3.3 RepoMan-Options: --include-arches="arm"