public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: dev-util/go-task/
@ 2024-09-01 11:29 Skyler Mäntysaari
  0 siblings, 0 replies; 4+ messages in thread
From: Skyler Mäntysaari @ 2024-09-01 11:29 UTC (permalink / raw
  To: gentoo-commits

commit:     5574068f3e1a8010fba9a439a2af401f35db0ae4
Author:     Skyler Mäntysaari <sm+git <AT> skym <DOT> fi>
AuthorDate: Sun Sep  1 11:23:55 2024 +0000
Commit:     Skyler Mäntysaari <gentoo <AT> samip <DOT> fi>
CommitDate: Sun Sep  1 11:29:14 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5574068f

dev-util/go-task: new package, add 3.38.0-r1

Signed-off-by: Skyler Mäntysaari <sm+git <AT> skym.fi>

 dev-util/go-task/Manifest                 |  2 ++
 dev-util/go-task/go-task-3.38.0-r1.ebuild | 21 +++++++++++++++++++++
 dev-util/go-task/metadata.xml             |  8 ++++++++
 3 files changed, 31 insertions(+)

diff --git a/dev-util/go-task/Manifest b/dev-util/go-task/Manifest
new file mode 100644
index 000000000..e8589b2c1
--- /dev/null
+++ b/dev-util/go-task/Manifest
@@ -0,0 +1,2 @@
+DIST go-task-3.38.0-vendor.tar.xz 1414180 BLAKE2B 2d7a3e8bafeed1824e2cd72fd821403dc5d0ff6bdab0c0c8857847e8e79a5a38dbd8b1fda2d42622abedf0e84840d8542c168bef3d7900f6a6a729f674d51c9e SHA512 1f019c7381433c50ca71b7e0e12bace254a4908221bcb095c0190c13e365a2700e1eed62ed1099606440020e4558900f038b22a00230b336b3892b27c29f511b
+DIST go-task-3.38.0.tar.gz 463389 BLAKE2B 15fecad55bf0488b5fc1d62777589d9eb809ce5cd35a9f0c9f1de2e52e1239826d31565f137a7f2b1699135e6d485a47e3e85f5c702d7c1946b56adcfc73f4e1 SHA512 1c09e90f78ea64c97e8027af18b17307fb8e4d1ddc38613ff06a323aba1a4f3fa055e0a2a0baf7ee16671417b680e60f8e31d653442442decbd23ed59659cf86

diff --git a/dev-util/go-task/go-task-3.38.0-r1.ebuild b/dev-util/go-task/go-task-3.38.0-r1.ebuild
new file mode 100644
index 000000000..f05958ca0
--- /dev/null
+++ b/dev-util/go-task/go-task-3.38.0-r1.ebuild
@@ -0,0 +1,21 @@
+EAPI="8"
+
+inherit go-module
+
+DESCRIPTION="A task runner / simpler Make alternative written in Go"
+HOMEPAGE="https://taskfile.dev"
+SRC_URI="https://github.com/${PN}/task/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz https://samip537.kapsi.fi/gentoo-mirror/go-task-${PV}-vendor.tar.xz"
+S="${WORKDIR}/task-${PV}"
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64"
+
+src_compile() {
+ ego build github.com/go-task/task/v3/cmd/task
+}
+
+src_install() {
+ dobin task
+
+ default
+}

diff --git a/dev-util/go-task/metadata.xml b/dev-util/go-task/metadata.xml
new file mode 100644
index 000000000..3b2e026d0
--- /dev/null
+++ b/dev-util/go-task/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>sm+gentoo@skym.fi</email>
+		<name>Skyler</name>
+	</maintainer>
+</pkgmetadata>


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-util/go-task/
@ 2024-09-01 11:49 Skyler Mäntysaari
  0 siblings, 0 replies; 4+ messages in thread
From: Skyler Mäntysaari @ 2024-09-01 11:49 UTC (permalink / raw
  To: gentoo-commits

commit:     b00d7a36db6caf44bb9653e59c99b1d74ae8133e
Author:     Skyler Mäntysaari <sm+git <AT> skym <DOT> fi>
AuthorDate: Sun Sep  1 11:23:55 2024 +0000
Commit:     Skyler Mäntysaari <gentoo <AT> samip <DOT> fi>
CommitDate: Sun Sep  1 11:49:54 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b00d7a36

dev-util/go-task: new package, add 3.38.0-r1

Signed-off-by: Skyler Mäntysaari <sm+git <AT> skym.fi>

 dev-util/go-task/go-task-3.38.0-r1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-util/go-task/go-task-3.38.0-r1.ebuild b/dev-util/go-task/go-task-3.38.0-r1.ebuild
index f05958ca0..59eaad47d 100644
--- a/dev-util/go-task/go-task-3.38.0-r1.ebuild
+++ b/dev-util/go-task/go-task-3.38.0-r1.ebuild
@@ -4,7 +4,8 @@ inherit go-module
 
 DESCRIPTION="A task runner / simpler Make alternative written in Go"
 HOMEPAGE="https://taskfile.dev"
-SRC_URI="https://github.com/${PN}/task/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz https://samip537.kapsi.fi/gentoo-mirror/go-task-${PV}-vendor.tar.xz"
+SRC_URI="https://github.com/${PN}/task/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI+=" https://samip537.kapsi.fi/gentoo-mirror/go-task-${PV}-vendor.tar.xz"
 S="${WORKDIR}/task-${PV}"
 LICENSE="MIT"
 SLOT="0"


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-util/go-task/
@ 2024-09-01 12:46 Skyler Mäntysaari
  0 siblings, 0 replies; 4+ messages in thread
From: Skyler Mäntysaari @ 2024-09-01 12:46 UTC (permalink / raw
  To: gentoo-commits

commit:     280b995ab3883885328fbe1c560e112c5525dfa0
Author:     Skyler Mäntysaari <sm+git <AT> skym <DOT> fi>
AuthorDate: Sun Sep  1 12:46:16 2024 +0000
Commit:     Skyler Mäntysaari <gentoo <AT> samip <DOT> fi>
CommitDate: Sun Sep  1 12:46:16 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=280b995a

dev-util/go-task: Added github tag to metadata

Signed-off-by: Skyler Mäntysaari <sm+git <AT> skym.fi>

 dev-util/go-task/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-util/go-task/metadata.xml b/dev-util/go-task/metadata.xml
index 3b2e026d0..dc64c93ff 100644
--- a/dev-util/go-task/metadata.xml
+++ b/dev-util/go-task/metadata.xml
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
+        <remote-id type="github">go-task/task</remote-id>
 	<maintainer type="person">
 		<email>sm+gentoo@skym.fi</email>
 		<name>Skyler</name>


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-util/go-task/
@ 2024-09-01 12:48 Skyler Mäntysaari
  0 siblings, 0 replies; 4+ messages in thread
From: Skyler Mäntysaari @ 2024-09-01 12:48 UTC (permalink / raw
  To: gentoo-commits

commit:     72a26ce3460d0eacfadab34b095591c897448c25
Author:     Skyler Mäntysaari <sm+git <AT> skym <DOT> fi>
AuthorDate: Sun Sep  1 12:48:08 2024 +0000
Commit:     Skyler Mäntysaari <gentoo <AT> samip <DOT> fi>
CommitDate: Sun Sep  1 12:48:08 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=72a26ce3

dev-util/go-task: add github upstream metadata

Signed-off-by: Skyler Mäntysaari <sm+git <AT> skym.fi>

 dev-util/go-task/metadata.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-util/go-task/metadata.xml b/dev-util/go-task/metadata.xml
index dc64c93ff..8416fb759 100644
--- a/dev-util/go-task/metadata.xml
+++ b/dev-util/go-task/metadata.xml
@@ -1,7 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-        <remote-id type="github">go-task/task</remote-id>
+        <upstream>
+           <remote-id type="github">go-task/task</remote-id>
+        </upstream>
 	<maintainer type="person">
 		<email>sm+gentoo@skym.fi</email>
 		<name>Skyler</name>


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

end of thread, other threads:[~2024-09-01 12:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-01 12:48 [gentoo-commits] repo/proj/guru:dev commit in: dev-util/go-task/ Skyler Mäntysaari
  -- strict thread matches above, loose matches on Subject: below --
2024-09-01 12:46 Skyler Mäntysaari
2024-09-01 11:49 Skyler Mäntysaari
2024-09-01 11:29 Skyler Mäntysaari

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