summaryrefslogtreecommitdiff
path: root/sys-boot/palo
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-06-02 21:45:28 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-06-02 21:45:28 +0100
commit2018227e9344edb9da15fc6a4a8298086cc2aa77 (patch)
treec18e1c09e605e94e2a1e93345ad25746cc9e14b9 /sys-boot/palo
parent6f8038813c460b4f0572d5ef595cdfa94af3a94d (diff)
gentoo resync : 02.06.2019
Diffstat (limited to 'sys-boot/palo')
-rw-r--r--sys-boot/palo/Manifest2
-rw-r--r--sys-boot/palo/palo-9999.ebuild21
2 files changed, 12 insertions, 11 deletions
diff --git a/sys-boot/palo/Manifest b/sys-boot/palo/Manifest
index c04e8321a8ee..8fcb35268437 100644
--- a/sys-boot/palo/Manifest
+++ b/sys-boot/palo/Manifest
@@ -4,5 +4,5 @@ AUX palo-9999-toolchain.patch 397 BLAKE2B 7de7df2ca1d2d76f2c3cf72f78682686b6a9b8
AUX palo.conf 260 BLAKE2B 1e81466dcecedc4ca1894863491f4c91e88becc9a5c5815e69028eeadc98ca61e99951fb754a8261a6cdb763aaa22201ae77f65fd4de07bbbd3f3c801322e277 SHA512 4147e480362161cd61ad9af8fb7048b87f9126c213661ab26f77ba98fe7f1acd03791b154667137e4a265e3c31e54e703d32daa86ff0805f47bc7c1b8b03cfe6
DIST palo-2.00.tar.gz 124484 BLAKE2B b46b616acf51534382f6a775b456cdcbd4771d6bc9d7a8339ad788a5c5a4a333e98a6e4815c40a6750408b1e8168a19800da11ddf7125621f77d478a651d9c75 SHA512 b6dab81e6c2641a64a40561a65b5412ee702136ac79dab94619e0094faf011e158c67e681f45d5aa51423f5f162da7c1fd07b391b58e8a2100e1306eb7148056
EBUILD palo-2.00.ebuild 882 BLAKE2B 1dd41909eccd63f451b5e244d5cb6aef7ea70b51a2a59c70f2fda1e260ce103d43326c551efc703efccebd2fd7507d913ecbed06a18a0924fb4a9db003f7a449 SHA512 d58a792304194d3d8a5ff652292f3a4d990ea058c9f1b9b50063620fe1b686e8abc23a4e30c378f6db87622ed4b31e7c04b21837a562c68d3f832ccd9b7edd93
-EBUILD palo-9999.ebuild 970 BLAKE2B 2076d8952b8fbcabfc039a881f683a7c9a7bed6927439b1ecb5164aaeb591728855b0b1a6adaf433ef85979696b4be6750a380dddbc9c72099ed6b1e7f2ede58 SHA512 9b2a3369952dacdd4a8ee862272df631f991466c40a4f9347b7fb6696c3df9ae955051f05875885d25529bccf826ea991dfe1536be6a10ee28ead4e589807378
+EBUILD palo-9999.ebuild 960 BLAKE2B f532e29106d43de89eada1db3e601b668aca0b74c5ec53a50b5b38bc3f9c76fbef52473f2245da02a3cd13b21ace7f278cba4b4dfd4632996cf27e06ea640b0d SHA512 10a18e601b961741ca4f28c9597b13c825f15375869e85858508c1d213c23908c38670a23d3366144c49719a5b0d7d6a708609a80b9652212d40b9372eccd6bf
MISC metadata.xml 318 BLAKE2B 0d17e33c45886d0c0e03044b5b2513d44c1bb4a28d758a8575929536e866419328c68971ba3f324a5677ff68bf37b38a22645e4b02810a118b5f18026d0476c4 SHA512 7ff12a5eb42ac39840f8c9eb78b24aeecd9cbfe780d11eccd75fd6f02b11f4abafd514bc32f47f727047b069e446e9252914dcaf5c33d6f1054981a3c175fdef
diff --git a/sys-boot/palo/palo-9999.ebuild b/sys-boot/palo/palo-9999.ebuild
index ff73edaaaccc..7800f7b0c900 100644
--- a/sys-boot/palo/palo-9999.ebuild
+++ b/sys-boot/palo/palo-9999.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
-inherit eutils flag-o-matic git-r3 toolchain-funcs
+EAPI=7
+inherit flag-o-matic git-r3 toolchain-funcs
DESCRIPTION="PALO : PArisc Linux Loader"
HOMEPAGE="http://parisc-linux.org/ https://parisc.wiki.kernel.org/"
@@ -32,16 +32,17 @@ 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/
+ insinto /etc/kernel/postinst.d
insopts -m 0744
doins "${FILESDIR}"/99palo
+
+ doman palo.8
+
+ dodoc TODO debian/changelog README.html
+
+ insinto /usr/share/palo
+ doins iplboot
}