diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2004-05-26 12:20:49 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2004-05-26 12:20:49 +0000 |
commit | 6a28dc805f86caad742bed15d715ebc4d5c61a65 (patch) | |
tree | 69daa819cec9279a80865225565949b94adfafff /media-gfx/bootsplash-themes-livecd | |
parent | Marked stable on hppa. (Manifest recommit) (diff) | |
download | gentoo-2-6a28dc805f86caad742bed15d715ebc4d5c61a65.tar.gz gentoo-2-6a28dc805f86caad742bed15d715ebc4d5c61a65.tar.bz2 gentoo-2-6a28dc805f86caad742bed15d715ebc4d5c61a65.zip |
Added 2004.2 splash screens.
Diffstat (limited to 'media-gfx/bootsplash-themes-livecd')
3 files changed, 36 insertions, 1 deletions
diff --git a/media-gfx/bootsplash-themes-livecd/ChangeLog b/media-gfx/bootsplash-themes-livecd/ChangeLog index 071ab3c4da79..01439fb93f38 100644 --- a/media-gfx/bootsplash-themes-livecd/ChangeLog +++ b/media-gfx/bootsplash-themes-livecd/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-gfx/bootsplash-themes-livecd # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/bootsplash-themes-livecd/ChangeLog,v 1.2 2004/05/20 21:17:48 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/bootsplash-themes-livecd/ChangeLog,v 1.3 2004/05/26 12:20:49 wolf31o2 Exp $ + +*bootsplash-themes-livecd-2004.2 (26 May 2004) + + 26 May 2004; Chris Gianelloni <wolf31o2@gentoo.org> + +bootsplash-themes-livecd-2004.2.ebuild: + Added 2004.2 splash screens. 20 May 2004; Chris Gianelloni <wolf31o2@gentoo.org> bootsplash-themes-livecd-2004.0.ebuild, diff --git a/media-gfx/bootsplash-themes-livecd/bootsplash-themes-livecd-2004.2.ebuild b/media-gfx/bootsplash-themes-livecd/bootsplash-themes-livecd-2004.2.ebuild new file mode 100644 index 000000000000..9bf8261d7a33 --- /dev/null +++ b/media-gfx/bootsplash-themes-livecd/bootsplash-themes-livecd-2004.2.ebuild @@ -0,0 +1,28 @@ +# 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-themes-livecd/bootsplash-themes-livecd-2004.2.ebuild,v 1.1 2004/05/26 12:20:49 wolf31o2 Exp $ + +IUSE="livecd" +S=${WORKDIR}/${PF} +DESCRIPTION="Gentoo ${PV} theme for bootsplash consoles" +HOMEPAGE="http://www.gentoo.org/" +SRC_URI="mirror://gentoo/${PF}.tar.bz2 + http://dev.gentoo.org/~wolf31o2/${PF}.tar.bz2" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86 amd64" + +DEPEND="media-gfx/bootsplash" + +src_install() { + cp -r * ${D}/etc/bootsplash/themes/livecd-${PV} + + # link default config for boot images if not already set + if [ ! -e ${ROOT}/etc/bootsplash/default ]; then + use livecd \ + && dosym ./livecd-${PV} /etc/bootsplash/default \ + || dosym ./gentoo /etc/bootsplash/default + fi + use livecd && dosed "s:gentoo:livecd-${PV}:" /etc/conf.d/bootsplash +} diff --git a/media-gfx/bootsplash-themes-livecd/files/digest-bootsplash-themes-livecd-2004.2 b/media-gfx/bootsplash-themes-livecd/files/digest-bootsplash-themes-livecd-2004.2 new file mode 100644 index 000000000000..46fdd403113c --- /dev/null +++ b/media-gfx/bootsplash-themes-livecd/files/digest-bootsplash-themes-livecd-2004.2 @@ -0,0 +1 @@ +MD5 20c16b6f8a954209ee172e7f10efd9b5 bootsplash-themes-livecd-2004.2.tar.bz2 563549 |