public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-containers/s6-overlay/
@ 2023-10-01  6:49 Andreas Sturmlechner
  0 siblings, 0 replies; only message in thread
From: Andreas Sturmlechner @ 2023-10-01  6:49 UTC (permalink / raw
  To: gentoo-commits

commit:     82ba9499c0e03d8193c6489e0d4c80cb437779ea
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 26 16:50:39 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Oct  1 06:48:41 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82ba9499

app-containers/s6-overlay: drop 1.18.1.3

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 app-containers/s6-overlay/Manifest                 |  1 -
 .../s6-overlay/s6-overlay-1.18.1.3.ebuild          | 58 ----------------------
 2 files changed, 59 deletions(-)

diff --git a/app-containers/s6-overlay/Manifest b/app-containers/s6-overlay/Manifest
index 4b3eabe8b046..b5a39bab89bf 100644
--- a/app-containers/s6-overlay/Manifest
+++ b/app-containers/s6-overlay/Manifest
@@ -1,2 +1 @@
-DIST s6-overlay-1.18.1.3.tar.gz 20067 BLAKE2B 7006549052fb27c8e7ec2a756854ebd82a41a88e14be45657c375321f4c18f482aefc8d21f1d57d8432ff1b836f114aac75a28b56bdd7722b14de3c06330024d SHA512 2b17b86a93e1efc27181a100bb86aacbce2e2c58cfd0d0855a293b99ba5c871a2f17bd10fa14b173b297816ae2d1658aaee2e6a6e25b957ad60f93d535955775
 DIST s6-overlay-2.1.0.2.tar.gz 30688 BLAKE2B 14d631a23be831d9dbc62a7e5ca341320eb8a0f46ae94d243bba4d6ba8fe9f6102dc818555398af64a207ea3056eb2cbbe045b5ec3baaf7d3a058217ad20e4f7 SHA512 6ff18566c64031fca985b36d6cbba646c3fb5c7f16a9d2dcca74e66ed4de5f10399c2142453e550c4e711f716158b91dd5777c7f6a03a91ed61ca9e81d6cef30

diff --git a/app-containers/s6-overlay/s6-overlay-1.18.1.3.ebuild b/app-containers/s6-overlay/s6-overlay-1.18.1.3.ebuild
deleted file mode 100644
index c9dd1445da21..000000000000
--- a/app-containers/s6-overlay/s6-overlay-1.18.1.3.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-if [[ ${PV} = 9999 ]]; then
-	EGIT_REPO_URI="https://github.com/just-containers/${PN}"
-	inherit git-r3
-else
-	SRC_URI="https://github.com/just-containers/${PN}/archive/v${PV}.tar.gz ->
-	${P}.tar.gz"
-	KEYWORDS="~amd64"
-	inherit vcs-snapshot
-fi
-
-DESCRIPTION="an s6-based init system for containers"
-HOMEPAGE="https://github.com/just-containers/s6-overlay"
-
-LICENSE="ISC"
-SLOT="0"
-IUSE=""
-
-DEPEND=""
-RDEPEND="sys-apps/s6
-	sys-apps/s6-portable-utils"
-
-src_install() {
-	dodoc *.md
-	cd builder/overlay-rootfs
-	dobin usr/bin/{fix-attrs,logutil*,print*,with*}
-
-	insinto /
-	doins -r etc init
-
-	# create must exist directories
-	dodir /etc/{cont-init.d,cont-finish.d,fix-attrs.d,services.d}
-	dodir /etc/s6/init/env-stage2
-
-	# create "supervise" directory in fdholder, its needed for no-catchall
-	# stage2 wake up
-	dodir /etc/s6/services/s6-fdholderd/supervise
-	fperms 0700 /etc/s6/services/s6-fdholderd/supervise
-
-	# fix misc permissions
-	fperms 0755 /init
-	fperms 0755 /etc/s6/init/init-stage1 \
-		/etc/s6/init/init-stage2 \
-		/etc/s6/init/init-stage2-redirfd \
-		/etc/s6/init/init-stage3
-	fperms 0755 /etc/s6/init-catchall/init-stage1 \
-		/etc/s6/init-catchall/init-stage2
-	fperms 0755 /etc/s6/init-no-catchall/init-stage1 \
-		/etc/s6/init-no-catchall/init-stage2
-	fperms 0755 /etc/s6/services/.s6-svscan/crash
-	fperms 0755 /etc/s6/services/.s6-svscan/finish
-	fperms 0755 /etc/s6/services/s6-fdholderd/run
-	fperms 0755 /etc/s6/services/s6-svscan-log/run
-}


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2023-10-01  6:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-01  6:49 [gentoo-commits] repo/gentoo:master commit in: app-containers/s6-overlay/ Andreas Sturmlechner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox