summaryrefslogtreecommitdiff
path: root/app-shells
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-08-02 03:04:46 -0500
committerroot <root@alpha.trunkmasters.com>2026-08-02 03:04:46 -0500
commit964d39efcc2b2e0270dd6ab8341eb85bb5275852 (patch)
treed9c187d35f14c1f5bc6ca70898cae4706daee5b7 /app-shells
parent6344ec0d45ab5c6dc7f52b9c7ba2a4fdfa37fb17 (diff)
downloadbaldeagleos-repo-964d39efcc2b2e0270dd6ab8341eb85bb5275852.tar.gz
baldeagleos-repo-964d39efcc2b2e0270dd6ab8341eb85bb5275852.tar.xz
baldeagleos-repo-964d39efcc2b2e0270dd6ab8341eb85bb5275852.zip
Adding metadata
Diffstat (limited to 'app-shells')
-rw-r--r--app-shells/pokemon-colorscripts/pokemon-colorscripts-9999.ebuild9
-rw-r--r--app-shells/starship/starship-1.26.0.ebuild2
2 files changed, 6 insertions, 5 deletions
diff --git a/app-shells/pokemon-colorscripts/pokemon-colorscripts-9999.ebuild b/app-shells/pokemon-colorscripts/pokemon-colorscripts-9999.ebuild
index 35fe324cc1e1..ceaa9491e74c 100644
--- a/app-shells/pokemon-colorscripts/pokemon-colorscripts-9999.ebuild
+++ b/app-shells/pokemon-colorscripts/pokemon-colorscripts-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -20,6 +20,7 @@ RDEPEND="${PYTHON_DEPS}"
src_prepare() {
default
+
sed -i \
's#PROGRAM_DIR = os.path.dirname(PROGRAM)#PROGRAM_DIR = "/opt/pokemon-colorscripts/"#g' \
pokemon-colorscripts.py || die "sed failed."
@@ -27,11 +28,11 @@ src_prepare() {
src_install() {
insinto /opt/pokemon-colorscripts
- doins -r "${S}/colorscripts"
- doins "${S}/pokemon.json"
+ doins -r colorscripts
+ doins pokemon.json
python_scriptinto /opt/pokemon-colorscripts
- python_doscript "${S}/pokemon-colorscripts.py"
+ python_doscript pokemon-colorscripts.py
dosym -r /opt/pokemon-colorscripts/pokemon-colorscripts.py /usr/bin/pokemon-colorscripts
}
diff --git a/app-shells/starship/starship-1.26.0.ebuild b/app-shells/starship/starship-1.26.0.ebuild
index ce78dc652238..ff33701eea8e 100644
--- a/app-shells/starship/starship-1.26.0.ebuild
+++ b/app-shells/starship/starship-1.26.0.ebuild
@@ -19,7 +19,7 @@ LICENSE+="
ZLIB
"
SLOT="0"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="amd64 arm64"
BDEPEND="dev-build/cmake"