From: "William Hubbs" <williamh@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/udev-init-scripts/
Date: Wed, 1 Jun 2016 22:21:43 +0000 (UTC) [thread overview]
Message-ID: <1464819250.b38f5b8ed54d09b9b8a3ad149862479543ae1c39.williamh@gentoo> (raw)
commit: b38f5b8ed54d09b9b8a3ad149862479543ae1c39
Author: William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 1 22:11:39 2016 +0000
Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Wed Jun 1 22:14:10 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b38f5b8e
sys-fs/udev-init-scripts: version bump to v31
Package-Manager: portage-2.2.28
sys-fs/udev-init-scripts/Manifest | 1 +
.../udev-init-scripts/udev-init-scripts-31.ebuild | 51 ++++++++++++++++++++++
2 files changed, 52 insertions(+)
diff --git a/sys-fs/udev-init-scripts/Manifest b/sys-fs/udev-init-scripts/Manifest
index a6f26f0..33de0a8 100644
--- a/sys-fs/udev-init-scripts/Manifest
+++ b/sys-fs/udev-init-scripts/Manifest
@@ -1,3 +1,4 @@
DIST udev-init-scripts-27.tar.bz2 3456 SHA256 1a091c361e9845861c138b505881edcb7b68fcf91708db526dff0b320243c936 SHA512 8a526d5252d54c724ad99250141d3ffddfbe6044ff9c9b9c02a4984f03ab6492a8b6a36022b93c7c06b0869b61a3c4dfa82fc47f560e927684fad636f56e4ba8 WHIRLPOOL 270a4ae1053a0303a851d6dcc5b51d2b89c5438b93f85dfb80726d11d61e950ae13e88b6063938f4ea8b49ae7167fb58211b6ce670f8d6c52212aed5da80b339
DIST udev-init-scripts-29.tar.gz 3650 SHA256 63fd923b259f216d8a1b1b64d8e541d67fb5ef86ac163ad087306017fa6426d9 SHA512 b6233b1ef2af6c581584faa6c640840a19c92c70a4e754bcc2d27112fb15b528799c0a3e60f8c5c4436754d3f14c598e946eeca3f0d21512f8cd40f406594514 WHIRLPOOL adbf345047416dce9848c6acf3c92b341961a25fbfb03e6488ff5899ac216e00e53061ea4f0aa4412ea90e4b0e323181abb4480fc313497a5a82f2bf286708fb
DIST udev-init-scripts-30.tar.gz 3668 SHA256 4de998d68e28f8ce4c1d4c9955aec0fa4cfe84673cbf3bfe1be71a1e9918693f SHA512 bf9ec69d9fb9edbe37f3dec8e1d5c828ea63591382de33818297ec5e37490c2dd709a8e32251fba36a816952c98af49172c7c09f3252712ddc51820205c4efdd WHIRLPOOL e666263adbd42ec99ed31c7537361e10deea19293aadd0580410abc901d87d1befdec2231d448cc364564803d2177649037111640218eb96f79ed931e41e26a7
+DIST udev-init-scripts-31.tar.gz 3661 SHA256 f8113922f0e062527268da6cc0d8168e64c61e353f6e84292fc64d7c6e4bffae SHA512 9b0322940ca6d78c2753cba801958fbe354431a46c8db3193cce714bf68cb05233ff01bd9fe7b62de29b5d9481828a30990f7e5e079360c823fa102e83b600f5 WHIRLPOOL dbf7765210a40ef6d7c06352de7695f4a674db3ac701233cf3992c0c404e1f07f4461238c318c5a5000a21f0ebe4cccc8f4c46364773e35b9920e49e9b45264c
diff --git a/sys-fs/udev-init-scripts/udev-init-scripts-31.ebuild b/sys-fs/udev-init-scripts/udev-init-scripts-31.ebuild
new file mode 100644
index 0000000..78a5651
--- /dev/null
+++ b/sys-fs/udev-init-scripts/udev-init-scripts-31.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+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
+
+inherit eutils
+
+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"
+
+src_prepare() {
+ epatch_user
+}
+
+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
+}
next reply other threads:[~2016-06-01 22:21 UTC|newest]
Thread overview: 44+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-06-01 22:21 William Hubbs [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-06-01 22:21 [gentoo-commits] repo/gentoo:master commit in: sys-fs/udev-init-scripts/ William Hubbs
2016-11-10 17:53 William Hubbs
2017-02-24 8:30 Michael Weber
2017-02-24 13:20 Agostino Sarubbo
2017-02-24 13:38 Agostino Sarubbo
2017-02-28 11:22 Tobias Klausmann
2017-03-21 9:50 Jeroen Roovers
2017-05-19 11:00 Lars Wendler
2018-06-03 10:49 Mart Raudsepp
2019-02-20 20:24 William Hubbs
2019-02-22 19:11 William Hubbs
2019-02-22 19:11 William Hubbs
2019-02-28 17:06 Mikle Kolyada
2019-05-04 19:51 Andreas K. Hüttel
2019-08-31 0:20 Mike Gilbert
2019-08-31 0:20 Mike Gilbert
2020-02-08 14:18 David Seifert
2020-08-05 18:26 William Hubbs
2020-09-30 18:13 Sergei Trofimovich
2020-10-01 18:52 Sam James
2020-10-01 19:02 Sam James
2020-10-01 19:11 Sam James
2020-10-01 19:13 Sam James
2020-10-01 19:15 Sam James
2020-10-01 19:16 Sam James
2020-10-01 20:01 Sam James
2020-10-07 6:55 Agostino Sarubbo
2021-08-09 15:15 Mike Gilbert
2021-08-29 19:21 William Hubbs
2021-08-29 19:21 William Hubbs
2021-08-29 19:24 William Hubbs
2021-08-29 19:36 William Hubbs
2022-08-02 17:11 Arthur Zamarin
2022-08-02 17:37 Arthur Zamarin
2022-08-02 17:53 Arthur Zamarin
2022-08-02 18:47 Arthur Zamarin
2022-08-02 19:37 Arthur Zamarin
2022-08-02 19:59 Arthur Zamarin
2022-08-03 7:49 Agostino Sarubbo
2022-08-04 8:04 Agostino Sarubbo
2022-08-17 16:21 Matt Turner
2024-03-26 3:46 William Hubbs
2024-03-26 15:44 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=1464819250.b38f5b8ed54d09b9b8a3ad149862479543ae1c39.williamh@gentoo \
--to=williamh@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