summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2016-11-09 14:27:45 +0100
committerPacho Ramos <pacho@gentoo.org>2016-11-09 15:03:51 +0100
commit452501f4759db5dcda4928c185ac9d8e98aafebe (patch)
tree809005923e43b39584895fbe72a7624c5633a663 /app-arch/cfv
parentdev-python/psutil: Removed old. (diff)
downloadgentoo-452501f4759db5dcda4928c185ac9d8e98aafebe.tar.gz
gentoo-452501f4759db5dcda4928c185ac9d8e98aafebe.tar.bz2
gentoo-452501f4759db5dcda4928c185ac9d8e98aafebe.zip
app-arch/cfv: Drop old
Package-Manager: portage-2.3.2
Diffstat (limited to 'app-arch/cfv')
-rw-r--r--app-arch/cfv/Manifest1
-rw-r--r--app-arch/cfv/cfv-1.18.2.ebuild32
2 files changed, 0 insertions, 33 deletions
diff --git a/app-arch/cfv/Manifest b/app-arch/cfv/Manifest
index e55a88580e36..13ffe35bee29 100644
--- a/app-arch/cfv/Manifest
+++ b/app-arch/cfv/Manifest
@@ -1,2 +1 @@
-DIST cfv-1.18.2.tar.gz 67970 SHA256 73fc368e3717cdc7062c3c909778d03d15128bc9a18a76c7e4f7a75e8a99f391 SHA512 8999349485a404b71aec8abe21b554a867c6a94ed77dda2441f418c5798a243039685d72ccfb5e020885c8bab2a571da48d98a3171339bf14becfacca3ae5508 WHIRLPOOL b6d2d19bb69975b3cecfd884be034983318e118ee609dea0ebd9491a42c945a53e0e613daafd99fdc76542364013749989880ebe6969e8acdd3a48e3a942bb18
DIST cfv-1.18.3.tar.gz 68030 SHA256 ff28a8aa679932b83eb3b248ed2557c6da5860d5f8456ffe24686253a354cff6 SHA512 dbca82df850703ab68a20db9314475025ac2e7012f34a12abbb358677e81cbb29a465adf4a1b002f6cf1c1dd84f1588fc1072791d6bbaad0c02cc563e5fe7d71 WHIRLPOOL 895211c61ff57068f28945fd374d3b9e2f00dc2739e1b884bbdb7cfa0a799d50ee36ff6791bb6457e2eba5f613a8b57b77bd1b3bacc7c4a329f0326d58375b13
diff --git a/app-arch/cfv/cfv-1.18.2.ebuild b/app-arch/cfv/cfv-1.18.2.ebuild
deleted file mode 100644
index 0b754c212a7e..000000000000
--- a/app-arch/cfv/cfv-1.18.2.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="3"
-
-PYTHON_DEPEND="2"
-
-inherit python
-
-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=""
-KEYWORDS="amd64 hppa ppc sparc x86 ~x86-fbsd"
-
-DEPEND=""
-RDEPEND="dev-python/python-fchksum"
-
-src_compile() {
- true
-}
-
-src_install() {
- dobin cfv || die "dobin failed"
- doman cfv.1 || die "doman failed"
- dodoc README Changelog || die "dodoc failed"
- python_convert_shebangs -r 2 "${ED}"
-}