diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2005-04-26 02:15:57 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2005-04-26 02:15:57 +0000 |
commit | f8315992fe7c94b915fcb6f499b7af8c1fbacf2f (patch) | |
tree | 1a5ad7520d03402bccaebc1e3be1e382609d566d /sys-boot/silo | |
parent | lets try this again: fixed makefile and more sticky tape (diff) | |
download | gentoo-2-f8315992fe7c94b915fcb6f499b7af8c1fbacf2f.tar.gz gentoo-2-f8315992fe7c94b915fcb6f499b7af8c1fbacf2f.tar.bz2 gentoo-2-f8315992fe7c94b915fcb6f499b7af8c1fbacf2f.zip |
Cleanup, sent 1.4.9 to stable
(Portage version: 2.0.51.19)
Diffstat (limited to 'sys-boot/silo')
-rw-r--r-- | sys-boot/silo/ChangeLog | 6 | ||||
-rw-r--r-- | sys-boot/silo/files/digest-silo-1.4.4 | 1 | ||||
-rw-r--r-- | sys-boot/silo/files/digest-silo-1.4.5 | 1 | ||||
-rw-r--r-- | sys-boot/silo/files/digest-silo-1.4.6 | 1 | ||||
-rw-r--r-- | sys-boot/silo/silo-1.4.4.ebuild | 39 | ||||
-rw-r--r-- | sys-boot/silo/silo-1.4.5.ebuild | 46 | ||||
-rw-r--r-- | sys-boot/silo/silo-1.4.6.ebuild | 46 | ||||
-rw-r--r-- | sys-boot/silo/silo-1.4.9.ebuild | 4 |
8 files changed, 7 insertions, 137 deletions
diff --git a/sys-boot/silo/ChangeLog b/sys-boot/silo/ChangeLog index 1814b29c10c0..2247f9381fc2 100644 --- a/sys-boot/silo/ChangeLog +++ b/sys-boot/silo/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-boot/silo # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/silo/ChangeLog,v 1.21 2005/04/06 06:03:18 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/silo/ChangeLog,v 1.22 2005/04/26 02:15:57 gustavoz Exp $ + + 26 Apr 2005; Gustavo Zacarias <gustavoz@gentoo.org> -silo-1.4.4.ebuild, + -silo-1.4.5.ebuild, -silo-1.4.6.ebuild, silo-1.4.9.ebuild: + Cleanup, sent 1.4.9 to stable 06 Apr 2005; Jeremy Huddleston <eradicator@gentoo.org> +files/silo-1.4.9-noglibc_time.patch, +files/silo-1.4.9-sparc_cpu.patch, diff --git a/sys-boot/silo/files/digest-silo-1.4.4 b/sys-boot/silo/files/digest-silo-1.4.4 deleted file mode 100644 index 9c5268f64df1..000000000000 --- a/sys-boot/silo/files/digest-silo-1.4.4 +++ /dev/null @@ -1 +0,0 @@ -MD5 dbbaecbdbe1949c14369a5fb5c08881b silo-1.4.4.tar.gz 176828 diff --git a/sys-boot/silo/files/digest-silo-1.4.5 b/sys-boot/silo/files/digest-silo-1.4.5 deleted file mode 100644 index 8be3c3ffa112..000000000000 --- a/sys-boot/silo/files/digest-silo-1.4.5 +++ /dev/null @@ -1 +0,0 @@ -MD5 3887973842e774f268b67639b9dbbc8d silo-1.4.5.tar.gz 176940 diff --git a/sys-boot/silo/files/digest-silo-1.4.6 b/sys-boot/silo/files/digest-silo-1.4.6 deleted file mode 100644 index 96dea65be52c..000000000000 --- a/sys-boot/silo/files/digest-silo-1.4.6 +++ /dev/null @@ -1 +0,0 @@ -MD5 594bb1f35ca996f84d7a14d20445b507 silo-1.4.6.tar.gz 178496 diff --git a/sys-boot/silo/silo-1.4.4.ebuild b/sys-boot/silo/silo-1.4.4.ebuild deleted file mode 100644 index aa2a5b389507..000000000000 --- a/sys-boot/silo/silo-1.4.4.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/silo/silo-1.4.4.ebuild,v 1.5 2005/03/28 13:35:56 gustavoz Exp $ - -inherit mount-boot - -DESCRIPTION="SPARC/UltraSPARC Improved Loader, a boot loader for sparc" -SRC_URI="http://www.sparc-boot.org/pub/silo/${P}.tar.gz" -HOMEPAGE="http://www.sparc-boot.org" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="-* sparc" -IUSE="" - -PROVIDE="virtual/bootloader" - -DEPEND="sys-fs/e2fsprogs - sys-apps/sparc-utils" - -src_compile() { - make ${MAKEOPTS} || die -} - -src_install() { - make DESTDIR=${D} install || die - dodoc COPYING ChangeLog first-isofs/README.SILO_ISOFS docs/README* - - # Fix maketilo manpage - rm ${D}/usr/share/man/man1/maketilo.1 - dosym /usr/share/man/man1/tilo.1 /usr/share/man/man1/maketilo.1 -} - -pkg_postinst() { - ewarn "NOTE: If this is an upgrade to an existing SILO install," - ewarn " you will need to re-run silo as the /boot/second.b" - ewarn " file has changed, else the system will fail to load" - ewarn " SILO at the next boot." -} diff --git a/sys-boot/silo/silo-1.4.5.ebuild b/sys-boot/silo/silo-1.4.5.ebuild deleted file mode 100644 index a6fae4addf90..000000000000 --- a/sys-boot/silo/silo-1.4.5.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/silo/silo-1.4.5.ebuild,v 1.8 2005/03/28 13:35:56 gustavoz Exp $ - -inherit mount-boot flag-o-matic toolchain-funcs - -DESCRIPTION="SPARC/UltraSPARC Improved Loader, a boot loader for sparc" -SRC_URI="http://www.sparc-boot.org/pub/silo/${P}.tar.gz" -HOMEPAGE="http://www.sparc-boot.org" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="-* sparc" -IUSE="hardened" - -PROVIDE="virtual/bootloader" - -DEPEND="sys-fs/e2fsprogs - sys-apps/sparc-utils" - -src_compile() { - filter-flags "-fstack-protector" - - if use hardened - then - make ${MAKEOPTS} CC="$(tc-getCC) -fno-stack-protector -fno-pic" - else - make ${MAKEOPTS} || die - fi -} - -src_install() { - make DESTDIR=${D} install || die - dodoc COPYING ChangeLog first-isofs/README.SILO_ISOFS docs/README* - - # Fix maketilo manpage - rm ${D}/usr/share/man/man1/maketilo.1 - dosym /usr/share/man/man1/tilo.1 /usr/share/man/man1/maketilo.1 -} - -pkg_postinst() { - ewarn "NOTE: If this is an upgrade to an existing SILO install," - ewarn " you will need to re-run silo as the /boot/second.b" - ewarn " file has changed, else the system will fail to load" - ewarn " SILO at the next boot." -} diff --git a/sys-boot/silo/silo-1.4.6.ebuild b/sys-boot/silo/silo-1.4.6.ebuild deleted file mode 100644 index 46d4849fb361..000000000000 --- a/sys-boot/silo/silo-1.4.6.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/silo/silo-1.4.6.ebuild,v 1.6 2005/03/28 13:35:56 gustavoz Exp $ - -inherit mount-boot flag-o-matic toolchain-funcs - -DESCRIPTION="SPARC/UltraSPARC Improved Loader, a boot loader for sparc" -SRC_URI="http://www.sparc-boot.org/pub/silo/${P}.tar.gz" -HOMEPAGE="http://www.sparc-boot.org" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="-* ~sparc" -IUSE="hardened" - -PROVIDE="virtual/bootloader" - -DEPEND="sys-fs/e2fsprogs - sys-apps/sparc-utils" - -src_compile() { - filter-flags "-fstack-protector" - - if use hardened - then - make ${MAKEOPTS} CC="$(tc-getCC) -fno-stack-protector -fno-pic" - else - make ${MAKEOPTS} || die - fi -} - -src_install() { - make DESTDIR=${D} install || die - dodoc COPYING ChangeLog first-isofs/README.SILO_ISOFS docs/README* - - # Fix maketilo manpage - rm ${D}/usr/share/man/man1/maketilo.1 - dosym /usr/share/man/man1/tilo.1 /usr/share/man/man1/maketilo.1 -} - -pkg_postinst() { - ewarn "NOTE: If this is an upgrade to an existing SILO install," - ewarn " you will need to re-run silo as the /boot/second.b" - ewarn " file has changed, else the system will fail to load" - ewarn " SILO at the next boot." -} diff --git a/sys-boot/silo/silo-1.4.9.ebuild b/sys-boot/silo/silo-1.4.9.ebuild index 3f0ec8da0e3d..76228c6221f2 100644 --- a/sys-boot/silo/silo-1.4.9.ebuild +++ b/sys-boot/silo/silo-1.4.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/silo/silo-1.4.9.ebuild,v 1.2 2005/04/06 06:03:18 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/silo/silo-1.4.9.ebuild,v 1.3 2005/04/26 02:15:57 gustavoz Exp $ inherit mount-boot flag-o-matic toolchain-funcs @@ -10,7 +10,7 @@ HOMEPAGE="http://www.sparc-boot.org" SLOT="0" LICENSE="GPL-2" -KEYWORDS="-* ~sparc" +KEYWORDS="-* sparc" IUSE="hardened" PROVIDE="virtual/bootloader" |