diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-09-01 23:17:35 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-09-01 23:17:35 +0000 |
commit | 3f185b6293576739ecfea61064ee9aa007847371 (patch) | |
tree | db346c0c450c46ab2a2d6354ec2674bbc296561f /media-gfx/splash-themes-livecd | |
parent | Added patches from the 2006.1 release to replace the nv driver with either ve... (diff) | |
download | gentoo-2-3f185b6293576739ecfea61064ee9aa007847371.tar.gz gentoo-2-3f185b6293576739ecfea61064ee9aa007847371.tar.bz2 gentoo-2-3f185b6293576739ecfea61064ee9aa007847371.zip |
Version bump to the theme from the 2006.1 release.
(Portage version: 2.1.1_rc1-r1)
Diffstat (limited to 'media-gfx/splash-themes-livecd')
3 files changed, 33 insertions, 1 deletions
diff --git a/media-gfx/splash-themes-livecd/ChangeLog b/media-gfx/splash-themes-livecd/ChangeLog index c08525ce857b..127f346f0a5b 100644 --- a/media-gfx/splash-themes-livecd/ChangeLog +++ b/media-gfx/splash-themes-livecd/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-gfx/splash-themes-livecd # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/splash-themes-livecd/ChangeLog,v 1.10 2006/03/16 15:40:28 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/splash-themes-livecd/ChangeLog,v 1.11 2006/09/01 23:17:35 wolf31o2 Exp $ + +*splash-themes-livecd-2006.1 (01 Sep 2006) + + 01 Sep 2006; Chris Gianelloni <wolf31o2@gentoo.org> + +splash-themes-livecd-2006.1.ebuild: + Version bump to the theme from the 2006.1 release. *splash-themes-livecd-2006.0 (16 Mar 2006) diff --git a/media-gfx/splash-themes-livecd/files/digest-splash-themes-livecd-2006.1 b/media-gfx/splash-themes-livecd/files/digest-splash-themes-livecd-2006.1 new file mode 100644 index 000000000000..2cd87958f08d --- /dev/null +++ b/media-gfx/splash-themes-livecd/files/digest-splash-themes-livecd-2006.1 @@ -0,0 +1,3 @@ +MD5 d06ad54741ee625aa9d82d79a6779a06 gentoo-livecd-2006.1-0.9.4.tar.bz2 3447608 +RMD160 58c107e9927c9ea7e7cc6116a5282da6ebd0fe7e gentoo-livecd-2006.1-0.9.4.tar.bz2 3447608 +SHA256 8d87c4bd6d2677ff11566aee6bfadfbbf12f9dabc60c7c9b76eeaac5c86cbaa3 gentoo-livecd-2006.1-0.9.4.tar.bz2 3447608 diff --git a/media-gfx/splash-themes-livecd/splash-themes-livecd-2006.1.ebuild b/media-gfx/splash-themes-livecd/splash-themes-livecd-2006.1.ebuild new file mode 100644 index 000000000000..b9fcc32882c1 --- /dev/null +++ b/media-gfx/splash-themes-livecd/splash-themes-livecd-2006.1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/splash-themes-livecd/splash-themes-livecd-2006.1.ebuild,v 1.1 2006/09/01 23:17:35 wolf31o2 Exp $ + +MY_P="gentoo-livecd-${PV}" +MY_REV="0.9.4" +DESCRIPTION="Gentoo theme for gensplash consoles" +HOMEPAGE="http://www.gentoo.org/" +SRC_URI="http://dev.gentoo.org/~wolf31o2/sources/${PN}/${MY_P}-${MY_REV}.tar.bz2" + +SLOT=${PV} +LICENSE="GPL-2" +KEYWORDS="amd64 ppc x86" +IUSE="" + +DEPEND=">=media-gfx/splashutils-1.1.9.10-r1" + +S=${WORKDIR}/${MY_P} + +src_install() { + dodir /etc/splash/livecd-${PV} + cp -r ${S}/* ${D}/etc/splash/livecd-${PV} +} |