summaryrefslogtreecommitdiff
path: root/app-shells/elvish
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 05:48:38 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 05:48:38 -0500
commitbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (patch)
tree0d7a74b4463ee387f9cf9368ceb1b757f694f72a /app-shells/elvish
parentf716a9fe6455d39eef01e718aae68dae61c19704 (diff)
downloadbaldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.tar.gz
baldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.tar.xz
baldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.zip
Revert "Adding metadata"
This reverts commit f716a9fe6455d39eef01e718aae68dae61c19704.
Diffstat (limited to 'app-shells/elvish')
-rw-r--r--app-shells/elvish/Manifest6
-rw-r--r--app-shells/elvish/elvish-0.19.2.ebuild40
-rw-r--r--app-shells/elvish/elvish-0.20.1.ebuild40
-rw-r--r--app-shells/elvish/elvish-0.21.0.ebuild40
-rw-r--r--app-shells/elvish/metadata.xml12
5 files changed, 138 insertions, 0 deletions
diff --git a/app-shells/elvish/Manifest b/app-shells/elvish/Manifest
new file mode 100644
index 000000000000..2db8c78f1b03
--- /dev/null
+++ b/app-shells/elvish/Manifest
@@ -0,0 +1,6 @@
+DIST elvish-0.19.2-deps.tar.xz 2810784 BLAKE2B 1da98f1a790866ae3047b6bbb4a9b70cd976f9b1b3aec9f1b866e3399a8666d37e87a1f44a669f7461f43fd9a0b4719e6f991c26f435e841ad22e90a7c9098e9 SHA512 f164a1ae95a452c8190babc0d08b8c1ce7deafd42a3ed879e96fb26006ddaae6579bab2b0be9d43db0a71958b3ef53da804620bd2668dfb16ad977e9094b13d2
+DIST elvish-0.19.2.tar.gz 828904 BLAKE2B 8cbbc8d947267c4fb429023e5de431ac28bd546e279326ff7ccf75397d528f766b8709e06f008449ff273ac59c5eb9297704617d2f6239f5c9251dce609888ae SHA512 e7851659465e01fead104e36a73d0af5d4610e33018c6659e0cdc167e941c926ab4fd8b361da1b24dc88f4c07f6fa77077e069bfeaf0bbadb09913a05f58a2ba
+DIST elvish-0.20.1-deps.tar.xz 2931108 BLAKE2B b737de85c432950fe24ada82c38d2c43bc5afb1fbd41120a285f5f29cbe0a576015ef784f05e42851306156227471731764add3727e4a61a89de57eedd8e969b SHA512 bcc69853e08465df65feb87bab53413162cb838b79c84a95650acc75daea6722102475723fc24b7a780c7193c22601e5eaa498f35ca8b9905cc613eb38f1d262
+DIST elvish-0.20.1.tar.gz 862793 BLAKE2B d40c4ca8328903ecd7c82475e8b51c8f9d47b443c4d353be08ddbf25ecd113a6e81077ae814b1d1cd84d791cdbb3a21d80f3f0d1822732174595f242f375d524 SHA512 d6fd7ab0d494de7d70f7f34117c5e5dc5eb92a076e9782f11b543009872f0a1193d47814d8b67a8fcf3da14fd17a510de1f0ebb8c27f13388a8ca68a94836a61
+DIST elvish-0.21.0-deps.tar.xz 2944388 BLAKE2B 8f3a9314e9ba5957bba63bf35fb2c31a6cc5050a95451960453e5832aad68ca07e4bb47ff4ae42ab5233be092e89f5dda1b3c728f29d96f80710aec5ee8bf2fb SHA512 795f3b9585432242560ba1753777395c6e63407e3f1537b80abd733406f3803d992b346407e3ec8e5937bb817028b63314cabe7314772c0bbcb6e6ad8e725084
+DIST elvish-0.21.0.tar.gz 958170 BLAKE2B c67a32f150c7b8563847d10d35329ff1d9d9578e61c42d7123b6d6788d1d4fdec6f19e42a7132a648210e2eada69e84d3afa8b69bf697fcb660c277af20a3bcc SHA512 6bc9c53d77c43d067f42c52591db92812bfedbf7b2658d394d08bfd9d2b496fe0afa78548c5083070c2fdd150cc7ef7173d84d3a3be94893ef54609f0572418f
diff --git a/app-shells/elvish/elvish-0.19.2.ebuild b/app-shells/elvish/elvish-0.19.2.ebuild
new file mode 100644
index 000000000000..6c874b78e308
--- /dev/null
+++ b/app-shells/elvish/elvish-0.19.2.ebuild
@@ -0,0 +1,40 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit go-module
+
+DESCRIPTION="Expressive programming language and a versatile interactive shell"
+HOMEPAGE="https://elv.sh/"
+SRC_URI="https://github.com/elves/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+
+# Using a dependency tarball as per https://devmanual.gentoo.org/eclass-reference/go-module.eclass/index.html
+DEPS_URI="https://gitlab.com/freijon_gentoo/${CATEGORY}/${PN}/-/raw/main/${P}-deps.tar.xz"
+SRC_URI+=" ${DEPS_URI}"
+
+LICENSE="BSD-2"
+# Additional licenses used in the package
+LICENSE+=" BSD EPL-1.0 CC-BY-SA-4.0"
+
+SLOT="0"
+KEYWORDS="~amd64"
+
+RESTRICT="test"
+
+DOCS=(
+ "README.md"
+)
+HTML_DOCS=(
+ "website/learn"
+ "website/ref"
+)
+
+src_compile() {
+ ego build -ldflags "-X src.elv.sh/pkg/buildinfo.BuildVariant=gentoo-guru" "./cmd/${PN}"
+}
+
+src_install() {
+ dobin "${PN}"
+ einstalldocs
+}
diff --git a/app-shells/elvish/elvish-0.20.1.ebuild b/app-shells/elvish/elvish-0.20.1.ebuild
new file mode 100644
index 000000000000..6c874b78e308
--- /dev/null
+++ b/app-shells/elvish/elvish-0.20.1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit go-module
+
+DESCRIPTION="Expressive programming language and a versatile interactive shell"
+HOMEPAGE="https://elv.sh/"
+SRC_URI="https://github.com/elves/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+
+# Using a dependency tarball as per https://devmanual.gentoo.org/eclass-reference/go-module.eclass/index.html
+DEPS_URI="https://gitlab.com/freijon_gentoo/${CATEGORY}/${PN}/-/raw/main/${P}-deps.tar.xz"
+SRC_URI+=" ${DEPS_URI}"
+
+LICENSE="BSD-2"
+# Additional licenses used in the package
+LICENSE+=" BSD EPL-1.0 CC-BY-SA-4.0"
+
+SLOT="0"
+KEYWORDS="~amd64"
+
+RESTRICT="test"
+
+DOCS=(
+ "README.md"
+)
+HTML_DOCS=(
+ "website/learn"
+ "website/ref"
+)
+
+src_compile() {
+ ego build -ldflags "-X src.elv.sh/pkg/buildinfo.BuildVariant=gentoo-guru" "./cmd/${PN}"
+}
+
+src_install() {
+ dobin "${PN}"
+ einstalldocs
+}
diff --git a/app-shells/elvish/elvish-0.21.0.ebuild b/app-shells/elvish/elvish-0.21.0.ebuild
new file mode 100644
index 000000000000..31f78ded8ef1
--- /dev/null
+++ b/app-shells/elvish/elvish-0.21.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 2023-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit go-module
+
+DESCRIPTION="Expressive programming language and a versatile interactive shell"
+HOMEPAGE="https://elv.sh/"
+SRC_URI="https://github.com/elves/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+
+# Using a dependency tarball as per https://devmanual.gentoo.org/eclass-reference/go-module.eclass/index.html
+DEPS_URI="https://gitlab.com/freijon_gentoo/${CATEGORY}/${PN}/-/raw/main/${P}-deps.tar.xz"
+SRC_URI+=" ${DEPS_URI}"
+
+LICENSE="BSD-2"
+# Additional licenses used in the package
+LICENSE+=" BSD EPL-1.0 CC-BY-SA-4.0"
+
+SLOT="0"
+KEYWORDS="~amd64"
+
+RESTRICT="test"
+
+DOCS=(
+ "README.md"
+)
+HTML_DOCS=(
+ "website/learn"
+ "website/ref"
+)
+
+src_compile() {
+ ego build -ldflags "-X src.elv.sh/pkg/buildinfo.BuildVariant=gentoo-guru" "./cmd/${PN}"
+}
+
+src_install() {
+ dobin "${PN}"
+ einstalldocs
+}
diff --git a/app-shells/elvish/metadata.xml b/app-shells/elvish/metadata.xml
new file mode 100644
index 000000000000..a1c54d4d555d
--- /dev/null
+++ b/app-shells/elvish/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>freijon@pm.me</email>
+ <name>Jonas Frei</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">elves/elvish</remote-id>
+ <bugs-to>https://github.com/elves/elvish/issues</bugs-to>
+ </upstream>
+</pkgmetadata>