summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2017-07-22 10:44:33 +0200
committerJeroen Roovers <jer@gentoo.org>2017-07-22 10:44:33 +0200
commit66c6765cd79e6a38c76635a51a9380c8a465a6ad (patch)
tree4c3ab83e4811e8160b015427063322eee280394c /sys-boot
parentsys-boot/palo: Version bump. (diff)
downloadgentoo-66c6765cd79e6a38c76635a51a9380c8a465a6ad.tar.gz
gentoo-66c6765cd79e6a38c76635a51a9380c8a465a6ad.tar.bz2
gentoo-66c6765cd79e6a38c76635a51a9380c8a465a6ad.zip
sys-boot/palo: Old.
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'sys-boot')
-rw-r--r--sys-boot/palo/Manifest1
-rw-r--r--sys-boot/palo/palo-1.96.ebuild42
2 files changed, 0 insertions, 43 deletions
diff --git a/sys-boot/palo/Manifest b/sys-boot/palo/Manifest
index 63d217badefc..229ae33ffacc 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.96.tar.xz 102480 SHA256 c5ea19dc90834266cf6cbd576c007899ef6628b843ab16c57ed98eecb6e72cf8 SHA512 d287cae0995f4c1f519fac5a83a5f71645b1382c6fbf5117ab416240adda5227bb58eb33ad384b84dfb2622af76948b48f1ccf83fa408e9d2d1c4fe7fbed299f WHIRLPOOL de57336608c2aa0d9b487e0d6cfac05ba608a6c24ed4c0acf59d7027b667cc161616ac3520afc974fa2c8496d93d2025e2dfa353118a941a356cde5a28bb62bc
DIST palo_1.97.tar.xz 82780 SHA256 cafa629d7a5df124108f4500354d9c84e29565fe6c0ac33162906a30deec6355 SHA512 5e87858a3c91f32174c4debd2aee2ea8185d18fb1d20e6288b1d78b45b0f033fce4c0dadec249fc4e4189e9b7a3a8823e97742e822cfe1512c5edbc9a3d33545 WHIRLPOOL b118b63906e851db50182f6ec4d15ce699393a3cbc738442eb9c593f92dc1968b4ff59ca59e4b83273677d9dc49082e891e5df4fcb7f2a2cf5f2c8e2f00c45ad
diff --git a/sys-boot/palo/palo-1.96.ebuild b/sys-boot/palo/palo-1.96.ebuild
deleted file mode 100644
index e00f83fe6074..000000000000
--- a/sys-boot/palo/palo-1.96.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
-}