diff options
author | Michael Januszewski <spock@gentoo.org> | 2004-08-04 10:51:54 +0000 |
---|---|---|
committer | Michael Januszewski <spock@gentoo.org> | 2004-08-04 10:51:54 +0000 |
commit | 17cfd52b14017206825702622744a2de0792ad17 (patch) | |
tree | 22fd2344eae6dce05fa66144695e8cccd8ffadf4 /media-gfx/bootsplash | |
parent | Version bump. (Manifest recommit) (diff) | |
download | gentoo-2-17cfd52b14017206825702622744a2de0792ad17.tar.gz gentoo-2-17cfd52b14017206825702622744a2de0792ad17.tar.bz2 gentoo-2-17cfd52b14017206825702622744a2de0792ad17.zip |
Removed old ebuilds.
Diffstat (limited to 'media-gfx/bootsplash')
-rw-r--r-- | media-gfx/bootsplash/ChangeLog | 7 | ||||
-rw-r--r-- | media-gfx/bootsplash/bootsplash-0.6.1-r1.ebuild | 99 | ||||
-rw-r--r-- | media-gfx/bootsplash/bootsplash-0.6.1-r2.ebuild | 99 | ||||
-rw-r--r-- | media-gfx/bootsplash/bootsplash-0.6.1-r3.ebuild | 99 | ||||
-rw-r--r-- | media-gfx/bootsplash/bootsplash-0.6.1.ebuild | 102 | ||||
-rw-r--r-- | media-gfx/bootsplash/files/digest-bootsplash-0.6.1 | 3 | ||||
-rw-r--r-- | media-gfx/bootsplash/files/digest-bootsplash-0.6.1-r1 | 3 | ||||
-rw-r--r-- | media-gfx/bootsplash/files/digest-bootsplash-0.6.1-r2 | 3 | ||||
-rw-r--r-- | media-gfx/bootsplash/files/digest-bootsplash-0.6.1-r3 | 3 |
9 files changed, 6 insertions, 412 deletions
diff --git a/media-gfx/bootsplash/ChangeLog b/media-gfx/bootsplash/ChangeLog index 11059103c4aa..895ea99ea538 100644 --- a/media-gfx/bootsplash/ChangeLog +++ b/media-gfx/bootsplash/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-gfx/bootsplash # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/bootsplash/ChangeLog,v 1.49 2004/07/20 14:49:24 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/bootsplash/ChangeLog,v 1.50 2004/08/04 10:51:54 spock Exp $ + + 04 Aug 2004; Michal Januszewski <spock@gentoo.org> + -bootsplash-0.6.1-r1.ebuild, -bootsplash-0.6.1-r2.ebuild, + -bootsplash-0.6.1-r3.ebuild, -bootsplash-0.6.1.ebuild: + Removed old ebuilds. 20 Jul 2004; Michal Januszewski <spock@gentoo.org> bootsplash-0.6.1-r1.ebuild, bootsplash-0.6.1-r3.ebuild, diff --git a/media-gfx/bootsplash/bootsplash-0.6.1-r1.ebuild b/media-gfx/bootsplash/bootsplash-0.6.1-r1.ebuild deleted file mode 100644 index 404a62c43065..000000000000 --- a/media-gfx/bootsplash/bootsplash-0.6.1-r1.ebuild +++ /dev/null @@ -1,99 +0,0 @@ -# Copyright 1999-2004 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-r1.ebuild,v 1.3 2004/07/20 14:49:24 spock Exp $ - -IUSE="" -S=${WORKDIR} -DESCRIPTION="Graphical backgrounds for frame buffer consoles" -HOMEPAGE="http://www.bootsplash.org/ http://linux.tkdack.com/" -SRC_URI="http://dev.gentoo.org/~spock/portage/distfiles/${PN}-core-0.6.1-r1.tar.bz2 - http://dev.gentoo.org/~spock/portage/distfiles/${PN}-themes-0.6.1.tar.bz2 - http://dev.gentoo.org/~spock/portage/distfiles/${PN}-kernel-0.6.1-r1.tar.bz2" -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 ~amd64" - -DEPEND=">=media-libs/freetype-2 - media-libs/libmng" - -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 - - emake -C fbmngplay || die - emake -C fbtruetype || die - emake -C splashutils || die - - cd ${S} -} - -src_install() { - # Splash utilities - exeinto /sbin - doexe utils/fbmngplay/fbmngplay{,.static} - doexe utils/fbtruetype/fbtruetype{,.static} - doexe misc/bootsplash_resize - newexe utils/splashutils/splash splash.bin - doexe misc/splash - doexe utils/splashutils/{fbresolution,getkey,progress} - - exeinto /usr/lib/${PN} - doexe misc/bootsplash_resizer.pl - - 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 - - insinto /etc/conf.d - newins misc/bootsplash.conf bootsplash - - insinto /usr/share/${PN} - doins kernel/*.bz2 misc/grub.conf.sample - - into / - dosbin misc/bootsplash_patch misc/bootsplash_initrdgen - fperms 0754 /sbin/bootsplash_patch /sbin/bootsplash_initrdgen -} - -pkg_postinst() { - # has to be done here so that the initrd images are created properly - if [ "${ROOT}" = "/" ] - then - /sbin/bootsplash_initrdgen --all - fi - - # rename bootsplash config file to fit with the standard - if [ -f ${ROOT}/etc/conf.d/bootsplash.conf ] - then - mv -f ${ROOT}/etc/conf.d/bootsplash.conf ${ROOT}/etc/conf.d/bootsplash - fi - - echo "" - einfo "Execute \`bootsplash_patch\` to have your kernel sources in" - einfo "/usr/src/linux patched with the Framebuffer Bootsplash patches." - einfo - einfo "You can also use:" - einfo " bootsplash_patch /path/to/your/custom/kernel/" - einfo "to patch your custom kernel sources." - echo "" - ewarn "If you have already patched the kernel then you only need to copy" - ewarn "an initrd from /usr/share/${PN} to /boot" - echo "" - einfo "Run:" - einfo " rc-update add bootsplash default" - einfo "to change the console images after startup" - echo "" - einfo "If you want to automatically generate configs for a new resolution" - einfo "you can use the \`bootsplash_resize\` script. More info:" - einfo " bootsplash_resize -h" - echo "" -} diff --git a/media-gfx/bootsplash/bootsplash-0.6.1-r2.ebuild b/media-gfx/bootsplash/bootsplash-0.6.1-r2.ebuild deleted file mode 100644 index 3939b8454054..000000000000 --- a/media-gfx/bootsplash/bootsplash-0.6.1-r2.ebuild +++ /dev/null @@ -1,99 +0,0 @@ -# Copyright 1999-2004 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-r2.ebuild,v 1.1 2004/06/26 13:02:35 spock Exp $ - -IUSE="" -S=${WORKDIR} -DESCRIPTION="Graphical backgrounds for frame buffer consoles" -HOMEPAGE="http://www.bootsplash.org/ http://linux.tkdack.com/" -SRC_URI="http://dev.gentoo.org/~spock/portage/distfiles/${PN}-core-0.6.1-r2.tar.bz2 - http://dev.gentoo.org/~spock/portage/distfiles/${PN}-themes-0.6.1.tar.bz2 - http://dev.gentoo.org/~spock/portage/distfiles/${PN}-kernel-0.6.1-r2.tar.bz2" -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~x86 ~amd64" - -DEPEND=">=media-libs/freetype-2 - media-libs/libmng" - -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 - - emake -C fbmngplay || die - emake -C fbtruetype || die - emake -C splashutils || die - - cd ${S} -} - -src_install() { - # Splash utilities - exeinto /sbin - doexe utils/fbmngplay/fbmngplay{,.static} - doexe utils/fbtruetype/fbtruetype{,.static} - doexe misc/bootsplash_resize - newexe utils/splashutils/splash splash.bin - doexe misc/splash - doexe utils/splashutils/{fbresolution,getkey,progress} - - exeinto /usr/lib/${PN} - doexe misc/bootsplash_resizer.pl - - 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 - - insinto /etc/conf.d - newins misc/bootsplash.conf bootsplash - - insinto /usr/share/${PN} - doins kernel/*.bz2 misc/grub.conf.sample - - into / - dosbin misc/bootsplash_patch misc/bootsplash_initrdgen - fperms 0754 /sbin/bootsplash_patch /sbin/bootsplash_initrdgen -} - -pkg_postinst() { - # has to be done here so that the initrd images are created properly - if [ "${ROOT}" = "/" ] - then - /sbin/bootsplash_initrdgen --all - fi - - # rename bootsplash config file to fit with the standard - if [ -f ${ROOT}/etc/conf.d/bootsplash.conf ] - then - mv -f ${ROOT}/etc/conf.d/bootsplash.conf ${ROOT}/etc/conf.d/bootsplash - fi - - echo "" - einfo "Execute \`bootsplash_patch\` to have your kernel sources in" - einfo "/usr/src/linux patched with the Framebuffer Bootsplash patches." - einfo - einfo "You can also use:" - einfo " bootsplash_patch /path/to/your/custom/kernel/" - einfo "to patch your custom kernel sources." - echo "" - ewarn "If you have already patched the kernel then you only need to copy" - ewarn "an initrd from /usr/share/${PN} to /boot" - echo "" - einfo "Run:" - einfo " rc-update add bootsplash default" - einfo "to change the console images after startup" - echo "" - einfo "If you want to automatically generate configs for a new resolution" - einfo "you can use the \`bootsplash_resize\` script. More info:" - einfo " bootsplash_resize -h" - echo "" -} diff --git a/media-gfx/bootsplash/bootsplash-0.6.1-r3.ebuild b/media-gfx/bootsplash/bootsplash-0.6.1-r3.ebuild deleted file mode 100644 index 717c99cc48fb..000000000000 --- a/media-gfx/bootsplash/bootsplash-0.6.1-r3.ebuild +++ /dev/null @@ -1,99 +0,0 @@ -# Copyright 1999-2004 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-r3.ebuild,v 1.2 2004/07/20 14:49:24 spock Exp $ - -IUSE="" -S=${WORKDIR} -DESCRIPTION="Graphical backgrounds for frame buffer consoles" -HOMEPAGE="http://www.bootsplash.org/ http://linux.tkdack.com/" -SRC_URI="http://dev.gentoo.org/~spock/portage/distfiles/${PN}-core-0.6.1-r3.tar.bz2 - http://dev.gentoo.org/~spock/portage/distfiles/${PN}-themes-0.6.1.tar.bz2 - http://dev.gentoo.org/~spock/portage/distfiles/${PN}-kernel-0.6.1-r3.tar.bz2" -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 ~amd64" - -DEPEND=">=media-libs/freetype-2 - media-libs/libmng" - -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 - - emake -C fbmngplay || die - emake -C fbtruetype || die - emake -C splashutils || die - - cd ${S} -} - -src_install() { - # Splash utilities - exeinto /sbin - doexe utils/fbmngplay/fbmngplay{,.static} - doexe utils/fbtruetype/fbtruetype{,.static} - doexe misc/bootsplash_resize - newexe utils/splashutils/splash splash.bin - doexe misc/splash - doexe utils/splashutils/{fbresolution,getkey,progress} - - exeinto /usr/lib/${PN} - doexe misc/bootsplash_resizer.pl - - 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 - - insinto /etc/conf.d - newins misc/bootsplash.conf bootsplash - - insinto /usr/share/${PN} - doins kernel/*.bz2 misc/grub.conf.sample - - into / - dosbin misc/bootsplash_patch misc/bootsplash_initrdgen - fperms 0754 /sbin/bootsplash_patch /sbin/bootsplash_initrdgen -} - -pkg_postinst() { - # has to be done here so that the initrd images are created properly - if [ "${ROOT}" = "/" ] - then - /sbin/bootsplash_initrdgen --all - fi - - # rename bootsplash config file to fit with the standard - if [ -f ${ROOT}/etc/conf.d/bootsplash.conf ] - then - mv -f ${ROOT}/etc/conf.d/bootsplash.conf ${ROOT}/etc/conf.d/bootsplash - fi - - echo "" - einfo "Execute \`bootsplash_patch\` to have your kernel sources in" - einfo "/usr/src/linux patched with the Framebuffer Bootsplash patches." - einfo - einfo "You can also use:" - einfo " bootsplash_patch /path/to/your/custom/kernel/" - einfo "to patch your custom kernel sources." - echo "" - ewarn "If you have already patched the kernel then you only need to copy" - ewarn "an initrd from /usr/share/${PN} to /boot" - echo "" - einfo "Run:" - einfo " rc-update add bootsplash default" - einfo "to change the console images after startup" - echo "" - einfo "If you want to automatically generate configs for a new resolution" - einfo "you can use the \`bootsplash_resize\` script. More info:" - einfo " bootsplash_resize -h" - echo "" -} diff --git a/media-gfx/bootsplash/bootsplash-0.6.1.ebuild b/media-gfx/bootsplash/bootsplash-0.6.1.ebuild deleted file mode 100644 index 908c0023cea8..000000000000 --- a/media-gfx/bootsplash/bootsplash-0.6.1.ebuild +++ /dev/null @@ -1,102 +0,0 @@ -# Copyright 1999-2004 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.ebuild,v 1.3 2004/07/20 14:49:24 spock Exp $ - -IUSE="" -S=${WORKDIR} -DESCRIPTION="Graphical backgrounds for frame buffer consoles" -HOMEPAGE="http://www.bootsplash.org/ http://linux.tkdack.com/" -SRC_URI="http://dev.gentoo.org/~spock/portage/distfiles/${PN}-core-0.6.1.tar.bz2 - http://dev.gentoo.org/~spock/portage/distfiles/${PN}-themes-0.6.1.tar.bz2 - http://dev.gentoo.org/~spock/portage/distfiles/${PN}-kernel-0.6.1.tar.bz2" -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 ~amd64" - -DEPEND=">=media-libs/freetype-2 - media-libs/libmng" - -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 - - emake -C fbmngplay || die - emake -C fbtruetype || die - emake -C splashutils || die - - cd ${S} -} - -src_install() { - # Splash utilities - exeinto /sbin - doexe utils/fbmngplay/fbmngplay{,.static} - doexe utils/fbtruetype/fbtruetype{,.static} - doexe misc/bootsplash_resize - newexe utils/splashutils/splash splash.bin - doexe misc/splash - doexe utils/splashutils/{fbresolution,getkey,progress} - - exeinto /usr/lib/${PN} - doexe misc/bootsplash_resizer.pl - - 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 - - insinto /etc/conf.d - newins misc/bootsplash.conf bootsplash - - insinto /usr/share/${PN} - doins kernel/*.bz2 misc/grub.conf.sample - - into / - dosbin misc/bootsplash_patch misc/bootsplash_initrdgen - fperms 0754 /sbin/bootsplash_patch /sbin/bootsplash_initrdgen -} - -pkg_postinst() { - # has to be done here so that the initrd images are created properly - if [ "${ROOT}" = "/" ] - then - for THEME in `ls /etc/bootsplash` - do - /sbin/bootsplash_initrdgen "${THEME}" - done - fi - - # rename bootsplash config file to fit with the standard - if [ -f ${ROOT}/etc/conf.d/bootsplash.conf ] - then - mv -f ${ROOT}/etc/conf.d/bootsplash.conf ${ROOT}/etc/conf.d/bootsplash - fi - - echo "" - einfo "Execute \`bootsplash_patch\` to have your kernel sources in" - einfo "/usr/src/linux patched with the Framebuffer Bootsplash patches." - einfo - einfo "You can also use:" - einfo " bootsplash_patch /path/to/your/custom/kernel/" - einfo "to patch your custom kernel sources." - echo "" - ewarn "If you have already patched the kernel then you only need to copy" - ewarn "an initrd from /usr/share/${PN} to /boot" - echo "" - einfo "Run:" - einfo " rc-update add bootsplash default" - einfo "to change the console images after startup" - echo "" - einfo "If you want to automatically generate configs for a new resolution" - einfo "you can use the \`bootsplash_resize\` script. More info:" - einfo " bootsplash_resize -h" - echo "" -} diff --git a/media-gfx/bootsplash/files/digest-bootsplash-0.6.1 b/media-gfx/bootsplash/files/digest-bootsplash-0.6.1 deleted file mode 100644 index dee0c3b53763..000000000000 --- a/media-gfx/bootsplash/files/digest-bootsplash-0.6.1 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 ed6f4949df6ae68aa87de4e5cb7f557e bootsplash-core-0.6.1.tar.bz2 127676 -MD5 1d93157ac8796a86cc269b24bb882769 bootsplash-themes-0.6.1.tar.bz2 416892 -MD5 f90970ad8d80b9080bbc6a77df899afa bootsplash-kernel-0.6.1.tar.bz2 156535 diff --git a/media-gfx/bootsplash/files/digest-bootsplash-0.6.1-r1 b/media-gfx/bootsplash/files/digest-bootsplash-0.6.1-r1 deleted file mode 100644 index 45b9be509a18..000000000000 --- a/media-gfx/bootsplash/files/digest-bootsplash-0.6.1-r1 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 2b2e98ab545eccade43c29f90c7941b0 bootsplash-core-0.6.1-r1.tar.bz2 127943 -MD5 1d93157ac8796a86cc269b24bb882769 bootsplash-themes-0.6.1.tar.bz2 416892 -MD5 9ee62cf64178da8743ad0e8bd1453620 bootsplash-kernel-0.6.1-r1.tar.bz2 156381 diff --git a/media-gfx/bootsplash/files/digest-bootsplash-0.6.1-r2 b/media-gfx/bootsplash/files/digest-bootsplash-0.6.1-r2 deleted file mode 100644 index 5ad92fe478f5..000000000000 --- a/media-gfx/bootsplash/files/digest-bootsplash-0.6.1-r2 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 6aa00f89ae5f3519a1d994056765a906 bootsplash-core-0.6.1-r2.tar.bz2 127940 -MD5 1d93157ac8796a86cc269b24bb882769 bootsplash-themes-0.6.1.tar.bz2 416892 -MD5 a015d27bfa056bd748aef209e91675bd bootsplash-kernel-0.6.1-r2.tar.bz2 176082 diff --git a/media-gfx/bootsplash/files/digest-bootsplash-0.6.1-r3 b/media-gfx/bootsplash/files/digest-bootsplash-0.6.1-r3 deleted file mode 100644 index 1809391ed1c4..000000000000 --- a/media-gfx/bootsplash/files/digest-bootsplash-0.6.1-r3 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 3239a26db6f846bc45d79248cb49e9b7 bootsplash-core-0.6.1-r3.tar.bz2 127943 -MD5 1d93157ac8796a86cc269b24bb882769 bootsplash-themes-0.6.1.tar.bz2 416892 -MD5 4d1c0aae57ea6252390aca019e72feb0 bootsplash-kernel-0.6.1-r3.tar.bz2 157480 |