diff options
author | 2018-03-11 12:02:45 +0100 | |
---|---|---|
committer | 2018-03-11 12:05:10 +0100 | |
commit | b522124233e90a84963ca9512f1bb5166983a6ab (patch) | |
tree | 0e1ce170481b3a4600b3e3b5bca31303d3e1202d /app-forensics | |
parent | Remove masked for removal packages (diff) | |
download | gentoo-b522124233e90a84963ca9512f1bb5166983a6ab.tar.gz gentoo-b522124233e90a84963ca9512f1bb5166983a6ab.tar.bz2 gentoo-b522124233e90a84963ca9512f1bb5166983a6ab.zip |
Remove masked for removal packages
Diffstat (limited to 'app-forensics')
-rw-r--r-- | app-forensics/autopsy/Manifest | 1 | ||||
-rw-r--r-- | app-forensics/autopsy/autopsy-2.24-r1.ebuild | 60 | ||||
-rw-r--r-- | app-forensics/autopsy/metadata.xml | 8 |
3 files changed, 0 insertions, 69 deletions
diff --git a/app-forensics/autopsy/Manifest b/app-forensics/autopsy/Manifest deleted file mode 100644 index e88a081e3efe..000000000000 --- a/app-forensics/autopsy/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST autopsy-2.24.tar.gz 387873 BLAKE2B b1ca92d0c1fc1095c21e0f3e7966e7dc58c842392533a10b04005779e7da898b8ae16f963e9076dab6a501dd085abdb3a61d8b83f0d3f1689580724c15623200 SHA512 09cd337c2c6e095c533cba449684b36e4a926cbe5736be6da4f644e733525069984550b5b76a902a32d797ac311218a2ec88626603f1dd4381d52f3f94d3cedb diff --git a/app-forensics/autopsy/autopsy-2.24-r1.ebuild b/app-forensics/autopsy/autopsy-2.24-r1.ebuild deleted file mode 100644 index c5a3d53c2aa1..000000000000 --- a/app-forensics/autopsy/autopsy-2.24-r1.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 - -DESCRIPTION="A graphical interface to the digital forensic analysis tools in The Sleuth Kit" -HOMEPAGE="http://www.sleuthkit.org/autopsy/" -SRC_URI="mirror://sourceforge/autopsy/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~hppa ppc x86" -IUSE="" - -# Runtime depend on grep and file deliberate -RDEPEND=">=dev-lang/perl-5.8.0 - >=app-forensics/sleuthkit-3.0.0 - sys-apps/grep - sys-apps/file" -DEPEND="" - -src_configure() { - ./configure 2>&1 >/dev/null <<-EOF - n - /tmp - EOF - - cat <<-EOF > autopsy - #!/usr/bin/perl -wT - use lib '/usr/lib/autopsy/'; - use lib '/usr/lib/autopsy/lib/'; - EOF - cat base/autopsy.base >> autopsy - - sed -i 's:conf.pl:/etc/autopsy.pl:' $(grep -lr conf\.pl ./) - sed -i "s:INSTALLDIR = .*:INSTALLDIR = \'/usr/lib/autopsy\';:" conf.pl -} - -src_compile() { :; } - -src_install() { - insinto /usr/lib/autopsy - doins autopsy - doins global.css - insinto /usr/lib/autopsy/help - doins help/* - insinto /usr/lib/autopsy/lib - doins lib/* - insinto /usr/lib/autopsy/pict - doins pict/* - insinto /etc - newins conf.pl autopsy.pl - - dodir /usr/bin - dosym /usr/lib/autopsy/autopsy /usr/bin/autopsy - fperms +x /usr/lib/autopsy/autopsy - - doman $(find man/ -type f) - dodoc CHANGES.txt README* TODO.txt docs/sleuthkit-informer*.txt -} diff --git a/app-forensics/autopsy/metadata.xml b/app-forensics/autopsy/metadata.xml deleted file mode 100644 index 93a26a3f58d2..000000000000 --- a/app-forensics/autopsy/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> - <upstream> - <remote-id type="sourceforge">autopsy</remote-id> - </upstream> -</pkgmetadata> |