From 5bb9ff1ee56d2b5e75e01a7f066d8b0cec84ec02 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 20 Mar 2021 14:27:17 +0000 Subject: gentoo resync : 20.03.2021 --- sys-process/dumb-init/Manifest | 4 ++-- sys-process/dumb-init/dumb-init-1.2.0.ebuild | 27 ------------------------ sys-process/dumb-init/dumb-init-1.2.5.ebuild | 31 ++++++++++++++++++++++++++++ 3 files changed, 33 insertions(+), 29 deletions(-) delete mode 100644 sys-process/dumb-init/dumb-init-1.2.0.ebuild create mode 100644 sys-process/dumb-init/dumb-init-1.2.5.ebuild (limited to 'sys-process/dumb-init') diff --git a/sys-process/dumb-init/Manifest b/sys-process/dumb-init/Manifest index 59d3e20625be..85c454b32f65 100644 --- a/sys-process/dumb-init/Manifest +++ b/sys-process/dumb-init/Manifest @@ -1,5 +1,5 @@ -DIST dumb-init-1.2.0.tar.gz 23370 BLAKE2B 43bf4fb99090065310516a617fd507e1f32e3d210df09ac8d0d31736614e2a1bb248b399606493f86967759f3245b58018c4d832dcfa24267c29403b5aec43d2 SHA512 07f75771014c897b2e2f4de84b88ef5b829e19df81f6cbde0372a2f30ea78237af8e5cd6ab47b0a104606ea3b85c9883b86f777bc49bc428d52a32a4ff2ddad8 DIST dumb-init-1.2.1.tar.gz 24472 BLAKE2B a2d18aca8e67f14a436ef5a23d5010339e803cadeeee5ec01145c9ddc0e000d2ec3f91b5342f57fb6ec63c174ac51e058ec14cc6d38dbe2d9a0fcad4a82ce4f9 SHA512 5a621caab17e322bf67f6b1eecfed7a0b4c59f2369f62745a7403343d0d01a800fb075b7579a51b5f68f404a0fb35220b937b7253d1e598dfd32d9360b84ddf4 -EBUILD dumb-init-1.2.0.ebuild 583 BLAKE2B 6f5e1c5dc4c618a097e3fc04428ddfaa1d98ca0f6398e82cc44ed5e1479ceaac85d812161dbcb018353642ada7b8c73bbc4f56beba6a3fd9ba9c7d2626366616 SHA512 ad0b3f50a3c0deab6bf875ec68f70a5e3787d32bef011ddfc84286bbc05cdf56e3ff46b5a5638211caabe432ace7e512c2069237b36d6271a74c2ea4221c8691 +DIST dumb-init-1.2.5.tar.gz 26199 BLAKE2B b5733bd12fa2c2ebf2357a531d34e4bf92c29eaa3729c0c03dd1754c2ad43ba9ffc321f6e471d523df355575763d01b74af1950aba0fc285b9520d8052b1b07a SHA512 b2822f8d80050edd03495acb74c3087a9d4bbadd0250ea0166d67799d4308a2e29e1f08c404c232a418c6f09cfdd8ccb4fed1b29395e1b670965b770b9f310cf EBUILD dumb-init-1.2.1.ebuild 636 BLAKE2B f39ddbc8e27ccedaa3d70ac5718bc3eaf4a2a6d811dc8e33640102c0a3c4470aea54e76b12bfba1f3619d8417cced6b6814efaa0c374b54e0cafbd00a7dc768d SHA512 a1a3b9ac0c0032c34e16808d653c8bbf00e2ec2b6c85c6490940dc29b9f2e1df1cbbf8cb0b5c28bd7030943873d4fe54d7d2494d6b76966277235e9418f87309 +EBUILD dumb-init-1.2.5.ebuild 633 BLAKE2B f860e41c834a32932c11a89d19ee2aac9bd57479253aae0dc244b5134cfc156ff218c2a54ba235983b2b211c9727bcff2f8ea4ddfa2280c9c9cd1d8d4d30c1b5 SHA512 c802682a858cd99f5d9f1870a3f8f48ed78f3790f7466bfe4bffb65f3cc8ef1534446a1dfebd71c79f911c7b83b95fef23e88768db70482209760ad6ae98c5ec MISC metadata.xml 370 BLAKE2B b7fc36b47b1559fcfda9f48837c34bd3be5e27c8060279ca07a9044efd9563a679e28ca9091cc593a0e1fa58f9377717d233784bc1d079cc0d2a2706ebea8e61 SHA512 9da1c5732139dcd56c6dded1ee2e95349d0a3f264e33029900b35e92e764640ca0eb973ce00555b57b4d06cafca6cfc63c5c9189942a7fba7d9bb8219201d217 diff --git a/sys-process/dumb-init/dumb-init-1.2.0.ebuild b/sys-process/dumb-init/dumb-init-1.2.0.ebuild deleted file mode 100644 index 34d2910320b7..000000000000 --- a/sys-process/dumb-init/dumb-init-1.2.0.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit flag-o-matic - -DESCRIPTION="A minimal init system for Linux containers" -HOMEPAGE="https://github.com/Yelp/dumb-init" -SRC_URI="https://github.com/Yelp/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="static" -RESTRICT="test" - -src_prepare() { - eapply_user - use static && append-cflags -static - sed -e "s|^CFLAGS=.*|CFLAGS=-std=gnu99 ${CFLAGS}|" -i Makefile || die -} - -src_install() { - dobin ${PN} - dodoc README.md -} diff --git a/sys-process/dumb-init/dumb-init-1.2.5.ebuild b/sys-process/dumb-init/dumb-init-1.2.5.ebuild new file mode 100644 index 000000000000..7f2a1645a6e2 --- /dev/null +++ b/sys-process/dumb-init/dumb-init-1.2.5.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit flag-o-matic toolchain-funcs + +DESCRIPTION="A minimal init system for Linux containers" +HOMEPAGE="https://github.com/Yelp/dumb-init" +SRC_URI="https://github.com/Yelp/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="static" +RESTRICT="test" + +src_prepare() { + default + use static && append-cflags -static + sed -e "s|^CFLAGS=.*|CFLAGS=-std=gnu99 ${CFLAGS}|" -i Makefile || die +} + +src_compile() { + CC=$(tc-getCC) emake +} + +src_install() { + dobin ${PN} + dodoc README.md +} -- cgit v1.2.3