diff options
author | Michael Januszewski <spock@gentoo.org> | 2005-05-02 12:59:08 +0000 |
---|---|---|
committer | Michael Januszewski <spock@gentoo.org> | 2005-05-02 12:59:08 +0000 |
commit | 92c3189a08b647aef5a4d66764838444b0094f05 (patch) | |
tree | f373b6a0c90a1b06dfd8a2a3aa99d7c17ab66c26 /media-gfx | |
parent | Changing description and closing bug #90987. (diff) | |
download | gentoo-2-92c3189a08b647aef5a4d66764838444b0094f05.tar.gz gentoo-2-92c3189a08b647aef5a4d66764838444b0094f05.tar.bz2 gentoo-2-92c3189a08b647aef5a4d66764838444b0094f05.zip |
Install bootanim (fix for bug #88564).
(Portage version: 2.0.51.20-r5)
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/bootsplash/ChangeLog | 6 | ||||
-rw-r--r-- | media-gfx/bootsplash/bootsplash-0.6.1-r7.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/media-gfx/bootsplash/ChangeLog b/media-gfx/bootsplash/ChangeLog index 59ce1ccba5a2..ef8c44142d4b 100644 --- a/media-gfx/bootsplash/ChangeLog +++ b/media-gfx/bootsplash/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-gfx/bootsplash # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/bootsplash/ChangeLog,v 1.58 2005/04/07 15:40:37 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/bootsplash/ChangeLog,v 1.59 2005/05/02 12:59:08 spock Exp $ + + 02 May 2005; Michał Januszewski <spock@gentoo.org> + bootsplash-0.6.1-r7.ebuild: + Install bootanim (fix for bug #88564). 07 Apr 2005; Simon Stelling <blubb@gentoo.org> bootsplash-0.6.1-r7.ebuild: stable on amd64 diff --git a/media-gfx/bootsplash/bootsplash-0.6.1-r7.ebuild b/media-gfx/bootsplash/bootsplash-0.6.1-r7.ebuild index d20866c9eb14..1be8e9ed3de8 100644 --- a/media-gfx/bootsplash/bootsplash-0.6.1-r7.ebuild +++ b/media-gfx/bootsplash/bootsplash-0.6.1-r7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/bootsplash/bootsplash-0.6.1-r7.ebuild,v 1.4 2005/04/07 15:40:37 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/bootsplash/bootsplash-0.6.1-r7.ebuild,v 1.5 2005/05/02 12:59:08 spock Exp $ inherit eutils @@ -44,7 +44,7 @@ src_install() { doexe utils/fbtruetype/fbtruetype{,.static} doexe misc/bootsplash_resize newexe utils/splashutils/splash splash.bin - doexe misc/splash + doexe misc/{splash,bootanim} doexe utils/splashutils/{fbresolution,getkey,progress,splashpbm} insinto /sbin |