diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2004-10-12 22:46:44 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2004-10-12 22:46:44 +0000 |
commit | 34a100668ff2c9149fbb12590bb7b424b46d2d21 (patch) | |
tree | c82af4b67ab1b22b1048e7e621da6e8dc725c182 /media-gfx/splash-themes-livecd | |
parent | Initial import. (diff) | |
download | historical-34a100668ff2c9149fbb12590bb7b424b46d2d21.tar.gz historical-34a100668ff2c9149fbb12590bb7b424b46d2d21.tar.bz2 historical-34a100668ff2c9149fbb12590bb7b424b46d2d21.zip |
It helps to commit the right version.
Diffstat (limited to 'media-gfx/splash-themes-livecd')
-rw-r--r-- | media-gfx/splash-themes-livecd/ChangeLog | 6 | ||||
-rw-r--r-- | media-gfx/splash-themes-livecd/Manifest | 4 | ||||
-rw-r--r-- | media-gfx/splash-themes-livecd/splash-themes-livecd-2004.3.ebuild | 16 |
3 files changed, 12 insertions, 14 deletions
diff --git a/media-gfx/splash-themes-livecd/ChangeLog b/media-gfx/splash-themes-livecd/ChangeLog index aa9f80a0897b..ee98e2d4f8fb 100644 --- a/media-gfx/splash-themes-livecd/ChangeLog +++ b/media-gfx/splash-themes-livecd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-gfx/splash-themes-livecd # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/splash-themes-livecd/ChangeLog,v 1.1 2004/10/12 22:44:31 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/splash-themes-livecd/ChangeLog,v 1.2 2004/10/12 22:46:44 wolf31o2 Exp $ + + 12 Oct 2004; Chris Gianelloni <wolf31o2@gentoo.org> + splash-themes-livecd-2004.3.ebuild: + It helps to commit the right version. *splash-themes-livecd-2004.3 (12 Oct 2004) diff --git a/media-gfx/splash-themes-livecd/Manifest b/media-gfx/splash-themes-livecd/Manifest index 2d3a88b91f52..9d03ec9f12e3 100644 --- a/media-gfx/splash-themes-livecd/Manifest +++ b/media-gfx/splash-themes-livecd/Manifest @@ -1,4 +1,4 @@ MD5 d86e5b5e47260e5a965eae2afe6d6d40 metadata.xml 159 -MD5 f00bfb78314cdd25fa33713703409a16 splash-themes-livecd-2004.3.ebuild 826 -MD5 b9edb131136555bcb53e3d1f0cdc5c64 ChangeLog 406 +MD5 28eb2ae29efbccddaaab53abf21df8cf splash-themes-livecd-2004.3.ebuild 622 +MD5 52685db3d209374cb7f108aae4b68533 ChangeLog 539 MD5 1343d51c2fef69eb595c779bfde02674 files/digest-splash-themes-livecd-2004.3 81 diff --git a/media-gfx/splash-themes-livecd/splash-themes-livecd-2004.3.ebuild b/media-gfx/splash-themes-livecd/splash-themes-livecd-2004.3.ebuild index d1ba229c317e..6fe409de9f0e 100644 --- a/media-gfx/splash-themes-livecd/splash-themes-livecd-2004.3.ebuild +++ b/media-gfx/splash-themes-livecd/splash-themes-livecd-2004.3.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2004 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-2004.3.ebuild,v 1.1 2004/10/12 22:44:31 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/splash-themes-livecd/splash-themes-livecd-2004.3.ebuild,v 1.2 2004/10/12 22:46:44 wolf31o2 Exp $ -IUSE="livecd bootsplash" +IUSE="" S=${WORKDIR}/livecd-${PV} DESCRIPTION="Gentoo ${PV} theme for bootsplash consoles" HOMEPAGE="http://www.gentoo.org/" @@ -12,15 +12,9 @@ SLOT=${PV} LICENSE="GPL-2" KEYWORDS="~x86 ~amd64" -DEPEND="bootsplash? ( >=media-gfx/bootsplash-0.6-r16 ) - !bootsplash? ( media-gfx/splashutils )" +DEPEND="media-gfx/splashutils" src_install() { - if use bootsplash; then - dodir /etc/bootsplash/livecd-${PV} - cp -r ${S}/* ${D}/etc/bootsplash/livecd-${PV} - else - dodir /etc/splash/livecd-${PV} - cp -r ${S}/* ${D}/etc/splash/livecd-${PV} - fi + dodir /etc/splash/livecd-${PV} + cp -r ${S}/* ${D}/etc/splash/livecd-${PV} } |