Fixed QA issues in sys-apps
This commit is contained in:
parent
0462d492fa
commit
e776d07ac9
@ -1,8 +1,11 @@
|
|||||||
|
# Copyright 1999-2018 Gentoo Foundation
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI="4"
|
EAPI="4"
|
||||||
|
|
||||||
EGIT_REPO_URI="https://github.com/tastytea/hashboot.git"
|
EGIT_REPO_URI="https://github.com/tastytea/hashboot.git"
|
||||||
|
|
||||||
inherit eutils git-2
|
inherit eutils git-r3
|
||||||
|
|
||||||
DESCRIPTION="Check integrity of files in /boot"
|
DESCRIPTION="Check integrity of files in /boot"
|
||||||
HOMEPAGE="https://git.tastytea.de/?p=hashboot.git"
|
HOMEPAGE="https://git.tastytea.de/?p=hashboot.git"
|
||||||
@ -28,7 +31,7 @@ PDEPEND="
|
|||||||
"
|
"
|
||||||
|
|
||||||
src_unpack() {
|
src_unpack() {
|
||||||
git-2_src_unpack
|
git-r3_src_unpack
|
||||||
}
|
}
|
||||||
|
|
||||||
src_prepare() {
|
src_prepare() {
|
||||||
@ -36,18 +39,17 @@ src_prepare() {
|
|||||||
then
|
then
|
||||||
ewarn "hashboot does not work properly with parallel boot enabled."
|
ewarn "hashboot does not work properly with parallel boot enabled."
|
||||||
fi
|
fi
|
||||||
|
|
||||||
mkdir init
|
mkdir init
|
||||||
mv initscript.openrc init/hashboot
|
mv initscript.openrc init/hashboot
|
||||||
mv LICENSE HUG-WARE
|
mv LICENSE HUG-WARE
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
dodoc README
|
dodoc README
|
||||||
insinto /usr/portage/licenses
|
insinto /usr/portage/licenses
|
||||||
doins HUG-WARE
|
doins HUG-WARE
|
||||||
|
|
||||||
dobin hashboot
|
dobin hashboot
|
||||||
doinitd init/hashboot
|
doinitd init/hashboot
|
||||||
}
|
}
|
||||||
|
8
sys-apps/hashboot/metadata.xml
Normal file
8
sys-apps/hashboot/metadata.xml
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||||
|
<pkgmetadata>
|
||||||
|
<maintainer type="person">
|
||||||
|
<email>gentoo@tastytea.de</email>
|
||||||
|
<name>tastytea</name>
|
||||||
|
</maintainer>
|
||||||
|
</pkgmetadata>
|
Reference in New Issue
Block a user