diff options
author | Amadeusz Piotr Żołnowski <aidecoe@gentoo.org> | 2011-04-07 23:31:10 +0000 |
---|---|---|
committer | Amadeusz Piotr Żołnowski <aidecoe@gentoo.org> | 2011-04-07 23:31:10 +0000 |
commit | 2591aa6ac512b6d391ce1b39a5a0f3552f0c5ee5 (patch) | |
tree | 703e715b2f7d5635f226193540243eece30f3e89 /sys-boot | |
parent | Mask policykit global USE flag on mips for now, to get other keywording going... (diff) | |
download | gentoo-2-2591aa6ac512b6d391ce1b39a5a0f3552f0c5ee5.tar.gz gentoo-2-2591aa6ac512b6d391ce1b39a5a0f3552f0c5ee5.tar.bz2 gentoo-2-2591aa6ac512b6d391ce1b39a5a0f3552f0c5ee5.zip |
sys-boot/plymouth-0.8.3-r1: Updated dracut dependency and URL to setup guide.
(Portage version: 2.1.9.45/cvs/Linux x86_64)
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/plymouth/ChangeLog | 6 | ||||
-rw-r--r-- | sys-boot/plymouth/plymouth-0.8.3-r1.ebuild | 11 |
2 files changed, 12 insertions, 5 deletions
diff --git a/sys-boot/plymouth/ChangeLog b/sys-boot/plymouth/ChangeLog index eb882a84c2a5..73c6318d6f92 100644 --- a/sys-boot/plymouth/ChangeLog +++ b/sys-boot/plymouth/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-boot/plymouth # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/plymouth/ChangeLog,v 1.6 2011/03/29 16:55:01 aidecoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/plymouth/ChangeLog,v 1.7 2011/04/07 23:31:10 aidecoe Exp $ + + 07 Apr 2011; Amadeusz Żołnowski <aidecoe@gentoo.org> + plymouth-0.8.3-r1.ebuild: + Updated dracut dependency and URL to Plymouth setup guide. 29 Mar 2011; Amadeusz Żołnowski <aidecoe@gentoo.org> -plymouth-0.8.3.ebuild: diff --git a/sys-boot/plymouth/plymouth-0.8.3-r1.ebuild b/sys-boot/plymouth/plymouth-0.8.3-r1.ebuild index acbd84ffd77b..684cc01fdaae 100644 --- a/sys-boot/plymouth/plymouth-0.8.3-r1.ebuild +++ b/sys-boot/plymouth/plymouth-0.8.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/plymouth/plymouth-0.8.3-r1.ebuild,v 1.2 2011/03/29 12:54:46 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/plymouth/plymouth-0.8.3-r1.ebuild,v 1.3 2011/04/07 23:31:10 aidecoe Exp $ EAPI="3" @@ -25,7 +25,7 @@ DEPEND=">=media-libs/libpng-1.2.16 video_cards_radeon? ( x11-libs/libdrm[video_cards_radeon] ) " RDEPEND="${DEPEND} - >=sys-kernel/dracut-007 + >=sys-kernel/dracut-008-r1[dracut_modules_plymouth] " DOCS=(AUTHORS ChangeLog NEWS README TODO) @@ -77,8 +77,11 @@ pkg_postinst() { elog "Plymouth initramfs utilities scripts are located in" elog "/usr/libexec/plymouth" elog "" - elog "Follow instructions on <http://en.gentoo-wiki.com/wiki/Plymouth> to" - elog "setup Plymouth." + elog "Follow instructions on" + elog "" + elog " http://dev.gentoo.org/~aidecoe/doc/en/plymouth.xml" + elog "" + elog "to setup Plymouth." echo ewarn "You need to disable 'interactive' feature either in /etc/conf.d/rc" ewarn "(baselayout-1) or /etc/rc.conf (OpenRC) to make Plymouth work" |