commit: a67b33aa2a5e375c5c2e2b5d3bdfbfb4b1a7f3e1 Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de> AuthorDate: Wed Jul 21 08:41:34 2021 +0000 Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de> CommitDate: Wed Jul 21 08:41:34 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a67b33aa
app-misc/rdfind: Remove package, moved to ::gentoo. Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de> app-misc/rdfind/Manifest | 1 - app-misc/rdfind/metadata.xml | 18 ------------------ app-misc/rdfind/rdfind-1.4.1.ebuild | 25 ------------------------- 3 files changed, 44 deletions(-) diff --git a/app-misc/rdfind/Manifest b/app-misc/rdfind/Manifest deleted file mode 100644 index 6b722569f..000000000 --- a/app-misc/rdfind/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST rdfind-1.4.1.tar.gz 53708 BLAKE2B 18778fa65f9c5fda18a59e4021b6346bc5722c19a3796f2b4a85e5c8d919c5f8beeeb8fed572fcce0016e2939568f5e3dc3d3e567178a54ad9ac4e89a1ea77ff SHA512 00d34f46e8534074577a0cd32f71dd8da0b9a7c9a175a612a4a858693ca679de3b77fca1796b543ead796c806a693e97611c0a9fdc743229d317136b32ce89dc diff --git a/app-misc/rdfind/metadata.xml b/app-misc/rdfind/metadata.xml deleted file mode 100644 index 507fa3aca..000000000 --- a/app-misc/rdfind/metadata.xml +++ /dev/null @@ -1,18 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>[email protected]</email> - <name>Ronny (tastytea) Gutbrod</name> - </maintainer> - <longdescription lang="en"> - Rdfind is a command line tool that finds duplicate files. It is - useful for compressing backup directories or just finding - duplicate files. It compares files based on their content, NOT - on their file names. - </longdescription> - <upstream> - <bugs-to>https://github.com/pauldreik/rdfind/issues</bugs-to> - <doc>https://rdfind.pauldreik.se/rdfind.1.html</doc> - </upstream> -</pkgmetadata> diff --git a/app-misc/rdfind/rdfind-1.4.1.ebuild b/app-misc/rdfind/rdfind-1.4.1.ebuild deleted file mode 100644 index 4158dee89..000000000 --- a/app-misc/rdfind/rdfind-1.4.1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit autotools - -DESCRIPTION="Find duplicate files" -HOMEPAGE="https://github.com/pauldreik/rdfind" -SRC_URI="https://github.com/pauldreik/rdfind/archive/releases/${PV}.tar.gz -> ${PN}-${PV}.tar.gz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~amd64 ~arm" - -RDEPEND="dev-libs/nettle" -DEPEND="${RDEPEND}" -BDEPEND="sys-devel/autoconf-archive" - -S="${WORKDIR}/${PN}-releases-${PV}" - -src_prepare() { - default - eautoreconf -}
