diff options
author | Jeroen Roovers <jer@gentoo.org> | 2010-07-13 01:56:26 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2010-07-13 01:56:26 +0000 |
commit | c008fb7bc0db78cd4b4971413fa2f46be5ef4e6a (patch) | |
tree | 3d42d33010620941131d844b50ed84982a0de257 /sys-boot/palo | |
parent | Fix duplicate SRC_URI entry. Update HOMEPAGE. (diff) | |
download | gentoo-2-c008fb7bc0db78cd4b4971413fa2f46be5ef4e6a.tar.gz gentoo-2-c008fb7bc0db78cd4b4971413fa2f46be5ef4e6a.tar.bz2 gentoo-2-c008fb7bc0db78cd4b4971413fa2f46be5ef4e6a.zip |
Stable for HPPA too.
(Portage version: 2.2_rc67/cvs/Linux i686)
Diffstat (limited to 'sys-boot/palo')
-rw-r--r-- | sys-boot/palo/ChangeLog | 6 | ||||
-rw-r--r-- | sys-boot/palo/palo-1.16_p1.ebuild | 49 | ||||
-rw-r--r-- | sys-boot/palo/palo-1.17.ebuild | 4 |
3 files changed, 7 insertions, 52 deletions
diff --git a/sys-boot/palo/ChangeLog b/sys-boot/palo/ChangeLog index 4c9c497112e6..fb722725bb24 100644 --- a/sys-boot/palo/ChangeLog +++ b/sys-boot/palo/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-boot/palo # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/palo/ChangeLog,v 1.25 2010/03/10 19:54:50 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/palo/ChangeLog,v 1.26 2010/07/13 01:56:26 jer Exp $ + + 13 Jul 2010; Jeroen Roovers <jer@gentoo.org> -palo-1.16_p1.ebuild, + palo-1.17.ebuild: + Stable for HPPA too. 10 Mar 2010; Jeroen Roovers <jer@gentoo.org> palo-1.17.ebuild: Add Debian home page. diff --git a/sys-boot/palo/palo-1.16_p1.ebuild b/sys-boot/palo/palo-1.16_p1.ebuild deleted file mode 100644 index 4f84e5b1b6d6..000000000000 --- a/sys-boot/palo/palo-1.16_p1.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/palo/palo-1.16_p1.ebuild,v 1.3 2009/06/30 09:07:49 jer Exp $ - -inherit eutils flag-o-matic toolchain-funcs - -DESCRIPTION="PALO : PArisc Linux Loader" -HOMEPAGE="http://parisc-linux.org/" -SRC_URI="mirror://debian/pool/main/p/palo/palo_1.16+nmu1.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="-* hppa" -IUSE="" - -DEPEND="" -PROVIDE="virtual/bootloader" - -S="${WORKDIR}/palo-1.16+nmu1" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${PN}-remove-HOME-TERM.patch - epatch "${FILESDIR}"/${P}-build.patch - epatch "${FILESDIR}"/${P}-version.patch -} - -src_compile() { - tc-export CC - emake -C palo || die "make palo failed" - emake -C ipl || die "make ipl failed" - emake MACHINE=parisc iplboot || die "make iplboot failed" -} - -src_install() { - into / - dosbin palo/palo || die - - doman palo.8 - dohtml README.html - dodoc README palo.conf - - insinto /etc - doins "${FILESDIR}"/palo.conf || die - - insinto /usr/share/palo - doins iplboot || die -} diff --git a/sys-boot/palo/palo-1.17.ebuild b/sys-boot/palo/palo-1.17.ebuild index 3d9f6b3a5194..27e9328338fa 100644 --- a/sys-boot/palo/palo-1.17.ebuild +++ b/sys-boot/palo/palo-1.17.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/palo/palo-1.17.ebuild,v 1.2 2010/03/10 19:54:50 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/palo/palo-1.17.ebuild,v 1.3 2010/07/13 01:56:26 jer Exp $ inherit eutils flag-o-matic toolchain-funcs @@ -10,7 +10,7 @@ SRC_URI="mirror://debian/pool/main/p/${PN}/${P/-/_}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="-* ~hppa" +KEYWORDS="-* hppa" IUSE="" DEPEND="" |