summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-08-27 20:32:30 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-08-28 08:54:33 +0200
commitf7d4b264fff4fe8d48e43693f2cfb1bd172d3c6a (patch)
tree1b728b0361b8a408eb660ff8ad04f3b87382ee43 /app-arch/cfv
parentapp-admin/conkyforecast: Remove last-rited package (diff)
downloadgentoo-f7d4b264fff4fe8d48e43693f2cfb1bd172d3c6a.tar.gz
gentoo-f7d4b264fff4fe8d48e43693f2cfb1bd172d3c6a.tar.bz2
gentoo-f7d4b264fff4fe8d48e43693f2cfb1bd172d3c6a.zip
app-arch/cfv: Remove last-rited package
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-arch/cfv')
-rw-r--r--app-arch/cfv/Manifest1
-rw-r--r--app-arch/cfv/cfv-1.18.3-r1.ebuild37
-rw-r--r--app-arch/cfv/metadata.xml17
3 files changed, 0 insertions, 55 deletions
diff --git a/app-arch/cfv/Manifest b/app-arch/cfv/Manifest
deleted file mode 100644
index 694f2edf5fa1..000000000000
--- a/app-arch/cfv/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST cfv-1.18.3.tar.gz 68030 BLAKE2B 72372ebf7fa2d72a68b20cc0bf82823e973de5e8acacdcded85f50ad0e2f3e867c6924828b0a4ee42663e623d0d6d2e55b3f4b94addd83a703e4502edb1dda35 SHA512 dbca82df850703ab68a20db9314475025ac2e7012f34a12abbb358677e81cbb29a465adf4a1b002f6cf1c1dd84f1588fc1072791d6bbaad0c02cc563e5fe7d71
diff --git a/app-arch/cfv/cfv-1.18.3-r1.ebuild b/app-arch/cfv/cfv-1.18.3-r1.ebuild
deleted file mode 100644
index 3fdafa44a202..000000000000
--- a/app-arch/cfv/cfv-1.18.3-r1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit python-single-r1
-
-DESCRIPTION="Utility to test and create .sfv, .csv, .crc and md5sum files"
-HOMEPAGE="http://cfv.sourceforge.net/"
-SRC_URI="mirror://sourceforge/cfv/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="bittorrent"
-KEYWORDS="amd64 hppa ~ppc ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
-
-DEPEND=""
-RDEPEND="${PYTHON_DEPS}
- $(python_gen_cond_dep '
- dev-python/python-fchksum[${PYTHON_MULTI_USEDEP}]
- bittorrent? ( net-p2p/bittornado[${PYTHON_MULTI_USEDEP}] )
- ')"
-
-REQUIRED_USE=${PYTHON_REQUIRED_USE}
-
-src_compile() {
- :
-}
-
-src_install() {
- python_fix_shebang cfv
- dobin cfv
- doman cfv.1
- dodoc README Changelog
-}
diff --git a/app-arch/cfv/metadata.xml b/app-arch/cfv/metadata.xml
deleted file mode 100644
index f4989687fc0b..000000000000
--- a/app-arch/cfv/metadata.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <longdescription>
- cfv is a utility to both test and create .sfv, .csv, .crc,
- .md5(sfv-like), md5sum, bsd md5, sha1sum, and .torrent files. These
- files are commonly used to ensure the correct retrieval or storage of
- data.
- </longdescription>
- <use>
- <flag name="bittorrent">Enable support for checking .torrent files</flag>
- </use>
- <upstream>
- <remote-id type="sourceforge">cfv</remote-id>
- </upstream>
-</pkgmetadata>