public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/palo/
Date: Sat, 23 Apr 2022 22:16:48 +0000 (UTC)	[thread overview]
Message-ID: <1650752203.a0bdfcae86d9c4283917f2029a531c71e402131b.sam@gentoo> (raw)

commit:     a0bdfcae86d9c4283917f2029a531c71e402131b
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 23 22:15:15 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Apr 23 22:16:43 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0bdfcae

sys-boot/palo: add 2.16

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-boot/palo/Manifest         |  1 +
 sys-boot/palo/palo-2.16.ebuild | 49 ++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 50 insertions(+)

diff --git a/sys-boot/palo/Manifest b/sys-boot/palo/Manifest
index 8166e4ed1f4a..2bc5869eabcf 100644
--- a/sys-boot/palo/Manifest
+++ b/sys-boot/palo/Manifest
@@ -1,2 +1,3 @@
 DIST palo-2.14.tar.gz 125207 BLAKE2B fcbc7e59552d83828c07acb055429c1155b738dd12e22c9fc81759b9f84382e3ea793e957421d420c93fa5818d5ad8f12b5317cfe6d5d45d95fc15b272c6fe8c SHA512 9d22ea2826a69a9bb661a4c17aaa78d648f0684b96c2dc0f164d2086f48fc85207e40c69227dd76d153dd171574dd62f6e5e90dd415209de372b4d7d8ab40f57
 DIST palo-2.15.tar.gz 126696 BLAKE2B 38e9defd248fc3e1f9bd921097e0888695a6a815a4221f4b030f225712f206b722232d05f5070b7a76763c50f8a623bb1a3f41c5c84a3999318f3a098d665b14 SHA512 bb46308988399028808d801317421da5a072a504e1c932513a80ee993653f45bd6cbb862c1b85c369506bca3c5d213bf8344ba263fae7ef13d8f73d9d3a6d412
+DIST palo-2.16.tar.gz 126696 BLAKE2B 06da7401d555eb0a468241e2fd71174ebfbe0b3d80d8758e65dfb57831f211dfc77128c4f3babb08ff0f99eafaec58e086751311936ee1a78a569dec50b574e2 SHA512 82f8bfe23e4722e3ee12a51b2c8691720fdc6caab368c294b0069435ba5ed07ac3e582c815bfce58fe320dd18d850bc7b1891e532429427e3735c82e32659360

diff --git a/sys-boot/palo/palo-2.16.ebuild b/sys-boot/palo/palo-2.16.ebuild
new file mode 100644
index 000000000000..2956c2939a97
--- /dev/null
+++ b/sys-boot/palo/palo-2.16.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+DESCRIPTION="PALO: PArisc Linux Loader"
+HOMEPAGE="https://parisc.wiki.kernel.org/"
+if [[ ${PV} == 9999 ]] ; then
+	EGIT_REPO_URI="https://git.kernel.org/pub/scm/linux/kernel/git/deller/palo.git"
+	inherit git-r3
+else
+	SRC_URI="https://git.kernel.org/pub/scm/linux/kernel/git/deller/${PN}.git/snapshot/${P}.tar.gz"
+	KEYWORDS="-* ~hppa"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+
+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
+}


             reply	other threads:[~2022-04-23 22:16 UTC|newest]

Thread overview: 41+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-23 22:16 Sam James [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-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-09-06  6:22 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=1650752203.a0bdfcae86d9c4283917f2029a531c71e402131b.sam@gentoo \
    --to=sam@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