diff options
| author | Crucible <crucible@localhost> | 2026-09-22 18:47:35 -0500 |
|---|---|---|
| committer | Crucible <crucible@localhost> | 2026-09-22 18:47:35 -0500 |
| commit | cde96c5ea0c81397fd3214d455a374f76179a7aa (patch) | |
| tree | 12c86d59eb88887c244b1145411db084ae5a6c1f /app-admin/crucible | |
| parent | 47516b9667518dacb1efd6d257f7b3e6a481ec93 (diff) | |
| download | baldeagleos-repo-cde96c5ea0c81397fd3214d455a374f76179a7aa.tar.gz baldeagleos-repo-cde96c5ea0c81397fd3214d455a374f76179a7aa.tar.xz baldeagleos-repo-cde96c5ea0c81397fd3214d455a374f76179a7aa.zip | |
Publish baldeagleos-repo candidate 0000000325-20260922-184323
Diffstat (limited to 'app-admin/crucible')
| -rw-r--r-- | app-admin/crucible/crucible-0.3.0.ebuild | 20 | ||||
| -rw-r--r-- | app-admin/crucible/crucible-0.3.1.ebuild | 20 | ||||
| -rw-r--r-- | app-admin/crucible/crucible-0.3.2.ebuild | 20 | ||||
| -rw-r--r-- | app-admin/crucible/metadata.xml | 10 |
4 files changed, 70 insertions, 0 deletions
diff --git a/app-admin/crucible/crucible-0.3.0.ebuild b/app-admin/crucible/crucible-0.3.0.ebuild new file mode 100644 index 000000000000..ea61998c52d8 --- /dev/null +++ b/app-admin/crucible/crucible-0.3.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 2026 BaldEagleOS Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +DESCRIPTION="Gentoo repository creation, qualification and publication" +HOMEPAGE="https://git.baldeagleos.com/osforge" +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm64" +S="${WORKDIR}" +RDEPEND="~app-admin/osforge-${PV}" + +src_install() { + : +} + +pkg_postinst() { + elog "Run crucible help for the repository workflow." + elog "New repositories start with manual publication." +} diff --git a/app-admin/crucible/crucible-0.3.1.ebuild b/app-admin/crucible/crucible-0.3.1.ebuild new file mode 100644 index 000000000000..ea61998c52d8 --- /dev/null +++ b/app-admin/crucible/crucible-0.3.1.ebuild @@ -0,0 +1,20 @@ +# Copyright 2026 BaldEagleOS Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +DESCRIPTION="Gentoo repository creation, qualification and publication" +HOMEPAGE="https://git.baldeagleos.com/osforge" +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm64" +S="${WORKDIR}" +RDEPEND="~app-admin/osforge-${PV}" + +src_install() { + : +} + +pkg_postinst() { + elog "Run crucible help for the repository workflow." + elog "New repositories start with manual publication." +} diff --git a/app-admin/crucible/crucible-0.3.2.ebuild b/app-admin/crucible/crucible-0.3.2.ebuild new file mode 100644 index 000000000000..ea61998c52d8 --- /dev/null +++ b/app-admin/crucible/crucible-0.3.2.ebuild @@ -0,0 +1,20 @@ +# Copyright 2026 BaldEagleOS Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +DESCRIPTION="Gentoo repository creation, qualification and publication" +HOMEPAGE="https://git.baldeagleos.com/osforge" +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm64" +S="${WORKDIR}" +RDEPEND="~app-admin/osforge-${PV}" + +src_install() { + : +} + +pkg_postinst() { + elog "Run crucible help for the repository workflow." + elog "New repositories start with manual publication." +} diff --git a/app-admin/crucible/metadata.xml b/app-admin/crucible/metadata.xml new file mode 100644 index 000000000000..9b36c219fd18 --- /dev/null +++ b/app-admin/crucible/metadata.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>core@baldeagleos.com</email> + <name>BaldEagleOS</name> + </maintainer> + <longdescription>Managed Portage repository composition and publication.</longdescription> + <origin>baldeagleos-repo</origin> +</pkgmetadata> |
