summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2004-10-12 22:46:44 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2004-10-12 22:46:44 +0000
commit6f5b920ba95b750382709746d1ead53ae8d37fce (patch)
tree32a3b61cdbeb5194557ab2c9d4d5b66b739f508c /media-gfx/splash-themes-livecd
parentInitial import. (Manifest recommit) (diff)
downloadgentoo-2-6f5b920ba95b750382709746d1ead53ae8d37fce.tar.gz
gentoo-2-6f5b920ba95b750382709746d1ead53ae8d37fce.tar.bz2
gentoo-2-6f5b920ba95b750382709746d1ead53ae8d37fce.zip
It helps to commit the right version.
Diffstat (limited to 'media-gfx/splash-themes-livecd')
-rw-r--r--media-gfx/splash-themes-livecd/ChangeLog6
-rw-r--r--media-gfx/splash-themes-livecd/splash-themes-livecd-2004.3.ebuild16
2 files changed, 10 insertions, 12 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/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}
}