From d9d67d1bdd7da87410a16c44a42f5b77b1a229db Mon Sep 17 00:00:00 2001 From: Michael Sterrett Date: Thu, 14 May 2015 07:24:26 +0000 Subject: old (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit) --- app-arch/cfv/ChangeLog | 7 +++++-- app-arch/cfv/cfv-1.18.3.ebuild | 38 -------------------------------------- 2 files changed, 5 insertions(+), 40 deletions(-) delete mode 100644 app-arch/cfv/cfv-1.18.3.ebuild (limited to 'app-arch') 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 -cfv-1.18.3.ebuild: + old 26 Dec 2014; Michał Górny 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}" -} -- cgit v1.2.3-65-gdbad