* [gentoo-commits] repo/gentoo:master commit in: app-crypt/hashalot/
@ 2019-10-18 12:19 David Seifert
0 siblings, 0 replies; 8+ messages in thread
From: David Seifert @ 2019-10-18 12:19 UTC (permalink / raw
To: gentoo-commits
commit: de7ba60dcf987660a593d68e44d00fcea245fcd1
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 18 12:18:21 2019 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri Oct 18 12:18:21 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de7ba60d
app-crypt/hashalot: Port to EAPI 7
Closes: https://bugs.gentoo.org/697416
Package-Manager: Portage-2.3.77, Repoman-2.3.17
Signed-off-by: David Seifert <soap <AT> gentoo.org>
app-crypt/hashalot/hashalot-0.3-r2.ebuild | 16 ++--------------
1 file changed, 2 insertions(+), 14 deletions(-)
diff --git a/app-crypt/hashalot/hashalot-0.3-r2.ebuild b/app-crypt/hashalot/hashalot-0.3-r2.ebuild
index eddabd64838..092b8284421 100644
--- a/app-crypt/hashalot/hashalot-0.3-r2.ebuild
+++ b/app-crypt/hashalot/hashalot-0.3-r2.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=0
+EAPI=7
DESCRIPTION="CryptoAPI utils"
HOMEPAGE="http://www.kerneli.org/"
@@ -10,15 +10,3 @@ SRC_URI="http://www.paranoiacs.org/~sluskyb/hacks/hashalot/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86"
-IUSE=""
-
-DEPEND=""
-
-src_test() {
- make check-TESTS || die
-}
-
-src_install() {
- make DESTDIR="${D}" install || die "install error"
- dodoc ChangeLog NEWS README
-}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-crypt/hashalot/
@ 2019-12-01 18:42 Aaron Bauman
0 siblings, 0 replies; 8+ messages in thread
From: Aaron Bauman @ 2019-12-01 18:42 UTC (permalink / raw
To: gentoo-commits
commit: 4b63ea4f3209fb1e40e46dcfa52e935321021a99
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 1 18:41:55 2019 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun Dec 1 18:42:36 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b63ea4f
app-crypt/hashalot: fix HOMEPAGE and LICENSE
Reported-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
app-crypt/hashalot/hashalot-0.3-r2.ebuild | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/app-crypt/hashalot/hashalot-0.3-r2.ebuild b/app-crypt/hashalot/hashalot-0.3-r2.ebuild
index 092b8284421..964b58f8e9c 100644
--- a/app-crypt/hashalot/hashalot-0.3-r2.ebuild
+++ b/app-crypt/hashalot/hashalot-0.3-r2.ebuild
@@ -3,10 +3,10 @@
EAPI=7
-DESCRIPTION="CryptoAPI utils"
-HOMEPAGE="http://www.kerneli.org/"
-SRC_URI="http://www.paranoiacs.org/~sluskyb/hacks/hashalot/${P}.tar.gz"
+DESCRIPTION="Reads a passphrase and prints a hash"
+HOMEPAGE="https://www.paranoiacs.org/~sluskyb/"
+SRC_URI="https://www.paranoiacs.org/~sluskyb/hacks/hashalot/${P}.tar.gz"
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-crypt/hashalot/
@ 2025-02-13 12:19 Sam James
0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2025-02-13 12:19 UTC (permalink / raw
To: gentoo-commits
commit: 5984e5fa531640944b44a509b1a6a9c8d8122ca5
Author: NHOrus <jy6x2b32pie9 <AT> yahoo <DOT> com>
AuthorDate: Thu Feb 13 11:46:42 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Feb 13 12:04:54 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5984e5fa
app-crypt/hashalot: update EAPI 7 -> 8, fix implicit decl in configure
Autoreconf replaces bad tests with good.
Closes: https://bugs.gentoo.org/900132
Signed-off-by: NHOrus <jy6x2b32pie9 <AT> yahoo.com>
Closes: https://github.com/gentoo/gentoo/pull/40554
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-crypt/hashalot/hashalot-0.3-r3.ebuild | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/app-crypt/hashalot/hashalot-0.3-r3.ebuild b/app-crypt/hashalot/hashalot-0.3-r3.ebuild
new file mode 100644
index 000000000000..f15001fcf6ae
--- /dev/null
+++ b/app-crypt/hashalot/hashalot-0.3-r3.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION="Reads a passphrase and prints a hash"
+HOMEPAGE="https://www.paranoiacs.org/~sluskyb/"
+SRC_URI="https://www.paranoiacs.org/~sluskyb/hacks/hashalot/${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
+
+src_prepare() {
+ default
+
+ # https://bugs.gentoo.org/900132
+ eautoreconf
+}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-crypt/hashalot/
@ 2025-03-19 1:21 Sam James
0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2025-03-19 1:21 UTC (permalink / raw
To: gentoo-commits
commit: 38eec959ec5521a7389af42009cdbf719d3947c7
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 19 01:21:20 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar 19 01:21:20 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38eec959
app-crypt/hashalot: Stabilize 0.3-r3 sparc, #951582
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-crypt/hashalot/hashalot-0.3-r3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-crypt/hashalot/hashalot-0.3-r3.ebuild b/app-crypt/hashalot/hashalot-0.3-r3.ebuild
index f15001fcf6ae..9ac23ca92391 100644
--- a/app-crypt/hashalot/hashalot-0.3-r3.ebuild
+++ b/app-crypt/hashalot/hashalot-0.3-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://www.paranoiacs.org/~sluskyb/hacks/hashalot/${P}.tar.gz"
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~m68k ~mips ~ppc ~ppc64 ~s390 sparc ~x86"
src_prepare() {
default
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-crypt/hashalot/
@ 2025-03-19 2:02 Sam James
0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2025-03-19 2:02 UTC (permalink / raw
To: gentoo-commits
commit: 87e0006b797ec0ad481ae8d5db7884ed269ef43e
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 19 02:01:26 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar 19 02:01:26 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87e0006b
app-crypt/hashalot: Stabilize 0.3-r3 arm, #951582
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-crypt/hashalot/hashalot-0.3-r3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-crypt/hashalot/hashalot-0.3-r3.ebuild b/app-crypt/hashalot/hashalot-0.3-r3.ebuild
index 9ac23ca92391..7c0ff9e6f447 100644
--- a/app-crypt/hashalot/hashalot-0.3-r3.ebuild
+++ b/app-crypt/hashalot/hashalot-0.3-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://www.paranoiacs.org/~sluskyb/hacks/hashalot/${P}.tar.gz"
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~m68k ~mips ~ppc ~ppc64 ~s390 sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm ~hppa ~m68k ~mips ~ppc ~ppc64 ~s390 sparc ~x86"
src_prepare() {
default
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-crypt/hashalot/
@ 2025-03-19 2:02 Sam James
0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2025-03-19 2:02 UTC (permalink / raw
To: gentoo-commits
commit: a5d3e0824f85dc1a8a03c797cfdc8d8e85072511
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 19 02:01:27 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar 19 02:01:27 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5d3e082
app-crypt/hashalot: Stabilize 0.3-r3 amd64, #951582
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-crypt/hashalot/hashalot-0.3-r3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-crypt/hashalot/hashalot-0.3-r3.ebuild b/app-crypt/hashalot/hashalot-0.3-r3.ebuild
index 7c0ff9e6f447..60b8ec2225af 100644
--- a/app-crypt/hashalot/hashalot-0.3-r3.ebuild
+++ b/app-crypt/hashalot/hashalot-0.3-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://www.paranoiacs.org/~sluskyb/hacks/hashalot/${P}.tar.gz"
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~hppa ~m68k ~mips ~ppc ~ppc64 ~s390 sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~hppa ~m68k ~mips ~ppc ~ppc64 ~s390 sparc ~x86"
src_prepare() {
default
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-crypt/hashalot/
@ 2025-03-19 2:02 Sam James
0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2025-03-19 2:02 UTC (permalink / raw
To: gentoo-commits
commit: 04220ea3385ef0bb7a62213e0a51543219bbd2c2
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 19 02:01:29 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar 19 02:01:29 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04220ea3
app-crypt/hashalot: Stabilize 0.3-r3 ppc64, #951582
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-crypt/hashalot/hashalot-0.3-r3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-crypt/hashalot/hashalot-0.3-r3.ebuild b/app-crypt/hashalot/hashalot-0.3-r3.ebuild
index 60b8ec2225af..583493b642ab 100644
--- a/app-crypt/hashalot/hashalot-0.3-r3.ebuild
+++ b/app-crypt/hashalot/hashalot-0.3-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://www.paranoiacs.org/~sluskyb/hacks/hashalot/${P}.tar.gz"
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~m68k ~mips ~ppc ~ppc64 ~s390 sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~hppa ~m68k ~mips ~ppc ppc64 ~s390 sparc ~x86"
src_prepare() {
default
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-crypt/hashalot/
@ 2025-03-19 2:17 Sam James
0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2025-03-19 2:17 UTC (permalink / raw
To: gentoo-commits
commit: 35c51c94ca17bfe22ef0b60069f48292370e7175
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 19 02:17:22 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar 19 02:17:22 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35c51c94
app-crypt/hashalot: Stabilize 0.3-r3 x86, #951582
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-crypt/hashalot/hashalot-0.3-r3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-crypt/hashalot/hashalot-0.3-r3.ebuild b/app-crypt/hashalot/hashalot-0.3-r3.ebuild
index 583493b642ab..d78cd46ceea2 100644
--- a/app-crypt/hashalot/hashalot-0.3-r3.ebuild
+++ b/app-crypt/hashalot/hashalot-0.3-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://www.paranoiacs.org/~sluskyb/hacks/hashalot/${P}.tar.gz"
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~m68k ~mips ~ppc ppc64 ~s390 sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~hppa ~m68k ~mips ~ppc ppc64 ~s390 sparc x86"
src_prepare() {
default
^ permalink raw reply related [flat|nested] 8+ messages in thread
end of thread, other threads:[~2025-03-19 2:18 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-19 2:02 [gentoo-commits] repo/gentoo:master commit in: app-crypt/hashalot/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2025-03-19 2:17 Sam James
2025-03-19 2:02 Sam James
2025-03-19 2:02 Sam James
2025-03-19 1:21 Sam James
2025-02-13 12:19 Sam James
2019-12-01 18:42 Aaron Bauman
2019-10-18 12:19 David Seifert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox