diff options
author | Michael Januszewski <spock@gentoo.org> | 2004-03-06 10:56:03 +0000 |
---|---|---|
committer | Michael Januszewski <spock@gentoo.org> | 2004-03-06 10:56:03 +0000 |
commit | f164cbc7a3f0d8fb29e19eda8c2b41d16a7354b4 (patch) | |
tree | 45c44cd4f71413400b9502ae345db78a9fad0ea7 /media-gfx | |
parent | Initial import. Thanks to Julien TIERNY <julien.tierny@wanadoo.fr> (bug #4224... (diff) | |
download | gentoo-2-f164cbc7a3f0d8fb29e19eda8c2b41d16a7354b4.tar.gz gentoo-2-f164cbc7a3f0d8fb29e19eda8c2b41d16a7354b4.tar.bz2 gentoo-2-f164cbc7a3f0d8fb29e19eda8c2b41d16a7354b4.zip |
Bump to stable, fixed minorsyn errors in the ebuild.
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/bootsplash/ChangeLog | 6 | ||||
-rw-r--r-- | media-gfx/bootsplash/bootsplash-0.6-r11.ebuild | 4 | ||||
-rw-r--r-- | media-gfx/bootsplash/bootsplash-0.6-r9.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/media-gfx/bootsplash/ChangeLog b/media-gfx/bootsplash/ChangeLog index e32d56284220..045bdb7124fb 100644 --- a/media-gfx/bootsplash/ChangeLog +++ b/media-gfx/bootsplash/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-gfx/bootsplash # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/bootsplash/ChangeLog,v 1.27 2004/03/06 10:52:43 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/bootsplash/ChangeLog,v 1.28 2004/03/06 10:56:03 spock Exp $ + + 06 Mar 2004; Michal Januszewski <spock@gentoo.org> + bootsplash-0.6-r11.ebuild, bootsplash-0.6-r9.ebuild: + Bump to stable, removed unnecessary trailing spaces form the latest ebuild. *bootsplash-0.6-r11 (06 Mar 2004) diff --git a/media-gfx/bootsplash/bootsplash-0.6-r11.ebuild b/media-gfx/bootsplash/bootsplash-0.6-r11.ebuild index ab6fee9c720f..66cf46c8fff9 100644 --- a/media-gfx/bootsplash/bootsplash-0.6-r11.ebuild +++ b/media-gfx/bootsplash/bootsplash-0.6-r11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/bootsplash/bootsplash-0.6-r11.ebuild,v 1.1 2004/03/06 10:52:43 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/bootsplash/bootsplash-0.6-r11.ebuild,v 1.2 2004/03/06 10:56:03 spock Exp $ S=${WORKDIR}/${PF} DESCRIPTION="Graphical backgrounds for frame buffer consoles" @@ -80,7 +80,7 @@ pkg_postinst() { > /usr/share/${PN}/initrd-${THEME}-${SIZE} done fi - done + done fi echo "" diff --git a/media-gfx/bootsplash/bootsplash-0.6-r9.ebuild b/media-gfx/bootsplash/bootsplash-0.6-r9.ebuild index 724f47a6b3b9..c3f5ba9127fd 100644 --- a/media-gfx/bootsplash/bootsplash-0.6-r9.ebuild +++ b/media-gfx/bootsplash/bootsplash-0.6-r9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/bootsplash/bootsplash-0.6-r9.ebuild,v 1.1 2004/02/23 08:44:27 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/bootsplash/bootsplash-0.6-r9.ebuild,v 1.2 2004/03/06 10:56:03 spock Exp $ S=${WORKDIR}/${PN} DESCRIPTION="Graphical backgrounds for frame buffer consoles" @@ -9,7 +9,7 @@ SRC_URI="http://dev.gentoo.org/~seemant/extras/${PF}.tar.bz2" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~amd64 ~ppc" +KEYWORDS="x86 ~amd64 ~ppc" DEPEND=">=media-libs/freetype-2 media-libs/libmng" |