public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-util/hermes/
@ 2021-02-14  8:29 Joonas Niilola
  0 siblings, 0 replies; 12+ messages in thread
From: Joonas Niilola @ 2021-02-14  8:29 UTC (permalink / raw
  To: gentoo-commits

commit:     979aefd065f43431bae94226cd7205a5e5d43028
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 14 08:26:51 2021 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sun Feb 14 08:26:51 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=979aefd0

dev-util/hermes: add missing lfs dep

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 dev-util/hermes/hermes-2.8_p20180315.ebuild | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/dev-util/hermes/hermes-2.8_p20180315.ebuild b/dev-util/hermes/hermes-2.8_p20180315.ebuild
index 5d33acdefad..1f67ffbecd8 100644
--- a/dev-util/hermes/hermes-2.8_p20180315.ebuild
+++ b/dev-util/hermes/hermes-2.8_p20180315.ebuild
@@ -22,20 +22,23 @@ LICENSE="MIT"
 SLOT="0"
 IUSE="test"
 REQUIRED_USE="${LUA_REQUIRED_USE}"
+
 RESTRICT="!test? ( test )"
 
 RDEPEND="${LUA_DEPS}
 	$(lua_gen_cond_dep '
+		dev-lua/luafilesystem[${LUA_USEDEP}]
 		dev-lua/luaposix[${LUA_USEDEP}]
 	')
 "
+DEPEND="test? ( ${RDEPEND} )"
 
 PATCHES=( "${FILESDIR}"/${PN}-2.8-lua-shebang.patch )
 
 src_compile() {
 	sed -e "s|@LUA@|${LUA}|g" \
-	    -i lib/tool.lua \
-	    -i bin/lua_cmd || die
+		-i lib/tool.lua \
+		-i bin/lua_cmd || die
 }
 
 src_test() {


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/hermes/
@ 2021-02-14  8:29 Joonas Niilola
  0 siblings, 0 replies; 12+ messages in thread
From: Joonas Niilola @ 2021-02-14  8:29 UTC (permalink / raw
  To: gentoo-commits

commit:     2ea041d030002bbdfd882e6ba55869a6a38c2919
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 14 08:28:15 2021 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sun Feb 14 08:28:15 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ea041d0

dev-util/hermes: sync live ebuild

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 dev-util/hermes/hermes-9999.ebuild | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/dev-util/hermes/hermes-9999.ebuild b/dev-util/hermes/hermes-9999.ebuild
index b7ca2487655..e616c7382f4 100644
--- a/dev-util/hermes/hermes-9999.ebuild
+++ b/dev-util/hermes/hermes-9999.ebuild
@@ -22,20 +22,23 @@ LICENSE="MIT"
 SLOT="0"
 IUSE="test"
 REQUIRED_USE="${LUA_REQUIRED_USE}"
+
 RESTRICT="!test? ( test )"
 
 RDEPEND="${LUA_DEPS}
 	$(lua_gen_cond_dep '
+		dev-lua/luafilesystem[${LUA_USEDEP}]
 		dev-lua/luaposix[${LUA_USEDEP}]
 	')
 "
+DEPEND="test? ( ${RDEPEND} )"
 
 PATCHES=( "${FILESDIR}"/${PN}-2.8-lua-shebang.patch )
 
 src_compile() {
 	sed -e "s|@LUA@|${LUA}|g" \
-	    -i lib/tool.lua \
-	    -i bin/lua_cmd || die
+		-i lib/tool.lua \
+		-i bin/lua_cmd || die
 }
 
 src_test() {


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/hermes/
@ 2021-03-09 20:38 Sergei Trofimovich
  0 siblings, 0 replies; 12+ messages in thread
From: Sergei Trofimovich @ 2021-03-09 20:38 UTC (permalink / raw
  To: gentoo-commits

commit:     e0e5242dff69edbb1f6f052ba605be952c35a49c
Author:     Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Tue Mar  9 14:52:17 2021 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Tue Mar  9 20:37:36 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0e5242d

dev-util/hermes: keyworded 2.8_p20180315 for sparc, bug #773313

Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 dev-util/hermes/hermes-2.8_p20180315.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/hermes/hermes-2.8_p20180315.ebuild b/dev-util/hermes/hermes-2.8_p20180315.ebuild
index 1f67ffbecd8..b5b59fc2ff2 100644
--- a/dev-util/hermes/hermes-2.8_p20180315.ebuild
+++ b/dev-util/hermes/hermes-2.8_p20180315.ebuild
@@ -15,7 +15,7 @@ else
 	COMMIT="b99622087233178368cff6cf38ec72fa01dfd8a6"
 	SRC_URI="https://github.com/TACC/Hermes/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
 	S="${WORKDIR}"/Hermes-${COMMIT}
-	KEYWORDS="~amd64 ~x86"
+	KEYWORDS="~amd64 ~sparc ~x86"
 fi
 
 LICENSE="MIT"


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/hermes/
@ 2021-03-28  7:14 Sam James
  0 siblings, 0 replies; 12+ messages in thread
From: Sam James @ 2021-03-28  7:14 UTC (permalink / raw
  To: gentoo-commits

commit:     a9e40949186cb545e368c5d1813dc366c8c5c78a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 28 07:11:19 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Mar 28 07:11:19 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9e40949

dev-util/hermes: Keyword 2.8_p20180315 arm, #773313

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-util/hermes/hermes-2.8_p20180315.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/hermes/hermes-2.8_p20180315.ebuild b/dev-util/hermes/hermes-2.8_p20180315.ebuild
index b5b59fc2ff2..d716bbac7c6 100644
--- a/dev-util/hermes/hermes-2.8_p20180315.ebuild
+++ b/dev-util/hermes/hermes-2.8_p20180315.ebuild
@@ -15,7 +15,7 @@ else
 	COMMIT="b99622087233178368cff6cf38ec72fa01dfd8a6"
 	SRC_URI="https://github.com/TACC/Hermes/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
 	S="${WORKDIR}"/Hermes-${COMMIT}
-	KEYWORDS="~amd64 ~sparc ~x86"
+	KEYWORDS="~amd64 ~arm ~sparc ~x86"
 fi
 
 LICENSE="MIT"


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/hermes/
@ 2021-04-27 22:02 Sam James
  0 siblings, 0 replies; 12+ messages in thread
From: Sam James @ 2021-04-27 22:02 UTC (permalink / raw
  To: gentoo-commits

commit:     e7c9202da202d1de6585cca13bd1fd724c5d4aee
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 27 22:00:48 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Apr 27 22:02:00 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7c9202d

dev-util/hermes: Keyword 2.8_p20180315 arm64, #773313

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-util/hermes/hermes-2.8_p20180315.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/hermes/hermes-2.8_p20180315.ebuild b/dev-util/hermes/hermes-2.8_p20180315.ebuild
index d716bbac7c6..2c58453a4c8 100644
--- a/dev-util/hermes/hermes-2.8_p20180315.ebuild
+++ b/dev-util/hermes/hermes-2.8_p20180315.ebuild
@@ -15,7 +15,7 @@ else
 	COMMIT="b99622087233178368cff6cf38ec72fa01dfd8a6"
 	SRC_URI="https://github.com/TACC/Hermes/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
 	S="${WORKDIR}"/Hermes-${COMMIT}
-	KEYWORDS="~amd64 ~arm ~sparc ~x86"
+	KEYWORDS="~amd64 ~arm ~arm64 ~sparc ~x86"
 fi
 
 LICENSE="MIT"


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/hermes/
@ 2021-04-29 14:19 Sam James
  0 siblings, 0 replies; 12+ messages in thread
From: Sam James @ 2021-04-29 14:19 UTC (permalink / raw
  To: gentoo-commits

commit:     681f73512afeb78c49bfecffaa12c7bdd6316f1d
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 29 06:44:38 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Apr 29 14:19:02 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=681f7351

dev-util/hermes: Keyword 2.8_p20180315 ppc, #773313

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-util/hermes/hermes-2.8_p20180315.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/hermes/hermes-2.8_p20180315.ebuild b/dev-util/hermes/hermes-2.8_p20180315.ebuild
index 2c58453a4c8..83f5d91914d 100644
--- a/dev-util/hermes/hermes-2.8_p20180315.ebuild
+++ b/dev-util/hermes/hermes-2.8_p20180315.ebuild
@@ -15,7 +15,7 @@ else
 	COMMIT="b99622087233178368cff6cf38ec72fa01dfd8a6"
 	SRC_URI="https://github.com/TACC/Hermes/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
 	S="${WORKDIR}"/Hermes-${COMMIT}
-	KEYWORDS="~amd64 ~arm ~arm64 ~sparc ~x86"
+	KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~sparc ~x86"
 fi
 
 LICENSE="MIT"


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/hermes/
@ 2021-06-24 17:33 Sergei Trofimovich
  0 siblings, 0 replies; 12+ messages in thread
From: Sergei Trofimovich @ 2021-06-24 17:33 UTC (permalink / raw
  To: gentoo-commits

commit:     f91318c0f9b6a44640d2fcd53cc617d291ceffb0
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 24 17:33:09 2021 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Thu Jun 24 17:33:14 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f91318c0

dev-util/hermes: keyworded 2.8_p20180315 for ppc64

keyworded wrt bug #773313

Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 dev-util/hermes/hermes-2.8_p20180315.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/hermes/hermes-2.8_p20180315.ebuild b/dev-util/hermes/hermes-2.8_p20180315.ebuild
index 83f5d91914d..edf0e4e3916 100644
--- a/dev-util/hermes/hermes-2.8_p20180315.ebuild
+++ b/dev-util/hermes/hermes-2.8_p20180315.ebuild
@@ -15,7 +15,7 @@ else
 	COMMIT="b99622087233178368cff6cf38ec72fa01dfd8a6"
 	SRC_URI="https://github.com/TACC/Hermes/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
 	S="${WORKDIR}"/Hermes-${COMMIT}
-	KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~sparc ~x86"
+	KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
 fi
 
 LICENSE="MIT"


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/hermes/
@ 2021-11-25 14:03 Guilherme Amadio
  0 siblings, 0 replies; 12+ messages in thread
From: Guilherme Amadio @ 2021-11-25 14:03 UTC (permalink / raw
  To: gentoo-commits

commit:     25dc0e214245fa10f3f89b8d91631bd535dc018c
Author:     Bob Dröge <b.e.droge <AT> rug <DOT> nl>
AuthorDate: Thu Nov 25 13:17:06 2021 +0000
Commit:     Guilherme Amadio <amadio <AT> gentoo <DOT> org>
CommitDate: Thu Nov 25 14:02:41 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25dc0e21

dev-util/hermes: fix bug 827152

Closes: https://bugs.gentoo.org/827152
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Guilherme Amadio <amadio <AT> gentoo.org>

 dev-util/hermes/hermes-2.8_p20180315.ebuild | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/dev-util/hermes/hermes-2.8_p20180315.ebuild b/dev-util/hermes/hermes-2.8_p20180315.ebuild
index edf0e4e3916b..c3d8021ebf2f 100644
--- a/dev-util/hermes/hermes-2.8_p20180315.ebuild
+++ b/dev-util/hermes/hermes-2.8_p20180315.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 LUA_COMPAT=( lua5-{1..3} )
-inherit lua-single
+inherit lua-single prefix
 
 DESCRIPTION="Lua based testing manager"
 HOMEPAGE="https://github.com/TACC/Hermes"
@@ -35,6 +35,11 @@ DEPEND="test? ( ${RDEPEND} )"
 
 PATCHES=( "${FILESDIR}"/${PN}-2.8-lua-shebang.patch )
 
+src_prepare() {
+	default
+	hprefixify -w '/#\!\/bin\/bash/' tm/Tst.lua || die
+}
+
 src_compile() {
 	sed -e "s|@LUA@|${LUA}|g" \
 		-i lib/tool.lua \


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/hermes/
@ 2022-03-11  8:20 Guilherme Amadio
  0 siblings, 0 replies; 12+ messages in thread
From: Guilherme Amadio @ 2022-03-11  8:20 UTC (permalink / raw
  To: gentoo-commits

commit:     d17d7d26ac89d321a89a6cb81fe3aca376fc1395
Author:     Guilherme Amadio <amadio <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 11 08:16:34 2022 +0000
Commit:     Guilherme Amadio <amadio <AT> gentoo <DOT> org>
CommitDate: Fri Mar 11 08:19:37 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d17d7d26

dev-util/hermes: version bump to 2.9

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Guilherme Amadio <amadio <AT> gentoo.org>

 dev-util/hermes/Manifest          |  1 +
 dev-util/hermes/hermes-2.9.ebuild | 59 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 60 insertions(+)

diff --git a/dev-util/hermes/Manifest b/dev-util/hermes/Manifest
index 35772d6d2a42..66473f80efcb 100644
--- a/dev-util/hermes/Manifest
+++ b/dev-util/hermes/Manifest
@@ -1 +1,2 @@
 DIST hermes-2.8_p20180315.tar.gz 60771 BLAKE2B e523f1ee01e1ed3da5daa68f5b9f9d146f0764b5d5f75e9dbb71a3b4630ce06ef538745b01f0bcc30e0f2899adf1b1427022be07321c0dbe7859e0c6db82af33 SHA512 838fe1049f8f42113f5d394791499b47af4748d5fb6beccab8e3ce71398a85562340e95c0f96039fa58e6e8de3e79f3c7e87af2f7c47dc087b729cee557dac4a
+DIST hermes-2.9.tar.gz 59493 BLAKE2B 32b53b3ae8cf36851e5b82c859deeba8cd8f36f726bc1284f98729f4c357b85018833aa3c9a04962890cc6621d590a918fcbf21b756c58f88723bf9efc7a745b SHA512 1d4873c96d9039f3e003a3b8f2270c1fa82e9fe323111351d41537c375d8d6e356b50d6c4b950b905bee0662044d2adc887233359dca62876dfc80e74dc271f8

diff --git a/dev-util/hermes/hermes-2.9.ebuild b/dev-util/hermes/hermes-2.9.ebuild
new file mode 100644
index 000000000000..672828c5e1b2
--- /dev/null
+++ b/dev-util/hermes/hermes-2.9.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+LUA_COMPAT=( lua5-{1..3} )
+inherit lua-single prefix
+
+DESCRIPTION="Lua based testing manager"
+HOMEPAGE="https://github.com/TACC/Hermes"
+if [[ "${PV}" == *9999 ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/TACC/Hermes"
+else
+	SRC_URI="https://github.com/TACC/Hermes/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
+	S="${WORKDIR}/${P^}"
+	KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+IUSE="test"
+REQUIRED_USE="${LUA_REQUIRED_USE}"
+
+RESTRICT="!test? ( test )"
+
+RDEPEND="${LUA_DEPS}
+	$(lua_gen_cond_dep '
+		dev-lua/luafilesystem[${LUA_USEDEP}]
+		dev-lua/luaposix[${LUA_USEDEP}]
+	')
+"
+DEPEND="test? ( ${RDEPEND} )"
+
+PATCHES=( "${FILESDIR}"/${PN}-2.8-lua-shebang.patch )
+
+src_prepare() {
+	default
+	hprefixify -w '/#\!\/bin\/bash/' tm/Tst.lua || die
+}
+
+src_compile() {
+	sed -e "s|@LUA@|${LUA}|g" \
+		-i lib/tool.lua \
+		-i bin/lua_cmd || die
+}
+
+src_test() {
+	local -x PATH="bin:${PATH}"
+	tm -vvv || die
+	testcleanup || die
+}
+
+src_install() {
+	dodir /opt/hermes
+	cp -r "${S}"/. "${ED}"/opt/hermes/ || die
+
+	doenvd "${FILESDIR}"/99hermes
+}


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/hermes/
@ 2022-07-23 15:41 Jakov Smolić
  0 siblings, 0 replies; 12+ messages in thread
From: Jakov Smolić @ 2022-07-23 15:41 UTC (permalink / raw
  To: gentoo-commits

commit:     76f85a9e6f4c115f7cbb691c1b2f54abde73403b
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 23 15:38:07 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sat Jul 23 15:41:06 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76f85a9e

dev-util/hermes: Forward ~riscv to 9999

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 dev-util/hermes/hermes-9999.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/hermes/hermes-9999.ebuild b/dev-util/hermes/hermes-9999.ebuild
index e616c7382f47..8e7af2731b12 100644
--- a/dev-util/hermes/hermes-9999.ebuild
+++ b/dev-util/hermes/hermes-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -15,7 +15,7 @@ else
 	COMMIT="b99622087233178368cff6cf38ec72fa01dfd8a6"
 	SRC_URI="https://github.com/TACC/Hermes/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
 	S="${WORKDIR}"/Hermes-${PV}
-	KEYWORDS="~amd64 ~x86"
+	KEYWORDS="~amd64 ~riscv ~x86"
 fi
 
 LICENSE="MIT"


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/hermes/
@ 2022-07-23 15:41 Jakov Smolić
  0 siblings, 0 replies; 12+ messages in thread
From: Jakov Smolić @ 2022-07-23 15:41 UTC (permalink / raw
  To: gentoo-commits

commit:     0857a5ba27a271dff1d1d8ff62178c2f4bc002ca
Author:     Atharva <atharvaamritkar <AT> protonmail <DOT> com>
AuthorDate: Fri Jul 22 15:50:27 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sat Jul 23 15:41:04 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0857a5ba

dev-util/hermes: keywording ~riscv

Signed-off-by: Atharva <atharvaamritkar <AT> protonmail.com>
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 dev-util/hermes/hermes-2.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/hermes/hermes-2.9.ebuild b/dev-util/hermes/hermes-2.9.ebuild
index 672828c5e1b2..e3a8b6c0f09c 100644
--- a/dev-util/hermes/hermes-2.9.ebuild
+++ b/dev-util/hermes/hermes-2.9.ebuild
@@ -14,7 +14,7 @@ if [[ "${PV}" == *9999 ]]; then
 else
 	SRC_URI="https://github.com/TACC/Hermes/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
 	S="${WORKDIR}/${P^}"
-	KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
+	KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
 fi
 
 LICENSE="MIT"


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/hermes/
@ 2024-04-08 18:50 Andrew Ammerlaan
  0 siblings, 0 replies; 12+ messages in thread
From: Andrew Ammerlaan @ 2024-04-08 18:50 UTC (permalink / raw
  To: gentoo-commits

commit:     3797d5a958595537fcf17b28430eb584ea6a2424
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Mon Apr  8 18:20:46 2024 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Mon Apr  8 18:48:42 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3797d5a9

dev-util/hermes: add missing remote-id

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 dev-util/hermes/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-util/hermes/metadata.xml b/dev-util/hermes/metadata.xml
index c0cd18916a93..7a394fc37647 100644
--- a/dev-util/hermes/metadata.xml
+++ b/dev-util/hermes/metadata.xml
@@ -5,4 +5,7 @@
 		<email>sci@gentoo.org</email>
 		<name>Gentoo Science Project</name>
 	</maintainer>
+	<upstream>
+		<remote-id type="github">TACC/Hermes</remote-id>
+	</upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2024-04-08 18:50 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-27 22:02 [gentoo-commits] repo/gentoo:master commit in: dev-util/hermes/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2024-04-08 18:50 Andrew Ammerlaan
2022-07-23 15:41 Jakov Smolić
2022-07-23 15:41 Jakov Smolić
2022-03-11  8:20 Guilherme Amadio
2021-11-25 14:03 Guilherme Amadio
2021-06-24 17:33 Sergei Trofimovich
2021-04-29 14:19 Sam James
2021-03-28  7:14 Sam James
2021-03-09 20:38 Sergei Trofimovich
2021-02-14  8:29 Joonas Niilola
2021-02-14  8:29 Joonas Niilola

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox