diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2004-06-07 20:33:11 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2004-06-07 20:33:11 +0000 |
commit | bdfb75e1c72389a02aa93ebc6c31d96dee91692d (patch) | |
tree | df3d1898d356b690524852c22614dc9e384dab2a /media-gfx | |
parent | cosmetic issues (binary is hxd, package and gentoo install are calledmhxd) (diff) | |
download | historical-bdfb75e1c72389a02aa93ebc6c31d96dee91692d.tar.gz historical-bdfb75e1c72389a02aa93ebc6c31d96dee91692d.tar.bz2 historical-bdfb75e1c72389a02aa93ebc6c31d96dee91692d.zip |
Updated to fix font burriness.
Diffstat (limited to 'media-gfx')
4 files changed, 38 insertions, 2 deletions
diff --git a/media-gfx/bootsplash-themes-livecd/ChangeLog b/media-gfx/bootsplash-themes-livecd/ChangeLog index 321f094e0cd4..ed522acf73cb 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.5 2004/06/03 22:42:23 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/bootsplash-themes-livecd/ChangeLog,v 1.6 2004/06/07 20:33:11 wolf31o2 Exp $ + +*bootsplash-themes-livecd-2004.2-r2 (07 Jun 2004) + + 07 Jun 2004; Chris Gianelloni <wolf31o2@gentoo.org> + +bootsplash-themes-livecd-2004.2-r2.ebuild: + Updated to fix font burriness. 03 Jun 2004; Chris Gianelloni <wolf31o2@gentoo.org> -bootsplash-themes-livecd-2004.2.ebuild: diff --git a/media-gfx/bootsplash-themes-livecd/Manifest b/media-gfx/bootsplash-themes-livecd/Manifest index 45ae1b3fb55b..6f2e6a279ce1 100644 --- a/media-gfx/bootsplash-themes-livecd/Manifest +++ b/media-gfx/bootsplash-themes-livecd/Manifest @@ -1,8 +1,10 @@ MD5 cb2d7777588f69713519917560de9592 bootsplash-themes-livecd-2004.2-r1.ebuild 859 MD5 8ff56a3ebb94d24f4de3b6ce95bcc261 bootsplash-themes-livecd-2004.1.ebuild 856 MD5 27f58f7ebc09a5988dd6ea84b15ab957 bootsplash-themes-livecd-2004.0.ebuild 856 -MD5 a739f9c83f4cce352751c4c8ac7809f3 ChangeLog 1383 +MD5 3a5c76ce02570891a3c804c948c49bb0 bootsplash-themes-livecd-2004.2-r2.ebuild 859 +MD5 7b3895c29731472e649972da4f30e200 ChangeLog 1568 MD5 d86e5b5e47260e5a965eae2afe6d6d40 metadata.xml 159 MD5 ba9d58e94814ef84fb557e5da1a9179e files/digest-bootsplash-themes-livecd-2004.0 84 MD5 0a71da624fab2230f950a40364d96500 files/digest-bootsplash-themes-livecd-2004.1 84 MD5 72d29a2e64867ea7f68d6347c71626d2 files/digest-bootsplash-themes-livecd-2004.2-r1 87 +MD5 a8a95b5e5cf16bd599edb00ecad7280d files/digest-bootsplash-themes-livecd-2004.2-r2 87 diff --git a/media-gfx/bootsplash-themes-livecd/bootsplash-themes-livecd-2004.2-r2.ebuild b/media-gfx/bootsplash-themes-livecd/bootsplash-themes-livecd-2004.2-r2.ebuild new file mode 100644 index 000000000000..886a1f655c45 --- /dev/null +++ b/media-gfx/bootsplash-themes-livecd/bootsplash-themes-livecd-2004.2-r2.ebuild @@ -0,0 +1,27 @@ +# 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-r2.ebuild,v 1.1 2004/06/07 20:33:11 wolf31o2 Exp $ + +IUSE="livecd" +S=${WORKDIR}/livecd-${PV} +DESCRIPTION="Gentoo ${PV} theme for bootsplash consoles" +HOMEPAGE="http://www.gentoo.org/" +SRC_URI="mirror://gentoo/${PF}.tar.bz2 + http://dev.gentoo.org/~wolf31o2/livecd/${PF}.tar.bz2" + +SLOT=${PV} +LICENSE="GPL-2" +KEYWORDS="x86 amd64" + +DEPEND=">=media-gfx/bootsplash-0.6-r16" + +src_install() { + dodir /etc/bootsplash/livecd-${PV} + cp -r ${S}/* ${D}/etc/bootsplash/livecd-${PV} + + # link default config for livecd images if USE=livecd set + use livecd \ + && cd ${D}/etc/bootsplash \ + && rm default \ + && dosym ./livecd-${PV} /etc/bootsplash/default +} diff --git a/media-gfx/bootsplash-themes-livecd/files/digest-bootsplash-themes-livecd-2004.2-r2 b/media-gfx/bootsplash-themes-livecd/files/digest-bootsplash-themes-livecd-2004.2-r2 new file mode 100644 index 000000000000..d22c418fb304 --- /dev/null +++ b/media-gfx/bootsplash-themes-livecd/files/digest-bootsplash-themes-livecd-2004.2-r2 @@ -0,0 +1 @@ +MD5 d0526a041afe9ff82a6088671af14b68 bootsplash-themes-livecd-2004.2-r2.tar.bz2 561910 |