summaryrefslogtreecommitdiff
path: root/app-admin/aerie
diff options
context:
space:
mode:
authorCrucible <crucible@localhost>2026-09-22 23:02:10 -0500
committerCrucible <crucible@localhost>2026-09-22 23:02:10 -0500
commit10ec280f9159121fe2f85760e68d3ad7bcf2e37b (patch)
tree71e29b41d977c762d420003ea685db6b9b574955 /app-admin/aerie
parent979af70cb83395cab2f32ea1124be68ebaced6b6 (diff)
downloadbaldeagleos-repo-develop.tar.gz
baldeagleos-repo-develop.tar.xz
baldeagleos-repo-develop.zip
Publish baldeagleos-repo candidate 0000000342-20260922-225608HEADdevelop
Diffstat (limited to 'app-admin/aerie')
-rw-r--r--app-admin/aerie/aerie-0.3.2.ebuild20
1 files changed, 20 insertions, 0 deletions
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."
+}