* [gentoo-commits] repo/gentoo:master commit in: app-crypt/fcrackzip/
@ 2015-12-03 15:01 Alon Bar-Lev
0 siblings, 0 replies; 3+ messages in thread
From: Alon Bar-Lev @ 2015-12-03 15:01 UTC (permalink / raw
To: gentoo-commits
commit: 10f2b92c9da326df5c35d64377377d0aefc762af
Author: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 3 14:59:17 2015 +0000
Commit: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
CommitDate: Thu Dec 3 14:59:34 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10f2b92c
app-crypt/fcrackzip: cleanup EAP
Bug: 531630
Thanks: Benda Xu <heroxbd <AT> gentoo.org>
Package-Manager: portage-2.2.20.1
app-crypt/fcrackzip/fcrackzip-1.0.ebuild | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/app-crypt/fcrackzip/fcrackzip-1.0.ebuild b/app-crypt/fcrackzip/fcrackzip-1.0.ebuild
index daf6b31..50c7c31 100644
--- a/app-crypt/fcrackzip/fcrackzip-1.0.ebuild
+++ b/app-crypt/fcrackzip/fcrackzip-1.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=3
+EAPI=5
DESCRIPTION="a zip password cracker"
HOMEPAGE="http://oldhome.schmorp.de/marc/fcrackzip.html"
@@ -21,7 +21,6 @@ src_prepare() {
}
src_install() {
- emake DESTDIR="${D}" install || die
- mv -vf "${D}"/usr/bin/{zipinfo,fcrack-zipinfo} || die
- dodoc AUTHORS ChangeLog NEWS README
+ default
+ mv "${ED}"/usr/bin/{zipinfo,fcrack-zipinfo} || die
}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-crypt/fcrackzip/
@ 2017-02-04 20:07 Alon Bar-Lev
0 siblings, 0 replies; 3+ messages in thread
From: Alon Bar-Lev @ 2017-02-04 20:07 UTC (permalink / raw
To: gentoo-commits
commit: 52b78cd082af008376d39eb1d521a58ceb0e94be
Author: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 4 19:44:42 2017 +0000
Commit: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
CommitDate: Sat Feb 4 20:06:39 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52b78cd0
app-crypt/fcrackzip: eapi bump
Package-Manager: portage-2.3.3
app-crypt/fcrackzip/fcrackzip-1.0.ebuild | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/app-crypt/fcrackzip/fcrackzip-1.0.ebuild b/app-crypt/fcrackzip/fcrackzip-1.0.ebuild
index 50c7c31..2bbc18a 100644
--- a/app-crypt/fcrackzip/fcrackzip-1.0.ebuild
+++ b/app-crypt/fcrackzip/fcrackzip-1.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI=6
DESCRIPTION="a zip password cracker"
HOMEPAGE="http://oldhome.schmorp.de/marc/fcrackzip.html"
@@ -17,6 +17,7 @@ RDEPEND="app-arch/unzip"
DEPEND=""
src_prepare() {
+ default
sed -i -e '/funroll/d' configure || die
}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-crypt/fcrackzip/
@ 2022-10-19 2:44 Sam James
0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2022-10-19 2:44 UTC (permalink / raw
To: gentoo-commits
commit: 9b691f1c8dc6cd99b2048abc5e4a5a6dd0f51f98
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 19 02:44:23 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Oct 19 02:44:23 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b691f1c
app-crypt/fcrackzip: fix build w/ Clang 16
Closes: https://bugs.gentoo.org/874951
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-crypt/fcrackzip/fcrackzip-1.0.ebuild | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/app-crypt/fcrackzip/fcrackzip-1.0.ebuild b/app-crypt/fcrackzip/fcrackzip-1.0.ebuild
index 696cdae5bdf0..be7a5a2cff1a 100644
--- a/app-crypt/fcrackzip/fcrackzip-1.0.ebuild
+++ b/app-crypt/fcrackzip/fcrackzip-1.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
-DESCRIPTION="a zip password cracker"
+DESCRIPTION="Zip password cracker"
HOMEPAGE="http://oldhome.schmorp.de/marc/fcrackzip.html"
SRC_URI="http://oldhome.schmorp.de/marc/data/${P}.tar.gz"
@@ -13,6 +13,10 @@ KEYWORDS="~amd64 ~x86"
RDEPEND="app-arch/unzip"
+PATCHES=(
+ "${FILESDIR}"/${PN}-1.0-Fix-Wimplicit-int.patch
+)
+
src_prepare() {
default
sed -i -e '/funroll/d' configure || die
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-10-19 2:44 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-19 2:44 [gentoo-commits] repo/gentoo:master commit in: app-crypt/fcrackzip/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2017-02-04 20:07 Alon Bar-Lev
2015-12-03 15:01 Alon Bar-Lev
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox