public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: dev-util/catalyst-lab/
@ 2024-12-11 17:51 Damian Dudycz
  0 siblings, 0 replies; 2+ messages in thread
From: Damian Dudycz @ 2024-12-11 17:51 UTC (permalink / raw
  To: gentoo-commits

commit:     a53101edba35b984972f703534042a308e967cf8
Author:     Damian Dudycz <damiandudycz <AT> yahoo <DOT> com>
AuthorDate: Wed Dec 11 18:31:38 2024 +0000
Commit:     Damian Dudycz <damiandudycz <AT> yahoo <DOT> com>
CommitDate: Wed Dec 11 18:31:59 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a53101ed

dev-util/catalyst-lab: new package, add 1.6.0

Signed-off-by: Damian Dudycz <damiandudycz <AT> yahoo.com>

 dev-util/catalyst-lab/Manifest                  |  1 +
 dev-util/catalyst-lab/catalyst-lab-1.6.0.ebuild | 33 +++++++++++++++++++++++++
 dev-util/catalyst-lab/metadata.xml              | 21 ++++++++++++++++
 3 files changed, 55 insertions(+)

diff --git a/dev-util/catalyst-lab/Manifest b/dev-util/catalyst-lab/Manifest
new file mode 100644
index 000000000..c9467249b
--- /dev/null
+++ b/dev-util/catalyst-lab/Manifest
@@ -0,0 +1 @@
+DIST catalyst-lab-v1.6.0.tar.gz 44329 BLAKE2B 73d54738a656aa592a57074c12e6574993229b85ae057f5ebf5db249aed04095ab6b40b194ba77ac245645449d36e8cb756c2965ef900e2579890086226c9600 SHA512 b9f40320e9c3cfce8a86426473918abab707025e8522edbce1c9ec39b428552bcc9ef115fd1f65a96f1a71bb39654f162c1960e9ca73024d08df02f3664064c0

diff --git a/dev-util/catalyst-lab/catalyst-lab-1.6.0.ebuild b/dev-util/catalyst-lab/catalyst-lab-1.6.0.ebuild
new file mode 100644
index 000000000..da03c1ad9
--- /dev/null
+++ b/dev-util/catalyst-lab/catalyst-lab-1.6.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 2022-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="An automation tool for building Gentoo release stages and binhost packages."
+HOMEPAGE="https://github.com/damiandudycz/catalyst-lab"
+SRC_URI="https://github.com/damiandudycz/catalyst-lab/archive/refs/tags/catalyst-lab-v${PV}.tar.gz"
+S="${WORKDIR}/${PN}-${PN}-v${PV}"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64"
+IUSE="qemu git binhost"
+
+RDEPEND="
+	dev-util/catalyst
+	app-misc/yq
+	binhost? ( sys-fs/squashfs-tools )
+	qemu? ( app-emulation/qemu[static-user] )
+	git? ( dev-vcs/git dev-vcs/git-lfs )
+"
+BDEPEND="app-arch/unzip"
+
+src_install() {
+	# Install catalyst-lab
+	dodir /usr/bin
+	dobin "${S}/${PN}"
+
+	# Create the config file
+	insinto /etc/catalyst-lab
+	doins "${S}/${PN}.conf"
+}

diff --git a/dev-util/catalyst-lab/metadata.xml b/dev-util/catalyst-lab/metadata.xml
new file mode 100644
index 000000000..ba9e49484
--- /dev/null
+++ b/dev-util/catalyst-lab/metadata.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>damiandudycz@yahoo.com</email>
+		<name>Damian Dudycz</name>
+	</maintainer>
+	<longdescription lang="en">
+		Catalyst-Lab is an automation tool designed to streamline the process of building various Gentoo release stages and binhost packages.
+		It manages the dependencies between stages, prepares the necessary files, and performs the builds.
+	</longdescription>
+	<upstream>
+		<remote-id type="github">damiandudycz/catalyst-lab</remote-id>
+		<bugs-to>https://github.com/damiandudycz/catalyst-lab/issues</bugs-to>
+	</upstream>
+	<use>
+		<flag name="qemu">Building stages for different architecture using QEMU.</flag>
+		<flag name="git">Uploading binpkgs and releases to git repository.</flag>
+		<flag name="binhost">Binhost targets support to build selected packages.</flag>
+	</use>
+</pkgmetadata>


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-util/catalyst-lab/
@ 2025-01-22  9:28 Damian Dudycz
  0 siblings, 0 replies; 2+ messages in thread
From: Damian Dudycz @ 2025-01-22  9:28 UTC (permalink / raw
  To: gentoo-commits

commit:     ff04072cc43c5207e753ff96a065b93c757601e1
Author:     Damian Dudycz <damiandudycz <AT> yahoo <DOT> com>
AuthorDate: Wed Jan 22 10:24:11 2025 +0000
Commit:     Damian Dudycz <damiandudycz <AT> yahoo <DOT> com>
CommitDate: Wed Jan 22 10:24:11 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ff04072c

dev-util/catalyst-lab: add 1.6.1

Signed-off-by: Damian Dudycz <damiandudycz <AT> yahoo.com>

 dev-util/catalyst-lab/Manifest                  |  1 +
 dev-util/catalyst-lab/catalyst-lab-1.6.1.ebuild | 33 +++++++++++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/dev-util/catalyst-lab/Manifest b/dev-util/catalyst-lab/Manifest
index c9467249b..9b9ce1fbe 100644
--- a/dev-util/catalyst-lab/Manifest
+++ b/dev-util/catalyst-lab/Manifest
@@ -1 +1,2 @@
 DIST catalyst-lab-v1.6.0.tar.gz 44329 BLAKE2B 73d54738a656aa592a57074c12e6574993229b85ae057f5ebf5db249aed04095ab6b40b194ba77ac245645449d36e8cb756c2965ef900e2579890086226c9600 SHA512 b9f40320e9c3cfce8a86426473918abab707025e8522edbce1c9ec39b428552bcc9ef115fd1f65a96f1a71bb39654f162c1960e9ca73024d08df02f3664064c0
+DIST catalyst-lab-v1.6.1.tar.gz 48593 BLAKE2B 58575cd146ac531027d790a4625b606186ac607cff797c8306fa21fe6bf3b6fb3f74afd7cb6bab41e9fd4d35da33f27505d60cc0fae821a8f6962b15a3a52db1 SHA512 bc99160c942814bd4d8f5ed0df88c5be36403b17c124aee52e40e09b67166f12538c9529557ad21a96f87b1e9e4082c6d80f27e3c530523c962f075ad9b16098

diff --git a/dev-util/catalyst-lab/catalyst-lab-1.6.1.ebuild b/dev-util/catalyst-lab/catalyst-lab-1.6.1.ebuild
new file mode 100644
index 000000000..da03c1ad9
--- /dev/null
+++ b/dev-util/catalyst-lab/catalyst-lab-1.6.1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 2022-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="An automation tool for building Gentoo release stages and binhost packages."
+HOMEPAGE="https://github.com/damiandudycz/catalyst-lab"
+SRC_URI="https://github.com/damiandudycz/catalyst-lab/archive/refs/tags/catalyst-lab-v${PV}.tar.gz"
+S="${WORKDIR}/${PN}-${PN}-v${PV}"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64"
+IUSE="qemu git binhost"
+
+RDEPEND="
+	dev-util/catalyst
+	app-misc/yq
+	binhost? ( sys-fs/squashfs-tools )
+	qemu? ( app-emulation/qemu[static-user] )
+	git? ( dev-vcs/git dev-vcs/git-lfs )
+"
+BDEPEND="app-arch/unzip"
+
+src_install() {
+	# Install catalyst-lab
+	dodir /usr/bin
+	dobin "${S}/${PN}"
+
+	# Create the config file
+	insinto /etc/catalyst-lab
+	doins "${S}/${PN}.conf"
+}


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

end of thread, other threads:[~2025-01-22  9:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-22  9:28 [gentoo-commits] repo/proj/guru:dev commit in: dev-util/catalyst-lab/ Damian Dudycz
  -- strict thread matches above, loose matches on Subject: below --
2024-12-11 17:51 Damian Dudycz

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