Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/palo/
Date: Thu, 28 Sep 2017 00:04:33
Message-Id: 1506557064.da6070ced205eeb279384190d1fa937af9093ac7.jer@gentoo
1 commit: da6070ced205eeb279384190d1fa937af9093ac7
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 28 00:03:35 2017 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 28 00:04:24 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da6070ce
7
8 sys-boot/palo: Old.
9
10 Package-Manager: Portage-2.3.10, Repoman-2.3.3
11
12 sys-boot/palo/Manifest | 1 -
13 sys-boot/palo/palo-1.98.ebuild | 42 ------------------------------------------
14 2 files changed, 43 deletions(-)
15
16 diff --git a/sys-boot/palo/Manifest b/sys-boot/palo/Manifest
17 index cf18fd04bc4..32e36c09323 100644
18 --- a/sys-boot/palo/Manifest
19 +++ b/sys-boot/palo/Manifest
20 @@ -1,2 +1 @@
21 -DIST palo-1.98.tar.gz 123062 SHA256 a7ed989abca3bad68d106ca55689cea1f1bd162af288460d9ff8264e34df88a9 SHA512 685b1bbd371f0acaae2c621cdd7d2b530557c539118b570a3ee2fbc48d6f34373d553c1bc9542f254f32e6d53afd087693be2981225e062c25efd6ee95ada6c8 WHIRLPOOL 617cb57fa8b2ec76c519425eaca0faafc5c81414838fc241748f08f5e937bdaed8a88a000c735c8c2fd673fda5f818583286fe8c88cce953c60607754db81702
22 DIST palo-1.99.tar.gz 123906 SHA256 6880524b44689d90d9faf9da111ea15f1da210d9d7325591085f39c6a7650483 SHA512 b859144a5b145aa47d44926b69172818f1fdd577958649d72a99be26dd68d4e2f366acfaec406c8d09ac751ffcdd380b70606e4f3f66e42328d387fcd9022b73 WHIRLPOOL e1768dda1f964044b80a870a37fbf872070a4d864bed10b0c29cc20d9e9d6bb3f030d623b55f766167e4af74af1c3809e63db5e7ecbac4f761f15fd250faedba
23
24 diff --git a/sys-boot/palo/palo-1.98.ebuild b/sys-boot/palo/palo-1.98.ebuild
25 deleted file mode 100644
26 index ad697b0c5b8..00000000000
27 --- a/sys-boot/palo/palo-1.98.ebuild
28 +++ /dev/null
29 @@ -1,42 +0,0 @@
30 -# Copyright 1999-2017 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=6
34 -inherit eutils flag-o-matic toolchain-funcs
35 -
36 -DESCRIPTION="PALO : PArisc Linux Loader"
37 -HOMEPAGE="http://parisc-linux.org/ https://parisc.wiki.kernel.org/"
38 -SRC_URI="https://git.kernel.org/pub/scm/linux/kernel/git/deller/${PN}.git/snapshot/${P}.tar.gz"
39 -
40 -LICENSE="GPL-2"
41 -SLOT="0"
42 -KEYWORDS="-* hppa"
43 -
44 -PATCHES=(
45 - "${FILESDIR}"/${PN}-1.96-toolchain.patch
46 -)
47 -
48 -src_compile() {
49 - local target
50 - for target in '-C palo' '-C ipl' 'iplboot'; do
51 - emake AR=$(tc-getAR) CC=$(tc-getCC) LD=$(tc-getLD) ${target}
52 - done
53 -}
54 -
55 -src_install() {
56 - into /
57 - dosbin palo/palo
58 -
59 - doman palo.8
60 - dodoc TODO debian/changelog README.html
61 -
62 - insinto /etc
63 - doins "${FILESDIR}"/palo.conf
64 -
65 - insinto /usr/share/palo
66 - doins iplboot
67 -
68 - insinto /etc/kernel/postinst.d/
69 - insopts -m 0744
70 - doins "${FILESDIR}"/99palo
71 -}