public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-crypt/hashcat-utils/
@ 2018-09-18 20:27 Richard Farina
  0 siblings, 0 replies; 3+ messages in thread
From: Richard Farina @ 2018-09-18 20:27 UTC (permalink / raw
  To: gentoo-commits

commit:     f6225f11a1a5922e89834205d78d35828b8e4b78
Author:     Zero_Chaos <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 18 20:26:12 2018 +0000
Commit:     Richard Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Tue Sep 18 20:26:34 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6225f11

app-crypt/hashcat-utils: initial ebuild

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 app-crypt/hashcat-utils/Manifest                 |  1 +
 app-crypt/hashcat-utils/hashcat-utils-1.9.ebuild | 25 ++++++++++++++++++++++++
 app-crypt/hashcat-utils/metadata.xml             | 10 ++++++++++
 3 files changed, 36 insertions(+)

diff --git a/app-crypt/hashcat-utils/Manifest b/app-crypt/hashcat-utils/Manifest
new file mode 100644
index 00000000000..2938a9626ad
--- /dev/null
+++ b/app-crypt/hashcat-utils/Manifest
@@ -0,0 +1 @@
+DIST hashcat-utils-1.9.tar.gz 41612 BLAKE2B 2999a3c2a01c195ddca334325167f2a468a3466b48886f3a54804224fd8369a9c953279170d5291c534a157acdc4fefc2947765187c8fb0e6f4cd5e5fd2597c9 SHA512 5f8cef312496e13d1152742950397933e9d5866740afe377321fb48386174b64d96f90d3072febfb97bf0f7eb438f41d6b5e14bfc3e157c9c3e664ffbc5b614b

diff --git a/app-crypt/hashcat-utils/hashcat-utils-1.9.ebuild b/app-crypt/hashcat-utils/hashcat-utils-1.9.ebuild
new file mode 100644
index 00000000000..f6396ab52c8
--- /dev/null
+++ b/app-crypt/hashcat-utils/hashcat-utils-1.9.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="a set of small utilities that are useful in advanced password cracking"
+HOMEPAGE="https://github.com/hashcat/hashcat-utils"
+SRC_URI="https://github.com/hashcat/hashcat-utils/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+S="${WORKDIR}/${P}/src"
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+BDEPEND=""
+
+src_install() {
+	for i in *.bin; do
+		newbin ${i} ${i/.bin}
+	done
+}

diff --git a/app-crypt/hashcat-utils/metadata.xml b/app-crypt/hashcat-utils/metadata.xml
new file mode 100644
index 00000000000..b4ca965f410
--- /dev/null
+++ b/app-crypt/hashcat-utils/metadata.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<name>Rick Farina</name>
+		<email>zerochaos@gentoo.org</email>
+	</maintainer>
+	<longdescription lang="en">
+	</longdescription>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-crypt/hashcat-utils/
@ 2018-09-19 20:22 Michał Górny
  0 siblings, 0 replies; 3+ messages in thread
From: Michał Górny @ 2018-09-19 20:22 UTC (permalink / raw
  To: gentoo-commits

commit:     844d162a8702d7559a3a8ed7b84f2cbd0320a1ff
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 19 19:42:20 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Sep 19 20:16:38 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=844d162a

app-crypt/hashcat-utils: Fix PkgMetadataXmlEmptyElement

 app-crypt/hashcat-utils/metadata.xml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/app-crypt/hashcat-utils/metadata.xml b/app-crypt/hashcat-utils/metadata.xml
index b4ca965f410..f4c696b2c61 100644
--- a/app-crypt/hashcat-utils/metadata.xml
+++ b/app-crypt/hashcat-utils/metadata.xml
@@ -5,6 +5,4 @@
 		<name>Rick Farina</name>
 		<email>zerochaos@gentoo.org</email>
 	</maintainer>
-	<longdescription lang="en">
-	</longdescription>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-crypt/hashcat-utils/
@ 2022-12-24  2:59 Sam James
  0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2022-12-24  2:59 UTC (permalink / raw
  To: gentoo-commits

commit:     a7485232655de7d300528331af23c68e61aad879
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 24 02:56:37 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Dec 24 02:59:21 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7485232

app-crypt/hashcat-utils: add github upstream metadata

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-crypt/hashcat-utils/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/app-crypt/hashcat-utils/metadata.xml b/app-crypt/hashcat-utils/metadata.xml
index a0fddf470150..160cda032966 100644
--- a/app-crypt/hashcat-utils/metadata.xml
+++ b/app-crypt/hashcat-utils/metadata.xml
@@ -5,4 +5,7 @@
 		<name>Rick Farina</name>
 		<email>zerochaos@gentoo.org</email>
 	</maintainer>
+	<upstream>
+		<remote-id type="github">hashcat/hashcat-utils</remote-id>
+	</upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-12-24  2:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-24  2:59 [gentoo-commits] repo/gentoo:master commit in: app-crypt/hashcat-utils/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2018-09-19 20:22 Michał Górny
2018-09-18 20:27 Richard Farina

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox