summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Januszewski <spock@gentoo.org>2004-08-30 14:55:23 +0000
committerMichael Januszewski <spock@gentoo.org>2004-08-30 14:55:23 +0000
commit54648cb352e72a37b138ad2e04cdacca9ec50ef3 (patch)
treef2263c554c3a6c01705e785507f2abfc6d9494ad
parentvirtual/linux-sources should be sys-kernel/gentoo-dev-sources (diff)
downloadhistorical-54648cb352e72a37b138ad2e04cdacca9ec50ef3.tar.gz
historical-54648cb352e72a37b138ad2e04cdacca9ec50ef3.tar.bz2
historical-54648cb352e72a37b138ad2e04cdacca9ec50ef3.zip
Updated the ebuild to display info about 'make prepare', not try to execute it.
-rw-r--r--media-gfx/splashutils/ChangeLog6
-rw-r--r--media-gfx/splashutils/Manifest14
-rw-r--r--media-gfx/splashutils/splashutils-0.9_pre07.ebuild4
3 files changed, 19 insertions, 5 deletions
diff --git a/media-gfx/splashutils/ChangeLog b/media-gfx/splashutils/ChangeLog
index 4b3239acd719..130ae961958c 100644
--- a/media-gfx/splashutils/ChangeLog
+++ b/media-gfx/splashutils/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-gfx/splashutils
# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/ChangeLog,v 1.2 2004/08/22 14:54:00 spock Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/ChangeLog,v 1.3 2004/08/30 14:55:23 spock Exp $
+
+ 30 Aug 2004; Michal Januszewski <spock@gentoo.org>
+ splashutils-0.9_pre07.ebuild:
+ Updated the ebuild to display info about 'make prepare', not try to execute it.
22 Aug 2004; Michal Januszewski <spock@gentoo.org>
splashutils-0.9_pre07.ebuild:
diff --git a/media-gfx/splashutils/Manifest b/media-gfx/splashutils/Manifest
index 8ef62c9a2a23..20f0b2445187 100644
--- a/media-gfx/splashutils/Manifest
+++ b/media-gfx/splashutils/Manifest
@@ -1,4 +1,14 @@
-MD5 b1f1f7d16608b3aa1b512fde4318ea95 ChangeLog 519
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+MD5 b19c349caf45eddf8ec267dfe0ebeefd ChangeLog 687
MD5 cfe1b5f88cc51ac6ffc42809178d2a06 metadata.xml 221
-MD5 d68c975a8f5f80849ebf203856b1df5a splashutils-0.9_pre07.ebuild 2173
+MD5 0de932509c67f9c98f8e8fecdf08639d splashutils-0.9_pre07.ebuild 2175
MD5 ebf22f53007c23687b34a3131f69b230 files/digest-splashutils-0.9_pre07 299
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.2.6 (GNU/Linux)
+
+iD8DBQFBM0ATchej4aZK9/cRAiw8AJ0a/qgq9l7qKVk5/79LFkdjja2rKACcD8Lo
+MMNIKUvEk1Y8uKSIxOxPE0g=
+=wUTv
+-----END PGP SIGNATURE-----
diff --git a/media-gfx/splashutils/splashutils-0.9_pre07.ebuild b/media-gfx/splashutils/splashutils-0.9_pre07.ebuild
index cc0a4b547cc1..91eef1f7ab38 100644
--- a/media-gfx/splashutils/splashutils-0.9_pre07.ebuild
+++ b/media-gfx/splashutils/splashutils-0.9_pre07.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-0.9_pre07.ebuild,v 1.4 2004/08/22 15:00:52 spock Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-0.9_pre07.ebuild,v 1.5 2004/08/30 14:55:23 spock Exp $
MISCSPLASH="miscsplashutils-0.1.1"
GENTOOSPLASH="splashutils-gentoo-0.1"
@@ -37,7 +37,7 @@ src_unpack() {
if [ ! -e /usr/src/linux/include/asm ]; then
eerror "It appears that your kernel has not been configured. Please run at least"
- eerror "`make prepare` before merging splashutils."
+ eerror "\`make prepare\` before merging splashutils."
die "Kernel not configured"
fi
}