commit:     5f22584b550ed3f203f0e47a0c752b83e6f05e94
Author:     Louis Sautier <sautier.louis <AT> gmail <DOT> com>
AuthorDate: Thu Jul 21 10:35:53 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> 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 <monsieurp <AT> 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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+       <maintainer type="person">
+               <email>[email protected]</email>
+               <name>Louis Sautier</name>
+       </maintainer>
+       <maintainer type="project">
+               <email>[email protected]</email>
+               <name>Proxy Maintainers</name>
+       </maintainer>
+       <upstream>
+               <remote-id type="sourceforge">rhash</remote-id>
+               <remote-id type="github">rhash/RHash</remote-id>
+               <bugs-to>https://github.com/rhash/RHash/issues</bugs-to>
+       </upstream>
+       <longdescription lang="en">
+               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.
+       </longdescription>
+</pkgmetadata>

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
+}

Reply via email to