diff options
author | Sven Wegener <swegener@gentoo.org> | 2010-01-20 23:35:48 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2010-01-20 23:35:48 +0000 |
commit | e71322189f5989053b9220470eb9de1337fea7a8 (patch) | |
tree | 5c06a3251f199ef17a1ed1e087c590d53a94ad53 /app-arch/cfv | |
parent | Keyword ~amd64-linux/~x86-linux (diff) | |
download | gentoo-2-e71322189f5989053b9220470eb9de1337fea7a8.tar.gz gentoo-2-e71322189f5989053b9220470eb9de1337fea7a8.tar.bz2 gentoo-2-e71322189f5989053b9220470eb9de1337fea7a8.zip |
Allow checking .torrent files by pulling in net-p2p/bittorrent or net-p2p/bittornado, bug #294768.
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'app-arch/cfv')
-rw-r--r-- | app-arch/cfv/ChangeLog | 7 | ||||
-rw-r--r-- | app-arch/cfv/cfv-1.18.3.ebuild | 12 | ||||
-rw-r--r-- | app-arch/cfv/metadata.xml | 9 |
3 files changed, 24 insertions, 4 deletions
diff --git a/app-arch/cfv/ChangeLog b/app-arch/cfv/ChangeLog index 4437fdad6636..791a84aa5659 100644 --- a/app-arch/cfv/ChangeLog +++ b/app-arch/cfv/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-arch/cfv # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/cfv/ChangeLog,v 1.35 2010/01/01 19:31:33 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/cfv/ChangeLog,v 1.36 2010/01/20 23:35:48 swegener Exp $ + + 20 Jan 2010; Sven Wegener <swegener@gentoo.org> cfv-1.18.3.ebuild, + metadata.xml: + Allow checking .torrent files by pulling in net-p2p/bittorrent or + net-p2p/bittornado, bug #294768. 01 Jan 2010; Christian Faulhammer <fauli@gentoo.org> cfv-1.18.3.ebuild: Transfer Prefix keywords diff --git a/app-arch/cfv/cfv-1.18.3.ebuild b/app-arch/cfv/cfv-1.18.3.ebuild index a98a3932b612..b4ca551bd55e 100644 --- a/app-arch/cfv/cfv-1.18.3.ebuild +++ b/app-arch/cfv/cfv-1.18.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 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.2 2010/01/01 19:31:33 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/cfv/cfv-1.18.3.ebuild,v 1.3 2010/01/20 23:35:48 swegener Exp $ DESCRIPTION="Utility to test and create .sfv, .csv, .crc and md5sum files" HOMEPAGE="http://cfv.sourceforge.net/" @@ -8,12 +8,18 @@ SRC_URI="mirror://sourceforge/cfv/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -IUSE="" +IUSE="bittorrent" KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos" DEPEND="" RDEPEND="dev-lang/python - dev-python/python-fchksum" + dev-python/python-fchksum + bittorrent? ( + || ( + net-p2p/bittorrent + net-p2p/bittornado + ) + )" src_compile() { true diff --git a/app-arch/cfv/metadata.xml b/app-arch/cfv/metadata.xml index 991608adbe1f..3f2f41161b76 100644 --- a/app-arch/cfv/metadata.xml +++ b/app-arch/cfv/metadata.xml @@ -6,4 +6,13 @@ <email>swegener@gentoo.org</email> <description>Primary Maintainer</description> </maintainer> + <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> </pkgmetadata> |