public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mike Gilbert" <floppym@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/udev-init-scripts/
Date: Sat, 31 Aug 2019 00:20:55 +0000 (UTC)	[thread overview]
Message-ID: <1567210848.1e7bef484f96e7647f5f0911d3c8caa48131c33b.floppym@gentoo> (raw)

commit:     1e7bef484f96e7647f5f0911d3c8caa48131c33b
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 31 00:20:48 2019 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Sat Aug 31 00:20:48 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e7bef48

sys-fs/udev-init-scripts: remove old

Package-Manager: Portage-2.3.73_p4, Repoman-2.3.17_p24
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 sys-fs/udev-init-scripts/Manifest                  |  1 -
 .../udev-init-scripts/udev-init-scripts-32.ebuild  | 44 ----------------------
 2 files changed, 45 deletions(-)

diff --git a/sys-fs/udev-init-scripts/Manifest b/sys-fs/udev-init-scripts/Manifest
index bad60c74c30..8fd0114ec70 100644
--- a/sys-fs/udev-init-scripts/Manifest
+++ b/sys-fs/udev-init-scripts/Manifest
@@ -1,2 +1 @@
-DIST udev-init-scripts-32.tar.gz 3661 BLAKE2B 11736f1e6c44bf032571008e907f97d5c64afafa7fe7fcd4fa5f398fce1fa6698adc66c933a0a451adde31c44fc09339129d6352cc2fd0389fecee8d34c095f6 SHA512 da6291ae5c2aa1e8e41656fbe2ed6700e46360809119c0f8a26bf6c3f23f05c861b2c2943b55e47140462049474725e96105e68b204f3d931050409f34d19699
 DIST udev-init-scripts-33.tar.gz 3698 BLAKE2B fc79b3f6984131180324919f7be4309715976309ee582147662634bb020b8162b293e7fd0e675a9cc7a3b1630ce0fc49b29c899e393c7748d47cf924b1ca2809 SHA512 2119aace937da02f47a5adc9af720587d25c2852cf70a9bcb04138e3ee511308c8f30cf0301fbec58cf0432b7fd6672ae6a02d1740c774703959197b3511fbcc

diff --git a/sys-fs/udev-init-scripts/udev-init-scripts-32.ebuild b/sys-fs/udev-init-scripts/udev-init-scripts-32.ebuild
deleted file mode 100644
index 400159dfab8..00000000000
--- a/sys-fs/udev-init-scripts/udev-init-scripts-32.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-if [ "${PV}" = "9999" ]; then
-	EGIT_REPO_URI="git://anongit.gentoo.org/proj/udev-gentoo-scripts.git"
-	inherit git-r3
-else
-	SRC_URI="https://dev.gentoo.org/~williamh/dist/${P}.tar.gz"
-	KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc x86"
-fi
-
-DESCRIPTION="udev startup scripts for openrc"
-HOMEPAGE="https://www.gentoo.org"
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-RESTRICT="test"
-
-DEPEND=""
-RDEPEND=">=virtual/udev-217
-	!<sys-apps/openrc-0.14"
-
-pkg_postinst() {
-	# Add udev and udev-trigger to the sysinit runlevel automatically.
-	for f in udev udev-trigger; do
-		if [[ -x ${ROOT%/}/etc/init.d/${f} &&
-			-d ${ROOT%/}/etc/runlevels/sysinit &&
-			! -L "${ROOT%/}/etc/runlevels/sysinit/${f}" ]]; then
-			ln -snf /etc/init.d/${f} "${ROOT%/}"/etc/runlevels/sysinit/${f}
-			ewarn "Adding ${f} to the sysinit runlevel"
-		fi
-	done
-
-	if ! has_version "sys-fs/eudev[rule-generator]" && \
-	[[ -x $(type -P rc-update) ]] && rc-update show | grep udev-postmount | grep -qs 'boot\|default\|sysinit'; then
-		ewarn "The udev-postmount service has been removed because the reasons for"
-		ewarn "its existance have been removed upstream."
-		ewarn "Please remove it from your runlevels."
-	fi
-}


             reply	other threads:[~2019-08-31  0:20 UTC|newest]

Thread overview: 44+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-08-31  0:20 Mike Gilbert [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-03-26 15:44 [gentoo-commits] repo/gentoo:master commit in: sys-fs/udev-init-scripts/ William Hubbs
2024-03-26  3:46 William Hubbs
2022-08-17 16:21 Matt Turner
2022-08-04  8:04 Agostino Sarubbo
2022-08-03  7:49 Agostino Sarubbo
2022-08-02 19:59 Arthur Zamarin
2022-08-02 19:37 Arthur Zamarin
2022-08-02 18:47 Arthur Zamarin
2022-08-02 17:53 Arthur Zamarin
2022-08-02 17:37 Arthur Zamarin
2022-08-02 17:11 Arthur Zamarin
2021-08-29 19:36 William Hubbs
2021-08-29 19:24 William Hubbs
2021-08-29 19:21 William Hubbs
2021-08-29 19:21 William Hubbs
2021-08-09 15:15 Mike Gilbert
2020-10-07  6:55 Agostino Sarubbo
2020-10-01 20:01 Sam James
2020-10-01 19:16 Sam James
2020-10-01 19:15 Sam James
2020-10-01 19:13 Sam James
2020-10-01 19:11 Sam James
2020-10-01 19:02 Sam James
2020-10-01 18:52 Sam James
2020-09-30 18:13 Sergei Trofimovich
2020-08-05 18:26 William Hubbs
2020-02-08 14:18 David Seifert
2019-08-31  0:20 Mike Gilbert
2019-05-04 19:51 Andreas K. Hüttel
2019-02-28 17:06 Mikle Kolyada
2019-02-22 19:11 William Hubbs
2019-02-22 19:11 William Hubbs
2019-02-20 20:24 William Hubbs
2018-06-03 10:49 Mart Raudsepp
2017-05-19 11:00 Lars Wendler
2017-03-21  9:50 Jeroen Roovers
2017-02-28 11:22 Tobias Klausmann
2017-02-24 13:38 Agostino Sarubbo
2017-02-24 13:20 Agostino Sarubbo
2017-02-24  8:30 Michael Weber
2016-11-10 17:53 William Hubbs
2016-06-01 22:21 William Hubbs
2016-06-01 22:21 William Hubbs

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1567210848.1e7bef484f96e7647f5f0911d3c8caa48131c33b.floppym@gentoo \
    --to=floppym@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox