diff options
author | Jeroen Roovers <jer@gentoo.org> | 2017-09-12 19:08:06 +0200 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2017-09-12 19:08:20 +0200 |
commit | 8d319be2dad3e13ddd71fb46a78943efe1b15e36 (patch) | |
tree | 08f112a12ac2fc2cfdedfcdb98c5077a06fa5344 /sys-boot | |
parent | sys-boot/palo: Stable for HPPA too. (diff) | |
download | gentoo-8d319be2dad3e13ddd71fb46a78943efe1b15e36.tar.gz gentoo-8d319be2dad3e13ddd71fb46a78943efe1b15e36.tar.bz2 gentoo-8d319be2dad3e13ddd71fb46a78943efe1b15e36.zip |
sys-boot/palo: Old.
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/palo/Manifest | 1 | ||||
-rw-r--r-- | sys-boot/palo/palo-1.97.ebuild | 42 |
2 files changed, 0 insertions, 43 deletions
diff --git a/sys-boot/palo/Manifest b/sys-boot/palo/Manifest index 34d232ff8888..cf18fd04bc45 100644 --- a/sys-boot/palo/Manifest +++ b/sys-boot/palo/Manifest @@ -1,3 +1,2 @@ DIST palo-1.98.tar.gz 123062 SHA256 a7ed989abca3bad68d106ca55689cea1f1bd162af288460d9ff8264e34df88a9 SHA512 685b1bbd371f0acaae2c621cdd7d2b530557c539118b570a3ee2fbc48d6f34373d553c1bc9542f254f32e6d53afd087693be2981225e062c25efd6ee95ada6c8 WHIRLPOOL 617cb57fa8b2ec76c519425eaca0faafc5c81414838fc241748f08f5e937bdaed8a88a000c735c8c2fd673fda5f818583286fe8c88cce953c60607754db81702 DIST palo-1.99.tar.gz 123906 SHA256 6880524b44689d90d9faf9da111ea15f1da210d9d7325591085f39c6a7650483 SHA512 b859144a5b145aa47d44926b69172818f1fdd577958649d72a99be26dd68d4e2f366acfaec406c8d09ac751ffcdd380b70606e4f3f66e42328d387fcd9022b73 WHIRLPOOL e1768dda1f964044b80a870a37fbf872070a4d864bed10b0c29cc20d9e9d6bb3f030d623b55f766167e4af74af1c3809e63db5e7ecbac4f761f15fd250faedba -DIST palo_1.97.tar.xz 82780 SHA256 cafa629d7a5df124108f4500354d9c84e29565fe6c0ac33162906a30deec6355 SHA512 5e87858a3c91f32174c4debd2aee2ea8185d18fb1d20e6288b1d78b45b0f033fce4c0dadec249fc4e4189e9b7a3a8823e97742e822cfe1512c5edbc9a3d33545 WHIRLPOOL b118b63906e851db50182f6ec4d15ce699393a3cbc738442eb9c593f92dc1968b4ff59ca59e4b83273677d9dc49082e891e5df4fcb7f2a2cf5f2c8e2f00c45ad diff --git a/sys-boot/palo/palo-1.97.ebuild b/sys-boot/palo/palo-1.97.ebuild deleted file mode 100644 index e00f83fe6074..000000000000 --- a/sys-boot/palo/palo-1.97.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -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" - -PATCHES=( - "${FILESDIR}"/${PN}-1.96-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 - dodoc TODO debian/changelog README.html - - insinto /etc - doins "${FILESDIR}"/palo.conf - - insinto /usr/share/palo - doins iplboot - - insinto /etc/kernel/postinst.d/ - insopts -m 0744 - doins "${FILESDIR}"/99palo -} |