mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
app-admin/petrovich: EAPI 6 bump.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
This commit is contained in:
@@ -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 ****
|
||||
|
||||
|
||||
29
app-admin/petrovich/petrovich-1.0.0-r1.ebuild
Normal file
29
app-admin/petrovich/petrovich-1.0.0-r1.ebuild
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user