commit:     b5a45b2aac5b83b87f05555b7babb81e5b16bebe
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Tue Aug 15 15:43:55 2023 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Tue Aug 15 22:42:17 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5a45b2a

app-forensics/rifiuti: EAPI6 cleanup

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 app-forensics/rifiuti/rifiuti-20040505_p1.ebuild | 32 ------------------------
 1 file changed, 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}
-}

Reply via email to