57 Commits

Author SHA1 Message Date
David Roman
68fbddeaec */*: drop py3.11 & remove dead py impls
Part-of: https://github.com/gentoo/guru/pull/447
Closes: https://github.com/gentoo/guru/pull/447
Signed-off-by: David Roman <stkw0@disroot.org>
2026-03-10 10:54:23 +01:00
Sebastian Engel
ace51ee8b5 net-nntp/nzb-monkey-go: add 0.2.1
Signed-off-by: Sebastian Engel <sighunter@gmx.de>
2026-02-04 10:53:01 +01:00
Sebastian Engel
5fa051a744 net-nntp/nzb-monkey-go: drop 0.1.17, 0.1.18
Signed-off-by: Sebastian Engel <sighunter@gmx.de>
2026-01-26 13:28:44 +01:00
Joe Kappus
ff23995bf7 net-nntp/pan: add 0.165, drop 0.163
Signed-off-by: Joe Kappus <joe@wt.gd>
2026-01-16 03:56:09 -05:00
Sebastian Engel
9c9cc3917b net-nntp/nzb-monkey-go: add 0.1.19
Signed-off-by: Sebastian Engel <sighunter@gmx.de>
2025-12-21 12:02:57 +01:00
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
Sebastian Engel
8ad96ca05c net-nntp/nzb-monkey-go: add 0.1.18
Signed-off-by: Sebastian Engel <sighunter@gmx.de>
2025-10-08 23:19:15 +02:00
Joe Kappus
43144d9dc1 net-nntp/pan: add 0.164, drop 0.162
Signed-off-by: Joe Kappus <joe@wt.gd>
2025-08-15 15:09:02 -04:00
Viorel Munteanu
d991dc8632 net-nntp/inn: add 2.7.3
Closes: https://bugs.gentoo.org/960942
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
2025-08-02 08:59:41 +03:00
Viorel Munteanu
322345c675 net-nntp/inn: update SRC_URI
The tarball is still available on github, add it as a backup source.

Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
2025-08-02 08:58:20 +03:00
Lucio Sauer
94660eb3fa */*: update dtd link in metadata.xml to https
gentoo.org 301's to https for a long time now.

Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
2025-07-13 13:13:35 +02:00
Joe Kappus
e52c2ab336 net-nntp/pan: add 0.163, drop 0.161
Signed-off-by: Joe Kappus <joe@wt.gd>
2025-05-27 12:07:46 -04:00
Sebastian Engel
a92f393a0e net-nntp/nzb-monkey-go: drop 0.1.16
Signed-off-by: Sebastian Engel <sighunter@gmx.de>
2025-05-25 23:59:48 +02:00
Sebastian Engel
0c03ae3d5c net-nntp/nzb-monkey-go: add 0.1.17
Signed-off-by: Sebastian Engel <sighunter@gmx.de>
2025-05-22 23:59:31 +02: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
Joe Kappus
bdcce9e82c net-nntp/pan: drop 0.159-r1, 0.160
Signed-off-by: Joe Kappus <joe@wt.gd>
2025-02-18 00:43:07 -05:00
Joe Kappus
3bf3dbef07 net-nntp/pan: add 0.162
Signed-off-by: Joe Kappus <joe@wt.gd>
2025-02-18 00:42:45 -05:00
Joe Kappus
25550a786c net-nntp/pan: add 0.161
Signed-off-by: Joe Kappus <joe@wt.gd>
2024-11-14 23:37:08 -05:00
Sebastian Engel
468ef344ac net-nntp/nzb-monkey-go: new package, add 0.1.16
Signed-off-by: Sebastian Engel <sighunter@gmx.de>
2024-11-07 16:06:55 +01:00
Joe Kappus
99cd34af6a net-nntp/pan: drop 0.158, 0.158-r1, 0.159
Signed-off-by: Joe Kappus <joe@wt.gd>
2024-08-30 02:57:28 -04:00
Joe Kappus
5100645160 net-nntp/pan: add 0.160
Signed-off-by: Joe Kappus <joe@wt.gd>
2024-08-30 02:56:23 -04:00
Vitaly Zdanevich
af456be219 */*: DoubleEmptyLine fix
Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly@ya.ru>
2024-07-19 16:05:57 +04:00
Joe Kappus
f6942cfedb net-nntp/pan: correct test restriction, relax clang linking
Am aware of https://wiki.gentoo.org/wiki/Project:Quality_Assurance/-Wl,-z,defs_and_-Wl,--no-allow-shlib-undefined

Will try to get this properly fixed soon, workaround now for clang users.

Bug: https://bugs.gentoo.org/933860
Signed-off-by: Joe Kappus <joe@wt.gd>
2024-06-10 02:29:29 -04:00
Joe Kappus
01f31c3b47 net-nntp/pan: revbump for RDEPEND, switch from local to eclass var.
Didn't revbump when I updated RDEPEND for QA, so doing it now.

Switching local build_dir to BUILD_DIR on feedback from antecrescent.
See-Also: ae98af00cb

Signed-off-by: Joe Kappus <joe@wt.gd>
2024-06-09 12:29:46 -04:00
Joe Kappus
2a0ce73a7d net-nntp/pan: disable tests
Since they fail and I hate cmake.

Closes: https://bugs.gentoo.org/933860
Signed-off-by: Joe Kappus <joe@wt.gd>
2024-06-09 04:04:45 -04:00
Joe Kappus
533bf8937f net-nntp/pan: drop 0.157
Signed-off-by: Joe Kappus <joe@wt.gd>
2024-06-08 03:27:16 -04:00
Joe Kappus
ae98af00cb net-nntp/pan: add missing dependencies
Closes: https://bugs.gentoo.org/933105
Signed-off-by: Joe Kappus <joe@wt.gd>
2024-06-08 03:26:46 -04:00
Joe Kappus
6ceba8f6a1 net-nntp/pan: add 0.159
Moved to cmake, ugly ebuild now.

Signed-off-by: Joe Kappus <joe@wt.gd>
2024-06-08 03:18:15 -04:00
Julien Roy
9a34256ead net-nntp/inn: enable py3.12, py3.13
Closes: https://bugs.gentoo.org/931471
Signed-off-by: Julien Roy <julien@jroy.ca>
2024-05-14 15:48:30 -04:00
Joe Kappus
9381134439 net-nntp/pan: drop 0.155, add 0.158, 0.158-r1 cmake testing, fixups
0.158-r1 is unkeyworded as not building, tracked bug in comment.

0.159 will drop autotools, so it's a priority to get working.

Signed-off-by: Joe Kappus <joe@wt.gd>
2024-04-16 06:41:35 -04:00
Joe Kappus
6781070458 net-nntp/pan: update maintainers
I mostly use my full name not my username on stuff.

Signed-off-by: Joe Kappus <joe@wt.gd>
2024-04-03 18:50:59 -04:00
Joe Kappus
4ba9a596a2 net-nntp/pan: drop 0.154-r1
Signed-off-by: Joe Kappus <joe@wt.gd>
2024-04-03 18:50:31 -04:00
Joe Kappus
97b91e01ae net-nntp/pan: add 0.157
There will be a -r1 at some point, upstream unfortunately moved to
cmake and this is the last release that supports autotools and cmake.

I will adapt it soon, but this bump is fully functional.

Signed-off-by: Joe Kappus <joe@wt.gd>
2024-04-03 18:48:30 -04:00
Leonardo Hernández Hernández
7fe9522c26 */*: remove BROOT from VERIFY_SIG_OPENPGP_KEY_PATH
Signed-off-by: Leonardo Hernández Hernández <leohdz172@proton.me>
2023-11-16 17:05:30 -06:00
Joe Kappus
7780bacc6c net-nntp/pan: add 0.155
Signed-off-by: Joe Kappus <joe@wt.gd>
2023-11-05 15:08:46 -05:00
Viorel Munteanu
9945d10952 */*: reassign cybertailor's packages
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
2023-10-05 17:04:11 +03:00
Joe Kappus
b47b5ba827 net-nntp/pan: update Manifest
Bug: https://bugs.gentoo.org/907252
Signed-off-by: Joe Kappus <joe@wt.gd>
2023-05-28 03:35:26 -04:00
Anna (cybertailor) Vyalkova
584208dd7d net-nntp/inn: drop 2.6.5
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
2023-05-11 17:54:35 +05: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
Anna (cybertailor) Vyalkova
0df98f9eae net-nntp/inn: add 2.7.1
Closes: https://bugs.gentoo.org/840499
Closes: https://bugs.gentoo.org/901343
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
2023-04-30 19:12:24 +05: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
4f4509a5bc net-nntp/inn: drop 2.6.4-r1
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
2023-02-25 04:32:30 +05:00
Joe Kappus
bbedf9eb6b net-nntp/pan: revision bump
Signed-off-by: Joe Kappus <joe@wt.gd>
2023-01-24 05:31:31 -05:00
Joe Kappus
4b99b63897 net-nntp/pan: fix configure
nls/gkr are use_enable, not use_with

Closes: https://bugs.gentoo.org/891703

Signed-off-by: Joe Kappus <joe@wt.gd>
2023-01-23 21:18:28 -05:00
Joe Kappus
1c41dd04cf net-nntp/pan: fix dependencies
Third time's the charm? Add BDEPEND/RDEPEND.

Signed-off-by: Joe Kappus <joe@wt.gd>
2023-01-17 15:10:38 -05:00
Joe Kappus
1ce9066f0c net-nntp/pan: use PV, fix DEPEND
Signed-off-by: Joe Kappus <joe@wt.gd>
2023-01-16 23:41:18 -05:00
Joe Kappus
a2389800ee net-nntp/pan: new package, add 0.154
Bug: https://bugs.gentoo.org/784266
Signed-off-by: Joe Kappus <joe@wt.gd>
2023-01-16 05:40:38 -05:00
Viorel Munteanu
b4cfa583d6 Move {virtual -> app-alternatives}/yacc
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
2022-12-06 07:43:50 +02:00
Anna (cybertailor) Vyalkova
1b514f815b net-nntp/inn: enable py3.11
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
2022-07-07 05:40:43 +05:00