summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-crypt/hashcat-utils')
-rw-r--r--app-crypt/hashcat-utils/hashcat-utils-1.9.ebuild6
-rw-r--r--app-crypt/hashcat-utils/metadata.xml5
2 files changed, 5 insertions, 6 deletions
diff --git a/app-crypt/hashcat-utils/hashcat-utils-1.9.ebuild b/app-crypt/hashcat-utils/hashcat-utils-1.9.ebuild
index f6396ab52c84..271655e9bebc 100644
--- a/app-crypt/hashcat-utils/hashcat-utils-1.9.ebuild
+++ b/app-crypt/hashcat-utils/hashcat-utils-1.9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -14,10 +14,6 @@ IUSE=""
S="${WORKDIR}/${P}/src"
-DEPEND=""
-RDEPEND="${DEPEND}"
-BDEPEND=""
-
src_install() {
for i in *.bin; do
newbin ${i} ${i/.bin}
diff --git a/app-crypt/hashcat-utils/metadata.xml b/app-crypt/hashcat-utils/metadata.xml
index f4c696b2c619..160cda032966 100644
--- a/app-crypt/hashcat-utils/metadata.xml
+++ b/app-crypt/hashcat-utils/metadata.xml
@@ -1,8 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<name>Rick Farina</name>
<email>zerochaos@gentoo.org</email>
</maintainer>
+ <upstream>
+ <remote-id type="github">hashcat/hashcat-utils</remote-id>
+ </upstream>
</pkgmetadata>