summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2015-05-14 07:24:26 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2015-05-14 07:24:26 +0000
commitd9d67d1bdd7da87410a16c44a42f5b77b1a229db (patch)
treeaf81c287c58a38408883141f38895f897885d9ce /app-arch
parentStable for PPC64 (bug #545348). (diff)
downloadgentoo-2-d9d67d1bdd7da87410a16c44a42f5b77b1a229db.tar.gz
gentoo-2-d9d67d1bdd7da87410a16c44a42f5b77b1a229db.tar.bz2
gentoo-2-d9d67d1bdd7da87410a16c44a42f5b77b1a229db.zip
old
(Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'app-arch')
-rw-r--r--app-arch/cfv/ChangeLog7
-rw-r--r--app-arch/cfv/cfv-1.18.3.ebuild38
2 files changed, 5 insertions, 40 deletions
diff --git a/app-arch/cfv/ChangeLog b/app-arch/cfv/ChangeLog
index a39831f09e8e..7772b5e8b55d 100644
--- a/app-arch/cfv/ChangeLog
+++ b/app-arch/cfv/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-arch/cfv
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/cfv/ChangeLog,v 1.41 2014/12/26 18:11:21 mgorny Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-arch/cfv/ChangeLog,v 1.42 2015/05/14 07:24:26 mr_bones_ Exp $
+
+ 14 May 2015; Michael Sterrett <mr_bones_@gentoo.org> -cfv-1.18.3.ebuild:
+ old
26 Dec 2014; Michał Górny <mgorny@gentoo.org> cfv-1.18.3-r1.ebuild:
Add missing PYTHON_DEPS and PYTHON_REQUIRED_USE references.
diff --git a/app-arch/cfv/cfv-1.18.3.ebuild b/app-arch/cfv/cfv-1.18.3.ebuild
deleted file mode 100644
index de2d613d5888..000000000000
--- a/app-arch/cfv/cfv-1.18.3.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/cfv/cfv-1.18.3.ebuild,v 1.5 2012/12/02 22:17:29 swegener Exp $
-
-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="bittorrent"
-KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
-
-DEPEND=""
-RDEPEND="dev-python/python-fchksum
- bittorrent? (
- || (
- net-p2p/bittorrent
- net-p2p/bittornado
- )
- )"
-
-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}"
-}