RavFX XMR
a98d8f03c5
net-p2p/feather: Remove new patch from 9999, as it's fixed upstream
...
Signed-off-by: RavFX XMR <ravfx@xmr.mx >
2026-03-03 16:41:15 -06:00
RavFX XMR
dbe34d095a
net-p2p/feather: Remove same non existing USE
...
Signed-off-by: RavFX XMR <ravfx@xmr.mx >
2026-03-03 16:40:17 -06:00
RavFX XMR
e9ab2551fe
net-p2p/feather: Removed a non existing USE from a dependency
...
Signed-off-by: RavFX XMR <ravfx@xmr.mx >
2026-03-03 16:35:36 -06:00
RavFX XMR
584a2e1332
net-p2p/feather: Add a patch to fix build
...
Signed-off-by: RavFX XMR <ravfx@xmr.mx >
2026-03-03 16:15:05 -06: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
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
RavFX XMR
13954a2b66
net-p2p/feather: add support for wayland USE flag and fix build when wayland is not present.
...
remove older versions.
Signed-off-by: RavFX XMR <ravfx@xmr.mx >
2025-09-17 22:13:34 -06:00
Takuya Wakazono
9aef18c246
Revert "net-p2p/feather: version bump"
...
This reverts commit ba06937fe4 , which
included unresolved merge conflicts. I'll notify the author.
Signed-off-by: Takuya Wakazono <pastalian46@gmail.com >
2025-04-30 01:30:40 +09:00
Adam Pimentel
ba06937fe4
net-p2p/feather: version bump
...
Signed-off-by: Adam Pimentel <adam.pimentel@protonmail.com >
2025-04-29 07:20:36 -04:00
RavFX XMR
2467eda725
net-p2p/feather: Removed USES relates to discontinued services from 2.7.0.
...
Signed-off-by: RavFX XMR <ravfx@xmr.mx >
2025-04-14 09:20:09 -06:00
RavFX XMR
59b2c3862e
net-p2p/feather: add myself as a maintainer
...
Signed-off-by: RavFX XMR <ravfx@xmr.mx >
2025-04-14 09:11:46 -06:00
RavFX XMR
0f7a5c8f0b
net-p2p/feather: add 2.8.1
...
Signed-off-by: RavFX XMR <ravfx@xmr.mx >
2025-04-14 08:54:10 -06:00
Joe Kappus
b39a2590f4
net-p2p/feather: update maintainers
...
Signed-off-by: Joe Kappus <joe@wt.gd >
2025-03-31 18:21:18 -04:00
Joe Kappus
95223d1c82
net-p2p/feather: update metadata
...
fix alphabetical order, remove old plugins
Signed-off-by: Joe Kappus <joe@wt.gd >
2025-03-31 17:48:06 -04: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
Joe Kappus
99a386e17d
net-p2p/feather: drop 2.6.7-r1, 2.6.8
...
Signed-off-by: Joe Kappus <joe@wt.gd >
2025-03-31 17:21:11 -04:00
Joe Kappus
427a169dc1
net-p2p/feather: add 2.8.0
...
bump contributed by RavFX on matrix, I've tested
the changes, drops deprecated plugins.
Signed-off-by: Joe Kappus <joe@wt.gd >
2025-03-31 17:19:14 -04:00
tea
7e8a14d1ba
net-p2p/feather: add 2.7.0
...
Signed-off-by: tea <tea+gentoo@cuddleslut.fr >
2024-12-28 01:17:00 +01:00
Adam Pimentel
34ff201692
net-p2p/feather: version bump, move upstream distribution files from github to upstream website, ask for donations in postinst because we're disabling them in the program
...
Signed-off-by: Adam Pimentel <adam.pimentel@protonmail.com >
2024-08-22 19:00:21 -04:00
Lucio Sauer
c10f0bf7de
net-p2p/feather: remove IUSE inherited from verify-sig eclass
...
Signed-off-by: Lucio Sauer <watermanpaint@posteo.net >
2024-07-16 17:55:07 +02:00
Lucio Sauer
2384af57b0
net-p2p/feather: add optional distfile authentication
...
Signed-off-by: Lucio Sauer <watermanpaint@posteo.net >
2024-07-16 17:43:58 +02:00
Lucio Sauer
8ef3864b5d
net-p2p/feather: shorten SRC_URI, remove unused source
...
Signed-off-by: Lucio Sauer <watermanpaint@posteo.net >
2024-07-16 17:42:30 +02:00
Lucio Sauer
df179d225a
net-p2p/feather: sort IUSE
...
Signed-off-by: Lucio Sauer <watermanpaint@posteo.net >
2024-07-16 17:42:27 +02:00
Adam Pimentel
a20f34daf1
net-p2p/feather: update GPG info
...
Signed-off-by: Adam Pimentel <adam.pimentel@protonmail.com >
2024-07-16 09:17:59 -04:00
Adam Pimentel
158fb4c892
net-p2p/feather: clean manifest
...
Signed-off-by: Adam Pimentel <adam.pimentel@protonmail.com >
2024-07-15 23:10:28 -04:00
Adam Pimentel
7e607c242f
net-p2p/feather: remove old ebuild
...
Signed-off-by: Adam Pimentel <adam.pimentel@protonmail.com >
2024-07-15 23:09:56 -04:00
Adam Pimentel
82333b2b1f
net-p2p/feather: deleted old files and simplified latest ebuild
...
Signed-off-by: Adam Pimentel <adam.pimentel@protonmail.com >
2024-07-15 23:01:19 -04:00
Adam Pimentel
dbd3e3c0b1
net-p2p/feather: version bump
...
Signed-off-by: Adam Pimentel <adam.pimentel@protonmail.com >
2024-05-27 01:26:49 -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
David Roman
1e41cef314
net-p2p/feather: drop 2.4.9-r1, 2.5.1, 2.5.2, 2.6.1
...
Signed-off-by: David Roman <davidroman96@gmail.com >
2024-01-03 17:52:15 +01:00
Adam Pimentel
a21a996fb5
net-p2p/feather: version bump
...
Signed-off-by: Adam Pimentel <adam.pimentel@protonmail.com >
2024-01-02 23:21:34 -05: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
6e8617bc0f
net-p2p/feather: version bump
...
Signed-off-by: Adam Pimentel <adam.pimentel@protonmail.com >
2023-12-29 19:59:25 -05:00
Adam Pimentel
c53ca73ec2
net-p2p/feather: version bump
...
Signed-off-by: Adam Pimentel <adam.pimentel@protonmail.com >
2023-10-26 11:17:24 -04: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
8cffb07095
net-p2p/feather: remove failing qt5 support
...
Signed-off-by: Adam Pimentel <adam.pimentel@protonmail.com >
2023-10-12 18:13:52 -04:00
Adam Pimentel
b1f13448f8
net-p2p/feather: update manifest
...
Signed-off-by: Adam Pimentel <adam.pimentel@protonmail.com >
2023-10-11 14:28:57 -04:00
Adam Pimentel
bb40d304d2
net-p2p/feather: version bump to 2.5.0 and qt6 support
...
Signed-off-by: Adam Pimentel <adam.pimentel@protonmail.com >
2023-10-11 12:32:23 -04:00
Adam Pimentel
78860d7f72
net-p2p/feather: update manifest
...
Signed-off-by: Adam Pimentel <adam.pimentel@protonmail.com >
2023-10-09 22:52:18 -04:00
Adam Pimentel
500f13b249
net-p2p/feather: update monero; see https://bugs.gentoo.org/915138
...
Signed-off-by: Adam Pimentel <adam.pimentel@protonmail.com >
2023-10-09 13:39:00 -04:00
David Roman
af3ffc3cfd
net-p2p/feather: drop 2.4.2
...
Signed-off-by: David Roman <davidroman96@gmail.com >
2023-08-17 18:11:32 +02:00
David Roman
f75e829550
net-p2p/feather: drop 2.2.3, 2.3.0, 2.4.1_pre20230301
...
Signed-off-by: David Roman <davidroman96@gmail.com >
2023-08-17 18:07:48 +02:00
Adam Pimentel
2fbaeacf84
net-p2p/feather: fix incorrect monero commit
...
Closes: https://bugs.gentoo.org/907600
Signed-off-by: Adam Pimentel <adam.pimentel@protonmail.com >
2023-06-05 15:21:29 -04:00
Anna (cybertailor) Vyalkova
25b77aa597
net-p2p/feather: update Manifest
...
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in >
2023-05-30 17:25:46 +05:00
Adam Pimentel
4d2085cd5d
net-p2p/feather: version bump
...
Signed-off-by: Adam Pimentel <adam.pimentel@protonmail.com >
2023-05-30 02:42:48 -04:00
Adam Pimentel
69694a5828
net-p2p/feather: version bump
...
Signed-off-by: Adam Pimentel <adam.pimentel@protonmail.com >
2023-04-22 01:46:30 -04:00
Adam Pimentel
bfd60cbaa6
dev-libs/polyseed: conditionally build static-libs and test targets based on USE flags
...
Closes: https://bugs.gentoo.org/901189
Signed-off-by: Adam Pimentel <adam.pimentel@protonmail.com >
2023-03-14 21:52:49 -04:00
Adam Pimentel
3d371c387d
net-p2p/feather: version bump
...
Signed-off-by: Adam Pimentel <adam.pimentel@protonmail.com >
2023-03-14 18:12:44 -04:00