app-admin/petrovich: EAPI 6 bump.

Package-Manager: Portage-2.3.3, Repoman-2.3.1
This commit is contained in:
Patrice Clement
2017-04-28 00:04:05 +02:00
parent 23507311ac
commit 6457f07f14
2 changed files with 31 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
diff -r -C2 petrovich.orig/petrovich.pl petrovich/petrovich.pl
*** petrovich.orig/petrovich.pl Mon Jul 16 12:34:55 2001
--- petrovich/petrovich.pl Sun Aug 5 22:22:54 2001
*** a/petrovich.pl Mon Jul 16 12:34:55 2001
--- b/petrovich.pl Sun Aug 5 22:22:54 2001
***************
*** 278,285 ****

View File

@@ -0,0 +1,29 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
DESCRIPTION="Filesystem Integrity Checker"
SRC_URI="mirror://sourceforge/petrovich/${P}.tar.gz"
HOMEPAGE="https://sourceforge.net/projects/petrovich"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~x86 ~ppc ~sparc"
DEPEND="virtual/perl-Digest-MD5"
S="${WORKDIR}/${PN}"
PATCHES=( "${FILESDIR}/${P}-gentoo.diff" )
HTML_DOCS=( CHANGES.HTML LICENSE.HTML README.HTML TODO.HTML USAGE.HTML )
src_install() {
dosbin "${PN}.pl"
insinto /etc
doins "${FILESDIR}/${PN}.conf"
dodir "/var/db/${PN}"
einstalldocs
}