[gentoo-commits] repo/gentoo:master commit in: app-crypt/princeprocessor/

2024-03-16 Thread Conrad Kostecki
commit: 021a252a945d8eccf702d7703c2904a35cdad18f
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Sun Dec 31 17:56:38 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Mar 16 12:13:28 2024 +
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  levelnine.at>

Closes: https://bugs.gentoo.org/722044
Closes: https://github.com/gentoo/gentoo/pull/34587
Signed-off-by: Conrad Kostecki  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 ..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
+}



[gentoo-commits] repo/gentoo:master commit in: app-crypt/princeprocessor/

2019-04-17 Thread Thomas Deutschmann
commit: 40a6a455918e15a38050bfa7e125848601eac770
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Apr 18 00:33:16 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Apr 18 00:33:16 2019 +
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  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"



[gentoo-commits] repo/gentoo:master commit in: app-crypt/princeprocessor/

2019-04-16 Thread Rick Farina
commit: 0488d15921274d6147eff8f329230ad2e550337a
Author: Rick Farina  gentoo  org>
AuthorDate: Tue Apr 16 18:07:05 2019 +
Commit: Rick Farina  gentoo  org>
CommitDate: Tue Apr 16 18:07:05 2019 +
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  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 000..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 000..83b9308ac05
--- /dev/null
+++ b/app-crypt/princeprocessor/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   zeroch...@gentoo.org
+   Rick Farina
+   
+   
+   hashcat/princeprocessor
+   
+

diff --git a/app-crypt/princeprocessor/princeprocessor-0.22.ebuild 
b/app-crypt/princeprocessor/princeprocessor-0.22.ebuild
new file mode 100644
index 000..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
+}