aboutsummaryrefslogtreecommitdiffstats
path: root/app-portage
diff options
context:
space:
mode:
authorWynn Wolf Arbor2020-01-13 15:59:49 +0100
committerWynn Wolf Arbor2020-01-13 15:59:49 +0100
commit90b60b5044587535e792ed5410acbf10a76963e7 (patch)
tree316d681581cb2b3a4218f31e72cab376e70b8252 /app-portage
downloadpramantha-90b60b5044587535e792ed5410acbf10a76963e7.tar.gz
Initial import
Diffstat (limited to 'app-portage')
-rw-r--r--app-portage/bosun/Manifest2
-rw-r--r--app-portage/bosun/bosun-1.0.0-r1.ebuild26
-rw-r--r--app-portage/bosun/metadata.xml7
3 files changed, 35 insertions, 0 deletions
diff --git a/app-portage/bosun/Manifest b/app-portage/bosun/Manifest
new file mode 100644
index 0000000..f182743
--- /dev/null
+++ b/app-portage/bosun/Manifest
@@ -0,0 +1,2 @@
+EBUILD bosun-1.0.0-r1.ebuild 460 BLAKE2B b21f66bf97ce30d4357d1c68e36a548e4860abe206c5bc4686503df42bbc8e01d3b3510213489540450095d4573287da2a316cca9608f9248a045ac3d0cb28e4 SHA512 4748cd7873b2c4ac57cfcdaebd625a3cce57e623d5ad59a7b008432444808a5223976c9b2e3e4a10a873a13cd396a7f8e347317db0cc118d6fe3bb0cb1808b85
+MISC metadata.xml 219 BLAKE2B 4017e2b1f6b36f72c186cfeb0955be57076a02d087acfd6caf9b9ec56509b5299be8d40dddaffd04433bb290f6dd35c94c59ac02a4f1ad7e63b13648e465e594 SHA512 555d3bce3f8cd9b4d78f59f494c326d7893f12c1907c1eb92107595886fc4a5e89b8b9fda7f434e021a9eede5dfd6d0c1dfee721c268ccad3d6a1865a92204e0
diff --git a/app-portage/bosun/bosun-1.0.0-r1.ebuild b/app-portage/bosun/bosun-1.0.0-r1.ebuild
new file mode 100644
index 0000000..bd0cb78
--- /dev/null
+++ b/app-portage/bosun/bosun-1.0.0-r1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit git-r3
+
+DESCRIPTION="Manage portage roles"
+HOMEPAGE="https://oriole.systems"
+EGIT_REPO_URI="https://git.oriole.systems/bosun.git"
+EGIT_COMMIT="${PV}"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="app-admin/stow"
+RDEPEND="${DEPEND}"
+BDEPEND=""
+
+src_compile() { :; }
+
+src_install() {
+ emake PREFIX=/usr DESTDIR="${D}" install
+}
diff --git a/app-portage/bosun/metadata.xml b/app-portage/bosun/metadata.xml
new file mode 100644
index 0000000..c544433
--- /dev/null
+++ b/app-portage/bosun/metadata.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>wolf@oriole.systems</email>
+ </maintainer>
+</pkgmetadata>