commit: 44c76710fa3b38af367e802095aa4a73434feaf4
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 25 14:47:15 2025 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Thu Dec 25 14:49:52 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44c76710
media-libs/subrandr: add 1.0.1, drop 1.0.0
Almost identical to 1.0.0 except that it now reports the right
version and does not break mpv-9999 now that it checks for the
version being >=1.0.0.
Also reduce comments a bit, redundant with the mask for USE=debug.
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
media-libs/subrandr/Manifest | 4 ++--
.../subrandr/{subrandr-1.0.0.ebuild => subrandr-1.0.1.ebuild} | 7 ++-----
2 files changed, 4 insertions(+), 7 deletions(-)
diff --git a/media-libs/subrandr/Manifest b/media-libs/subrandr/Manifest
index 5d1399841831..dcb3312b6137 100644
--- a/media-libs/subrandr/Manifest
+++ b/media-libs/subrandr/Manifest
@@ -1,2 +1,2 @@
-DIST subrandr-1.0.0-vendor.tar.xz 9442460 BLAKE2B
53fadfb75d6779cf17a643f6ff231f0612c10708e99fe6a1e5aa4b29aa60604a450ebcc2a4341865e84a6767675632187e7ad28866629683f538b1df0487e6b1
SHA512
731c7262400a93da12258893999e3b39ff6b973746d52d83b97e53576af121cfde30dc9fcf5dd2f90a5bb9b0ac65b56a42de37ea77d8198d5ecd4ccc30442f70
-DIST subrandr-1.0.0.tar.gz 341140 BLAKE2B
7ae927717070ec193f12af976abcebd4b2213a16f5927cfbf1a2eb47674c234f101940747abddb348c20d58b5d81e6eeffc0064294a19379489209ba1873c699
SHA512
83a83b7eb0da22c2e4ff151d6ee01ed49cfdc77eb6a644854a105eca68e836f98cf9b3f05986eb4c82a0f9de97c5796f0b1561881e222a7b676e1e97bd739b2c
+DIST subrandr-1.0.1-vendor.tar.xz 9443376 BLAKE2B
e5030cd4c5ffcbec3abcf270c302b3e8e33fe73cc6f4901d578fdcbd1b29932b20eb26cc737bcf219a131767bcc58f10ec598a9a237da46d09bf4184035116f3
SHA512
eef12f8ed9e7d77a9ebafbe0c406c57e0ef9aa230d1a28a38e08e51a17043e79433e1212b68a52a9890c080a415296f108d7a089722bd19971eb6f129f138f31
+DIST subrandr-1.0.1.tar.gz 341345 BLAKE2B
6c34fa342013cbc4355ed464e67bb8855ebc1f32ea67e3f39ec8660c6181fea3635f136be6833fcb57baced25fffa6377976d6a577f4785b5955cd9cae9d9f70
SHA512
eab9254eeca3727a228817d493df714099d1be1b5bb0caf384443901bcb8daa96d6f2be508220bebe12a77b4cbfa98f9ee007edc902993171d0202af037217a9
diff --git a/media-libs/subrandr/subrandr-1.0.0.ebuild
b/media-libs/subrandr/subrandr-1.0.1.ebuild
similarity index 78%
rename from media-libs/subrandr/subrandr-1.0.0.ebuild
rename to media-libs/subrandr/subrandr-1.0.1.ebuild
index fd3f9f5ed768..c69928a35cab 100644
--- a/media-libs/subrandr/subrandr-1.0.0.ebuild
+++ b/media-libs/subrandr/subrandr-1.0.1.ebuild
@@ -29,11 +29,8 @@ DEPEND="${RDEPEND}"
QA_FLAGS_IGNORED="usr/lib.*/lib${PN}.*"
src_compile() {
- # xtask is bundled builder aliased in .cargo/config.toml
- # - does not have its own test handler so regular `cargo test`
- # will end up rebuilding everything
- # - cannot be easily configured to support cargo.eclass'
- # USE=debug and it is currently a no-op (masked)
+ # xtask is bundled builder aliased in .cargo/config.toml, note that
+ # it lacks its own test handler causing `cargo test` to rebuild
edo cargo xtask build --verbose
}