Commit Graph

11 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
Esteve Varela Colominas
23c11754b4 media-sound/tenacity: Fix for GCC 15
Signed-off-by: Esteve Varela Colominas <esteve.varela@gmail.com>
2025-10-06 23:16:18 +02:00
Bryce Copeland (truffle)
3d547c6720 media-sound/tenacity: add 1.3.4-r4, drop 1.3.4, 1.3.4-r1, 1.3.4-r3
Bug: https://bugs.gentoo.org/961756
Signed-off-by: Bryce Copeland (truffle) <truffle074@gmail.com>
2025-09-04 00:06:02 +10:00
Bryce Copeland
050c1b679d media-sound/tenacity: add 1.3.4-r3, drop 1.3.4-r2
Closes: https://bugs.gentoo.org/961756
Signed-off-by: Bryce Copeland <truffle074@gmail.com>
2025-09-01 14:45:18 +10:00
Bryce Copeland
66569f7eb2 media-sound/tenacity: add 1.3.4-r2
Closes: https://bugs.gentoo.org/961756
Signed-off-by: Bryce Copeland <truffle074@gmail.com>
2025-09-01 01:52:38 +10:00
Bryce Copeland
ced132ba8c media-sound/tenacity: add 1.3.4-r1
had to redo dependencies, lots of issues with original ones.
main bug was due to me mixing up portaudio and portsmf,
but going back through the build file i found multiple cases
where the projects documentation doesn't match CMakeLists

Closes: https://bugs.gentoo.org/961757
Signed-off-by: Bryce Copeland <truffle074@gmail.com>
2025-08-20 03:57:33 +10:00
Bryce Copeland
c24cbb617c media-sound/tenacity: new package, add 1.3.4
Signed-off-by: Bryce Copeland <truffle074@gmail.com>
2025-08-13 19:30:35 +10:00
Arthur Zamarin
589559e4a0 media-sound/tenacity: temporarily remove package
As upstream recommends, we should not package tenacity yet.
https://github.com/tenacityteam/tenacity/issues/90#issuecomment-901975429

Bug: https://bugs.gentoo.org/810481
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2021-09-20 21:26:23 +03:00
Ryan Fox
d7cdcb0d12 media-sound/tenacity: Fix libnyquist install
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Ryan Fox <flewkey@2a03.party>
2021-09-19 22:47:39 -07:00
Ryan Fox
8bd110a3b6 media-sound/tenacity: New package
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Ryan Fox <flewkey@2a03.party>
2021-09-19 18:48:26 -07:00