* [gentoo-commits] repo/gentoo:master commit in: dev-util/act/
@ 2024-02-21 21:48 William Hubbs
0 siblings, 0 replies; 2+ messages in thread
From: William Hubbs @ 2024-02-21 21:48 UTC (permalink / raw
To: gentoo-commits
commit: a72d533b95595e753a6ffd1db7d2c4d1639ffc6d
Author: William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 21 21:46:51 2024 +0000
Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Wed Feb 21 21:47:12 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a72d533b
dev-util/act: new package, add 0.2.59
This utility allows you to run github workflows locally.
Signed-off-by: William Hubbs <williamh <AT> gentoo.org>
dev-util/act/Manifest | 2 ++
dev-util/act/act-0.2.59.ebuild | 22 ++++++++++++++++++++++
dev-util/act/metadata.xml | 11 +++++++++++
3 files changed, 35 insertions(+)
diff --git a/dev-util/act/Manifest b/dev-util/act/Manifest
new file mode 100644
index 000000000000..0c7ab7284470
--- /dev/null
+++ b/dev-util/act/Manifest
@@ -0,0 +1,2 @@
+DIST act-0.2.59-deps.tar.xz 141042948 BLAKE2B d433f89748585a642e06d31f1699bdd070c5d484f2115d3290238442adc96ea4abfa1b67c1b0dd05d790512545c25f8fa2ce0529f94d89f8475e7cc70d8025f2 SHA512 6550c886c117bdf148ebbe25f88bb2696fb52d5d9770439a6494e9cc1113a69e491206751e695edc85cf9c180c041eac61a7a1e48ddf316dfad2dccca15920e6
+DIST act-0.2.59.tar.gz 9271012 BLAKE2B 69d692cc2df6c00cbacf5015fb56eff19f741f9081d70d0e88b5f27a3743cddd9f4baecc2d1d88edd4416282c7195e691b49fd0bef269c8b100b695bdb61b375 SHA512 30b61ea07e31ca9ba7ee8a5111a743ab486c4e2b628796e92c879ed2c055594144506e370002f54f8c3544eb55023f11cb336c9323830edbdd5e5898b5a6b661
diff --git a/dev-util/act/act-0.2.59.ebuild b/dev-util/act/act-0.2.59.ebuild
new file mode 100644
index 000000000000..677e4e224350
--- /dev/null
+++ b/dev-util/act/act-0.2.59.ebuild
@@ -0,0 +1,22 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit go-module
+
+DESCRIPTION="run github workflows locally"
+HOMEPAGE="https://nektosact.com"
+SRC_URI="https://github.com/nektos/act/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI+=" https://dev.gentoo.org/~williamh/dist/${P}-deps.tar.xz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+src_compile() {
+ emake VERSION="${PV}" build
+}
+
+src_install() {
+dobin dist/local/act
+}
diff --git a/dev-util/act/metadata.xml b/dev-util/act/metadata.xml
new file mode 100644
index 000000000000..410072af64da
--- /dev/null
+++ b/dev-util/act/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>williamh@gentoo.org</email>
+ <name>William Hubbs</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">nektos/act</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-util/act/
@ 2024-07-24 4:11 William Hubbs
0 siblings, 0 replies; 2+ messages in thread
From: William Hubbs @ 2024-07-24 4:11 UTC (permalink / raw
To: gentoo-commits
commit: 8b9db4b1f31a515937a88f639ad00bafd0ebfef7
Author: William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 24 04:10:58 2024 +0000
Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Wed Jul 24 04:11:14 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b9db4b1
dev-util/act: add 0.2.64
Signed-off-by: William Hubbs <williamh <AT> gentoo.org>
dev-util/act/Manifest | 2 ++
dev-util/act/act-0.2.64.ebuild | 22 ++++++++++++++++++++++
2 files changed, 24 insertions(+)
diff --git a/dev-util/act/Manifest b/dev-util/act/Manifest
index 0c7ab7284470..c61b5e8163c5 100644
--- a/dev-util/act/Manifest
+++ b/dev-util/act/Manifest
@@ -1,2 +1,4 @@
DIST act-0.2.59-deps.tar.xz 141042948 BLAKE2B d433f89748585a642e06d31f1699bdd070c5d484f2115d3290238442adc96ea4abfa1b67c1b0dd05d790512545c25f8fa2ce0529f94d89f8475e7cc70d8025f2 SHA512 6550c886c117bdf148ebbe25f88bb2696fb52d5d9770439a6494e9cc1113a69e491206751e695edc85cf9c180c041eac61a7a1e48ddf316dfad2dccca15920e6
DIST act-0.2.59.tar.gz 9271012 BLAKE2B 69d692cc2df6c00cbacf5015fb56eff19f741f9081d70d0e88b5f27a3743cddd9f4baecc2d1d88edd4416282c7195e691b49fd0bef269c8b100b695bdb61b375 SHA512 30b61ea07e31ca9ba7ee8a5111a743ab486c4e2b628796e92c879ed2c055594144506e370002f54f8c3544eb55023f11cb336c9323830edbdd5e5898b5a6b661
+DIST act-0.2.64-deps.tar.xz 61609320 BLAKE2B 6321544b27b699cf4b4ef781fa1c82f59c055df7ca4307c4fa4ddfadd3ad819670679355859e0126c120617fe44605ed9c658d23a6c024723cbc36e177bbcf18 SHA512 3badad3426264fb2c88803b1681880b7f96caeb54be0b595f1954a8767b78ab510174896f5fded0a6bb6377f0e74882a1211193113f9e41eda6d48a62d959bfd
+DIST act-0.2.64.tar.gz 9281616 BLAKE2B 86d1fafe1a4c5908d985798c45c9767687974ce1fc6c079649e75d3c1edba0b3ee244c5cd56fe7d6ec8f6c57293cd577f55b080d6489544841ed97f2c901d209 SHA512 ecf04d217d39a04552acb3790fc235da097d2d97d7c12ab628458d604ac88431d872b7e137c6232d304ff6589bcf0bf0f8683672de30a891f58dc52fe68b6085
diff --git a/dev-util/act/act-0.2.64.ebuild b/dev-util/act/act-0.2.64.ebuild
new file mode 100644
index 000000000000..677e4e224350
--- /dev/null
+++ b/dev-util/act/act-0.2.64.ebuild
@@ -0,0 +1,22 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit go-module
+
+DESCRIPTION="run github workflows locally"
+HOMEPAGE="https://nektosact.com"
+SRC_URI="https://github.com/nektos/act/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI+=" https://dev.gentoo.org/~williamh/dist/${P}-deps.tar.xz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+src_compile() {
+ emake VERSION="${PV}" build
+}
+
+src_install() {
+dobin dist/local/act
+}
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-07-24 4:11 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-24 4:11 [gentoo-commits] repo/gentoo:master commit in: dev-util/act/ William Hubbs
-- strict thread matches above, loose matches on Subject: below --
2024-02-21 21:48 William Hubbs
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox