diff options
author | 2008-08-23 13:11:04 +0000 | |
---|---|---|
committer | 2008-08-23 13:11:04 +0000 | |
commit | 10ee1ae527ebacc0edfdf8e22f44ec146c722585 (patch) | |
tree | 3dde7dbf4b2a71b5d1cbc31f1247b4a0f02bd61a /media-gfx/bootsplash-themes/bootsplash-themes-20060913.ebuild | |
parent | Remove old ebuilds. (diff) | |
download | historical-10ee1ae527ebacc0edfdf8e22f44ec146c722585.tar.gz historical-10ee1ae527ebacc0edfdf8e22f44ec146c722585.tar.bz2 historical-10ee1ae527ebacc0edfdf8e22f44ec146c722585.zip |
bootsplash.de is now defunct. Point the ebuild to a mirror on my devspace (bug #234768).
Package-Manager: portage-2.2_rc8/cvs/Linux 2.6.26 x86_64
Diffstat (limited to 'media-gfx/bootsplash-themes/bootsplash-themes-20060913.ebuild')
-rw-r--r-- | media-gfx/bootsplash-themes/bootsplash-themes-20060913.ebuild | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/media-gfx/bootsplash-themes/bootsplash-themes-20060913.ebuild b/media-gfx/bootsplash-themes/bootsplash-themes-20060913.ebuild index f546f3188d3f..767da65376f1 100644 --- a/media-gfx/bootsplash-themes/bootsplash-themes-20060913.ebuild +++ b/media-gfx/bootsplash-themes/bootsplash-themes-20060913.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/bootsplash-themes/bootsplash-themes-20060913.ebuild,v 1.4 2007/08/06 11:10:44 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/bootsplash-themes/bootsplash-themes-20060913.ebuild,v 1.5 2008/08/23 13:11:04 spock Exp $ DESCRIPTION="A collection of Bootsplash themes" -HOMEPAGE="http://www.bootsplash.de/" -THEME_URI="http://www.bootsplash.de/files/themes/" +HOMEPAGE="http://dev.gentoo.org/~spock/repos/bootsplash/" +THEME_URI="mirror://gentoo" SRC_URI="${THEME_URI}/Theme-73labAllstar.tar.bz2 ${THEME_URI}/Theme-acKme.tar.bz2 @@ -193,7 +193,7 @@ S="${WORKDIR}" src_unpack() { unpack ${A} - cd ${S} + cd "${S}" # clean it up a little, it's supposed to be config files, not scripts elog "Cleaning up the themes" @@ -234,7 +234,7 @@ src_install() { mypath="/etc/bootsplash" fi - cd ${S} + cd "${S}" if has_version "media-gfx/splashutils" ; then for i in * ; do @@ -242,18 +242,18 @@ src_install() { [ -z "$(cd ${i} ; find -regex '.*config/bootsplash-[0-9]+x[0-9]+.cfg')" ] && continue sed -i "s#/etc/bootsplash#${S}#g" ${i}/config/*.cfg bootsplash2fbsplash --bootsplash-path "${S}" --fbsplash-path "${D}/etc/splash" "${i}" - sed -i "s#${D}#/#g" ${D}/etc/splash/${i}/*.cfg + sed -i "s#${D}#/#g" "${D}"/etc/splash/${i}/*.cfg done # Add images that might not have been copied by the conversion script - cp Cybercity/images/bootsplash-1024x768.jpg ${D}/etc/splash/Cybercity/images/verbose-1024x768.jpg - cp OpenSchool/images/bootsplash-800x600.jpg ${D}/etc/splash/OpenSchool/images/verbose-800x600.jpg - cp OpenSchool/images/bootsplash-1024x768.jpg ${D}/etc/splash/OpenSchool/images/verbose-1024x768.jpg - cp OpenSchool/images/bootsplash-1280x1024.jpg ${D}/etc/splash/OpenSchool/images/verbose-1280x1024.jpg - cp OpenSchool/images/bootsplash-1600x1200.jpg ${D}/etc/splash/OpenSchool/images/verbose-1600x1200.jpg + cp Cybercity/images/bootsplash-1024x768.jpg "${D}"/etc/splash/Cybercity/images/verbose-1024x768.jpg + cp OpenSchool/images/bootsplash-800x600.jpg "${D}"/etc/splash/OpenSchool/images/verbose-800x600.jpg + cp OpenSchool/images/bootsplash-1024x768.jpg "${D}"/etc/splash/OpenSchool/images/verbose-1024x768.jpg + cp OpenSchool/images/bootsplash-1280x1024.jpg "${D}"/etc/splash/OpenSchool/images/verbose-1280x1024.jpg + cp OpenSchool/images/bootsplash-1600x1200.jpg "${D}"/etc/splash/OpenSchool/images/verbose-1600x1200.jpg # Fix symlinks - for i in ${D}/etc/splash/*/images/*.{png,jpg} ; do + for i in "${D}"/etc/splash/*/images/*.{png,jpg} ; do if [ -L ${i} ]; then tg=`readlink ${i} | sed -e "s#/${D}/etc/splash[^/]*/images/##"` rm -f ${i} |