From 65b8c75e6ffce369e92716014d504d00a6488990 Mon Sep 17 00:00:00 2001 From: Wynn Wolf Arbor Date: Thu, 4 Jun 2020 20:28:32 +0200 Subject: app-portage/bosun: Bump to 1.2.0-r1 Use a snapshot instead of relying on git-r3, fix the homepage URL. Package-Manager: Portage-2.3.99, Repoman-2.3.22 --- app-portage/bosun/Manifest | 3 ++- app-portage/bosun/bosun-1.2.0-r1.ebuild | 25 +++++++++++++++++++++++++ app-portage/bosun/bosun-1.2.0.ebuild | 26 -------------------------- 3 files changed, 27 insertions(+), 27 deletions(-) create mode 100644 app-portage/bosun/bosun-1.2.0-r1.ebuild delete mode 100644 app-portage/bosun/bosun-1.2.0.ebuild (limited to 'app-portage') diff --git a/app-portage/bosun/Manifest b/app-portage/bosun/Manifest index 386451c..4f87959 100644 --- a/app-portage/bosun/Manifest +++ b/app-portage/bosun/Manifest @@ -1,2 +1,3 @@ -EBUILD bosun-1.2.0.ebuild 459 BLAKE2B 42a9bb04b504b53e2165013f56914cfce44b86b8e84327af5c5a849bfa73859bb7954574cd3e1a98752b2069dd430c85b1d5371596cc4a05604cb1eb9edeb812 SHA512 9c1c7c7cd3cd36a259e87fdfa174f3cf0aa4757c426fa6fbb8d7deeb5b499f7e79e2c51ccbc1dcca55b292365ee1c3e21de18b02ca9e9417f89c3bd5e238c54f +DIST bosun-1.2.0.tar.gz 2995 BLAKE2B 58109a93e5dc8e8caf3a592ea394d7b06d1648fff8e81f9ecedbdc897591aa3aaf2f41335fec2fc1aa2b49466500f71ba5d5611a013c2d4df51f0b67c5208790 SHA512 3f64c03f3991c4c0f3e48759e078ea097541f7745c738da5799ac24e2b1c40e8c2114a0f2fbe95482b0c660f96daaa0da7932a469d0296c580257bc023176958 +EBUILD bosun-1.2.0-r1.ebuild 476 BLAKE2B 198cd4ac42fd2e058bfe443ee866a2dfb813cba70baac998828149378ca5b4a7ccfde78e1e477f702b6ebd85212f30a2e232ea177beb65eda4b630f65e0c9b7d SHA512 ed298b0fc7dc5bf04eebc51796cdf8fcca7c03ddd7cbba76d3e22dcdf8de13c12b4333358db704df35a90661ca2dae30724229f2f74e48222394e4715a4f112f MISC metadata.xml 219 BLAKE2B 4017e2b1f6b36f72c186cfeb0955be57076a02d087acfd6caf9b9ec56509b5299be8d40dddaffd04433bb290f6dd35c94c59ac02a4f1ad7e63b13648e465e594 SHA512 555d3bce3f8cd9b4d78f59f494c326d7893f12c1907c1eb92107595886fc4a5e89b8b9fda7f434e021a9eede5dfd6d0c1dfee721c268ccad3d6a1865a92204e0 diff --git a/app-portage/bosun/bosun-1.2.0-r1.ebuild b/app-portage/bosun/bosun-1.2.0-r1.ebuild new file mode 100644 index 0000000..27129d2 --- /dev/null +++ b/app-portage/bosun/bosun-1.2.0-r1.ebuild @@ -0,0 +1,25 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="Manage portage roles with stow(8)" +HOMEPAGE="https://git.oriole.systems/bosun" +SRC_URI="https://git.oriole.systems/${PN}/snapshot/${P}.tar.gz" + +RESTRICT="mirror" + +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/bosun-1.2.0.ebuild b/app-portage/bosun/bosun-1.2.0.ebuild deleted file mode 100644 index 577a7dd..0000000 --- a/app-portage/bosun/bosun-1.2.0.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# 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 -} -- cgit v1.2.3-2-gb3c3