Commit Graph

28 Commits

Author SHA1 Message Date
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
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
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
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
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
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
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
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
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
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