diff options
author | Amadeusz Piotr Żołnowski <aidecoe@gentoo.org> | 2011-07-11 12:52:19 +0000 |
---|---|---|
committer | Amadeusz Piotr Żołnowski <aidecoe@gentoo.org> | 2011-07-11 12:52:19 +0000 |
commit | c9095521acbc1a25516db7181ef4591845c357e6 (patch) | |
tree | dbc75b22a079ff57e16885bb69301376b358dd9c /sys-boot | |
parent | sys-boot/plymouth-openrc-plugin: ver-bump to 0.1.2; fixes bug #374025 (diff) | |
download | gentoo-2-c9095521acbc1a25516db7181ef4591845c357e6.tar.gz gentoo-2-c9095521acbc1a25516db7181ef4591845c357e6.tar.bz2 gentoo-2-c9095521acbc1a25516db7181ef4591845c357e6.zip |
sys-boot/plymouth-openrc-plugin: remove old version: 0.1.1
(Portage version: 2.1.10.4/cvs/Linux x86_64)
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/plymouth-openrc-plugin/ChangeLog | 6 | ||||
-rw-r--r-- | sys-boot/plymouth-openrc-plugin/plymouth-openrc-plugin-0.1.1.ebuild | 40 |
2 files changed, 5 insertions, 41 deletions
diff --git a/sys-boot/plymouth-openrc-plugin/ChangeLog b/sys-boot/plymouth-openrc-plugin/ChangeLog index fac81eb4cc7c..4f58cd13d0da 100644 --- a/sys-boot/plymouth-openrc-plugin/ChangeLog +++ b/sys-boot/plymouth-openrc-plugin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-boot/plymouth-openrc-plugin # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/plymouth-openrc-plugin/ChangeLog,v 1.4 2011/07/11 12:50:06 aidecoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/plymouth-openrc-plugin/ChangeLog,v 1.5 2011/07/11 12:52:18 aidecoe Exp $ + + 11 Jul 2011; Amadeusz Żołnowski <aidecoe@gentoo.org> + -plymouth-openrc-plugin-0.1.1.ebuild: + Remove old version. *plymouth-openrc-plugin-0.1.2 (11 Jul 2011) diff --git a/sys-boot/plymouth-openrc-plugin/plymouth-openrc-plugin-0.1.1.ebuild b/sys-boot/plymouth-openrc-plugin/plymouth-openrc-plugin-0.1.1.ebuild deleted file mode 100644 index 0d52260820be..000000000000 --- a/sys-boot/plymouth-openrc-plugin/plymouth-openrc-plugin-0.1.1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/plymouth-openrc-plugin/plymouth-openrc-plugin-0.1.1.ebuild,v 1.3 2011/07/03 11:44:51 aidecoe Exp $ - -EAPI=4 - -inherit multilib - -DESCRIPTION="Plymouth plugin for OpenRC" -HOMEPAGE="https://github.com/aidecoe/plymouth-openrc-plugin" -SRC_URI=" -http://dev.gentoo.org/~aidecoe/distfiles/${CATEGORY}/${PN}/${P}.tar.bz2" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" -DEPEND=">=sys-apps/openrc-0.8.2-r1 - !<sys-boot/plymouth-0.8.3-r5 - " -RDEPEND="${DEPEND} - >=sys-boot/plymouth-0.8.3-r5 - " - -pkg_pretend() { - if [[ ! -w /run ]]; then - die "/run doesn't exist! You need to create this directory.\n\n" \ - "If you'd like to know more about purpose of /run, please read:\n\n" \ - " https://lwn.net/Articles/436012/\n" - fi -} - -src_install() { - insinto /$(get_libdir)/rc/plugins - doins plymouth.so -} - -pkg_postinst() { - ewarn "You need to disable 'interactive' feature in /etc/rc.conf to make" - ewarn "Plymouth work properly with OpenRC init system." -} |