This commit is contained in:
Scott Alfter
2024-02-02 14:31:13 -08:00
parent a47dca2da2
commit a02b18f994
14 changed files with 6 additions and 99 deletions

View File

@@ -1,2 +0,0 @@
DIST openssl-1.0.0s.tar.gz 4102101 BLAKE2B 391f43363a4d0fa9fc037842f7df047c210c00f3a6b24f4f77776f323d89241b911d0756cb26a3c09eae758b38ff62116f4deac81cbe84365d85d216fed57b73 SHA512 956c6faf8e86eb56b51698949507bac75bc9760a22c57a1ca560da1a4d356a541fd70139507dc70b0c10aebbb2d7dbc53d08ad141dee7a0af7b310cbe67722cd
DIST vanitygen-plus-1.53.tar.gz 142378 BLAKE2B 14db62f97caebfd44a8cc79d20d594b362489e173c359857b895184f877d9c9bbe75e54375a1edae18d0141722e854b90f4f60eeeeb14e34c2a7fd952b93374b SHA512 3f2a3d2078f6012ada1301a5c9776d7e18c2ef9a16440e6c282ba8a5406da10824471c61f3173b20257b40a1687d356dfbc1ed708cc3a0e5c9778a6b9f3eb88f

View File

@@ -1,11 +0,0 @@
--- x/oclengine.c 2017-12-13 17:35:49.000000000 -0800
+++ x/oclengine.c 2017-12-13 17:52:16.877546971 -0800
@@ -944,7 +944,7 @@
end += snprintf(optbuf + end, sizeof(optbuf) - end,
"-cl-nv-verbose ");
- if (!vg_ocl_load_program(vcp, vocp, "calc_addrs.cl", optbuf))
+ if (!vg_ocl_load_program(vcp, vocp, "/usr/lib/oclvanitygen/calc_addrs.cl", optbuf))
return 0;
return 1;
}

View File

@@ -1,9 +0,0 @@
--- ./Makefile 2018-03-21 12:29:56.000000000 -0700
+++ ./Makefile 2021-10-17 12:49:28.884689618 -0700
@@ -1,5 +1,5 @@
LIBS=-lpcre -lcrypto -lm -lpthread
-CFLAGS=-ggdb -O3 -Wall
+CFLAGS=-ggdb -O3 -Wall -I../openssl-1.0.0s/include -L../openssl-1.0.0s
OBJS=vanitygen.o oclvanitygen.o oclvanityminer.o oclengine.o keyconv.o pattern.o util.o groestl.o
PROGS=vanitygen keyconv oclvanitygen oclvanityminer

View File

@@ -1,44 +0,0 @@
EAPI=8
inherit
DESCRIPTION="cryptocurrency vanity-address generator"
HOMEPAGE="https://github.com/exploitagency/vanitygen-plus"
SRC_URI="https://github.com/exploitagency/$PN/archive/refs/tags/PLUS${PV}.tar.gz -> $P.tar.gz
https://www.openssl.org/source/old/1.0.0/openssl-1.0.0s.tar.gz"
# won't build against OpenSSL 1.1
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64"
IUSE="opencl"
S=${WORKDIR}/$PN-PLUS$PV
PATCHES=( $FILESDIR/use-openssl-1.0.patch
$FILESDIR/calc_addrs-pathfix.patch )
DEPEND="opencl? ( virtual/opencl )
dev-libs/libpcre
!app-crypt/vanitygen"
src_compile()
{
cd $WORKDIR/openssl-1.0.0s && make || true
cd $S && emake vanitygen
if use opencl
then
emake oclvanitygen
fi
}
src_install()
{
dobin vanitygen
if use opencl
then
dobin oclvanitygen
insinto /usr/lib/oclvanitygen
newins calc_addrs.cl calc_addrs.cl
fi
}

View File

@@ -4,8 +4,6 @@
EAPI=8
inherit
DESCRIPTION="MP3 validator"
HOMEPAGE="http://mp3val.sourceforge.net/"
SRC_URI="mirror://sourceforge/mp3val/${P}-src.tar.gz"

View File

@@ -1,12 +0,0 @@
BDEPEND=app-alternatives/ninja >=dev-build/cmake-3.20.5
DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=LZMA C SDK
EAPI=8
HOMEPAGE=https://github.com/npwoods/lzma-c-sdk
INHERIT=cmake
KEYWORDS=amd64
LICENSE=public-domain
SLOT=0
SRC_URI=https://github.com/npwoods/lzma-c-sdk/archive/refs/tags/21.07-1.tar.gz -> lzma-c-sdk-21.07.1.tar.gz
_eclasses_=cmake c7c9a62d6232cac66d4ea32d575c3e7c flag-o-matic b2b07efa51009704f88173b2c7feab47 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 xdg-utils baea6080dd821f5562d715887954c9d3
_md5_=d055dee10e2b4f34bdda9488e1b5b106

View File

@@ -1,11 +0,0 @@
DEFINED_PHASES=compile install
DEPEND=opencl? ( virtual/opencl ) dev-libs/libpcre !app-crypt/vanitygen
DESCRIPTION=cryptocurrency vanity-address generator
EAPI=8
HOMEPAGE=https://github.com/exploitagency/vanitygen-plus
IUSE=opencl
KEYWORDS=amd64
LICENSE=GPL-3
SLOT=0
SRC_URI=https://github.com/exploitagency/vanitygen-plus/archive/refs/tags/PLUS1.53.tar.gz -> vanitygen-plus-1.53.tar.gz https://www.openssl.org/source/old/1.0.0/openssl-1.0.0s.tar.gz
_md5_=6ecc2e94673a4e0492d8febd99ad6fd2

View File

File diff suppressed because one or more lines are too long

View File

@@ -9,5 +9,5 @@ KEYWORDS=amd64
LICENSE=Apache-2.0 MIT Unicode-DFS-2016 Unlicense
SLOT=0
SRC_URI=https://crates.io/api/v1/crates/atty/0.2.14/download -> atty-0.2.14.crate https://crates.io/api/v1/crates/autocfg/1.1.0/download -> autocfg-1.1.0.crate https://crates.io/api/v1/crates/bitflags/1.3.2/download -> bitflags-1.3.2.crate https://crates.io/api/v1/crates/clap/3.2.20/download -> clap-3.2.20.crate https://crates.io/api/v1/crates/clap_derive/3.2.18/download -> clap_derive-3.2.18.crate https://crates.io/api/v1/crates/clap_lex/0.2.4/download -> clap_lex-0.2.4.crate https://crates.io/api/v1/crates/hashbrown/0.12.3/download -> hashbrown-0.12.3.crate https://crates.io/api/v1/crates/heck/0.4.0/download -> heck-0.4.0.crate https://crates.io/api/v1/crates/hermit-abi/0.1.19/download -> hermit-abi-0.1.19.crate https://crates.io/api/v1/crates/indexmap/1.9.1/download -> indexmap-1.9.1.crate https://crates.io/api/v1/crates/libc/0.2.132/download -> libc-0.2.132.crate https://crates.io/api/v1/crates/once_cell/1.14.0/download -> once_cell-1.14.0.crate https://crates.io/api/v1/crates/os_str_bytes/6.3.0/download -> os_str_bytes-6.3.0.crate https://crates.io/api/v1/crates/proc-macro-error/1.0.4/download -> proc-macro-error-1.0.4.crate https://crates.io/api/v1/crates/proc-macro-error-attr/1.0.4/download -> proc-macro-error-attr-1.0.4.crate https://crates.io/api/v1/crates/proc-macro2/1.0.43/download -> proc-macro2-1.0.43.crate https://crates.io/api/v1/crates/qr_code/1.1.0/download -> qr_code-1.1.0.crate https://crates.io/api/v1/crates/quote/1.0.21/download -> quote-1.0.21.crate https://crates.io/api/v1/crates/strsim/0.10.0/download -> strsim-0.10.0.crate https://crates.io/api/v1/crates/syn/1.0.99/download -> syn-1.0.99.crate https://crates.io/api/v1/crates/termcolor/1.1.3/download -> termcolor-1.1.3.crate https://crates.io/api/v1/crates/textwrap/0.15.0/download -> textwrap-0.15.0.crate https://crates.io/api/v1/crates/unicode-ident/1.0.3/download -> unicode-ident-1.0.3.crate https://crates.io/api/v1/crates/version_check/0.9.4/download -> version_check-0.9.4.crate https://crates.io/api/v1/crates/winapi/0.3.9/download -> winapi-0.3.9.crate https://crates.io/api/v1/crates/winapi-i686-pc-windows-gnu/0.4.0/download -> winapi-i686-pc-windows-gnu-0.4.0.crate https://crates.io/api/v1/crates/winapi-util/0.1.5/download -> winapi-util-0.1.5.crate https://crates.io/api/v1/crates/winapi-x86_64-pc-windows-gnu/0.4.0/download -> winapi-x86_64-pc-windows-gnu-0.4.0.crate https://github.com/guivo/qrscad_gen/archive/refs/tags/v0.1.0.tar.gz -> qrscad_gen-0.1.0.tar.gz
_eclasses_=cargo 73fb2994b06920774024efe3e647a564 flag-o-matic b2b07efa51009704f88173b2c7feab47 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe toolchain-funcs e56c7649b804f051623c8bc1a1c44084
_eclasses_=cargo 4dede41d64d595673f6da62ab5540fa0 flag-o-matic b2b07efa51009704f88173b2c7feab47 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe toolchain-funcs e56c7649b804f051623c8bc1a1c44084
_md5_=7e1cc4629ec2a8a04398b68823f7004c

View File

@@ -6,4 +6,4 @@ KEYWORDS=~x86 ~amd64
LICENSE=GPL-2
SLOT=0
SRC_URI=mirror://sourceforge/mp3val/mp3val-0.1.8-src.tar.gz
_md5_=df3346cd64d4fb07d18f39e59ba6ac41
_md5_=1a70ca9ded0e4e06b51fe18a4867f0e1

View File

@@ -7,4 +7,4 @@ LICENSE=GPL-2
RDEPEND=>=dev-lang/perl-5.6.0 >=dev-perl/Mail-SPF-2.006 dev-perl/NetAddr-IP dev-perl/Sys-Hostname-Long acct-user/spfpolicy acct-group/spfpolicy
SLOT=0
SRC_URI=http://launchpad.net/postfix-policyd-spf-perl/trunk/2.011/+download/postfix-policyd-spf-perl-2.011.tar.gz
_md5_=f1e325a86af1dc03ae73d7b55386d543
_md5_=f03338905c7f1c2eff1f96673697d078

View File

File diff suppressed because one or more lines are too long

View File

@@ -8,5 +8,5 @@ IUSE=debug
LICENSE=ISC
PROPERTIES=live
SLOT=0
_eclasses_=cargo 73fb2994b06920774024efe3e647a564 flag-o-matic b2b07efa51009704f88173b2c7feab47 git-r3 86fa1f157b70b9d2ff340c4633b1cf4b multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe toolchain-funcs e56c7649b804f051623c8bc1a1c44084
_eclasses_=cargo 4dede41d64d595673f6da62ab5540fa0 flag-o-matic b2b07efa51009704f88173b2c7feab47 git-r3 86fa1f157b70b9d2ff340c4633b1cf4b multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe toolchain-funcs e56c7649b804f051623c8bc1a1c44084
_md5_=dccc08058ecace0252723a9697263396

View File

@@ -2,8 +2,6 @@
EAPI=8
inherit
DESCRIPTION="Postfix policy server implementing Sender Policy Framework (SPF)"
HOMEPAGE="http://www.openspf.org/Software"
SRC_URI="http://launchpad.net/postfix-policyd-spf-perl/trunk/${PV}/+download/postfix-policyd-spf-perl-${PV}.tar.gz"