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>
* */*: 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-fps/redeclipse: fix libsdl -> libsdl2 depSam James2021-01-092-6/+6
| | | | | | Closes: https://bugs.gentoo.org/751247 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
* games-fps/redeclipse: bump up to 2.0.0Jack Todaro2020-07-242-0/+82
| | | | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Jack Todaro <solpeth@posteo.org> Closes: https://github.com/gentoo/gentoo/pull/16633 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* games-fps/redeclipse: use HTTPSMichael Mair-Keimberger2018-05-111-1/+1
|
* games-fps/redeclipse: fix dosym and wrapper, fix bug 647170Rob Levitsky2018-02-112-3/+2
| | | | | | | | | | Fixed dosym syntax to install the symlink in the correct location. Fixed wrapper script conditional to evaluate script call name correctly. Closes: https://bugs.gentoo.org/647170 Closes: https://github.com/gentoo/gentoo/pull/7142 Package-Manager: Portage-2.3.19, Repoman-2.3.6
* games-fps/redeclipse: fix missing manual error, fix bug 646708Rob Levitsky2018-02-061-3/+3
| | | | | | | | | The symlink creation step uses a change directory command which breaks the call to dodoc. Simply reversing the order solves the problem. Closes: https://bugs.gentoo.org/646708 Package-Manager: Portage-2.3.19, Repoman-2.3.6 Closes: https://github.com/gentoo/gentoo/pull/7100
* games-fps/redeclipse: revision bump, fix installationRob Levitsky2018-02-012-1/+15
| | | | | | | | | This revision fixes the incorrect installation of the desktop file entry, and provides a wrapper script to address the runtime problem introduced by no longer using EAPI 5's games installation paths. Package-Manager: Portage-2.3.19, Repoman-2.3.6 Closes: https://github.com/gentoo/gentoo/pull/6979
* games-fps/redeclipse: new package.Rob Levitsky2018-01-273-0/+99
Red Eclipse is first-person ego-shooter, built as a total conversion of Cube Engine 2. Closes: https://bugs.gentoo.org/363413 Closes: https://github.com/gentoo/gentoo/pull/6943 Package-Manager: Portage-2.3.19, Repoman-2.3.6