From: "Jeroen Roovers" <jer@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/palo/
Date: Fri, 6 Sep 2019 06:22:39 +0000 (UTC) [thread overview]
Message-ID: <1567750958.d9e24583a7a35190736893262ce42bac6105a323.jer@gentoo> (raw)
commit: d9e24583a7a35190736893262ce42bac6105a323
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 6 06:22:01 2019 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Fri Sep 6 06:22:38 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9e24583
sys-boot/palo: Version 2.12
Package-Manager: Portage-2.3.75, Repoman-2.3.17
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
sys-boot/palo/Manifest | 1 +
sys-boot/palo/palo-2.12.ebuild | 43 ++++++++++++++++++++++++++++++++++++++++++
2 files changed, 44 insertions(+)
diff --git a/sys-boot/palo/Manifest b/sys-boot/palo/Manifest
index aef6a7d9922..7bdbcb6ec73 100644
--- a/sys-boot/palo/Manifest
+++ b/sys-boot/palo/Manifest
@@ -1,2 +1,3 @@
DIST palo-2.00.tar.gz 124484 BLAKE2B b46b616acf51534382f6a775b456cdcbd4771d6bc9d7a8339ad788a5c5a4a333e98a6e4815c40a6750408b1e8168a19800da11ddf7125621f77d478a651d9c75 SHA512 b6dab81e6c2641a64a40561a65b5412ee702136ac79dab94619e0094faf011e158c67e681f45d5aa51423f5f162da7c1fd07b391b58e8a2100e1306eb7148056
DIST palo-2.11.tar.gz 129144 BLAKE2B 25ea9462e7a87da333ace52be624aab65cc1fa4d20848bdec4ba1cea468b3ecd850dd7ceb936e9f2bd5761add766df65d054dc1b5d3f9cee991e9b3e4ddf864a SHA512 26e989ce0c652d6fafdc98d3ab3564d4adc5c943e3d44b0275beb8c385ad52cad0a29ad360e4992fb35c0f2036e29d3eee9b8f6594a53eaea9c3b973a60d9029
+DIST palo-2.12.tar.gz 124911 BLAKE2B 79fa572e118e77114dcb3b888abc65163bd56cb44cf69cd25bcaa33a7c6151b8254bf00c459ad17ca1d948f9b440378133f048e2add123a757908c108b802703 SHA512 6ea20490b84bf18a1d1e8037de453f5f480cba8403b267d4d63fceceffb39e18545c6d20c8dd7b07044ff5567eedd2c58b2a626971b53d1d35c5b3a4e8fefbf0
diff --git a/sys-boot/palo/palo-2.12.ebuild b/sys-boot/palo/palo-2.12.ebuild
new file mode 100644
index 00000000000..cf05c9a92a7
--- /dev/null
+++ b/sys-boot/palo/palo-2.12.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit toolchain-funcs
+
+DESCRIPTION="PALO : PArisc Linux Loader"
+HOMEPAGE="http://parisc-linux.org/ https://parisc.wiki.kernel.org/"
+SRC_URI="https://git.kernel.org/pub/scm/linux/kernel/git/deller/${PN}.git/snapshot/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="-* ~hppa"
+
+PATCHES=(
+ "${FILESDIR}"/${PN}-2.00-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
+
+ insinto /usr/share/palo
+ doins iplboot
+
+ insinto /etc
+ doins "${FILESDIR}"/palo.conf
+
+ insinto /etc/kernel/postinst.d
+ insopts -m 0744
+ doins "${FILESDIR}"/99palo
+
+ doman palo.8
+
+ dodoc TODO debian/changelog README.html
+}
next reply other threads:[~2019-09-06 6:22 UTC|newest]
Thread overview: 41+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-09-06 6:22 Jeroen Roovers [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-25 14:52 [gentoo-commits] repo/gentoo:master commit in: sys-boot/palo/ Sam James
2023-12-28 4:42 Sam James
2023-07-23 1:55 Sam James
2023-06-02 2:12 Sam James
2023-04-25 1:57 Sam James
2023-04-03 6:29 Sam James
2022-12-18 7:07 Sam James
2022-10-16 16:49 Sam James
2022-08-20 0:05 Sam James
2022-05-07 9:27 Arthur Zamarin
2022-04-23 22:16 Sam James
2022-03-20 0:05 Sam James
2022-01-22 3:22 Sam James
2022-01-22 3:20 Sam James
2021-01-14 20:09 Sergei Trofimovich
2020-12-22 8:00 Sergei Trofimovich
2020-12-18 9:53 Sergei Trofimovich
2020-05-31 7:12 Jeroen Roovers
2020-05-31 7:12 Jeroen Roovers
2020-05-30 22:06 Jeroen Roovers
2020-05-20 20:44 Jeroen Roovers
2020-05-20 20:02 Jeroen Roovers
2020-05-20 20:02 Jeroen Roovers
2019-10-01 5:53 Jeroen Roovers
2019-09-30 17:01 Jeroen Roovers
2019-05-30 13:09 Jeroen Roovers
2018-03-28 7:52 Jeroen Roovers
2017-09-28 0:04 Jeroen Roovers
2017-09-28 0:04 Jeroen Roovers
2017-09-12 17:08 Jeroen Roovers
2017-09-12 17:08 Jeroen Roovers
2017-09-12 17:08 Jeroen Roovers
2017-07-22 8:44 Jeroen Roovers
2017-07-22 8:44 Jeroen Roovers
2017-05-31 16:06 Jeroen Roovers
2017-02-15 8:02 Jeroen Roovers
2017-02-15 8:02 Jeroen Roovers
2016-10-10 8:52 Jeroen Roovers
2016-05-21 9:45 Jeroen Roovers
2015-11-22 19:21 Jeroen Roovers
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1567750958.d9e24583a7a35190736893262ce42bac6105a323.jer@gentoo \
--to=jer@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox