From 56cca9b199806269efaf2086741e7594eb08dced Mon Sep 17 00:00:00 2001 From: Wolfgang Müller Date: Wed, 10 Mar 2021 17:15:39 +0100 Subject: app-portage/bosun: Bump to 1.3.0 Package-Manager: Portage-3.0.13, Repoman-3.0.2 --- app-portage/bosun/Manifest | 4 ++-- app-portage/bosun/bosun-1.2.0-r1.ebuild | 25 ------------------------- app-portage/bosun/bosun-1.3.0.ebuild | 25 +++++++++++++++++++++++++ 3 files changed, 27 insertions(+), 27 deletions(-) delete mode 100644 app-portage/bosun/bosun-1.2.0-r1.ebuild create mode 100644 app-portage/bosun/bosun-1.3.0.ebuild (limited to 'app-portage') diff --git a/app-portage/bosun/Manifest b/app-portage/bosun/Manifest index 4f87959..cbce29a 100644 --- a/app-portage/bosun/Manifest +++ b/app-portage/bosun/Manifest @@ -1,3 +1,3 @@ -DIST bosun-1.2.0.tar.gz 2995 BLAKE2B 58109a93e5dc8e8caf3a592ea394d7b06d1648fff8e81f9ecedbdc897591aa3aaf2f41335fec2fc1aa2b49466500f71ba5d5611a013c2d4df51f0b67c5208790 SHA512 3f64c03f3991c4c0f3e48759e078ea097541f7745c738da5799ac24e2b1c40e8c2114a0f2fbe95482b0c660f96daaa0da7932a469d0296c580257bc023176958 -EBUILD bosun-1.2.0-r1.ebuild 476 BLAKE2B 198cd4ac42fd2e058bfe443ee866a2dfb813cba70baac998828149378ca5b4a7ccfde78e1e477f702b6ebd85212f30a2e232ea177beb65eda4b630f65e0c9b7d SHA512 ed298b0fc7dc5bf04eebc51796cdf8fcca7c03ddd7cbba76d3e22dcdf8de13c12b4333358db704df35a90661ca2dae30724229f2f74e48222394e4715a4f112f +DIST bosun-1.3.0.tar.gz 4560 BLAKE2B 04a7d9e31a3e1f108fa1902f81aaa4ccd515682a1c4b2ea4f52e583c5efa6d81843ba00094a69c2dc46f92b309ffb13031bc6e4122d129bf089de44a603bb206 SHA512 1380ec891bef92bba88a9a628888603dc8076ce107769b7267fc2e1889599ba43b50048f0554ba0824756042f0c8c42fa5abe33d397f24da43f5d31c87529eec +EBUILD bosun-1.3.0.ebuild 476 BLAKE2B d23d1f7b138ae18ce50eda8f44b5fc32f907e9df30da8986f37de34aef1fc24c7152c9c1bbbed962dd177195d3ba0da2075599053701494694300ee62a06f71b SHA512 93fad8c0f459dfb047eb3f65671d2d3a3e3d83ae899f0cfcbbcb8c3902849b93b8db652dd5aef04c2360d3ac0f83914cfb6b151d58d4c7bfca8e0c0cadb0fbfd 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 deleted file mode 100644 index 27129d2..0000000 --- a/app-portage/bosun/bosun-1.2.0-r1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# 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.3.0.ebuild b/app-portage/bosun/bosun-1.3.0.ebuild new file mode 100644 index 0000000..b9e0f20 --- /dev/null +++ b/app-portage/bosun/bosun-1.3.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 2021 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 +} -- cgit v1.2.3-2-gb3c3