summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-03-19 21:04:19 +0000
committerMike Frysinger <vapier@gentoo.org>2004-03-19 21:04:19 +0000
commitf617fa0e0fe791fb62943ac392f7b7ec194cfddf (patch)
tree751894fb7ce1429c644016d0b32bb49d822ef019 /sys-boot/palo
parenttouch it (diff)
downloadhistorical-f617fa0e0fe791fb62943ac392f7b7ec194cfddf.tar.gz
historical-f617fa0e0fe791fb62943ac392f7b7ec194cfddf.tar.bz2
historical-f617fa0e0fe791fb62943ac392f7b7ec194cfddf.zip
old
Diffstat (limited to 'sys-boot/palo')
-rw-r--r--sys-boot/palo/files/digest-palo-1.2_pre200301151
-rw-r--r--sys-boot/palo/palo-1.2_pre20030115.ebuild40
2 files changed, 0 insertions, 41 deletions
diff --git a/sys-boot/palo/files/digest-palo-1.2_pre20030115 b/sys-boot/palo/files/digest-palo-1.2_pre20030115
deleted file mode 100644
index 031beb540cda..000000000000
--- a/sys-boot/palo/files/digest-palo-1.2_pre20030115
+++ /dev/null
@@ -1 +0,0 @@
-MD5 fac32545c2e5c3fd608f1fa1eea41e78 palo-1.2-CVS20030115.tar.gz 97726
diff --git a/sys-boot/palo/palo-1.2_pre20030115.ebuild b/sys-boot/palo/palo-1.2_pre20030115.ebuild
deleted file mode 100644
index 15f8ddf51bd8..000000000000
--- a/sys-boot/palo/palo-1.2_pre20030115.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/palo/palo-1.2_pre20030115.ebuild,v 1.1 2003/12/09 08:13:02 seemant Exp $
-
-DESCRIPTION="PALO : PArisc Linux Loader"
-HOMEPAGE="http://parisc-linux.org/"
-SRC_URI="http://ftp.parisc-linux.org/cvs/palo-1.2-CVS20030115.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-
-S=${WORKDIR}/palo
-
-#Compile only on hppa stations
-KEYWORDS="hppa -*"
-IUSE=""
-
-PROVIDE="virtual/bootloader"
-
-DEPEND=">=glibc-2.2.4"
-
-src_compile() {
- emake -C palo CFLAGS="${CFLAGS} -I../include -I../lib" || die
- emake -C ipl CFLAGS="${CFLAGS} -I. -I../lib -I../include -fwritable-strings -mdisable-fpregs -Wall" || die
- emake MACHINE=parisc iplboot
- emake || die
-}
-
-src_install() {
- dosbin palo/palo
- doman palo.8
- dohtml README.html
- dodoc README
- dodoc palo.conf
-
- insinto /etc
- doins ${FILESDIR}/palo.conf
-
- insinto /usr/share/palo
- doins iplboot
-}