summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2004-06-15 18:33:35 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2004-06-15 18:33:35 +0000
commitaf27f396bf944418af0b2b520f6cf554104a0aa7 (patch)
tree8757b2c173bee68d814629919289d1a5f17fabcb /media-gfx
parentAdded ~amd64. (Manifest recommit) (diff)
downloadgentoo-2-af27f396bf944418af0b2b520f6cf554104a0aa7.tar.gz
gentoo-2-af27f396bf944418af0b2b520f6cf554104a0aa7.tar.bz2
gentoo-2-af27f396bf944418af0b2b520f6cf554104a0aa7.zip
Fixing problems with the -r2 release and adding -r3, which should fix all previous releases.
Diffstat (limited to 'media-gfx')
-rw-r--r--media-gfx/bootsplash-themes-livecd/ChangeLog11
-rw-r--r--media-gfx/bootsplash-themes-livecd/bootsplash-themes-livecd-2004.2-r2.ebuild27
-rw-r--r--media-gfx/bootsplash-themes-livecd/bootsplash-themes-livecd-2004.2-r3.ebuild (renamed from media-gfx/bootsplash-themes-livecd/bootsplash-themes-livecd-2004.2-r1.ebuild)2
-rw-r--r--media-gfx/bootsplash-themes-livecd/files/digest-bootsplash-themes-livecd-2004.2-r11
-rw-r--r--media-gfx/bootsplash-themes-livecd/files/digest-bootsplash-themes-livecd-2004.2-r21
-rw-r--r--media-gfx/bootsplash-themes-livecd/files/digest-bootsplash-themes-livecd-2004.2-r31
6 files changed, 12 insertions, 31 deletions
diff --git a/media-gfx/bootsplash-themes-livecd/ChangeLog b/media-gfx/bootsplash-themes-livecd/ChangeLog
index ed522acf73cb..9252e273e83d 100644
--- a/media-gfx/bootsplash-themes-livecd/ChangeLog
+++ b/media-gfx/bootsplash-themes-livecd/ChangeLog
@@ -1,6 +1,15 @@
# 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.6 2004/06/07 20:33:11 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/bootsplash-themes-livecd/ChangeLog,v 1.7 2004/06/15 18:33:35 wolf31o2 Exp $
+
+*bootsplash-themes-livecd-2004.2-r3 (15 Jun 2004)
+
+ 15 Jun 2004; Chris Gianelloni <wolf31o2@gentoo.org>
+ -bootsplash-themes-livecd-2004.2-r1.ebuild,
+ -bootsplash-themes-livecd-2004.2-r2.ebuild,
+ +bootsplash-themes-livecd-2004.2-r3.ebuild:
+ Fixing problems with the -r2 release and adding -r3, which should fix all
+ previous releases.
*bootsplash-themes-livecd-2004.2-r2 (07 Jun 2004)
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
deleted file mode 100644
index 886a1f655c45..000000000000
--- a/media-gfx/bootsplash-themes-livecd/bootsplash-themes-livecd-2004.2-r2.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# 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/bootsplash-themes-livecd-2004.2-r1.ebuild b/media-gfx/bootsplash-themes-livecd/bootsplash-themes-livecd-2004.2-r3.ebuild
index 5e5d20e2049a..ab511519c83e 100644
--- a/media-gfx/bootsplash-themes-livecd/bootsplash-themes-livecd-2004.2-r1.ebuild
+++ b/media-gfx/bootsplash-themes-livecd/bootsplash-themes-livecd-2004.2-r3.ebuild
@@ -1,6 +1,6 @@
# 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-r1.ebuild,v 1.1 2004/06/03 22:40:04 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/bootsplash-themes-livecd/bootsplash-themes-livecd-2004.2-r3.ebuild,v 1.1 2004/06/15 18:33:35 wolf31o2 Exp $
IUSE="livecd"
S=${WORKDIR}/livecd-${PV}
diff --git a/media-gfx/bootsplash-themes-livecd/files/digest-bootsplash-themes-livecd-2004.2-r1 b/media-gfx/bootsplash-themes-livecd/files/digest-bootsplash-themes-livecd-2004.2-r1
deleted file mode 100644
index d77e9de25dff..000000000000
--- a/media-gfx/bootsplash-themes-livecd/files/digest-bootsplash-themes-livecd-2004.2-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 e340a654d7fe028457dbd6761181ec0e bootsplash-themes-livecd-2004.2-r1.tar.bz2 409557
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
deleted file mode 100644
index d22c418fb304..000000000000
--- a/media-gfx/bootsplash-themes-livecd/files/digest-bootsplash-themes-livecd-2004.2-r2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 d0526a041afe9ff82a6088671af14b68 bootsplash-themes-livecd-2004.2-r2.tar.bz2 561910
diff --git a/media-gfx/bootsplash-themes-livecd/files/digest-bootsplash-themes-livecd-2004.2-r3 b/media-gfx/bootsplash-themes-livecd/files/digest-bootsplash-themes-livecd-2004.2-r3
new file mode 100644
index 000000000000..49a7aa158bdf
--- /dev/null
+++ b/media-gfx/bootsplash-themes-livecd/files/digest-bootsplash-themes-livecd-2004.2-r3
@@ -0,0 +1 @@
+MD5 9a71cb876bae9d3731319b103b86fbc4 bootsplash-themes-livecd-2004.2-r3.tar.bz2 639505