summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* games-puzzle/brainworkshop: drop 5.0.2_p20230115Ionen Wolkens2024-03-202-51/+0
| | | | | | This snapshot is identical to 5.0.3, no reason to keep it. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-puzzle/brainworkshop: add 5.0.3, enable py3.12Ionen Wolkens2024-03-202-0/+52
| | | | | | | | | | | | | Note that this is 100% identical to the snapshot we we using for 5.0.2_p20230115 (not a single commit since), only difference is that it's officially released and we can use the tag. At same time, has no tests but py3.12 "seems" usable from quickly trying runtime. I say usable given it's not perfect, it startups more slowly and emits a warning, but beyond that it seems to run normally so think it's fine to add it. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-puzzle/brainworkshop: drop 5.0.2Ionen Wolkens2023-01-272-49/+0
| | | | | | Broken with current pyglet. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-puzzle/brainworkshop: add 5.0.2_p20230115Ionen Wolkens2023-01-272-0/+51
| | | | | | | | | Includes non-trivial fixes for pyglet-2.x, do snapshot for simplicity and avoiding pinning. Also enable py3.11, seems to work fine. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* */*: remove py3.8 from PYTHON_COMPATDavid Seifert2023-01-141-2/+2
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* games-puzzle/brainworkshop: enable py3.10Ionen Wolkens2022-02-111-2/+2
| | | | | | | Takes a bit longer to startup with py3.10 for some reason, but beyond that seems to work as expected. Signed-off-by: Ionen Wolkens <ionen@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>
* games-puzzle/brainworkshop: drop 5_beta20200310Ionen Wolkens2021-06-023-69/+0
| | | | | | beta and didn't work out of the box, no sense in keeping Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-puzzle/brainworkshop: add 5.0.2Ionen Wolkens2021-06-023-0/+56
| | | | | | | | | | | | - add python3_9 - update HOMEPAGE/SRC_URI - update LICENSE (upstream clarified they use GPL-2+) - use upstream's newly provided .desktop edos2unix no longer needed, .py is provided over .pyw Closes: https://bugs.gentoo.org/776814 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-puzzle/brainworkshop: update github remote-idIonen Wolkens2021-06-021-1/+1
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-puzzle/brainworkshop: eutils->edos2unixSam James2021-04-041-2/+3
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* games-puzzle/brainworkshop: Bump to 20200310 snapshot, drop oldJames Le Cuirot2020-04-203-41/+18
| | | | | | Closes: https://bugs.gentoo.org/718314 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* games-puzzle/brainworkshop: Drop old and broken 4.8.4James Le Cuirot2018-07-243-75/+0
| | | | Package-Manager: Portage-2.3.43, Repoman-2.3.10
* games-puzzle/brainworkshop: Version bump to 5_beta20180712James Le Cuirot2018-07-244-0/+92
| | | | | | | This has a new upstream. Closes: https://bugs.gentoo.org/654510 Package-Manager: Portage-2.3.43, Repoman-2.3.10
* games-puzzle/*: Update Manifest hashesMichał Górny2017-12-101-1/+1
|
* games-*/*: Remove stable keywordsDavid Seifert2017-11-181-1/+1
| | | | | | Gentoo currently does not have the manpower to maintain a ton of stable games packages. Closes: https://github.com/gentoo/gentoo/pull/5404
* games-puzzle/brainworkshop: [QA] Add missing python metadata variablesDavid Seifert2017-04-231-1/+2
| | | | Package-Manager: Portage-2.3.5, Repoman-2.3.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>
* 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.
* 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-084-0/+83
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