public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: profiles/, sys-apps/opentmpfiles/
@ 2023-10-16 12:17 Florian Schmaus
  0 siblings, 0 replies; only message in thread
From: Florian Schmaus @ 2023-10-16 12:17 UTC (permalink / raw
  To: gentoo-commits

commit:     d3014f3df22b195f49661c433b5a5ebfd8c0985d
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 16 12:17:01 2023 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Mon Oct 16 12:17:01 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3014f3d

sys-apps/opentmpfiles: treeclean

Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 profiles/package.mask                            | 10 ----
 sys-apps/opentmpfiles/Manifest                   |  1 -
 sys-apps/opentmpfiles/metadata.xml               | 15 ------
 sys-apps/opentmpfiles/opentmpfiles-0.2-r1.ebuild | 59 ------------------------
 4 files changed, 85 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 004a83f297ff..6e32c54361b9 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -254,16 +254,6 @@ dev-python/coreapi
 dev-python/coreschema
 dev-python/itypes
 
-# Andreas K. Hüttel <dilfridge@gentoo.org> (2021-07-06, 2023-09-15)
-# No longer maintained upstream; masked everywhere for two years now.
-# Please see also the 2021-07-15-opentmpfiles-deprecation news item.
-# https://www.gentoo.org/support/news-items/2021-07-15-opentmpfiles-deprecation.html
-#
-# The replacement is sys-apps/systemd-utils[tmpfiles]; new name
-# but otherwise identical to the solution described in the news item.
-# Removal on 2023-10-15.
-sys-apps/opentmpfiles
-
 # Sam James <sam@gentoo.org> (2023-09-09)
 # OpenSSL 1.1.x is EOL on 2023-09-11. Please upgrade immediately to >= OpenSSL 3.
 # https://www.openssl.org/blog/blog/2023/03/28/1.1.1-EOL/

diff --git a/sys-apps/opentmpfiles/Manifest b/sys-apps/opentmpfiles/Manifest
deleted file mode 100644
index 4b652803a6ae..000000000000
--- a/sys-apps/opentmpfiles/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST opentmpfiles-0.2.tar.gz 5711 BLAKE2B e1ee7820b2d184d18e63e7e9d93227bb301eb82be8c2b6021c7a1092f55a4ca2bb5dfb7494ff00c3b6debace1963f6c89011ff557f665f0a93c907bd759a4c6f SHA512 bc384cc9156ba6c54d3308ddad4d26b1877f020aa8558e82df2ed49ffa65e0fed5a49eaa11b27193bfe2ad11a4d7368f7cdbc225b820b309af3b299327ddb07b

diff --git a/sys-apps/opentmpfiles/metadata.xml b/sys-apps/opentmpfiles/metadata.xml
deleted file mode 100644
index ca72dc232abf..000000000000
--- a/sys-apps/opentmpfiles/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="person">
-		<email>williamh@gentoo.org</email>
-		<name>William Hubbs</name>
-	</maintainer>
-	<maintainer type="project">
-		<email>openrc@gentoo.org</email>
-		<name>Gentoo OpenRC Team</name>
-	</maintainer>
-	<upstream>
-		<remote-id type="github">openrc/opentmpfiles</remote-id>
-	</upstream>
-</pkgmetadata>

diff --git a/sys-apps/opentmpfiles/opentmpfiles-0.2-r1.ebuild b/sys-apps/opentmpfiles/opentmpfiles-0.2-r1.ebuild
deleted file mode 100644
index 4d7f08882975..000000000000
--- a/sys-apps/opentmpfiles/opentmpfiles-0.2-r1.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit prefix
-
-if [[ ${PV} = 9999* ]]; then
-	inherit git-r3
-	EGIT_REPO_URI="https://github.com/openrc/${PN}"
-else
-	SRC_URI="https://github.com/openrc/${PN}/archive/${PV}.tar.gz ->
-		${P}.tar.gz"
-	KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
-fi
-
-DESCRIPTION="A standalone utility to process systemd-style tmpfiles.d files"
-HOMEPAGE="https://github.com/openrc/opentmpfiles"
-
-LICENSE="BSD-2"
-SLOT="0"
-IUSE="selinux"
-
-RDEPEND="
-	!<sys-apps/openrc-0.23
-	selinux? ( sec-policy/selinux-base-policy )"
-
-src_prepare() {
-	default
-	hprefixify tmpfiles
-}
-
-src_install() {
-	emake DESTDIR="${ED}" install
-	einstalldocs
-
-	cd openrc || die
-	local f
-	for f in opentmpfiles-dev opentmpfiles-setup; do
-		newconfd ${f}.confd ${f}
-		newinitd ${f}.initd ${f}
-	done
-}
-
-pkg_postinst() {
-	add_service() {
-		local initd=$1
-		local runlevel=$2
-
-		elog "Auto-adding '${initd}' service to your ${runlevel} runlevel"
-		mkdir -p "${EROOT}"/etc/runlevels/${runlevel}
-		ln -snf /etc/init.d/${initd} "${EROOT}"/etc/runlevels/${runlevel}/${initd}
-	}
-
-	if [[ -z $REPLACING_VERSIONS ]]; then
-		add_service opentmpfiles-dev sysinit
-		add_service opentmpfiles-setup boot
-	fi
-}


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

only message in thread, other threads:[~2023-10-16 12:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-16 12:17 [gentoo-commits] repo/gentoo:master commit in: profiles/, sys-apps/opentmpfiles/ Florian Schmaus

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