diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-08-15 17:43:55 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-08-16 00:42:17 +0200 |
commit | b5a45b2aac5b83b87f05555b7babb81e5b16bebe (patch) | |
tree | f808bc68e386cee6b2dbdc4504c59136d228c232 /app-forensics | |
parent | app-forensics/pasco: EAPI6 cleanup (diff) | |
download | gentoo-b5a45b2aac5b83b87f05555b7babb81e5b16bebe.tar.gz gentoo-b5a45b2aac5b83b87f05555b7babb81e5b16bebe.tar.bz2 gentoo-b5a45b2aac5b83b87f05555b7babb81e5b16bebe.zip |
app-forensics/rifiuti: EAPI6 cleanup
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-forensics')
-rw-r--r-- | app-forensics/rifiuti/rifiuti-20040505_p1.ebuild | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/app-forensics/rifiuti/rifiuti-20040505_p1.ebuild b/app-forensics/rifiuti/rifiuti-20040505_p1.ebuild deleted file mode 100644 index bdb5212fbcc7..000000000000 --- a/app-forensics/rifiuti/rifiuti-20040505_p1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit toolchain-funcs - -MY_P=${PN}_${PV/_p/_} - -DESCRIPTION="Recycle Bin Analyzer" -HOMEPAGE="https://sourceforge.net/projects/odessa/" -SRC_URI="mirror://sourceforge/odessa/${MY_P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~ppc x86" -IUSE="" - -S=${WORKDIR}/${MY_P}/src -PATCHES=( - "${FILESDIR}"/${P}-fix-build-system.patch - "${FILESDIR}"/${P}-Wimplicit-function-declaration.patch -) - -src_configure() { - tc-export CC -} - -src_install() { - dobin ${PN} - dodoc ../{CHANGES,Readme.txt} -} |