Gentoo Archives: gentoo-commits

From: William Hubbs <williamh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/udev-init-scripts/
Date: Fri, 22 Feb 2019 19:11:46
Message-Id: 1550862676.0b49a1f8fd0ded1103ab114789b484cbc118b4f4.williamh@gentoo
1 commit: 0b49a1f8fd0ded1103ab114789b484cbc118b4f4
2 Author: William Hubbs <williamh <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 22 19:04:44 2019 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 22 19:11:16 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b49a1f8
7
8 sys-fs/udev-init-scripts: sync live
9
10 Copyright: Sony Interactive Entertainment Inc.
11 Package-Manager: Portage-2.3.51, Repoman-2.3.12
12 Signed-off-by: William Hubbs <williamh <AT> gentoo.org>
13
14 .../udev-init-scripts/udev-init-scripts-9999.ebuild | 19 +++++++------------
15 1 file changed, 7 insertions(+), 12 deletions(-)
16
17 diff --git a/sys-fs/udev-init-scripts/udev-init-scripts-9999.ebuild b/sys-fs/udev-init-scripts/udev-init-scripts-9999.ebuild
18 index 68e64e0899d..279b3d51a37 100644
19 --- a/sys-fs/udev-init-scripts/udev-init-scripts-9999.ebuild
20 +++ b/sys-fs/udev-init-scripts/udev-init-scripts-9999.ebuild
21 @@ -1,35 +1,30 @@
22 -# Copyright 1999-2015 Gentoo Foundation
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 -EAPI=5
27 +EAPI=7
28 +OLD_PN=udev-gentoo-scripts
29 +OLD_P=${OLD_PN}-${PV}
30
31 if [ "${PV}" = "9999" ]; then
32 - EGIT_REPO_URI="git://anongit.gentoo.org/proj/udev-gentoo-scripts.git"
33 + EGIT_REPO_URI="git://anongit.gentoo.org/proj/${OLD_PN}.git"
34 inherit git-r3
35 else
36 - SRC_URI="https://dev.gentoo.org/~williamh/dist/${P}.tar.gz"
37 + SRC_URI="https://gitweb.gentoo.org/proj/${OLD_PN}.git/snapshot/${OLD_P}.tar.gz -> ${P}.tar.gz"
38 + S="${WORKDIR}/${OLD_P}"
39 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
40 fi
41
42 -inherit eutils
43 -
44 DESCRIPTION="udev startup scripts for openrc"
45 HOMEPAGE="https://www.gentoo.org"
46
47 LICENSE="GPL-2"
48 SLOT="0"
49 -IUSE=""
50
51 RESTRICT="test"
52
53 -DEPEND=""
54 RDEPEND=">=virtual/udev-217
55 !<sys-apps/openrc-0.14"
56
57 -src_prepare() {
58 - epatch_user
59 -}
60 -
61 pkg_postinst() {
62 # Add udev and udev-trigger to the sysinit runlevel automatically.
63 for f in udev udev-trigger; do