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>
* dev-lang/yap: compile JPL without depending on AWTKeri Harris2021-06-262-2/+2
| | | | | | Closes: https://bugs.gentoo.org/792717 Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Keri Harris <keri@gentoo.org>
* dev-lang/yap: fix docinto argument (avoid double 'prefix')Sam James2021-05-281-4/+7
| | | | | Signed-off-by: Sam James <sam@gentoo.org> Signed-off-by: David Seifert <soap@gentoo.org>
* dev-lang/yap: support Python 3.9Keri Harris2021-05-241-1/+1
| | | | | Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Keri Harris <keri@gentoo.org>
* dev-lang/yap: migrate to cmake.eclassKeri Harris2021-05-151-9/+6
| | | | | Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Keri Harris <keri@gentoo.org>
* dev-lang/yap: update JDK dependencyKeri Harris2021-05-021-1/+1
| | | | | Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Keri Harris <keri@gentoo.org>
* dev-lang/yap: eutils--Sam James2021-04-161-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* */*: Remove obsolete values from PYTHON_COMPATMichał Górny2021-01-311-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-lang/yap: remove old versionKeri Harris2021-01-182-127/+0
| | | | | Package-Manager: Portage-3.0.4, Repoman-2.3.22 Signed-off-by: Keri Harris <keri@gentoo.org>
* dev-lang/yap: support for GCC 10Keri Harris2021-01-071-1/+1
| | | | | Package-Manager: Portage-3.0.4, Repoman-2.3.22 Signed-off-by: Keri Harris <keri@gentoo.org>
* dev-lang/yap: work around broken YAP with fno-commonKeri Harris2021-01-071-1/+1
| | | | | Package-Manager: Portage-3.0.4, Repoman-2.3.22 Signed-off-by: Keri Harris <keri@gentoo.org>
* dev-lang/yap: stabilize 6.3.4 x86, #764059Keri Harris2021-01-071-1/+1
| | | | | Package-Manager: Portage-3.0.4, Repoman-2.3.22 Signed-off-by: Keri Harris <keri@gentoo.org>
* dev-lang/yap: Stabilize 6.3.4 amd64, #764059Sam James2021-01-071-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-lang/yap: correctly specify PYTHON_REQUIRED_USEKeri Harris2020-09-211-1/+1
| | | | | Package-Manager: Portage-3.0.4, Repoman-2.3.22 Signed-off-by: Keri Harris <keri@gentoo.org>
* dev-lang/yap: QA fixupsKeri Harris2020-09-201-10/+12
| | | | | Package-Manager: Portage-3.0.4, Repoman-2.3.22 Signed-off-by: Keri Harris <keri@gentoo.org>
* dev-lang/yap: version bumpKeri Harris2020-09-203-0/+133
| | | | | Package-Manager: Portage-3.0.4, Repoman-2.3.22 Signed-off-by: Keri Harris <keri@gentoo.org>
* dev-lang/yap: fix MYDDAS compiled with stdbool. Closes #720324Keri Harris2020-05-112-4/+4
| | | | | Signed-off-by: Keri Harris <keri@gentoo.org> Package-Manager: Portage-2.3.89, Repoman-2.3.11
* dev-lang/yap: remove old versionKeri Harris2019-11-062-119/+0
| | | | | Signed-off-by: Keri Harris <keri@gentoo.org> Package-Manager: Portage-2.3.76, Repoman-2.3.11
* dev-lang/yap: x86 stable (bug #690980)Thomas Deutschmann2019-08-111-1/+1
| | | | | Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* dev-lang/yap: stable on amd64. Bug #690980Keri Harris2019-08-031-1/+1
| | | | | Signed-off-by: Keri Harris <keri@gentoo.org> Package-Manager: Portage-2.3.69, Repoman-2.3.11
* dev-lang/yap: consolidate YAP patchesKeri Harris2019-08-023-32/+4
| | | | | Signed-off-by: Keri Harris <keri@gentoo.org> Package-Manager: Portage-2.3.69, Repoman-2.3.11
* dev-lang/yap: Fix building against GCC 9David Seifert2019-06-232-1/+31
| | | | | | Closes: https://bugs.gentoo.org/686048 Package-Manager: Portage-2.3.67, Repoman-2.3.15 Signed-off-by: David Seifert <soap@gentoo.org>
* dev-lang/yap: Fix dependency, QA error and update EAPIBrian Evans2019-02-081-0/+124
| | | | | | | | Non-maintainer commit Bug: https://bugs.gentoo.org/665872 Package-Manager: Portage-2.3.59, Repoman-2.3.12 Signed-off-by: Brian Evans <grknight@gentoo.org>
* dev-lang/yap: drop ppc keywordsMatt Turner2018-09-171-1/+1
|
* dev-lang/yap: stream-trylock fixes for GCC-7Keri Harris2018-07-162-2/+2
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-lang/yap: patch CLPBN package for gcc 7Keri Harris2018-07-142-3/+3
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-lang/*: Update Manifest hashesMichał Górny2017-12-091-2/+2
|
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-281-1/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* dev-lang/yap: remove old versionsKeri Harris2017-01-083-221/+0
| | | | Package-Manager: portage-2.3.0
* dev-lang/yap: ppc stable wrt bug #576994Agostino Sarubbo2017-01-011-2/+2
| | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-lang/yap: x86 stable (bug #576994)Thomas Deutschmann2016-12-211-1/+1
| | | | Package-Manager: Portage-2.3.2, Repoman-2.3.1
* dev-lang/yap: disable outdated gecode bindings. Closes #590960Keri Harris2016-10-061-0/+1
| | | | Package-Manager: portage-2.3.0
* dev-lang/yap: avoid compile-time MPE-YAP interface redefinitions. Closes #589186Keri Harris2016-07-212-2/+2
| | | | Package-Manager: portage-2.2.26
* dev-lang/yap: do not build jpl docs as they are not installed and have been ↵Keri Harris2016-07-212-2/+2
| | | | | | superceded by pldocs Package-Manager: portage-2.2.26
* dev-lang/yap: fix gcc-5 compilation of swi-minisatKeri Harris2016-03-162-2/+2
| | | | Package-Manager: portage-2.2.26
* dev-lang/yap: always inline cp-float-unaligned instructions. Closes #577106Keri Harris2016-03-162-3/+3
| | | | Package-Manager: portage-2.2.26
* dev-lang/yap: differentiate between mysql & odbc during MYDDAS config checksKeri Harris2016-03-112-2/+8
| | | | Package-Manager: portage-2.2.26
* dev-lang/yap: 6.3.3 stable on amd64. #576994Keri Harris2016-03-101-1/+1
| | | | Package-Manager: portage-2.2.26
* dev-lang/yap: avoid missing SWI-YAP interface definitions with USE=-readlineKeri Harris2016-03-042-2/+2
| | | | Package-Manager: portage-2.2.26
* dev-lang/yap: avoid compile-time MPI-YAP interface redefinitionsKeri Harris2016-03-032-2/+2
| | | | Package-Manager: portage-2.2.26
* dev-lang/yap: provide clean YAP/SWI interfaceKeri Harris2016-02-202-2/+3
| | | | Package-Manager: portage-2.2.26
* dev-lang/yap: bump EAPI to 5; support compiling ODBC Prolog package on x86Keri Harris2016-02-142-7/+7
| | | | Package-Manager: portage-2.2.26
* Set appropriate maintainer types in metadata.xml (GLEP 67)Michał Górny2016-01-241-1/+1
|
* Replace all herds with appropriate projects (GLEP 67)Michał Górny2016-01-241-1/+4
| | | | | Replace all uses of herd with appropriate project maintainers, or no maintainers in case of herds requested to be disbanded.
* Unify quoting in metadata.xml files for machine processingMichał Górny2016-01-241-1/+1
| | | | | | | Force unified quoting in all metadata.xml files since lxml does not preserve original use of single and double quotes. Ensuring unified quoting before the process allows distinguishing the GLEP 67-related metadata.xml changes from unrelated quoting changes.
* 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-085-0/+342
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