summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Januszewski <spock@gentoo.org>2004-02-16 12:51:53 +0000
committerMichael Januszewski <spock@gentoo.org>2004-02-16 12:51:53 +0000
commitd1e98b4c085715be65b06a675acaa5ec302bac9c (patch)
tree4724a4d830bb8dc88434bdadde00d2a0d1670623 /media-gfx/bootsplash
parentVersion bump to 0.22, modified ebuild to use new SRC_URI name convention, and... (diff)
downloadgentoo-2-d1e98b4c085715be65b06a675acaa5ec302bac9c.tar.gz
gentoo-2-d1e98b4c085715be65b06a675acaa5ec302bac9c.tar.bz2
gentoo-2-d1e98b4c085715be65b06a675acaa5ec302bac9c.zip
Removed old ebuilds.
Diffstat (limited to 'media-gfx/bootsplash')
-rw-r--r--media-gfx/bootsplash/bootsplash-0.6-r1.ebuild120
-rw-r--r--media-gfx/bootsplash/bootsplash-0.6-r2.ebuild122
-rw-r--r--media-gfx/bootsplash/files/digest-bootsplash-0.6-r11
-rw-r--r--media-gfx/bootsplash/files/digest-bootsplash-0.6-r21
4 files changed, 0 insertions, 244 deletions
diff --git a/media-gfx/bootsplash/bootsplash-0.6-r1.ebuild b/media-gfx/bootsplash/bootsplash-0.6-r1.ebuild
deleted file mode 100644
index dfe5e68bf2c0..000000000000
--- a/media-gfx/bootsplash/bootsplash-0.6-r1.ebuild
+++ /dev/null
@@ -1,120 +0,0 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/bootsplash/bootsplash-0.6-r1.ebuild,v 1.4 2004/01/09 14:08:34 tad Exp $
-
-DESCRIPTION="Graphical backgrounds for frame buffer consoles"
-HOMEPAGE="http://linux.tkdack.com/"
-SRC_URI="mirror://gentoo/bootsplash-${PV}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86"
-
-DEPEND=">=media-libs/freetype-2"
-# Not implemented yet
-# media-libs/libmng"
-RDEPEND=""
-
-src_compile() {
- # compile utils
-# mng is not implmented yet
-# (the util builds but the rc scripts have not been modified)
-# cd ${S}/utils/fbmngplay
-# emake fbmngplay || die
-
- cd ${S}/utils/fbtruetype
- emake || die
-
- cd ${S}/utils/splashutils
- emake || die
-}
-
-src_install() {
- # Splash utilities
- exeinto /sbin
-# doexe ${S}/utils/fbmngplay/fbmngplay
- doexe ${S}/utils/fbtruetype/fbtruetype
- doexe ${S}/utils/fbtruetype/fbtruetype.static
- doexe ${S}/utils/splashutils/splash
- doexe ${S}/utils/splashutils/fbresolution
- doexe ${S}/utils/splashutils/getkey
-
- mkdir -p ${D}/etc/${PN}
- cp -pR ${S}/themes/* ${D}/etc/${PN}
-
- # link default config - for boot images
- dosym ./gentoo /etc/bootsplash/default
-
- insinto /etc/init.d
- doins ${S}/misc/bootsplash
- fperms 755 /etc/init.d/bootsplash
-
- insinto /etc/conf.d
- doins ${S}/misc/bootsplash.conf
-
- insinto /usr/share/${PN}
- doins ${S}/kernel/bootsplash-3.0.7-2.4.20-vanilla.diff
- doins ${S}/misc/grub.conf.sample
-
-# dodoc README
-# dodoc COPYING
-# dodoc CREDITS
-
-}
-
-pkg_postinst() {
- # Has to be done here so that the initrd images are created properly
- for SIZE in 800x600 1024x768 1280x1024
- do
- /sbin/splash -s -f /etc/bootsplash/gentoo/config/bootsplash-${SIZE}.cfg > /usr/share/${PN}/initrd-${SIZE}
- done
-
- einfo
- einfo "Execute \"ebuild /var/db/pkg/media-gfx/${PF}/${PF}.ebuild config\""
- einfo "to have your kernel sources in /usr/src/linux patched with the"
- einfo "Framebuffer Bootsplash patches"
- einfo
- echo ""
- ewarn "If you have already patched the kernel then you only need to copy"
- ewarn "an initrd from /usr/share/${PN} to /boot"
- ewarn
- echo ""
- einfo
- einfo "Run:"
- einfo " rc-update add bootsplash default"
- einfo " to change the console images after startup"
- einfo
-}
-
-pkg_config() {
- ewarn
- ewarn "Patching the kernel in /usr/src/linux ..."
- ewarn
- cd ${ROOT}/usr/src/linux
- patch -p1 < ${ROOT}/usr/share/${PN}/bootsplash-3.0.7-2.4.20-vanilla.diff || die
- ewarn
- ewarn " ... complete."
- einfo
- einfo "Your kernel has been patched, rebuild with the following options"
- einfo "enabled (do not build them as modules!):"
- einfo " Block Devices ->"
- einfo " [*] RAM disk support"
- einfo " [*] Loopback device support"
- einfo " [*] Initial RAM disk (initrd) support"
- einfo
- einfo " Console Drivers ->"
- einfo " [*] Video mode selection support"
- einfo " Frame-buffer support ->"
- einfo " [*] Support for frame buffer devices"
- einfo " [*] VESA VGA graphics console"
- einfo " [*] Use splash screen instead of boot logo"
- einfo
- einfo "Copy an initrd from /usr/share/${PN} to /boot"
- einfo
- einfo "Look at \"/usr/share/${PN}/grub.conf.sample\" for an example"
- einfo "grub.conf file with the appropriate changes to enable the"
- einfo "framebuffer boot screens"
- einfo
- einfo "Ensure you make the appropriate changes to your grub.conf"
- einfo
-}
diff --git a/media-gfx/bootsplash/bootsplash-0.6-r2.ebuild b/media-gfx/bootsplash/bootsplash-0.6-r2.ebuild
deleted file mode 100644
index c7953216396d..000000000000
--- a/media-gfx/bootsplash/bootsplash-0.6-r2.ebuild
+++ /dev/null
@@ -1,122 +0,0 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/bootsplash/bootsplash-0.6-r2.ebuild,v 1.5 2004/01/13 04:35:33 brad_mssw Exp $
-
-DESCRIPTION="Graphical backgrounds for frame buffer consoles"
-HOMEPAGE="http://linux.tkdack.com/"
-SRC_URI="mirror://gentoo/bootsplash-${PV}-${PR}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 amd64 ppc"
-
-S="${WORKDIR}/${PF}"
-
-DEPEND=">=media-libs/freetype-2
- media-libs/libmng"
-
-RDEPEND=""
-
-src_compile() {
- # compile utils
- # the util builds but the rc scripts have not been modified
- # animated boot up require patches to the baselayout package
- cd ${S}/utils/fbmngplay
- emake fbmngplay || die
-
- cd ${S}/utils/fbtruetype
- emake || die
-
- cd ${S}/utils/splashutils
- emake || die
-}
-
-src_install() {
- # Splash utilities
- exeinto /sbin
- doexe ${S}/utils/fbmngplay/fbmngplay
- doexe ${S}/utils/fbtruetype/fbtruetype
- doexe ${S}/utils/fbtruetype/fbtruetype.static
- doexe ${S}/utils/splashutils/splash
- doexe ${S}/utils/splashutils/fbresolution
- doexe ${S}/utils/splashutils/getkey
-
- mkdir -p ${D}/etc/${PN}
- cp -pR ${S}/themes/* ${D}/etc/${PN}
-
- # link default config - for boot images
- dosym ./gentoo /etc/bootsplash/default
-
- insinto /etc/init.d
- doins ${S}/misc/bootsplash
- fperms 755 /etc/init.d/bootsplash
-
- insinto /etc/conf.d
- doins ${S}/misc/bootsplash.conf
-
- insinto /usr/share/${PN}
- doins ${S}/kernel/bootsplash-3.0.7-2.4.20-vanilla.diff
- doins ${S}/misc/grub.conf.sample
-
-# dodoc README
-# dodoc COPYING
-# dodoc CREDITS
-
-}
-
-pkg_postinst() {
- # Has to be done here so that the initrd images are created properly
- for SIZE in 800x600 1024x768 1280x1024 1600x1200
- do
- /sbin/splash -s -f /etc/bootsplash/gentoo/config/bootsplash-${SIZE}.cfg > /usr/share/${PN}/initrd-${SIZE}
- done
-
- einfo
- einfo "Execute \"ebuild /var/db/pkg/media-gfx/${PF}/${PF}.ebuild config\""
- einfo "to have your kernel sources in /usr/src/linux patched with the"
- einfo "Framebuffer Bootsplash patches"
- einfo
- echo ""
- ewarn "If you have already patched the kernel then you only need to copy"
- ewarn "an initrd from /usr/share/${PN} to /boot"
- ewarn
- echo ""
- einfo
- einfo "Run:"
- einfo " rc-update add bootsplash default"
- einfo " to change the console images after startup"
- einfo
-}
-
-pkg_config() {
- ewarn
- ewarn "Patching the kernel in /usr/src/linux ..."
- ewarn
- cd ${ROOT}/usr/src/linux
- patch -p1 < ${ROOT}/usr/share/${PN}/bootsplash-3.0.7-2.4.20-vanilla.diff || die
- ewarn
- ewarn " ... complete."
- einfo
- einfo "Your kernel has been patched, rebuild with the following options"
- einfo "enabled (do not build them as modules!):"
- einfo " Block Devices ->"
- einfo " [*] RAM disk support"
- einfo " [*] Loopback device support"
- einfo " [*] Initial RAM disk (initrd) support"
- einfo
- einfo " Console Drivers ->"
- einfo " [*] Video mode selection support"
- einfo " Frame-buffer support ->"
- einfo " [*] Support for frame buffer devices"
- einfo " [*] VESA VGA graphics console"
- einfo " [*] Use splash screen instead of boot logo"
- einfo
- einfo "Copy an initrd from /usr/share/${PN} to /boot"
- einfo
- einfo "Look at \"/usr/share/${PN}/grub.conf.sample\" for an example"
- einfo "grub.conf file with the appropriate changes to enable the"
- einfo "framebuffer boot screens"
- einfo
- einfo "Ensure you make the appropriate changes to your grub.conf"
- einfo
-}
diff --git a/media-gfx/bootsplash/files/digest-bootsplash-0.6-r1 b/media-gfx/bootsplash/files/digest-bootsplash-0.6-r1
deleted file mode 100644
index 213d3992464f..000000000000
--- a/media-gfx/bootsplash/files/digest-bootsplash-0.6-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 0801682018e3d4607f28582ee781f7ee bootsplash-0.6.tar.bz2 235528
diff --git a/media-gfx/bootsplash/files/digest-bootsplash-0.6-r2 b/media-gfx/bootsplash/files/digest-bootsplash-0.6-r2
deleted file mode 100644
index 259f35ba6143..000000000000
--- a/media-gfx/bootsplash/files/digest-bootsplash-0.6-r2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 fc36788fbcf309017e82dd8ebf607c8a bootsplash-0.6-r2.tar.bz2 308660