summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Januszewski <spock@gentoo.org>2010-03-21 08:42:41 +0000
committerMichael Januszewski <spock@gentoo.org>2010-03-21 08:42:41 +0000
commitd6b314568a37226aab7b511701f3c0eae9ad1322 (patch)
treee3430e9695a00cac09469d816911fbd39ebb2bbc /media-gfx
parentversion bump (diff)
downloadgentoo-2-d6b314568a37226aab7b511701f3c0eae9ad1322.tar.gz
gentoo-2-d6b314568a37226aab7b511701f3c0eae9ad1322.tar.bz2
gentoo-2-d6b314568a37226aab7b511701f3c0eae9ad1322.zip
Fix path in the Natural Gentoo config files (bug #307605).
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'media-gfx')
-rw-r--r--media-gfx/splash-themes-gentoo/ChangeLog6
-rw-r--r--media-gfx/splash-themes-gentoo/splash-themes-gentoo-20100302.ebuild6
2 files changed, 10 insertions, 2 deletions
diff --git a/media-gfx/splash-themes-gentoo/ChangeLog b/media-gfx/splash-themes-gentoo/ChangeLog
index c0e06dc8adaa..818d6f3c766e 100644
--- a/media-gfx/splash-themes-gentoo/ChangeLog
+++ b/media-gfx/splash-themes-gentoo/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-gfx/splash-themes-gentoo
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/splash-themes-gentoo/ChangeLog,v 1.15 2010/03/02 21:54:31 spock Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/splash-themes-gentoo/ChangeLog,v 1.16 2010/03/21 08:42:41 spock Exp $
+
+ 21 Mar 2010; Michał Januszewski <spock@gentoo.org>
+ splash-themes-gentoo-20100302.ebuild:
+ Fix path in the Natural Gentoo config files (bug #307605).
*splash-themes-gentoo-20100302 (02 Mar 2010)
diff --git a/media-gfx/splash-themes-gentoo/splash-themes-gentoo-20100302.ebuild b/media-gfx/splash-themes-gentoo/splash-themes-gentoo-20100302.ebuild
index 589ab558f1a0..d45d668facb6 100644
--- a/media-gfx/splash-themes-gentoo/splash-themes-gentoo-20100302.ebuild
+++ b/media-gfx/splash-themes-gentoo/splash-themes-gentoo-20100302.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/splash-themes-gentoo/splash-themes-gentoo-20100302.ebuild,v 1.1 2010/03/02 21:54:31 spock Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/splash-themes-gentoo/splash-themes-gentoo-20100302.ebuild,v 1.2 2010/03/21 08:42:41 spock Exp $
EAPI="2"
@@ -18,6 +18,10 @@ RDEPEND=">=media-gfx/splashutils-1.1.9.5[png]"
DEPEND="${RDEPEND}"
RESTRICT="binchecks strip"
+src_prepare() {
+ sed -i -e 's/natural-gentoo/natural_gentoo/g' "${WORKDIR}"/natural_gentoo/*.cfg
+}
+
src_install() {
dodir /etc/splash/{emergence,gentoo,natural_gentoo,emerge-world}
cp -pR "${WORKDIR}"/{emergence,gentoo,natural_gentoo,emerge-world} "${D}/etc/splash"