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"
|
||||
|
||||
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() {
|
||||
|
@ -42,7 +45,6 @@ src_prepare() {
|
|||
mv LICENSE HUG-WARE
|
||||
}
|
||||
|
||||
|
||||
src_install() {
|
||||
dodoc README
|
||||
insinto /usr/portage/licenses
|
||||
|
|
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