Commit Graph

22 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
Joe Kappus
e3f89a20f8 net-p2p/feather: remove bc-ur/polyseed bundling
Since this is Gentoo we avoid bundling third_party
packages, especially since these are already in GURU.

Polyseed 2.0.0 is also what this should target, not 1.0.0.

Signed-off-by: Joe Kappus <joe@wt.gd>
2025-11-13 19:57:25 -05:00
Joe Kappus
6edf90d0ce net-p2p/feather: update -9999 with current release ebuild.
Also tested.

Signed-off-by: Joe Kappus <joe@wt.gd>
2025-03-31 17:33:44 -04:00
David Roman
7a66416010 net-p2p/feather: add build dep for USE=qrcode
Closes: https://github.com/gentoo/guru/pull/123
Signed-off-by: David Roman <davidroman96@gmail.com>
2024-01-03 17:52:15 +01:00
Adam Pimentel
f6c9c63829 net-p2p/feather: fix live ebuild
Signed-off-by: Adam Pimentel <adam.pimentel@protonmail.com>
2024-01-02 22:54:56 -05:00
Julien Roy
e3c147167c net-p2p/feather: update manifest, fix -9999 warnings
Signed-off-by: Julien Roy <julien@jroy.ca>
2023-12-30 20:00:10 -05:00
Adam Pimentel
5ee72a4f9b net-p2p/feather: version bump, fix USE flags, fix live ebuild, update manifest, remove old ebuild
Signed-off-by: Adam Pimentel <adam.pimentel@protonmail.com>
2023-10-13 19:50:11 -04:00
Adam Pimentel
cf0304f9f3 net-p2p/feather: revert unnessisary change
Signed-off-by: Adam Pimentel <adam.pimentel@protonmail.com>
2022-12-20 02:57:12 -05:00
Adam Pimentel
5cbae0ac51 net-p2p/feather: try to build monero libs staticially
Closes: https://bugs.gentoo.org/884903

Signed-off-by: Adam Pimentel <adam.pimentel@protonmail.com>
2022-12-20 02:13:22 -05:00
Adam Pimentel
65f4f9c0f9 net-p2p/feather: use polyseed package
Signed-off-by: Adam Pimentel <adam.pimentel@protonmail.com>
2022-12-19 20:44:15 -05:00
Adam Pimentel
76248d630f dev-libs/polyseed: new ebuild
Signed-off-by: Adam Pimentel <adam.pimentel@protonmail.com>
2022-12-19 19:22:01 -05:00
Adam Pimentel
cb877e1376 Revert "net-p2p/feather: ditto for live ebuild"
This reverts commit 1496d74cce.

Signed-off-by: Adam Pimentel <adam.pimentel@protonmail.com>
2022-12-09 21:52:02 -05:00
Adam Pimentel
1496d74cce net-p2p/feather: ditto for live ebuild
Signed-off-by: Adam Pimentel <adam.pimentel@protonmail.com>
2022-12-09 21:46:20 -05:00
Adam Pimentel
ac43f3bd82 net-p2p/feather: fixed mime stuff again
Signed-off-by: Adam Pimentel <adam.pimentel@protonmail.com>
2022-12-05 18:14:53 -05:00
Adam Pimentel
8dac6c8685 net-p2p/feather: fix not "updating mime database" or something
Signed-off-by: Adam Pimentel <adam.pimentel@protonmail.com>
2022-12-05 18:02:34 -05:00
Adam Pimentel
632629413d net-p2p/feather: removed unused cmake vars
Signed-off-by: Adam Pimentel <adam.pimentel@protonmail.com>
2022-12-05 16:48:21 -05:00
Adam Pimentel
3a9e4f79de net-p2p/feather: update dependencies
Signed-off-by: Adam Pimentel <adam.pimentel@protonmail.com>
2022-12-01 10:08:12 -05:00
Adam Pimentel
79ad2927a8 net-p2p/feather: update EAPI 7 -> 8
Signed-off-by: Adam Pimentel <adam.pimentel@protonmail.com>
2022-09-09 17:57:20 -04:00
Adam Pimentel
2c4dc3ebc1 net-p2p/feather: add desktop icons
Signed-off-by: Adam Pimentel <adam.pimentel@protonmail.com>
2022-09-08 19:20:25 -04:00
Adam Pimentel
fb3dcffb1d net-p2p/feather: fixed live ebuild
Signed-off-by: Adam Pimentel <adam.pimentel@protonmail.com>
2022-09-08 15:35:45 -04:00
Adam Pimentel
9b834282d1 net-p2p/feather: new package, add 2.1.0, 9999
Signed-off-by: Adam Pimentel <adam.pimentel@protonmail.com>
2022-09-08 13:07:52 -04:00