empty: bump to EAPI 4, add metadata, fix QA issues
This commit is contained in:
parent
a2374e40af
commit
fc0ad72c31
@ -1,2 +1,3 @@
|
||||
DIST empty-0.6.18b.tgz 16166 RMD160 8c49eb2d2da2388386bd801f495b6645ee93298c SHA1 29f1ecda248bdec7998d7211bf3866d62ce93e06 SHA256 8ea08afd6b637c49125b2fa6f0b571fd72b3aa8547a8834266fcbf0302d1efd3
|
||||
EBUILD empty-0.6.18b.ebuild 581 RMD160 6df632d35408c61542004f76e81b051fbf01c344 SHA1 b705bd7bce811fcbc1ecf82da67e63c2636e5784 SHA256 e9474aa979f14fa637c181e7b67d67cb23a812726462c91662bab366bb3e32b0
|
||||
EBUILD empty-0.6.18b.ebuild 590 RMD160 fdd64bb31c204c0a73b02355cf1d27fa54298f03 SHA1 c891cc1162e8ab474bd97a83eca90cadd09fb9d4 SHA256 0067d74f126a2e63a5e655b7f98e2cfd1ac148f8c954b49c4c993e3e8ad03ba8
|
||||
MISC metadata.xml 228 RMD160 c094ef51f89266d1142830d613f7cb6b4ac47d00 SHA1 2c5766848e374e13229de4df6384acf21415af06 SHA256 403575d5fe7c87bb9f8ddb897adfbbefb5dc2e873114cd3e7f7581bd5eac651a
|
||||
|
@ -1,7 +1,9 @@
|
||||
# Copyright 1999-2005 Gentoo Foundation
|
||||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI="4"
|
||||
|
||||
inherit eutils
|
||||
|
||||
DESCRIPTION="small shell-tool similar to expect(1)"
|
||||
@ -16,12 +18,11 @@ DEPEND=""
|
||||
RDEPEND="virtual/logger"
|
||||
|
||||
src_install() {
|
||||
cd ${WORKDIR}/${P}
|
||||
|
||||
# cd ${WORKDIR}/${P}
|
||||
dobin empty
|
||||
dodoc README
|
||||
doman empty.1
|
||||
if use examples; then
|
||||
if use examples; then
|
||||
dodir usr/share/doc/${P}/examples/
|
||||
insinto usr/share/doc/${P}/examples/
|
||||
doins examples/*
|
||||
|
6
app-misc/empty/metadata.xml
Normal file
6
app-misc/empty/metadata.xml
Normal file
@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<longdescription>Small automatization shell-tool similar to expect(1)</longdescription>
|
||||
</pkgmetadata>
|
||||
|
Loading…
Reference in New Issue
Block a user