* [gentoo-commits] repo/gentoo:master commit in: app-crypt/princeprocessor/
@ 2019-04-16 18:07 Rick Farina
0 siblings, 0 replies; 3+ messages in thread
From: Rick Farina @ 2019-04-16 18:07 UTC (permalink / raw
To: gentoo-commits
commit: 0488d15921274d6147eff8f329230ad2e550337a
Author: Rick Farina <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 16 18:07:05 2019 +0000
Commit: Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Tue Apr 16 18:07:05 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0488d159
app-crypt/princeprocessor: initial import
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>
app-crypt/princeprocessor/Manifest | 1 +
app-crypt/princeprocessor/metadata.xml | 11 ++++++++
.../princeprocessor/princeprocessor-0.22.ebuild | 31 ++++++++++++++++++++++
3 files changed, 43 insertions(+)
diff --git a/app-crypt/princeprocessor/Manifest b/app-crypt/princeprocessor/Manifest
new file mode 100644
index 00000000000..981018a96a1
--- /dev/null
+++ b/app-crypt/princeprocessor/Manifest
@@ -0,0 +1 @@
+DIST v0.22.tar.gz 38829 BLAKE2B 396a3b12bd390dca80f8d054e8e0c04c70d0bc1cb4f957d53f9f7f4a8aaa87edc1499cde20e01dfa288ba8212403e87e2c6180f1cee3da4825938d08cb2da1df SHA512 8b73867b3f8a83601cde9d6d17e917d0ba468873eda8c47e3c4de7a0511fe35bedb44c68897df9fcc48b1737c1f2c026117e9398f5ff4202611a001fe33990df
diff --git a/app-crypt/princeprocessor/metadata.xml b/app-crypt/princeprocessor/metadata.xml
new file mode 100644
index 00000000000..83b9308ac05
--- /dev/null
+++ b/app-crypt/princeprocessor/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>zerochaos@gentoo.org</email>
+ <name>Rick Farina</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">hashcat/princeprocessor</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/app-crypt/princeprocessor/princeprocessor-0.22.ebuild b/app-crypt/princeprocessor/princeprocessor-0.22.ebuild
new file mode 100644
index 00000000000..8f540412c78
--- /dev/null
+++ b/app-crypt/princeprocessor/princeprocessor-0.22.ebuild
@@ -0,0 +1,31 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Standalone password candidate generator using the PRINCE algorithm"
+HOMEPAGE="https://github.com/hashcat/princeprocessor"
+SRC_URI="https://github.com/hashcat/princeprocessor/archive/v${PV}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+BDEPEND=""
+
+S="${WORKDIR}/${P}/src"
+
+src_prepare() {
+ sed -i "s#-O2 -s#${CFLAGS} ${LDFLAGS}#" Makefile
+ default
+}
+
+src_install() {
+ newbin pp64.bin princeprocessor
+ #install rules after hashcat is fixed
+ #insinto /usr/share/hashcat
+ #doins ../rules/*.rules
+}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-crypt/princeprocessor/
@ 2019-04-18 0:34 Thomas Deutschmann
0 siblings, 0 replies; 3+ messages in thread
From: Thomas Deutschmann @ 2019-04-18 0:34 UTC (permalink / raw
To: gentoo-commits
commit: 40a6a455918e15a38050bfa7e125848601eac770
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 18 00:33:16 2019 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Thu Apr 18 00:33:16 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40a6a455
app-crypt/princeprocessor: fix BadFilename
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
app-crypt/princeprocessor/Manifest | 2 +-
app-crypt/princeprocessor/princeprocessor-0.22.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-crypt/princeprocessor/Manifest b/app-crypt/princeprocessor/Manifest
index 981018a96a1..c566d37bcc4 100644
--- a/app-crypt/princeprocessor/Manifest
+++ b/app-crypt/princeprocessor/Manifest
@@ -1 +1 @@
-DIST v0.22.tar.gz 38829 BLAKE2B 396a3b12bd390dca80f8d054e8e0c04c70d0bc1cb4f957d53f9f7f4a8aaa87edc1499cde20e01dfa288ba8212403e87e2c6180f1cee3da4825938d08cb2da1df SHA512 8b73867b3f8a83601cde9d6d17e917d0ba468873eda8c47e3c4de7a0511fe35bedb44c68897df9fcc48b1737c1f2c026117e9398f5ff4202611a001fe33990df
+DIST princeprocessor-0.22.tar.gz 38829 BLAKE2B 396a3b12bd390dca80f8d054e8e0c04c70d0bc1cb4f957d53f9f7f4a8aaa87edc1499cde20e01dfa288ba8212403e87e2c6180f1cee3da4825938d08cb2da1df SHA512 8b73867b3f8a83601cde9d6d17e917d0ba468873eda8c47e3c4de7a0511fe35bedb44c68897df9fcc48b1737c1f2c026117e9398f5ff4202611a001fe33990df
diff --git a/app-crypt/princeprocessor/princeprocessor-0.22.ebuild b/app-crypt/princeprocessor/princeprocessor-0.22.ebuild
index 8f540412c78..cc8b1da7755 100644
--- a/app-crypt/princeprocessor/princeprocessor-0.22.ebuild
+++ b/app-crypt/princeprocessor/princeprocessor-0.22.ebuild
@@ -5,7 +5,7 @@ EAPI=7
DESCRIPTION="Standalone password candidate generator using the PRINCE algorithm"
HOMEPAGE="https://github.com/hashcat/princeprocessor"
-SRC_URI="https://github.com/hashcat/princeprocessor/archive/v${PV}.tar.gz"
+SRC_URI="https://github.com/hashcat/princeprocessor/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-crypt/princeprocessor/
@ 2024-03-16 12:13 Conrad Kostecki
0 siblings, 0 replies; 3+ messages in thread
From: Conrad Kostecki @ 2024-03-16 12:13 UTC (permalink / raw
To: gentoo-commits
commit: 021a252a945d8eccf702d7703c2904a35cdad18f
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sun Dec 31 17:56:38 2023 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat Mar 16 12:13:28 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=021a252a
app-crypt/princeprocessor: EAPI8 bump, fix calling cc directly, bug #722044
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://bugs.gentoo.org/722044
Closes: https://github.com/gentoo/gentoo/pull/34587
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
.../princeprocessor/princeprocessor-0.22-r1.ebuild | 27 ++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/app-crypt/princeprocessor/princeprocessor-0.22-r1.ebuild b/app-crypt/princeprocessor/princeprocessor-0.22-r1.ebuild
new file mode 100644
index 000000000000..2d17139bf757
--- /dev/null
+++ b/app-crypt/princeprocessor/princeprocessor-0.22-r1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 2019-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit edo toolchain-funcs
+
+DESCRIPTION="Standalone password candidate generator using the PRINCE algorithm"
+HOMEPAGE="https://github.com/hashcat/princeprocessor"
+SRC_URI="https://github.com/hashcat/princeprocessor/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${P}/src"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+src_compile() {
+ edo $(tc-getCC) -W -Wall -std=c99 ${CFLAGS} ${LDFLAGS} -DLINUX -o ${PN} pp.c mpz_int128.h
+}
+
+src_install() {
+ dobin ${PN}
+ dodoc ../{README.md,CHANGES}
+ #install rules after hashcat is fixed
+ #insinto /usr/share/hashcat
+ #doins ../rules/*.rules
+}
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-03-16 12:13 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-18 0:34 [gentoo-commits] repo/gentoo:master commit in: app-crypt/princeprocessor/ Thomas Deutschmann
-- strict thread matches above, loose matches on Subject: below --
2024-03-16 12:13 Conrad Kostecki
2019-04-16 18:07 Rick Farina
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox