summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* */*: inline mirror://sourceforgeLucio Sauer12 days2-6/+6
| | | | | | | bump copyright of touched ebuilds to 2024 Signed-off-by: Lucio Sauer <watermanpaint@posteo.net> Signed-off-by: Michał Górny <mgorny@gentoo.org>
* games-simulation/simutrans: make midi support optionaltastytea2023-10-112-0/+110
| | | | | | | Closes: https://bugs.gentoo.org/913715 Signed-off-by: tastytea <gentoo@tastytea.de> Closes: https://github.com/gentoo/gentoo/pull/32693 Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* games-simulation/simutrans: drop 0.122.0-r1Ronny (tastytea) Gutbrod2022-08-284-139/+0
| | | | | | Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de> Closes: https://github.com/gentoo/gentoo/pull/26777 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* games-simulation/simutrans: append -fno-strict-aliasingRonny (tastytea) Gutbrod2022-08-281-0/+1
| | | | | | Closes: https://bugs.gentoo.org/859229 Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* games-simulation/simutrans: silence svn and git warningsRonny (tastytea) Gutbrod2022-08-282-0/+48
| | | | | | | | | | | | | This commit sets svn to 0 and removes the check. The check could never have been 1, because we are not in an svn. For the same reason it also sets GIT_HASH to nothing instead of trying to run git. The svn revision is supplied in the ebuild, because it is needed for network games. Closes: https://bugs.gentoo.org/859226 Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* games-simulation/simutrans: drop 123.0.1Ronny (tastytea) Gutbrod2022-06-211-106/+0
| | | | | | Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de> Closes: https://github.com/gentoo/gentoo/pull/25857 Signed-off-by: Florian Schmaus <flow@gentoo.org>
* games-simulation/simutrans: require sdl of fluidsynth dependencyRonny (tastytea) Gutbrod2022-06-211-0/+106
| | | | | | Closes: https://bugs.gentoo.org/851114 Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de> Signed-off-by: Florian Schmaus <flow@gentoo.org>
* games-simulation/simutrans: Keyword 123.0.1 arm64, #827296Arthur Zamarin2022-04-271-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* games-simulation/simutrans: Fix language pack URLRonny (tastytea) Gutbrod2022-02-243-4/+7
| | | | | | | | | The original URL is not versioned. Closes: https://bugs.gentoo.org/833987 Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de> Closes: https://github.com/gentoo/gentoo/pull/24333 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* games-simulation/simutrans: Version bump 123.0.1Ronny (tastytea) Gutbrod2022-02-243-0/+109
| | | | | | | | | | - Switched to upstream versioning (no idea why we prefixed it with 0) - All PakSets but the default one are now in games-simulation/simutrans-paksets to make updating them without recompiling simutrans possible Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* games-simulation/simutrans: Drop -* from KEYWORDSRonny (tastytea) Gutbrod2021-11-261-2/+2
| | | | | | | | | Reason unclear, apparently not needed. Bug: https://bugs.gentoo.org/827296 Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de> Closes: https://github.com/gentoo/gentoo/pull/23084 Signed-off-by: Sam James <sam@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>
* */*: 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>
* games-simulation/simutrans: fix desktop fileChristopher Head2020-10-282-0/+1
| | | | | | Signed-off-by: Christopher Head <chead@chead.ca> Closes: https://github.com/gentoo/gentoo/pull/18041 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* games-simulation/simutrans: Delete old ebuild.Ronny (tastytea) Gutbrod2020-10-233-163/+0
| | | | | | | | | | | | It doesn't compile since 2018. Bug: https://bugs.gentoo.org/664634 Bug: https://bugs.gentoo.org/724470 Bug: https://bugs.gentoo.org/739360 Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de> Closes: https://github.com/gentoo/gentoo/pull/15314 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* games-simulation/simutrans: Version bump 0.122.0.Ronny Gutbrod2020-10-235-2/+156
| | | | | | | | | | | | | Also add a Desktop Entry and all the maintained paksets (scenario data) via use-flags. Closes: https://bugs.gentoo.org/668504 Closes: https://bugs.gentoo.org/636324 Closes: https://bugs.gentoo.org/664634 Closes: https://bugs.gentoo.org/724470 Closes: https://bugs.gentoo.org/739360 Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de> Signed-off-by: Michał Górny <mgorny@gentoo.org>
* games-simulation/simutrans: remove unused patchesMichael Mair-Keimberger2017-12-232-178/+0
|
* games-simulation/simutrans: Remove oldDavid Seifert2017-12-214-178/+0
| | | | Package-Manager: Portage-2.3.16, Repoman-2.3.6
* games-simulation/*: Update Manifest hashesMichał Górny2017-12-101-7/+7
|
* 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-simulation/simutrans: Fixed broken rm call in src_prepare.Lars Wendler2017-07-051-6/+4
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* games-simulation/simutrans: version bump.Sergey Alirzaev2017-06-303-0/+164
| | | | Closes: https://github.com/gentoo/gentoo/pull/4882
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-283-3/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* games-simulation/simutrans: fix missing text filesAustin English2016-09-153-2/+72
| | | | | | | | | | | Also remove deprecated games eclass Also update to EAPI 6 Gentoo-Bug: https://bugs.gentoo.org/580948 Gentoo-Bug: https://bugs.gentoo.org/574082 Package-Manager: portage-2.3.0
* games-simulation/simutrans: version bumpMichael Sterrett2016-03-313-0/+145
| | | | 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.
* 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/+153
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