* Old ebuild author mistakenly presumed the app
updates itself. But it does not.
The maintainer needs to regularly bump app version
whenever upstream releases a new patch version.
* New ebuild has been provided with proper
ebuild naming format.
* Incrementation should be done by checking
control file from the upstream .deb
Signed-off-by: Stefan Cristian B. <stefan.cristian+git@rogentos.ro>
* Change versioning so it matches the .deb package.
And to be in ebuild format standards.
Signed-off-by: Stefan Cristian B. <stefan.cristian+git@rogentos.ro>
* The Overwolf license is already defined in licenses.
Corrected the removal of Overwolf license.
Signed-off-by: Stefan Cristian B. <stefan.cristian+git@rogentos.ro>
* The app does not auto-update itself.
As ztrawhcse mentioned on #gentoo-guru,
the ebuild only needs regular bump,
since its source is not changing versions.
We needed to adjust the SRC_URI to rename
the source via arrow rename, and bump
whenever upstream uploads new version.
Checksum manifest will be generated whenever
we bump a version, so it will not conflict
with old Manifest.
* Corrected licenses
* Corrected dependencies
* Corrected sed syntax
* Corrected hardcoded values
* Added arrow rename SRC_URI
Signed-off-by: Stefan Cristian B. <stefan.cristian+git@rogentos.ro>
arboard uses a rust implementation of clipboard protocol, so it no
longer (optionally) depends on dev-libs/wayland.
Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
No reverse dependencies left. (The last one was removed in e17a1e7.)
One of its test dependencies, dev-python/zstd, is being removed.
Bug: https://bugs.gentoo.org/928259
Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
The versions of platformdirs and textual-dev are
constrained upstream to major versions, rather
than constrained to a specific version.
Ensured tests pass prior to committing with these
changes.
Signed-off-by: demize <demize@unstable.systems>
because I don't have a linux system with AMD gpu at this moment
and I don't have enought power to maintain this complex package
Good luck for next maintainer
Signed-off-by: Denis Reva <denis7774@gmail.com>
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>
media-libs/libsdl2 removed the threads flag. It's enabled by default,
unless emscripten is used, which is not used in libsdl2 ebuild nor is
packaged on Gentoo afaik.
Signed-off-by: David Roman <davidroman96@gmail.com>