diff options
author | Jeroen Roovers <jer@gentoo.org> | 2011-01-03 11:51:15 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2011-01-03 11:51:15 +0000 |
commit | fc8789d8db9f8135973bd578e4d3f9b44d56314f (patch) | |
tree | 17597046497177cef0373faadbf9ba2dbecb5c55 /sys-boot/palo | |
parent | gtk+-2.22 is required because of lack of symbol gdk_visual_get_depth in older... (diff) | |
download | gentoo-2-fc8789d8db9f8135973bd578e4d3f9b44d56314f.tar.gz gentoo-2-fc8789d8db9f8135973bd578e4d3f9b44d56314f.tar.bz2 gentoo-2-fc8789d8db9f8135973bd578e4d3f9b44d56314f.zip |
Stable for HPPA too.
(Portage version: 2.2.0_alpha10/cvs/Linux i686)
Diffstat (limited to 'sys-boot/palo')
-rw-r--r-- | sys-boot/palo/ChangeLog | 8 | ||||
-rw-r--r-- | sys-boot/palo/files/palo-1.17-fortify-source.patch | 15 | ||||
-rw-r--r-- | sys-boot/palo/palo-1.17.ebuild | 48 | ||||
-rw-r--r-- | sys-boot/palo/palo-1.18.ebuild | 6 |
4 files changed, 9 insertions, 68 deletions
diff --git a/sys-boot/palo/ChangeLog b/sys-boot/palo/ChangeLog index 6aeefc785d14..7e3cbe4e7ead 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.27 2010/10/02 17:51:13 jer Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/palo/ChangeLog,v 1.28 2011/01/03 11:51:15 jer Exp $ + + 03 Jan 2011; Jeroen Roovers <jer@gentoo.org> -palo-1.17.ebuild, + -files/palo-1.17-fortify-source.patch, palo-1.18.ebuild: + Stable for HPPA too. *palo-1.18 (02 Oct 2010) diff --git a/sys-boot/palo/files/palo-1.17-fortify-source.patch b/sys-boot/palo/files/palo-1.17-fortify-source.patch deleted file mode 100644 index 6a6adcdafdca..000000000000 --- a/sys-boot/palo/files/palo-1.17-fortify-source.patch +++ /dev/null @@ -1,15 +0,0 @@ - * palo/palo.c: Supply a mode to open() to go with the O_CREAT flag. - -http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=506083 - ---- a/palo/palo.c -+++ b/palo/palo.c -@@ -479,7 +479,7 @@ - error(14, "bootloader"); - - sprintf(badblockfilename, "/tmp/paloblk-%d", getpid()); -- if ((fd = open(badblockfilename, O_RDWR | O_CREAT | O_TRUNC)) < 0) { -+ if ((fd = open(badblockfilename, O_RDWR | O_CREAT | O_TRUNC, 0644)) < 0) { - perror(badblockfilename); - exit(1); - } diff --git a/sys-boot/palo/palo-1.17.ebuild b/sys-boot/palo/palo-1.17.ebuild deleted file mode 100644 index 27e9328338fa..000000000000 --- a/sys-boot/palo/palo-1.17.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# 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.3 2010/07/13 01:56:26 jer Exp $ - -inherit eutils flag-o-matic toolchain-funcs - -DESCRIPTION="PALO : PArisc Linux Loader" -HOMEPAGE="http://parisc-linux.org/ http://packages.qa.debian.org/p/palo.html" -SRC_URI="mirror://debian/pool/main/p/${PN}/${P/-/_}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="-* hppa" -IUSE="" - -DEPEND="" -PROVIDE="virtual/bootloader" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch \ - "${FILESDIR}"/${PN}-remove-HOME-TERM.patch \ - "${FILESDIR}"/${PN}-1.16_p1-build.patch \ - "${FILESDIR}"/${PN}-1.17-fortify-source.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.18.ebuild b/sys-boot/palo/palo-1.18.ebuild index 72a587806c7d..f9e75817aea9 100644 --- a/sys-boot/palo/palo-1.18.ebuild +++ b/sys-boot/palo/palo-1.18.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/palo/palo-1.18.ebuild,v 1.1 2010/10/02 17:51:13 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/palo/palo-1.18.ebuild,v 1.2 2011/01/03 11:51:15 jer Exp $ EAPI="2" @@ -12,7 +12,7 @@ SRC_URI="mirror://debian/pool/main/p/${PN}/${P/-/_}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="-* ~hppa" +KEYWORDS="-* hppa" IUSE="" PROVIDE="virtual/bootloader" |