diff options
author | Michael Palimaka <kensington@gentoo.org> | 2017-11-15 23:05:17 +1100 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2017-11-15 23:05:29 +1100 |
commit | bf273832b5a91e0e3ba58fd7f7da73b1c2135205 (patch) | |
tree | ca40b5db84e69979398c6b08c5b6fa11a75b96cd /app-admin/petrovich | |
parent | x11-misc/kdocker: update upstream metadata (diff) | |
download | gentoo-bf273832b5a91e0e3ba58fd7f7da73b1c2135205.tar.gz gentoo-bf273832b5a91e0e3ba58fd7f7da73b1c2135205.tar.bz2 gentoo-bf273832b5a91e0e3ba58fd7f7da73b1c2135205.zip |
app-admin/petrovich: remove 1.0.0-r0
Package-Manager: Portage-2.3.8, Repoman-2.3.4
Diffstat (limited to 'app-admin/petrovich')
-rw-r--r-- | app-admin/petrovich/petrovich-1.0.0.ebuild | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/app-admin/petrovich/petrovich-1.0.0.ebuild b/app-admin/petrovich/petrovich-1.0.0.ebuild deleted file mode 100644 index ffe3db4f1cd0..000000000000 --- a/app-admin/petrovich/petrovich-1.0.0.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -inherit eutils - -S=${WORKDIR}/${PN} -DESCRIPTION="Filesystem Integrity Checker" -SRC_URI="mirror://sourceforge/petrovich/${P}.tar.gz" -HOMEPAGE="https://sourceforge.net/projects/petrovich" -IUSE="" -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 ppc sparc" - -DEPEND="virtual/perl-Digest-MD5" - -src_unpack () { - unpack ${A} - cd "${WORKDIR}" - epatch "${FILESDIR}"/${PF}-gentoo.diff -} - -src_install() { - dosbin petrovich.pl - - insinto /etc - doins "${FILESDIR}"/petrovich.conf - - dodir /var/db/petrovich - - dohtml CHANGES.HTML LICENSE.HTML README.HTML TODO.HTML USAGE.HTML -} |