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-fps/freedoom-data: Add png USE requirement for deutex dependencyWilliam Breathitt Gray2021-07-291-2/+2
| | | | | | Closes: https://bugs.gentoo.org/804882 Signed-off-by: William Breathitt Gray <vilhelm.gray@gmail.com> Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-fps/freedoom-data: Add Python 3.10 to PYTHON_COMPATWilliam Breathitt Gray2021-07-071-2/+1
| | | | | | | | Also removed superfluous eapply_user. Signed-off-by: William Breathitt Gray <vilhelm.gray@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/21545 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-fps/freedoom-data: Add Pillow zlib dependencyWilliam Breathitt Gray2021-07-071-3/+3
| | | | | Signed-off-by: William Breathitt Gray <vilhelm.gray@gmail.com> Signed-off-by: Ionen Wolkens <ionen@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>
* */*: Normalize metadata.xml filesMichał Górny2021-03-161-1/+1
| | | | | | | | | | | Normalize quoting, replace '>' with entities, replace unnecessary entities, remove trailing empty lines. Done via: find -name metadata.xml -exec xml ed -P -L -d //none {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
* games-fps/freedoom-data: Add PYTHON_COMPAT=python3_9William Breathitt Gray2021-03-051-1/+1
| | | | | | Closes: https://bugs.gentoo.org/774285 Signed-off-by: William Breathitt Gray <vilhelm.gray@gmail.com> Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* games-fps/freedoom-data: Add PYTHON_COMPAT=python3_8William Breathitt Gray2020-10-011-1/+1
| | | | | | Closes: https://bugs.gentoo.org/745738 Signed-off-by: William Breathitt Gray <vilhelm.gray@gmail.com> Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* */*: Clean PYTHON_COMPAT of obsolete implsMichał Górny2020-01-051-2/+2
| | | | | Closes: https://github.com/gentoo/gentoo/pull/14246 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* games-fps/freedoom-data: Drop old 0.12.0James Le Cuirot2019-11-072-55/+0
| | | | | Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* games-fps/freedoom-data: Version bump to 0.12.1William Breathitt Gray2019-11-072-0/+58
| | | | | | | | Closes: https://bugs.gentoo.org/699268 Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: William Breathitt Gray <vilhelm.gray@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/13540 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* games-fps/freedoom-data: Drop old 0.11.3-r2James Le Cuirot2019-10-124-104/+0
| | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* games-fps/freedoom-data: version bump to 0.12.0William Breathitt Gray2019-10-122-0/+55
| | | | | | | | Closes: https://bugs.gentoo.org/697430 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: William Breathitt Gray <vilhelm.gray@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/13251 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* games-fps/freedoom-data: Add ~arm keyword wrt bug #687800Mikle Kolyada2019-09-151-1/+1
| | | | | | Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="arm" Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* games-fps/freedoom-data: Drop old 0.11.3-r1James Le Cuirot2019-09-071-57/+0
| | | | | Package-Manager: Portage-2.3.75, Repoman-2.3.17 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* games-fps/freedoom-data: Set DOOMWADPATH in freedoom launch scriptWilliam Breathitt Gray2019-09-072-0/+99
| | | | | | | Package-Manager: Portage-2.3.73, Repoman-2.3.17 Signed-off-by: William Breathitt Gray <vilhelm.gray@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/12871 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* games-fps/freedoom-data: Drop oldWilliam Breathitt Gray2019-09-052-30/+0
| | | | | | | | | Now that we can build Freedoom from source, we no longer need to provide the prebuilt WADs. Package-Manager: Portage-2.3.73, Repoman-2.3.17 Signed-off-by: William Breathitt Gray <vilhelm.gray@gmail.com> Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* games-fps/freedoom-data: Build from sourceWilliam Breathitt Gray2019-09-053-0/+62
| | | | | | | | Closes: https://bugs.gentoo.org/687676 Package-Manager: Portage-2.3.68, Repoman-2.3.15 Signed-off-by: William Breathitt Gray <vilhelm.gray@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/12839 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* games-fps/freedoom-data: New packageWilliam Breathitt Gray2019-06-183-0/+72
Package-Manager: Portage-2.3.67, Repoman-2.3.14 Signed-off-by: William Breathitt Gray <vilhelm.gray@gmail.com> Signed-off-by: James Le Cuirot <chewi@gentoo.org>