diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2007-05-07 19:24:30 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2007-05-07 19:24:30 +0000 |
commit | 2ee6ac4bc2a970d2e3d52936993d7b4afb4048b6 (patch) | |
tree | 77506fb006740d0a42362bc73b87e06aeef5492a /media-gfx | |
parent | Stable on amd64/ppc/x86 wrt it being required for the new themes for 2007.0 a... (diff) | |
download | gentoo-2-2ee6ac4bc2a970d2e3d52936993d7b4afb4048b6.tar.gz gentoo-2-2ee6ac4bc2a970d2e3d52936993d7b4afb4048b6.tar.bz2 gentoo-2-2ee6ac4bc2a970d2e3d52936993d7b4afb4048b6.zip |
Adding new 2007.0 version for the release.
(Portage version: 2.1.2.3)
Diffstat (limited to 'media-gfx')
3 files changed, 42 insertions, 1 deletions
diff --git a/media-gfx/splash-themes-livecd/ChangeLog b/media-gfx/splash-themes-livecd/ChangeLog index 258232be8964..25ef1054d061 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-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/splash-themes-livecd/ChangeLog,v 1.12 2007/02/15 15:23:20 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/splash-themes-livecd/ChangeLog,v 1.13 2007/05/07 19:24:30 wolf31o2 Exp $ + +*splash-themes-livecd-2007.0 (07 May 2007) + + 07 May 2007; Chris Gianelloni <wolf31o2@gentoo.org> + +splash-themes-livecd-2007.0.ebuild: + Adding new 2007.0 version for the release. 15 Feb 2007; Chris Gianelloni <wolf31o2@gentoo.org> splash-themes-livecd-2004.3.ebuild, splash-themes-livecd-2005.0.ebuild, diff --git a/media-gfx/splash-themes-livecd/files/digest-splash-themes-livecd-2007.0 b/media-gfx/splash-themes-livecd/files/digest-splash-themes-livecd-2007.0 new file mode 100644 index 000000000000..2a2dc08c5909 --- /dev/null +++ b/media-gfx/splash-themes-livecd/files/digest-splash-themes-livecd-2007.0 @@ -0,0 +1,3 @@ +MD5 983c853d5a13c76cc6e4b7d4c4afcee0 gentoo-livecd-2007.0-0.9.5.tar.bz2 4760038 +RMD160 abba1801ede06a4a6d707f591a2525f641105c4d gentoo-livecd-2007.0-0.9.5.tar.bz2 4760038 +SHA256 58b6ef88458996dddd47567cbc6b1fb4ffe2c4cd5ff0f637b3b3155cd936ae4b gentoo-livecd-2007.0-0.9.5.tar.bz2 4760038 diff --git a/media-gfx/splash-themes-livecd/splash-themes-livecd-2007.0.ebuild b/media-gfx/splash-themes-livecd/splash-themes-livecd-2007.0.ebuild new file mode 100644 index 000000000000..5c8a366536fd --- /dev/null +++ b/media-gfx/splash-themes-livecd/splash-themes-livecd-2007.0.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2007 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-2007.0.ebuild,v 1.1 2007/05/07 19:24:30 wolf31o2 Exp $ + +MY_P="gentoo-livecd-${PV}" +MY_REV="0.9.5" +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="" +RESTRICT="binchecks strip" + +DEPEND=">=media-gfx/splashutils-1.4.1" + +S=${WORKDIR}/${MY_P} + +pkg_setup() { + if ! built_with_use media-gfx/splashutils mng + then + ewarn "MNG support is missing from splashutils. You will not see the" + ewarn "service icons as services are starting." + fi +} + +src_install() { + dodir /etc/splash/livecd-${PV} + cp -r ${S}/* ${D}/etc/splash/livecd-${PV} +} |