summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolić <jsmolic@gentoo.org>2021-11-22 10:11:36 +0100
committerJakov Smolić <jsmolic@gentoo.org>2021-11-22 10:13:43 +0100
commit58858586ceedacb5393f929242871ba8ae5eb8b0 (patch)
tree8696bc59c3bb8dc65b33314f7e84f2c6beff054a /app-forensics
parentapp-admin/reportmagic: treeclean (diff)
downloadgentoo-58858586ceedacb5393f929242871ba8ae5eb8b0.tar.gz
gentoo-58858586ceedacb5393f929242871ba8ae5eb8b0.tar.bz2
gentoo-58858586ceedacb5393f929242871ba8ae5eb8b0.zip
app-forensics/yasat: treeclean
Closes: https://bugs.gentoo.org/819717 Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'app-forensics')
-rw-r--r--app-forensics/yasat/Manifest1
-rw-r--r--app-forensics/yasat/metadata.xml8
-rw-r--r--app-forensics/yasat/yasat-848.ebuild25
3 files changed, 0 insertions, 34 deletions
diff --git a/app-forensics/yasat/Manifest b/app-forensics/yasat/Manifest
deleted file mode 100644
index 55a505be780e..000000000000
--- a/app-forensics/yasat/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST yasat-848.tar.gz 148261 BLAKE2B 917846d82f052d8300045eb02e6aa8cea18bb6ea170ef52c83646069ed14096f205cba8f50d079f7f63fcd00e84c78643aacfc202795d3922c0708cd525ef1f8 SHA512 0bc0e8e1068bee05242b5c7a7cdc8ca976503f696aef2889870ef872546021d0956489cf8d5b304a36be412cf8e5c8cbf4be5aa1cce5df008c5185188e5a99dc
diff --git a/app-forensics/yasat/metadata.xml b/app-forensics/yasat/metadata.xml
deleted file mode 100644
index dcfe04d6392a..000000000000
--- a/app-forensics/yasat/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <upstream>
- <remote-id type="sourceforge">yasat</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/app-forensics/yasat/yasat-848.ebuild b/app-forensics/yasat/yasat-848.ebuild
deleted file mode 100644
index 5474a0034388..000000000000
--- a/app-forensics/yasat/yasat-848.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils
-
-DESCRIPTION="Security and system auditing tool"
-HOMEPAGE="http://yasat.sourceforge.net"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~sparc ~x86"
-
-S=${WORKDIR}/${PN}
-
-src_compile() { :; }
-
-src_install() {
- emake install DESTDIR="${D}" PREFIX="/usr" SYSCONFDIR="/etc"
-
- dodoc README CHANGELOG
- doman man/yasat.8
-}