From 10ec280f9159121fe2f85760e68d3ad7bcf2e37b Mon Sep 17 00:00:00 2001 From: Crucible Date: Tue, 22 Sep 2026 23:02:10 -0500 Subject: Publish baldeagleos-repo candidate 0000000342-20260922-225608 --- app-admin/aerie/aerie-0.3.2.ebuild | 20 +++++ app-admin/scout/Manifest | 1 + app-admin/scout/scout-0.3.2.ebuild | 51 +++++++++++++ net-misc/airouter/Manifest | 3 +- net-misc/airouter/airouter-0.1.2-r5.ebuild | 6 +- net-misc/airouter/airouter-0.1.2-r6.ebuild | 119 +++++++++++++++++++++++++++++ 6 files changed, 198 insertions(+), 2 deletions(-) create mode 100644 app-admin/aerie/aerie-0.3.2.ebuild create mode 100644 app-admin/scout/Manifest create mode 100644 app-admin/scout/scout-0.3.2.ebuild create mode 100644 net-misc/airouter/airouter-0.1.2-r6.ebuild diff --git a/app-admin/aerie/aerie-0.3.2.ebuild b/app-admin/aerie/aerie-0.3.2.ebuild new file mode 100644 index 000000000000..7368205c5d54 --- /dev/null +++ b/app-admin/aerie/aerie-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="Compatibility package for the Scout repository and profile client" +HOMEPAGE="https://git.baldeagleos.com/aerie" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~arm64" +S="${WORKDIR}" +RDEPEND=">=app-admin/scout-0.3.2" + +src_install() { + : +} + +pkg_postinst() { + elog "The client runtime and aerie command are now provided by app-admin/scout." + elog "This compatibility package keeps older package selections working." +} diff --git a/app-admin/scout/Manifest b/app-admin/scout/Manifest new file mode 100644 index 000000000000..29681554ea2f --- /dev/null +++ b/app-admin/scout/Manifest @@ -0,0 +1 @@ +DIST scout-0.3.2.tar.gz 37814 BLAKE2B 88eae48c5183fb7a3d419f4a295fcd9821d784cd88eb94e32161887fdcd03a24b06e4488388fa15f239a0e090baa6a6d4a1e28ccb257c182620829d83c1e3c19 SHA512 f91c4cb3ee000d86016824bdc1101715f6e95f57e0518e77ab15d593d43218412057cfb3d97c42e8186db277d67aa4d3956c33fff4604d6cf483d0878af23b0e diff --git a/app-admin/scout/scout-0.3.2.ebuild b/app-admin/scout/scout-0.3.2.ebuild new file mode 100644 index 000000000000..2149c3b407a7 --- /dev/null +++ b/app-admin/scout/scout-0.3.2.ebuild @@ -0,0 +1,51 @@ +# Copyright 2026 BaldEagleOS Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +PYTHON_COMPAT=( python3_{13..14} ) +inherit python-single-r1 + +DESCRIPTION="Repository and installed-system profile management" +HOMEPAGE="https://git.baldeagleos.com/aerie" +SRC_URI="https://distfiles.baldeagleos.com/${P}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~arm64" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" +RDEPEND="${PYTHON_DEPS} + app-admin/eselect + app-portage/gentoolkit + dev-vcs/git + !