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: Tue, 01 Oct 2019 05:53:44
Message-Id: 1569909218.41c603531e4b7f0a45fc273adfb35644de791fa0.jer@gentoo
1 commit: 41c603531e4b7f0a45fc273adfb35644de791fa0
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 1 05:38:43 2019 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 1 05:53:38 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41c60353
7
8 sys-boot/palo: Old
9
10 Package-Manager: Portage-2.3.76, Repoman-2.3.17
11 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
12
13 sys-boot/palo/Manifest | 2 --
14 sys-boot/palo/palo-2.00.ebuild | 42 -----------------------------------------
15 sys-boot/palo/palo-2.11.ebuild | 43 ------------------------------------------
16 3 files changed, 87 deletions(-)
17
18 diff --git a/sys-boot/palo/Manifest b/sys-boot/palo/Manifest
19 index 7bdbcb6ec73..3a5e40c4d03 100644
20 --- a/sys-boot/palo/Manifest
21 +++ b/sys-boot/palo/Manifest
22 @@ -1,3 +1 @@
23 -DIST palo-2.00.tar.gz 124484 BLAKE2B b46b616acf51534382f6a775b456cdcbd4771d6bc9d7a8339ad788a5c5a4a333e98a6e4815c40a6750408b1e8168a19800da11ddf7125621f77d478a651d9c75 SHA512 b6dab81e6c2641a64a40561a65b5412ee702136ac79dab94619e0094faf011e158c67e681f45d5aa51423f5f162da7c1fd07b391b58e8a2100e1306eb7148056
24 -DIST palo-2.11.tar.gz 129144 BLAKE2B 25ea9462e7a87da333ace52be624aab65cc1fa4d20848bdec4ba1cea468b3ecd850dd7ceb936e9f2bd5761add766df65d054dc1b5d3f9cee991e9b3e4ddf864a SHA512 26e989ce0c652d6fafdc98d3ab3564d4adc5c943e3d44b0275beb8c385ad52cad0a29ad360e4992fb35c0f2036e29d3eee9b8f6594a53eaea9c3b973a60d9029
25 DIST palo-2.12.tar.gz 124911 BLAKE2B 79fa572e118e77114dcb3b888abc65163bd56cb44cf69cd25bcaa33a7c6151b8254bf00c459ad17ca1d948f9b440378133f048e2add123a757908c108b802703 SHA512 6ea20490b84bf18a1d1e8037de453f5f480cba8403b267d4d63fceceffb39e18545c6d20c8dd7b07044ff5567eedd2c58b2a626971b53d1d35c5b3a4e8fefbf0
26
27 diff --git a/sys-boot/palo/palo-2.00.ebuild b/sys-boot/palo/palo-2.00.ebuild
28 deleted file mode 100644
29 index 8dde2461a2b..00000000000
30 --- a/sys-boot/palo/palo-2.00.ebuild
31 +++ /dev/null
32 @@ -1,42 +0,0 @@
33 -# Copyright 1999-2018 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=6
37 -inherit eutils flag-o-matic toolchain-funcs
38 -
39 -DESCRIPTION="PALO : PArisc Linux Loader"
40 -HOMEPAGE="http://parisc-linux.org/ https://parisc.wiki.kernel.org/"
41 -SRC_URI="https://git.kernel.org/pub/scm/linux/kernel/git/deller/${PN}.git/snapshot/${P}.tar.gz"
42 -
43 -LICENSE="GPL-2"
44 -SLOT="0"
45 -KEYWORDS="-* hppa"
46 -
47 -PATCHES=(
48 - "${FILESDIR}"/${PN}-2.00-toolchain.patch
49 -)
50 -
51 -src_compile() {
52 - local target
53 - for target in '-C palo' '-C ipl' 'iplboot'; do
54 - emake AR=$(tc-getAR) CC=$(tc-getCC) LD=$(tc-getLD) ${target}
55 - done
56 -}
57 -
58 -src_install() {
59 - into /
60 - dosbin palo/palo
61 -
62 - doman palo.8
63 - dodoc TODO debian/changelog README.html
64 -
65 - insinto /etc
66 - doins "${FILESDIR}"/palo.conf
67 -
68 - insinto /usr/share/palo
69 - doins iplboot
70 -
71 - insinto /etc/kernel/postinst.d/
72 - insopts -m 0744
73 - doins "${FILESDIR}"/99palo
74 -}
75
76 diff --git a/sys-boot/palo/palo-2.11.ebuild b/sys-boot/palo/palo-2.11.ebuild
77 deleted file mode 100644
78 index cf05c9a92a7..00000000000
79 --- a/sys-boot/palo/palo-2.11.ebuild
80 +++ /dev/null
81 @@ -1,43 +0,0 @@
82 -# Copyright 1999-2019 Gentoo Authors
83 -# Distributed under the terms of the GNU General Public License v2
84 -
85 -EAPI=7
86 -inherit toolchain-funcs
87 -
88 -DESCRIPTION="PALO : PArisc Linux Loader"
89 -HOMEPAGE="http://parisc-linux.org/ https://parisc.wiki.kernel.org/"
90 -SRC_URI="https://git.kernel.org/pub/scm/linux/kernel/git/deller/${PN}.git/snapshot/${P}.tar.gz"
91 -
92 -LICENSE="GPL-2"
93 -SLOT="0"
94 -KEYWORDS="-* ~hppa"
95 -
96 -PATCHES=(
97 - "${FILESDIR}"/${PN}-2.00-toolchain.patch
98 -)
99 -
100 -src_compile() {
101 - local target
102 - for target in '-C palo' '-C ipl' 'iplboot'; do
103 - emake AR=$(tc-getAR) CC=$(tc-getCC) LD=$(tc-getLD) ${target}
104 - done
105 -}
106 -
107 -src_install() {
108 - into /
109 - dosbin palo/palo
110 -
111 - insinto /usr/share/palo
112 - doins iplboot
113 -
114 - insinto /etc
115 - doins "${FILESDIR}"/palo.conf
116 -
117 - insinto /etc/kernel/postinst.d
118 - insopts -m 0744
119 - doins "${FILESDIR}"/99palo
120 -
121 - doman palo.8
122 -
123 - dodoc TODO debian/changelog README.html
124 -}