diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2004-05-19 20:27:17 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2004-05-19 20:27:17 +0000 |
commit | 3d7ade81de8550024bb552df44659d05751455bb (patch) | |
tree | 54b0b4a2bf665eb67ef2e6b58181e2977f098605 /media-gfx | |
parent | Added -r16 which removes livecd themes due to new bootsplash-themes-livecd eb... (diff) | |
download | gentoo-2-3d7ade81de8550024bb552df44659d05751455bb.tar.gz gentoo-2-3d7ade81de8550024bb552df44659d05751455bb.tar.bz2 gentoo-2-3d7ade81de8550024bb552df44659d05751455bb.zip |
Initial import. Ebuilds by me.
Diffstat (limited to 'media-gfx')
7 files changed, 78 insertions, 0 deletions
diff --git a/media-gfx/bootsplash-themes-livecd/ChangeLog b/media-gfx/bootsplash-themes-livecd/ChangeLog new file mode 100644 index 000000000000..42328234bbe6 --- /dev/null +++ b/media-gfx/bootsplash-themes-livecd/ChangeLog @@ -0,0 +1,11 @@ +# 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.1 2004/05/19 20:27:17 wolf31o2 Exp $ + +*bootsplash-themes-livecd-2004.0 (19 May 2004) + + 19 May 2004; Chris Gianelloni <wolf31o2@gentoo.org> + +bootsplash-themes-livecd-2004.0.ebuild, + +bootsplash-themes-livecd-2004.1.ebuild: + Initial import. Ebuilds by me. + diff --git a/media-gfx/bootsplash-themes-livecd/Manifest b/media-gfx/bootsplash-themes-livecd/Manifest new file mode 100644 index 000000000000..af7a5a9a1bf3 --- /dev/null +++ b/media-gfx/bootsplash-themes-livecd/Manifest @@ -0,0 +1,4 @@ +MD5 3d78a21dda1139259cde8462db76f56a bootsplash-themes-livecd-2004.1.ebuild 781 +MD5 3d78a21dda1139259cde8462db76f56a bootsplash-themes-livecd-2004.0.ebuild 781 +MD5 ba9d58e94814ef84fb557e5da1a9179e files/digest-bootsplash-themes-livecd-2004.0 84 +MD5 0a71da624fab2230f950a40364d96500 files/digest-bootsplash-themes-livecd-2004.1 84 diff --git a/media-gfx/bootsplash-themes-livecd/bootsplash-themes-livecd-2004.0.ebuild b/media-gfx/bootsplash-themes-livecd/bootsplash-themes-livecd-2004.0.ebuild new file mode 100644 index 000000000000..44a5834138ae --- /dev/null +++ b/media-gfx/bootsplash-themes-livecd/bootsplash-themes-livecd-2004.0.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.0.ebuild,v 1.1 2004/05/19 20:27:17 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-0.6-r16" + +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/bootsplash-themes-livecd-2004.1.ebuild b/media-gfx/bootsplash-themes-livecd/bootsplash-themes-livecd-2004.1.ebuild new file mode 100644 index 000000000000..095f008ab234 --- /dev/null +++ b/media-gfx/bootsplash-themes-livecd/bootsplash-themes-livecd-2004.1.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.1.ebuild,v 1.1 2004/05/19 20:27:17 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-0.6-r16" + +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.0 b/media-gfx/bootsplash-themes-livecd/files/digest-bootsplash-themes-livecd-2004.0 new file mode 100644 index 000000000000..01a2a763fdfa --- /dev/null +++ b/media-gfx/bootsplash-themes-livecd/files/digest-bootsplash-themes-livecd-2004.0 @@ -0,0 +1 @@ +MD5 c81e732048286450ce727df56f44373e bootsplash-themes-livecd-2004.0.tar.bz2 116664 diff --git a/media-gfx/bootsplash-themes-livecd/files/digest-bootsplash-themes-livecd-2004.1 b/media-gfx/bootsplash-themes-livecd/files/digest-bootsplash-themes-livecd-2004.1 new file mode 100644 index 000000000000..4aaca1db29c7 --- /dev/null +++ b/media-gfx/bootsplash-themes-livecd/files/digest-bootsplash-themes-livecd-2004.1 @@ -0,0 +1 @@ +MD5 46ff2d2d23d4f86e52dd7e70dd07a094 bootsplash-themes-livecd-2004.1.tar.bz2 401119 diff --git a/media-gfx/bootsplash-themes-livecd/metadata.xml b/media-gfx/bootsplash-themes-livecd/metadata.xml new file mode 100644 index 000000000000..88653ddd7172 --- /dev/null +++ b/media-gfx/bootsplash-themes-livecd/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>livecd</herd> +</pkgmetadata> |