# ChangeLog for media-gfx/bootsplash
-# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/bootsplash/ChangeLog,v 1.63 2006/10/23 19:37:22 spock Exp $
+# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/bootsplash/ChangeLog,v 1.64 2007/02/17 11:42:40 spock Exp $
+
+ 17 Feb 2007; Michał Januszewski <spock@gentoo.org>
+ bootsplash-0.6.1-r7.ebuild:
+ Remove invalid usage of $ROOT (bug #167285).
23 Oct 2006; Michał Januszewski <spock@gentoo.org>
+files/bootsplash-nostrip.patch, bootsplash-0.6.1-r7.ebuild:
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/bootsplash/bootsplash-0.6.1-r7.ebuild,v 1.8 2006/10/23 19:37:22 spock Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/bootsplash/bootsplash-0.6.1-r7.ebuild,v 1.9 2007/02/17 11:42:40 spock Exp $
inherit eutils
dodir /etc/${PN}
cp -pR themes/* ${D}/etc/${PN}
- # link default config for boot images if not already set
- if [ ! -e ${ROOT}/etc/bootsplash/default ]; then
- dosym ./gentoo /etc/bootsplash/default
- fi
-
exeinto /etc/init.d
doexe misc/bootsplash
# ChangeLog for media-gfx/splash-themes-gentoo
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/splash-themes-gentoo/ChangeLog,v 1.5 2007/02/15 15:23:06 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/splash-themes-gentoo/ChangeLog,v 1.6 2007/02/17 11:39:43 spock Exp $
+
+ 17 Feb 2007; Michał Januszewski <spock@gentoo.org>
+ splash-themes-gentoo-20050429.ebuild:
+ Remove invalid usage of $ROOT (bug #167285).
15 Feb 2007; Chris Gianelloni <wolf31o2@gentoo.org>
splash-themes-gentoo-20050429.ebuild:
# Copyright 1999-2007 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-20050429.ebuild,v 1.5 2007/02/15 15:23:06 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/splash-themes-gentoo/splash-themes-gentoo-20050429.ebuild,v 1.6 2007/02/17 11:39:43 spock Exp $
DESCRIPTION="A collection of Gentoo themes for splashutils."
HOMEPAGE="http://dev.gentoo.org/~spock/"
src_install() {
dodir /etc/splash/{emergence,gentoo}
cp -pR ${WORKDIR}/{emergence,gentoo} ${D}/etc/splash
-
- if [ ! -e ${ROOT}/etc/splash/default ]; then
- dosym /etc/splash/emergence /etc/splash/default
- fi
}
# ChangeLog for media-gfx/splashutils
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/ChangeLog,v 1.72 2007/02/10 14:23:37 spock Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/ChangeLog,v 1.73 2007/02/17 11:36:41 spock Exp $
+
+ 17 Feb 2007; Michał Januszewski <spock@gentoo.org>
+ splashutils-1.3-r2.ebuild, splashutils-1.3-r3.ebuild:
+ Remove invalid usage of $ROOT (bug #167285).
10 Feb 2007; Michał Januszewski <spock@gentoo.org>
+files/splashutils-1.1.9.10-types_h.patch, splashutils-1.1.9.10-r1.ebuild:
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-1.3-r2.ebuild,v 1.6 2007/01/27 15:40:40 spock Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-1.3-r2.ebuild,v 1.7 2007/02/17 11:36:41 spock Exp $
inherit eutils multilib toolchain-funcs
sed -i -e 's#$(LDLIBS) -static#$(LDLIBS) -L/usr/lib/nptl -static#' Makefile
# Check whether the kernel tree has been patched with fbsplash.
- if [[ ! -e ${ROOT}/usr/$(get_libdir)/klibc/include/linux/console_splash.h ]]; then
+ if [[ ! -e /usr/$(get_libdir)/klibc/include/linux/console_splash.h ]]; then
ewarn "The kernel tree against which dev-libs/klibc was built was not patched"
ewarn "with a compatible version of fbsplash. Splashutils will be compiled"
ewarn "without fbsplash support (ie. verbose mode will not work)."
src_compile() {
local myconf=""
- if [[ ! -e ${ROOT}/usr/$(get_libdir)/klibc/include/linux/console_splash.h ]]; then
+ if [[ ! -e /usr/$(get_libdir)/klibc/include/linux/console_splash.h ]]; then
myconf="--without-fbsplash"
else
myconf="--with-fbsplash"
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-1.3-r3.ebuild,v 1.4 2007/01/27 15:40:40 spock Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-1.3-r3.ebuild,v 1.5 2007/02/17 11:36:41 spock Exp $
inherit eutils multilib toolchain-funcs
sed -i -e 's#$(LDLIBS) -static#$(LDLIBS) -L/usr/lib/nptl -static#' Makefile
# Check whether the kernel tree has been patched with fbsplash.
- if [[ ! -e ${ROOT}/usr/$(get_libdir)/klibc/include/linux/console_splash.h ]]; then
+ if [[ ! -e /usr/$(get_libdir)/klibc/include/linux/console_splash.h ]]; then
ewarn "The kernel tree against which dev-libs/klibc was built was not patched"
ewarn "with a compatible version of fbsplash. Splashutils will be compiled"
ewarn "without fbsplash support (ie. verbose mode will not work)."
src_compile() {
local myconf=""
- if [[ ! -e ${ROOT}/usr/$(get_libdir)/klibc/include/linux/console_splash.h ]]; then
+ if [[ ! -e /usr/$(get_libdir)/klibc/include/linux/console_splash.h ]]; then
myconf="--without-fbsplash"
else
myconf="--with-fbsplash"