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" 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
} }

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>