From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9325613832E for ; Thu, 21 Jul 2016 16:19:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 75DB4E0B5A; Thu, 21 Jul 2016 16:19:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F0307E0B5A for ; Thu, 21 Jul 2016 16:19:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 48AFB340CAC for ; Thu, 21 Jul 2016 16:19:18 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DA72A7CD for ; Thu, 21 Jul 2016 16:19:15 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1469117945.5f22584b550ed3f203f0e47a0c752b83e6f05e94.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/rhash/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/rhash/Manifest app-crypt/rhash/metadata.xml app-crypt/rhash/rhash-1.3.3.ebuild X-VCS-Directories: app-crypt/rhash/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 5f22584b550ed3f203f0e47a0c752b83e6f05e94 X-VCS-Branch: master Date: Thu, 21 Jul 2016 16:19:15 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 031ee969-41cb-4aea-b333-e29c97cfe7d0 X-Archives-Hash: d0b29418a71e310a33a8681854befc55 commit: 5f22584b550ed3f203f0e47a0c752b83e6f05e94 Author: Louis Sautier gmail com> AuthorDate: Thu Jul 21 10:35:53 2016 +0000 Commit: Patrice Clement gentoo org> CommitDate: Thu Jul 21 16:19:05 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f22584b app-crypt/rhash: new package, version 1.3.3 RHash is a console utility for computing and verifying hash sums of files. Gentoo-Bug: https://bugs.gentoo.org/295797 Package-Manager: portage-2.3.0 Closes: https://github.com/gentoo/gentoo/pull/1932 Signed-off-by: Patrice Clement gentoo.org> app-crypt/rhash/Manifest | 1 + app-crypt/rhash/metadata.xml | 20 ++++++++++++++++++++ app-crypt/rhash/rhash-1.3.3.ebuild | 19 +++++++++++++++++++ 3 files changed, 40 insertions(+) diff --git a/app-crypt/rhash/Manifest b/app-crypt/rhash/Manifest new file mode 100644 index 0000000..a29fefa --- /dev/null +++ b/app-crypt/rhash/Manifest @@ -0,0 +1 @@ +DIST rhash-1.3.3-src.tar.gz 248855 SHA256 5b520b597bd83f933d316fce1382bb90e0b0b87b559b8c9c9a197551c935315a SHA512 0ac1699a0e5718b750610cd6189d9d582186d7e17191e3723a994559c8f9c6ea7e0d34825da0c96fd0fc6be3e14b5f44ce7a21d17156cdfce3f0e3e4ff09389e WHIRLPOOL d2b17c8fd0a121e6d7e853c22bfce0545235e272c48893f13a28a5d424b26bc0cb18a5aa7eb51e07428b677116f4fdae89859a4d4e3e7cdefb4dea62337b558e diff --git a/app-crypt/rhash/metadata.xml b/app-crypt/rhash/metadata.xml new file mode 100644 index 0000000..1aa6473 --- /dev/null +++ b/app-crypt/rhash/metadata.xml @@ -0,0 +1,20 @@ + + + + + sautier.louis@gmail.com + Louis Sautier + + + proxy-maint@gentoo.org + Proxy Maintainers + + + rhash + rhash/RHash + https://github.com/rhash/RHash/issues + + + RHash is a console utility for calculation and verification of magnet links and a wide range of hash sums like CRC32, MD4, MD5, SHA1, SHA256, SHA512, SHA3, AICH, ED2K, Tiger, DC++ TTH, BitTorrent BTIH, GOST R 34.11-94, RIPEMD-160, HAS-160, EDON-R, Whirlpool and Snefru. + + diff --git a/app-crypt/rhash/rhash-1.3.3.ebuild b/app-crypt/rhash/rhash-1.3.3.ebuild new file mode 100644 index 0000000..b11f9cf --- /dev/null +++ b/app-crypt/rhash/rhash-1.3.3.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DESCRIPTION="Console utility for computing and verifying hash sums of files" +HOMEPAGE="http://rhash.anz.ru/" +SRC_URI="mirror://sourceforge/${PN}/${P}-src.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +src_install() { + emake DESTDIR="${D}" PREFIX=/usr install + einstalldocs +}