Commit Graph

37 Commits

Author SHA1 Message Date
Paul Zander
e07d695d5d */*: Add := to virtual/zlib deps
Add := to virtual/zlib deps, part 1

Done via:

```
git grep -l virtual/zlib$ | xargs sed -i -e 's@virtual/zlib$@&:=@'
```

Add := to virtual/zlib deps

Done via:

```
git grep -l 'virtual/zlib ' |
  xargs sed -i -e 's@virtual/zlib @virtual/zlib:= @g'
```

Unify virtual/zlib:0= to virtual/zlib:=

Done via:

```
git grep -l 'virtual/zlib:0=' |
  xargs sed -i -e 's@virtual/zlib:0=@virtual/zlib:=@g'
```

Add := to virtual/zlib deps, part 3

Done via:

```
git grep -l 'virtual/zlib:0' |
  xargs sed -i -e 's@virtual/zlib:0@virtual/zlib:=@g'
git grep -l 'virtual/zlib:=/' |
  xargs sed -i -e 's@virtual/zlib:=/@virtual/zlib:0/@g'
```

Add := to virtual/zlib deps, part 4

Done via:

```
git grep -l 'virtual/zlib\[' |
  xargs sed -i -e 's@virtual/zlib\[@virtual/zlib:=\[@g'
```

Use := on virtual/zlib deps, part 5

Done via:

```
git grep -l 'virtual/zlib-' |
  xargs sed -i -r -e 's@virtual/zlib-[0-9.]*(-r[0-9]*)?@&:=@g'
git grep -l 'virtual/zlib-' | xargs sed -i -e 's@:=:=@:=@g'
pkgcheck scan --commits \
  -c SourcingCheck,VisibilityCheck,DependencyCheck --exit error
```

Use := on virtual/zlib deps, part 6

Done via:

```
git grep -l 'virtual/zlib"' | xargs sed -i -e 's@virtual/zlib"@virtual/zlib:="@'
```

Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com>
2025-11-18 17:53:08 +01:00
Paul Zander
c23791504e */*: update for virtual/zlib
Update done using:

```
git grep -l sys-libs/zlib sys-* | xargs sed -i -e s@sys-libs/zlib@virtual/zlib@g
git grep -l virtual/zlib-ng sys-* | xargs sed -i -e s@virtual/zlib-ng@sys-libs/zlib-ng@g
git diff --name-only | xargs copybump
git diff --name-only | xargs grep -l PYTHON_COMPAT | xargs gpy-impl -@dead
pkgcheck scan --commits -c SourcingCheck,VisibilityCheck --exit error
```

Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com>
2025-11-16 23:26:20 +01:00
Anna (cybertailor) Vyalkova
bb0aae8ad3 */*: disable py3.10
Python 3.10 target is scheduled for removal in Gentoo:
https://public-inbox.gentoo.org/gentoo-dev/e6ca9f1f4ababb79ab2a3d005c39b483c3ecef6e.camel@gentoo.org/

Sphinx 8.2.0 already dropped support for CPython 3.10 and PyPy 3.10,
leading to multiple CI failures in ::guru.

We can safely remove this target, because GURU is "experimental" and
does not have stable keywords.

Let's not remove "pypy3" right now because
a) There are not many packages using it.
b) So we can see which packages supported PyPy 3.10, and test them with
   PyPy 3.11.

Closes: https://github.com/gentoo/guru/pull/291
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
2025-02-21 17:51:14 +05:00
Abdelrahman Sarhan
17d3645a5b games-fps/crispy-doom: Fixed CFLAGS bug
Fixed bug where CFLAGS doesn't respect make.conf settings.

Signed-off-by: Abdelrahman Sarhan <abdulrahmanayman1@gmail.com>
2024-10-22 15:30:20 -04:00
Abdelrahman Sarhan
22675716b6 Revert "games-fps/crispy-doom: Fixed configure.ac overwriting CFLAGS and LDFLAGS"
Found a better fix.
This reverts commit 2aee9b2b00.

Signed-off-by: Abdelrahman Sarhan <abdulrahmanayman1@gmail.com>
2024-10-22 15:30:02 -04:00
Abdelrahman Sarhan
2aee9b2b00 games-fps/crispy-doom: Fixed configure.ac overwriting CFLAGS and LDFLAGS
Signed-off-by: Abdelrahman Sarhan <abdulrahmanayman1@gmail.com>
2024-10-21 19:40:28 -04:00
Julien Roy
5d16d6097f games-fps/crispy-doom: drop to maintainer-needed
Requested by the maintainer by email

Signed-off-by: Julien Roy <julien@jroy.ca>
2024-05-15 08:41:21 -04:00
Julien Roy
890feb9645 games-fps/crispy-doom: enable py3.12, py3.13
Closes: https://bugs.gentoo.org/931450
Signed-off-by: Julien Roy <julien@jroy.ca>
2024-05-14 20:44:43 -04:00
Lucio Sauer
d6ae7d0c07 games-*/*: fix variable order
I manually went through some entries for `pkgcheck scan -c
VariableOrderCheck`.

Misc updates:
UnusedEclassesCheck
RESTRICT+=" .." -> RESTRICT=".."

Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
Signed-off-by: Julien Roy <julien@jroy.ca>
2024-05-13 18:18:20 -04:00
Anna (cybertailor) Vyalkova
12088906c5 */*: drop dead py3.9 impl
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
2023-05-02 00:45:35 +05:00
William Breathitt Gray
302a5890e7 games-fps/crispy-doom: add 6.0
Signed-off-by: William Breathitt Gray <william.gray@linaro.org>
2023-04-02 09:35:22 -04:00
Anna (cybertailor) Vyalkova
41008d715c */*: drop dead py3.8 impl
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
2023-03-12 17:53:56 +05:00
Anna (cybertailor) Vyalkova
1e95f22062 */*: update metadata schema uri
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
2023-03-04 18:56:32 +05:00
William Breathitt Gray
9a0ad8dd10 games-fps/crispy-doom: drop 5.10.2, 5.10.3, 5.11.1
Closes: https://bugs.gentoo.org/897614
Signed-off-by: William Breathitt Gray <william.gray@linaro.org>
2023-02-26 13:02:14 -05:00
Andrew Ammerlaan
6cfb378fdd games-fps/crispy-doom: drop 5.10.0, 5.10.1
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
2023-01-14 20:04:16 +01:00
William Breathitt Gray
ea524f8618 games-fps/crispy-doom: add 5.12.0
Signed-off-by: William Breathitt Gray <william.gray@linaro.org>
2022-09-08 12:17:24 -04:00
William Breathitt Gray
c236c365b1 games-fps/crispy-doom: Version bump to 5.11.1
Signed-off-by: William Breathitt Gray <vilhelm.gray@gmail.com>
2022-02-12 16:09:19 +09:00
James Beddek
02b1f0a9ea */*: drop dead python impls
Signed-off-by: James Beddek <telans@posteo.de>
2021-10-09 22:30:09 +13:00
William Breathitt Gray
e38d596b80 games-fps/crispy-doom: Bump to version 5.10.3
Signed-off-by: William Breathitt Gray <vilhelm.gray@gmail.com>
2021-08-18 07:49:47 +09:00
William Breathitt Gray
05fbaf103d games-fps/crispy-doom: [QA] unconditionally install completion files
QA policy [0] says that we don't conditionalise installation of
small files. It's a wasteful rebuild and inconsistent across packages
for when users desire completions to be available.

[0] https://projects.gentoo.org/qa/policy-guide/installed-files.html#pg0301
Signed-off-by: William Breathitt Gray <vilhelm.gray@gmail.com>
2021-08-11 09:04:09 +09:00
William Breathitt Gray
38c6be0c3d games-fps/crispy-doom: Bump to version 5.10.2
Signed-off-by: William Breathitt Gray <vilhelm.gray@gmail.com>
2021-08-10 21:23:47 +09:00
Anna Vyalkova
0ecbff5176 games-fps/crispy-doom: drop 5.9.0, 5.9.1, 5.9.2
Signed-off-by: Anna Vyalkova <cyber+gentoo@sysrq.in>
2021-05-25 13:06:52 +05:00
William Breathitt Gray
3f8b301954 games-fps/crispy-doom: Version bump to 5.10.1
Signed-off-by: William Breathitt Gray <vilhelm.gray@gmail.com>
2021-03-25 08:46:55 +09:00
Michele Santullo
fa1378ce63 dev-lang/wren: fix backslash in generated pc file
Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --force
Signed-off-by: Michele Santullo <m.santullo@posteo.net>
2021-02-10 23:56:12 +01:00
William Breathitt Gray
9f5f242e0d games-fps/crispy-doom: Version bump to 5.10.0
Signed-off-by: William Breathitt Gray <vilhelm.gray@gmail.com>
2021-01-12 18:59:48 +09:00
William Breathitt Gray
8f45f02b7b games-fps/crispy-doom: Version bump to 5.9.2
Signed-off-by: William Breathitt Gray <vilhelm.gray@gmail.com>
2020-09-22 08:42:34 -04:00
William Breathitt Gray
03d93e5440 games-fps/crispy-doom: Version bump to 5.9.1
Signed-off-by: William Breathitt Gray <vilhelm.gray@gmail.com>
2020-09-04 08:51:42 -04:00
William Breathitt Gray
d15be3e531 games-fps/cripsy-doom: Version bump to 5.9.0
Bug: https://bugs.gentoo.org/729216
Signed-off-by: William Breathitt Gray <vilhelm.gray@gmail.com>
2020-08-19 08:34:56 -04:00
William Breathitt Gray
58b6854ffb games-fps/crispy-doom: Version bump to 5.8.0
The truecolor USE flag is introduced for experimental true-color
rendering.

Signed-off-by: William Breathitt Gray <vilhelm.gray@gmail.com>
2020-05-12 10:08:29 -04:00
Andrew Ammerlaan
78dae3d934 games-fps/crispy-doom: version bump 5.7.2
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
2020-04-12 18:00:44 +02:00
Andrew Ammerlaan
75b8db2bec games-fps/crispy-doom: remove py2_7 and py3_5 add py3_8
Package-Manager: Portage-2.3.93, Repoman-2.3.20
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
2020-03-13 15:33:33 +01:00
William Breathitt Gray
2156bb455e games-fps/crispy-doom: Remove pkg_* definitions
The pkg_preinst, pkg_postinst, and pkg_postrm are already overloaded by
the xdg eclass.

Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: William Breathitt Gray <vilhelm.gray@gmail.com>
2019-06-11 19:06:59 +09:00
William Breathitt Gray
377e0d4a5e games-fps/crispy-doom: Remove pillow dependency
Icons and fonts are provided prebuilt, so pillow module dependency is
not necessary.

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: William Breathitt Gray <vilhelm.gray@gmail.com>
2019-05-21 11:16:55 +09:00
William Breathitt Gray
103fbab9ab games-fps/crispy-doom: Utilize python_gen_any_dep
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: William Breathitt Gray <vilhelm.gray@gmail.com>
2019-05-18 18:16:16 +09:00
William Breathitt Gray
337b5173dd games-fps/crispy-doom: python is a BDEPEND dependency
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: William Breathitt Gray <vilhelm.gray@gmail.com>
2019-05-18 17:55:31 +09:00
William Breathitt Gray
97477d52fa games-fps/crispy-doom: Remove unnecessary bash-completion dependency
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: William Breathitt Gray <vilhelm.gray@gmail.com>
2019-05-17 16:54:47 +09:00
William Breathitt Gray
7c27a9e85e games-fps/crispy-doom: New package
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: William Breathitt Gray <vilhelm.gray@gmail.com>
2019-05-16 11:31:38 +09:00