diff options
author | Michael Januszewski <spock@gentoo.org> | 2007-02-17 11:36:41 +0000 |
---|---|---|
committer | Michael Januszewski <spock@gentoo.org> | 2007-02-17 11:36:41 +0000 |
commit | ae8736e0649bfcad6494ab5720cbd70a52502d28 (patch) | |
tree | 53d25fef44a8862caa982c1af1bd69c5707a0800 /media-gfx | |
parent | upstream patch (diff) | |
download | gentoo-2-ae8736e0649bfcad6494ab5720cbd70a52502d28.tar.gz gentoo-2-ae8736e0649bfcad6494ab5720cbd70a52502d28.tar.bz2 gentoo-2-ae8736e0649bfcad6494ab5720cbd70a52502d28.zip |
Remove invalid usage of $ROOT (bug #167285).
(Portage version: 2.1.2-r9)
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/splashutils/ChangeLog | 6 | ||||
-rw-r--r-- | media-gfx/splashutils/splashutils-1.3-r2.ebuild | 6 | ||||
-rw-r--r-- | media-gfx/splashutils/splashutils-1.3-r3.ebuild | 6 |
3 files changed, 11 insertions, 7 deletions
diff --git a/media-gfx/splashutils/ChangeLog b/media-gfx/splashutils/ChangeLog index 8448d52f6fb9..f3423c5fe845 100644 --- a/media-gfx/splashutils/ChangeLog +++ b/media-gfx/splashutils/ChangeLog @@ -1,6 +1,10 @@ # 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: diff --git a/media-gfx/splashutils/splashutils-1.3-r2.ebuild b/media-gfx/splashutils/splashutils-1.3-r2.ebuild index 5aef54de0ef4..ebcf07db1918 100644 --- a/media-gfx/splashutils/splashutils-1.3-r2.ebuild +++ b/media-gfx/splashutils/splashutils-1.3-r2.ebuild @@ -1,6 +1,6 @@ # 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 @@ -76,7 +76,7 @@ src_unpack() { 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)." @@ -110,7 +110,7 @@ src_unpack() { 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" diff --git a/media-gfx/splashutils/splashutils-1.3-r3.ebuild b/media-gfx/splashutils/splashutils-1.3-r3.ebuild index f6049ab45082..0c865c1140bc 100644 --- a/media-gfx/splashutils/splashutils-1.3-r3.ebuild +++ b/media-gfx/splashutils/splashutils-1.3-r3.ebuild @@ -1,6 +1,6 @@ # 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 @@ -76,7 +76,7 @@ src_unpack() { 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)." @@ -113,7 +113,7 @@ src_unpack() { 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" |