summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2010-06-06 14:17:38 +0000
committerRaúl Porcel <armin76@gentoo.org>2010-06-06 14:17:38 +0000
commit09680da34062421bd8b95bf3e3a63dfc14d62396 (patch)
treeb1d3586a7ba60a155872d7e6c59fc2293e8c2ab9 /sys-boot
parentalpha/ia64/s390/sh/sparc stable wrt #319887 (diff)
downloadgentoo-2-09680da34062421bd8b95bf3e3a63dfc14d62396.tar.gz
gentoo-2-09680da34062421bd8b95bf3e3a63dfc14d62396.tar.bz2
gentoo-2-09680da34062421bd8b95bf3e3a63dfc14d62396.zip
alpha stable
(Portage version: 2.1.8.3/cvs/Linux ia64)
Diffstat (limited to 'sys-boot')
-rw-r--r--sys-boot/aboot/ChangeLog6
-rw-r--r--sys-boot/aboot/aboot-1.0_pre20040408-r2.ebuild78
-rw-r--r--sys-boot/aboot/aboot-1.0_pre20040408-r3.ebuild4
3 files changed, 7 insertions, 81 deletions
diff --git a/sys-boot/aboot/ChangeLog b/sys-boot/aboot/ChangeLog
index bafb52b17cc0..4081b135dfef 100644
--- a/sys-boot/aboot/ChangeLog
+++ b/sys-boot/aboot/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-boot/aboot
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/aboot/ChangeLog,v 1.15 2010/04/04 13:50:52 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/aboot/ChangeLog,v 1.16 2010/06/06 14:17:38 armin76 Exp $
+
+ 06 Jun 2010; Raúl Porcel <armin76@gentoo.org>
+ -aboot-1.0_pre20040408-r2.ebuild, aboot-1.0_pre20040408-r3.ebuild:
+ alpha stable
*aboot-1.0_pre20040408-r3 (04 Apr 2010)
diff --git a/sys-boot/aboot/aboot-1.0_pre20040408-r2.ebuild b/sys-boot/aboot/aboot-1.0_pre20040408-r2.ebuild
deleted file mode 100644
index 393691b63683..000000000000
--- a/sys-boot/aboot/aboot-1.0_pre20040408-r2.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/aboot/aboot-1.0_pre20040408-r2.ebuild,v 1.3 2007/12/13 20:42:35 yoswink Exp $
-
-inherit eutils
-
-KERN_VER="2.6.22"
-
-DESCRIPTION="Alpha Linux boot loader for SRM"
-HOMEPAGE="http://aboot.sourceforge.net/"
-SRC_URI="http://aboot.sourceforge.net/tarballs/${P}.tar.bz2
- mirror://gentoo/gentoo-headers-base-${KERN_VER}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="-* alpha"
-IUSE=""
-
-DEPEND=""
-PROVIDE="virtual/bootloader"
-
-src_unpack() {
- unpack ${A}
- # setup local copies of kernel headers since we rely so
- # heavily on linux internals.
- mv gentoo-headers-base-${KERN_VER}/include/{linux,asm-generic,asm-alpha} "${S}"/include/ || die
- cd "${S}"/include
- ln -s asm-alpha asm || die
- touch linux/config.h || die
- cd "${S}"
- sed -i '1i#define bool int' cons.c
- sed -i "s:/usr/man:/usr/share/man:" Makefile || die
- epatch "${FILESDIR}/aboot-gcc-3.4.patch"
- epatch "${FILESDIR}/aboot-pt_note.patch"
-}
-
-src_compile() {
- # too many problems with parallel building
- emake -j1 || die "emake failed"
-}
-
-src_install() {
- dodir /boot /sbin /usr/share/man/man5
- make \
- root="${D}" \
- bindir="${D}"/sbin \
- bootdir="${D}"/boot \
- mandir="${D}"/usr/share/man \
- install
-
- dodoc ChangeLog INSTALL README TODO aboot.conf
-
- insinto /etc
- newins "${FILESDIR}"/aboot.conf aboot.conf.example
-}
-
-pkg_postinst() {
- einfo "To make aboot install a new bootloader on your harddisk follow"
- einfo "these steps:"
- einfo ""
- einfo " - edit the file /etc/aboot.conf"
- einfo " - cd /boot"
- einfo " - swriteboot -c2 /dev/sda bootlx"
- einfo " This will install a new bootsector on /dev/sda and aboot will"
- einfo " use the second partition on this device to lookup kernel and "
- einfo " initrd (as described in the aboot.conf file)"
- einfo ""
- einfo "IMPORTANT :"
- einfo ""
- einfo "The partition table of your boot device has to contain "
- einfo "a BSD-DISKLABEL and the first 12 megabytes of your boot device"
- einfo "must not be part of a partition as aboot will write its bootloader"
- einfo "in there and not as with most x86 bootloaders into the "
- einfo "master boot sector. If your partition table does not reflect this"
- einfo "you are going to destroy your installation !"
- einfo "Also note that aboot currently only supports ext2/3 partitions"
- einfo "to boot from."
-}
diff --git a/sys-boot/aboot/aboot-1.0_pre20040408-r3.ebuild b/sys-boot/aboot/aboot-1.0_pre20040408-r3.ebuild
index 953df06342fa..62b2a19285aa 100644
--- a/sys-boot/aboot/aboot-1.0_pre20040408-r3.ebuild
+++ b/sys-boot/aboot/aboot-1.0_pre20040408-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/aboot/aboot-1.0_pre20040408-r3.ebuild,v 1.1 2010/04/04 13:50:52 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/aboot/aboot-1.0_pre20040408-r3.ebuild,v 1.2 2010/06/06 14:17:38 armin76 Exp $
inherit eutils
@@ -15,7 +15,7 @@ SRC_URI="http://aboot.sourceforge.net/tarballs/${P}.tar.bz2
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="-* ~alpha"
+KEYWORDS="-* alpha"
IUSE=""
DEPEND=""