diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 20:56:41 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 20:56:41 +0100 |
commit | d87262dd706fec50cd150aab3e93883b6337466d (patch) | |
tree | 246b44c33ad7a57550430b0a60fa0df86a3c9e68 /app-arch/cfv | |
parent | 71bc00c87bba1ce31de0dac6c3b7fd1aee6917fc (diff) |
gentoo resync : 14.07.2018
Diffstat (limited to 'app-arch/cfv')
-rw-r--r-- | app-arch/cfv/Manifest | 3 | ||||
-rw-r--r-- | app-arch/cfv/cfv-1.18.3-r1.ebuild | 35 | ||||
-rw-r--r-- | app-arch/cfv/metadata.xml | 17 |
3 files changed, 0 insertions, 55 deletions
diff --git a/app-arch/cfv/Manifest b/app-arch/cfv/Manifest deleted file mode 100644 index 85ba8c3edd3c..000000000000 --- a/app-arch/cfv/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST cfv-1.18.3.tar.gz 68030 BLAKE2B 72372ebf7fa2d72a68b20cc0bf82823e973de5e8acacdcded85f50ad0e2f3e867c6924828b0a4ee42663e623d0d6d2e55b3f4b94addd83a703e4502edb1dda35 SHA512 dbca82df850703ab68a20db9314475025ac2e7012f34a12abbb358677e81cbb29a465adf4a1b002f6cf1c1dd84f1588fc1072791d6bbaad0c02cc563e5fe7d71 -EBUILD cfv-1.18.3-r1.ebuild 755 BLAKE2B ce83067a0e8d6b00912f732055b8b0620943e7e33cd4ac00bbac8b41067a2702ff53453a72c2b105dd9634f49413f3ce0d870765a2480c453514cf4674c95d3d SHA512 49bc02ea03ffbb88f468baf359352578eacd7694f8eaa1410a342fa9ea056f9a6d22b5c93ec1da995731a98a2a5fd33b80f967e8f5ef0e8ed33eeb8b1be9218b -MISC metadata.xml 581 BLAKE2B bc30bbb35470c1ab89641e3da14813f964ff2e4d2aeb6f37abd4bba0e4b5e5288b21637927fb0a8c04066653a09a66d00d3fcbd67a65d4b18e59cd1c31eefa1d SHA512 ac57bc554978a1f62b0ecef157853b66a00aa7098be0f5e42e01e5cf9546a8aec259dca9037d6698defea3e2e265ef7827e9e9cc73db98d6584896a3755b9d56 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 f15261510f0a..000000000000 --- a/app-arch/cfv/cfv-1.18.3-r1.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# 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 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" - -DEPEND="" -RDEPEND="${PYTHON_DEPS} - dev-python/python-fchksum[${PYTHON_USEDEP}] - bittorrent? ( net-p2p/bittornado[${PYTHON_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> |