Fixed QA issues in sys-apps

This commit is contained in:
tastytea 2018-06-21 21:43:10 +02:00
parent 0462d492fa
commit e776d07ac9
Signed by: tastytea
GPG Key ID: 59346E0EA35C67E5
2 changed files with 15 additions and 5 deletions

View File

@ -1,8 +1,11 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="4"
EGIT_REPO_URI="https://github.com/tastytea/hashboot.git"
inherit eutils git-2
inherit eutils git-r3
DESCRIPTION="Check integrity of files in /boot"
HOMEPAGE="https://git.tastytea.de/?p=hashboot.git"
@ -28,7 +31,7 @@ PDEPEND="
"
src_unpack() {
git-2_src_unpack
git-r3_src_unpack
}
src_prepare() {
@ -36,18 +39,17 @@ src_prepare() {
then
ewarn "hashboot does not work properly with parallel boot enabled."
fi
mkdir init
mv initscript.openrc init/hashboot
mv LICENSE HUG-WARE
}
src_install() {
dodoc README
insinto /usr/portage/licenses
doins HUG-WARE
dobin hashboot
doinitd init/hashboot
}

View 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>