jer 14/12/15 19:52:16 Modified: ChangeLog palo-9999.ebuild Added: palo-1.95.ebuild Removed: palo-1.18-r1.ebuild Log: Version bump. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path 1.48 sys-boot/palo/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/palo/ChangeLog?rev=1.48&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/palo/ChangeLog?rev=1.48&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/palo/ChangeLog?r1=1.47&r2=1.48 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-boot/palo/ChangeLog,v retrieving revision 1.47 retrieving revision 1.48 diff -u -r1.47 -r1.48 --- ChangeLog 30 Jan 2014 15:42:39 -0000 1.47 +++ ChangeLog 15 Dec 2014 19:52:16 -0000 1.48 @@ -1,6 +1,14 @@ # ChangeLog for sys-boot/palo # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/palo/ChangeLog,v 1.47 2014/01/30 15:42:39 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/palo/ChangeLog,v 1.48 2014/12/15 19:52:16 jer Exp $ + +*palo-1.95 (15 Dec 2014) + + 15 Dec 2014; Jeroen Roovers <[email protected]> -palo-1.18-r1.ebuild, + +palo-1.95.ebuild, palo-9999.ebuild, -files/palo-1.16_p1-build.patch, + -files/palo-1.18-include.patch, +files/palo-1.95-toolchain.patch, + -files/palo-9999-toolchain.patch, -files/palo-remove-HOME-TERM.patch: + Version bump. 30 Jan 2014; Jeroen Roovers <[email protected]> files/palo.conf: Improve helpful comments. 1.7 sys-boot/palo/palo-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/palo/palo-9999.ebuild?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/palo/palo-9999.ebuild?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/palo/palo-9999.ebuild?r1=1.6&r2=1.7 Index: palo-9999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-boot/palo/palo-9999.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- palo-9999.ebuild 23 Jan 2014 14:43:42 -0000 1.6 +++ palo-9999.ebuild 15 Dec 2014 19:52:16 -0000 1.7 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/palo/palo-9999.ebuild,v 1.6 2014/01/23 14:43:42 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/palo/palo-9999.ebuild,v 1.7 2014/12/15 19:52:16 jer Exp $ EAPI=5 @@ -13,13 +13,10 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="" -IUSE="" src_prepare() { - epatch \ - "${FILESDIR}"/${PN}-9999-toolchain.patch + epatch "${FILESDIR}"/${PN}-1.95-toolchain.patch sed -i lib/common.h -e '/^#define PALOVERSION/{s|".*"|"'${PV}'"|g}' || die - sed -i palo/Makefile -e '/^LDFLAGS=/d' || die } src_compile() { 1.1 sys-boot/palo/palo-1.95.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/palo/palo-1.95.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/palo/palo-1.95.ebuild?rev=1.1&content-type=text/plain Index: palo-1.95.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-boot/palo/palo-1.95.ebuild,v 1.1 2014/12/15 19:52:16 jer Exp $ EAPI=5 inherit eutils flag-o-matic toolchain-funcs DESCRIPTION="PALO : PArisc Linux Loader" HOMEPAGE="http://parisc-linux.org/ https://parisc.wiki.kernel.org/" SRC_URI="mirror://debian/pool/main/p/${PN}/${P/-/_}.tar.xz" LICENSE="GPL-2" SLOT="0" KEYWORDS="-* ~hppa" src_prepare() { epatch "${FILESDIR}"/${PN}-1.95-toolchain.patch } src_compile() { local target for target in '-C palo' '-C ipl' 'iplboot'; do emake AR=$(tc-getAR) CC=$(tc-getCC) LD=$(tc-getLD) ${target} done } src_install() { into / dosbin palo/palo doman palo.8 dohtml README.html dodoc Changes TODO debian/changelog insinto /etc doins "${FILESDIR}"/palo.conf insinto /usr/share/palo doins iplboot insinto /etc/kernel/postinst.d/ INSOPTIONS="-m 0744" doins "${FILESDIR}"/99palo }
