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>
* games-arcade/oshu: fix variable referencesSam James2021-04-032-4/+4
| | | | | Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2 Signed-off-by: Sam James <sam@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-arcade/oshu: Fix testsHaelwenn (lanodan) Monnier2020-04-042-8/+8
| | | | | | | Turn out it was failing because cmake.eclass calls ctest directly Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* games-arcade/oshu: Add live ebuildHaelwenn (lanodan) Monnier2020-03-311-0/+55
| | | | | Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* games-arcade/oshu: Version clean, 2.0.0Haelwenn (lanodan) Monnier2020-03-312-63/+0
| | | | | Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* games-arcade/oshu: Version bump, 2.0.1Haelwenn (lanodan) Monnier2020-03-312-0/+56
| | | | | Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* games-arcade/oshu: remove version 1.6.0Haelwenn (lanodan) Monnier2018-04-052-27/+0
|
* games-arcade/oshu: version bump (2.0.0)Haelwenn (lanodan) Monnier2018-04-054-0/+101
| | | | Closes: https://github.com/gentoo/gentoo/pull/7533
* games-arcade/oshu: add pango to list of dependencies.Haelwenn (lanodan) Monnier2018-03-011-0/+1
|
* games-arcade/oshu: depend on libSDL2-2.0.5.Haelwenn (lanodan) Monnier2018-03-011-1/+1
| | | | Closes: https://github.com/gentoo/gentoo/pull/7328
* games-arcade/oshu: new package.Haelwenn (lanodan) Monnier2018-02-273-0/+37
osu! is that PC clone of the osu! Tatakae! Ouendan DS rhythm game, occidentalized as Elite Beat Agents. Closes: https://bugs.gentoo.org/648642 Closes: https://github.com/gentoo/gentoo/pull/7275