public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-crypt/ophcrack-tables/
@ 2021-08-10 22:03 David Seifert
  0 siblings, 0 replies; 2+ messages in thread
From: David Seifert @ 2021-08-10 22:03 UTC (permalink / raw
  To: gentoo-commits

commit:     902cb54e953fbc7586f4a43fd5d1d564d51c3771
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 10 22:03:16 2021 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Tue Aug 10 22:03:16 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=902cb54e

app-crypt/ophcrack-tables: update EAPI 5 -> 8

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 .../ophcrack-tables/ophcrack-tables-1.0-r2.ebuild  | 28 ++++++++++------------
 1 file changed, 13 insertions(+), 15 deletions(-)

diff --git a/app-crypt/ophcrack-tables/ophcrack-tables-1.0-r2.ebuild b/app-crypt/ophcrack-tables/ophcrack-tables-1.0-r2.ebuild
index f350b7c57fa..aa17736fffb 100644
--- a/app-crypt/ophcrack-tables/ophcrack-tables-1.0-r2.ebuild
+++ b/app-crypt/ophcrack-tables/ophcrack-tables-1.0-r2.ebuild
@@ -1,38 +1,36 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="5"
+EAPI=8
 
 DESCRIPTION="Tables available for ophcrack"
 HOMEPAGE="http://ophcrack.sourceforge.net/"
-SRC_URI="xpfast? ( mirror://sourceforge/ophcrack/tables_xp_free_fast.zip )
-		 xpsmall? ( mirror://sourceforge/ophcrack/tables_xp_free_small.zip )
-		 vistafree? ( mirror://sourceforge/ophcrack/tables_vista_free.zip )"
+SRC_URI="
+	xpfast? ( mirror://sourceforge/ophcrack/tables_xp_free_fast.zip )
+	xpsmall? ( mirror://sourceforge/ophcrack/tables_xp_free_small.zip )
+	vistafree? ( mirror://sourceforge/ophcrack/tables_vista_free.zip )"
+S="${WORKDIR}"
 
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~x86"
 IUSE="+xpfast xpsmall +vistafree"
-
 REQUIRED_USE="|| ( xpfast xpsmall vistafree )"
 
-DEPEND="app-arch/unzip"
-RDEPEND=""
-
-S=${WORKDIR}
+BDEPEND="app-arch/unzip"
 
 src_unpack() {
-	for i in ${A};
-	do
+	local i table
+	for i in ${A}; do
 		table=${i#tables_}
 		table=${table%.zip}
-		mkdir "${S}/${table}"
+		mkdir "${S}"/${table} || die
 		cd $_ || die
 		unpack "${i}"
 	done
 }
 
 src_install() {
-	dodir /usr/share/ophcrack/
-	cp -r "${S}"/* "${ED}"/usr/share/ophcrack/ || die
+	insinto /usr/share/ophcrack
+	doins -r .
 }


^ permalink raw reply related	[flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-crypt/ophcrack-tables/
@ 2022-01-27  9:30 David Seifert
  0 siblings, 0 replies; 2+ messages in thread
From: David Seifert @ 2022-01-27  9:30 UTC (permalink / raw
  To: gentoo-commits

commit:     a0402615bdc69bf1b47600746c5140377e1a49fb
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Thu Jan 27 09:29:58 2022 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Jan 27 09:29:58 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0402615

app-crypt/ophcrack-tables: use https

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 app-crypt/ophcrack-tables/ophcrack-tables-1.0-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-crypt/ophcrack-tables/ophcrack-tables-1.0-r2.ebuild b/app-crypt/ophcrack-tables/ophcrack-tables-1.0-r2.ebuild
index aa17736fffbf..62fa4d53da7b 100644
--- a/app-crypt/ophcrack-tables/ophcrack-tables-1.0-r2.ebuild
+++ b/app-crypt/ophcrack-tables/ophcrack-tables-1.0-r2.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 DESCRIPTION="Tables available for ophcrack"
-HOMEPAGE="http://ophcrack.sourceforge.net/"
+HOMEPAGE="https://ophcrack.sourceforge.io"
 SRC_URI="
 	xpfast? ( mirror://sourceforge/ophcrack/tables_xp_free_fast.zip )
 	xpsmall? ( mirror://sourceforge/ophcrack/tables_xp_free_small.zip )


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-01-27  9:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-08-10 22:03 [gentoo-commits] repo/gentoo:master commit in: app-crypt/ophcrack-tables/ David Seifert
  -- strict thread matches above, loose matches on Subject: below --
2022-01-27  9:30 David Seifert

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox