Gentoo Archives: gentoo-commits

From: "Amadeusz Zolnowski (aidecoe)" <aidecoe@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-boot/plymouth-openrc-plugin: plymouth-openrc-plugin-0.1.1.ebuild metadata.xml ChangeLog
Date: Sun, 03 Jul 2011 09:52:49
Message-Id: 20110703095240.16EDF2004B@flycatcher.gentoo.org
1 aidecoe 11/07/03 09:52:40
2
3 Added: plymouth-openrc-plugin-0.1.1.ebuild metadata.xml
4 ChangeLog
5 Log:
6 New package: sys-boot/plymouth-openrc-plugin
7
8 (Portage version: 2.1.10.3/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.1 sys-boot/plymouth-openrc-plugin/plymouth-openrc-plugin-0.1.1.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/plymouth-openrc-plugin/plymouth-openrc-plugin-0.1.1.ebuild?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/plymouth-openrc-plugin/plymouth-openrc-plugin-0.1.1.ebuild?rev=1.1&content-type=text/plain
15
16 Index: plymouth-openrc-plugin-0.1.1.ebuild
17 ===================================================================
18 # Copyright 1999-2011 Gentoo Foundation
19 # Distributed under the terms of the GNU General Public License v2
20 # $Header: /var/cvsroot/gentoo-x86/sys-boot/plymouth-openrc-plugin/plymouth-openrc-plugin-0.1.1.ebuild,v 1.1 2011/07/03 09:52:40 aidecoe Exp $
21
22 EAPI=4
23
24 inherit multilib
25
26 DESCRIPTION="Plymouth plugin for OpenRC"
27 HOMEPAGE="https://github.com/aidecoe/plymouth-openrc-plugin"
28 SRC_URI="
29 http://dev.gentoo.org/~aidecoe/distfiles/${CATEGORY}/${PN}/${P}.tar.bz2"
30 LICENSE="GPL-2"
31 SLOT="0"
32 KEYWORDS="~amd64 ~x86"
33 IUSE=""
34 DEPEND=">=sys-apps/openrc-0.8.2-r1"
35 RDEPEND="${DEPEND}"
36
37 pkg_pretend() {
38 if [[ ! -w /run ]]; then
39 die "/run doesn't exist! You need to create this directory.\n\n" \
40 "If you'd like to know more about purpose of /run, please read:\n\n" \
41 " https://lwn.net/Articles/436012/\n"
42 fi
43 }
44
45 src_install() {
46 insinto /$(get_libdir)/rc/plugins
47 doins plymouth.so
48 }
49
50 pkg_postinst() {
51 ewarn "You need to disable 'interactive' feature in /etc/rc.conf to make"
52 ewarn "Plymouth work properly with OpenRC init system."
53 }
54
55
56
57 1.1 sys-boot/plymouth-openrc-plugin/metadata.xml
58
59 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/plymouth-openrc-plugin/metadata.xml?rev=1.1&view=markup
60 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/plymouth-openrc-plugin/metadata.xml?rev=1.1&content-type=text/plain
61
62 Index: metadata.xml
63 ===================================================================
64 <?xml version="1.0" encoding="UTF-8"?>
65 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
66 <pkgmetadata>
67 <herd>no-herd</herd>
68 <maintainer>
69 <email>aidecoe@g.o</email>
70 <name>Amadeusz Żołnowski</name>
71 </maintainer>
72 </pkgmetadata>
73
74
75
76 1.1 sys-boot/plymouth-openrc-plugin/ChangeLog
77
78 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/plymouth-openrc-plugin/ChangeLog?rev=1.1&view=markup
79 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/plymouth-openrc-plugin/ChangeLog?rev=1.1&content-type=text/plain
80
81 Index: ChangeLog
82 ===================================================================
83 # ChangeLog for sys-boot/plymouth-openrc-plugin
84 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
85 # $Header: /var/cvsroot/gentoo-x86/sys-boot/plymouth-openrc-plugin/ChangeLog,v 1.1 2011/07/03 09:52:40 aidecoe Exp $
86
87 *plymouth-openrc-plugin-0.1.1 (03 Jul 2011)
88
89 03 Jul 2011; Amadeusz Żołnowski <aidecoe@g.o>
90 +plymouth-openrc-plugin-0.1.1.ebuild, +metadata.xml:
91 Initial ebuild. Resolves bug #372699.
92
93 Plugin for OpenRC is installed directly by sys-boot/plymouth until upcoming
94 plymouth-0.8.3-r5.ebuild. Now it's going to be installed by this package.