diff --git a/app-misc/kanata/kanata-1.7.0.ebuild b/app-misc/kanata/kanata-1.7.0.ebuild index f50130cfe1..40f2ff4686 100644 --- a/app-misc/kanata/kanata-1.7.0.ebuild +++ b/app-misc/kanata/kanata-1.7.0.ebuild @@ -1,8 +1,6 @@ # Copyright 2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -# Autogenerated by pycargoebuild 0.13.3 - EAPI=8 CRATES=" @@ -220,5 +218,13 @@ LICENSE+=" Apache-2.0 BSD ISC LGPL-3 MIT MPL-2.0 Unicode-DFS-2016" SLOT="0" KEYWORDS="~amd64" -# Rust package +IUSE="cmd" + QA_FLAGS_IGNORED="usr/bin/kanata" + +src_configure() { + local myfeatures=( + $(usev cmd) + ) + cargo_src_configure +} diff --git a/app-misc/kanata/metadata.xml b/app-misc/kanata/metadata.xml index f83ea8a741..6a0d984535 100644 --- a/app-misc/kanata/metadata.xml +++ b/app-misc/kanata/metadata.xml @@ -5,6 +5,9 @@ eetu@muffinpower.fi Eetu Eloranta + + Enable potentially dangerous "cmd" action to be able run arbitrary commands. + jtroo/kanata diff --git a/dev-lang/cc65/metadata.xml b/dev-lang/cc65/metadata.xml index 9f302d0be0..a814c2db5a 100644 --- a/dev-lang/cc65/metadata.xml +++ b/dev-lang/cc65/metadata.xml @@ -2,7 +2,7 @@ - Seth Price + Seth M. Price sprice623@aol.com diff --git a/dev-python/mpxj/mpxj-13.5.1-r1.ebuild b/dev-python/mpxj/mpxj-13.5.1-r2.ebuild similarity index 94% rename from dev-python/mpxj/mpxj-13.5.1-r1.ebuild rename to dev-python/mpxj/mpxj-13.5.1-r2.ebuild index 485888d420..4dc4c1590a 100644 --- a/dev-python/mpxj/mpxj-13.5.1-r1.ebuild +++ b/dev-python/mpxj/mpxj-13.5.1-r2.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=standalone -PYTHON_COMPAT=( pypy3 python3_{10..13} ) +PYTHON_COMPAT=( pypy3 python3_{10..12} ) inherit distutils-r1 pypi diff --git a/games-action/classicube/metadata.xml b/games-action/classicube/metadata.xml index 63ee81a2eb..59840f30b6 100644 --- a/games-action/classicube/metadata.xml +++ b/games-action/classicube/metadata.xml @@ -2,7 +2,7 @@ - Seth Price + Seth M. Price sprice623@aol.com diff --git a/games-misc/varlpenis/metadata.xml b/games-misc/varlpenis/metadata.xml index 4de9918106..249c106968 100644 --- a/games-misc/varlpenis/metadata.xml +++ b/games-misc/varlpenis/metadata.xml @@ -2,7 +2,7 @@ - Seth Price + Seth M. Price sprice623@aol.com diff --git a/games-rpg/snoot-game/Manifest b/games-rpg/snoot-game/Manifest index d0e0691cf6..5cbcf31cac 100644 --- a/games-rpg/snoot-game/Manifest +++ b/games-rpg/snoot-game/Manifest @@ -1 +1 @@ -DIST SnootGame-Patch10-KurwaBobr-linux.tar.bz2 447762588 BLAKE2B e09caf75894573fb71d78a1e559c948ac3f185761c85e04493bf34db0c3373563480fc1829f35b9612757b680c6bfcf3b0a631e822a1b30523b912af9d1336f8 SHA512 5a9e9f871b2296be3e3f3066e79447ace96881ba4e0bbb8adca1bf4dd676049f3e946f4839d5e5249074a34203e0ffdd5f383829d8d78f97f355a9b86cc0f13e +DIST SnootGame-Patch11.1-MoldyBuenoAlDante-linux.tar.bz2 254874335 BLAKE2B 8e75a511b8838105024e0c41cb16f39ce3ffedf291682396b160845145fb01dca8e099f99aa1a383405e8691258db25240f91f1b714275ad392cc62e9b4a153d SHA512 dd1fc59ee3ef7168ebe0b9ccd6ad3d24f05d7b8000e619238f6134724070773f61d8f3d3267b873d970434f5ddf3de0187263cec2dcf7841eb5aa7aedde7c643 diff --git a/games-rpg/snoot-game/metadata.xml b/games-rpg/snoot-game/metadata.xml index b662ab079b..7ee32eb1a1 100644 --- a/games-rpg/snoot-game/metadata.xml +++ b/games-rpg/snoot-game/metadata.xml @@ -2,7 +2,7 @@ - Seth Price + Seth M. Price sprice623@aol.com diff --git a/games-rpg/snoot-game/snoot-game-1.10.0.ebuild b/games-rpg/snoot-game/snoot-game-1.11.1.ebuild similarity index 95% rename from games-rpg/snoot-game/snoot-game-1.10.0.ebuild rename to games-rpg/snoot-game/snoot-game-1.11.1.ebuild index 99c2c5fab6..f75c1fa01e 100644 --- a/games-rpg/snoot-game/snoot-game-1.10.0.ebuild +++ b/games-rpg/snoot-game/snoot-game-1.11.1.ebuild @@ -6,7 +6,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{10,11,12} ) inherit python-single-r1 desktop wrapper -MY_PV="Patch10-KurwaBobr" +MY_PV="Patch11.1-MoldyBuenoAlDante" DESCRIPTION="Visual novel parody of Goodbye Volcano High" HOMEPAGE="https://snootgame.xyz/en" @@ -31,7 +31,6 @@ src_install() { insinto "${dir}" doins -r "${S}/." - dodoc README.md fperms +x ${dir}/lib/py3-linux-x86_64/SnootGame fperms +x ${dir}/SnootGame.sh diff --git a/gui-apps/hyprsunset/hyprsunset-9999.ebuild b/gui-apps/hyprsunset/hyprsunset-9999.ebuild new file mode 100644 index 0000000000..f5975ddaef --- /dev/null +++ b/gui-apps/hyprsunset/hyprsunset-9999.ebuild @@ -0,0 +1,26 @@ +# Copyright 2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 +EAPI=8 + +inherit cmake git-r3 + +DESCRIPTION="An application to enable a blue-light filter on Hyprland" +HOMEPAGE="https://github.com/hyprwm/hyprsunset.git" +EGIT_REPO_URI="https://github.com/hyprwm/hyprsunset.git" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="" + +RDEPEND=" + ~gui-wm/hyprland-9999 + dev-libs/wayland + >=dev-libs/hyprland-protocols-0.4.0 +" +DEPEND=" + ${RDEPEND} + dev-util/wayland-scanner + >=gui-libs/hyprutils-0.2.3 + >=dev-util/hyprwayland-scanner-0.4.0 + virtual/pkgconfig +" diff --git a/gui-apps/hyprsunset/metadata.xml b/gui-apps/hyprsunset/metadata.xml new file mode 100644 index 0000000000..a045b5b1c6 --- /dev/null +++ b/gui-apps/hyprsunset/metadata.xml @@ -0,0 +1,14 @@ + + + + + saigon-tech@tuta.io + Michal Vu + + + https://github.com/hyprwm/hyprsunset/releases + https://wiki.hyprland.org/Hypr-Ecosystem/hyprsunset/ + https://github.com/hyprwm/hyprsunset/issues + hyprwm/hyprsunset + + diff --git a/sys-apps/flashprog/Manifest b/sys-apps/flashprog/Manifest new file mode 100644 index 0000000000..f8c98a1463 --- /dev/null +++ b/sys-apps/flashprog/Manifest @@ -0,0 +1 @@ +DIST flashprog-1.2.tar.gz 499136 BLAKE2B 1009aea4fe1686b3e88d146fef926e3b045975852eb8bd4a1e31d3d8497fd1bb6a9773ea3be91ed9ef2f0abeb631c43f62a25e1930f2e0f13a6044aee70f3cdb SHA512 4a9d6dc6ea5b66f2c96f855bef7401df3506dd067d0becdea08568fd2081bc91dfa371162f9fe7c4105abbaaab770b65d02b4ddec81bec1909a947811efa6174 diff --git a/sys-apps/flashprog/flashprog-1.2.ebuild b/sys-apps/flashprog/flashprog-1.2.ebuild new file mode 100644 index 0000000000..2bfe16e749 --- /dev/null +++ b/sys-apps/flashprog/flashprog-1.2.ebuild @@ -0,0 +1,12 @@ +EAPI=8 +DESCRIPTION="Utility for identifying, reading, writing, verifying and erasing flash chips." +HOMEPAGE="https://flashprog.org/" +SRC_URI="https://github.com/SourceArcade/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${PN}-${PV}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64" +RDEPEND=">=dev-libs/libusb-1.0.26 +>=dev-embedded/libjaylink-0.3.1 +>=dev-embedded/libftdi-1.5-r7 +>=dev-libs/libgpiod-1.6.4 +>=sys-apps/pciutils-3.13.0" diff --git a/sys-apps/flashprog/metadata.xml b/sys-apps/flashprog/metadata.xml new file mode 100644 index 0000000000..f674ae79c5 --- /dev/null +++ b/sys-apps/flashprog/metadata.xml @@ -0,0 +1,14 @@ + + + + +openrc@posteo.de +Andre + + +SourceArcade/flashprog +https://github.com/SourceArcade/flashprog/issues + +flashprog is a utility for identifying, reading, writing, verifying and erasing flash chips. It is designed to flash BIOS/EFI/coreboot/firmware/optionROM images on mainboards, network/graphics/storage controller cards, and various other programmer devices. + + diff --git a/x11-terms/terminal-simulator/metadata.xml b/x11-terms/terminal-simulator/metadata.xml index 3f27ef6357..cce317b524 100644 --- a/x11-terms/terminal-simulator/metadata.xml +++ b/x11-terms/terminal-simulator/metadata.xml @@ -2,7 +2,7 @@ - Seth Price + Seth M. Price sprice623@aol.com