* [gentoo-commits] gentoo-x86 commit in app-crypt/hashcat-bin: hashcat-bin-0.39.ebuild ChangeLog
@ 2012-07-02 1:19 Richard Farina (zerochaos)
0 siblings, 0 replies; 3+ messages in thread
From: Richard Farina (zerochaos) @ 2012-07-02 1:19 UTC (permalink / raw
To: gentoo-commits
zerochaos 12/07/02 01:19:04
Modified: hashcat-bin-0.39.ebuild ChangeLog
Log:
trade RESTRICT=binchecks for QA_PREBUILT
(Portage version: 2.1.11.3/cvs/Linux x86_64)
Revision Changes Path
1.2 app-crypt/hashcat-bin/hashcat-bin-0.39.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/hashcat-bin/hashcat-bin-0.39.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/hashcat-bin/hashcat-bin-0.39.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/hashcat-bin/hashcat-bin-0.39.ebuild?r1=1.1&r2=1.2
Index: hashcat-bin-0.39.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-crypt/hashcat-bin/hashcat-bin-0.39.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- hashcat-bin-0.39.ebuild 1 Jul 2012 22:41:56 -0000 1.1
+++ hashcat-bin-0.39.ebuild 2 Jul 2012 01:19:04 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/hashcat-bin/hashcat-bin-0.39.ebuild,v 1.1 2012/07/01 22:41:56 zerochaos Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/hashcat-bin/hashcat-bin-0.39.ebuild,v 1.2 2012/07/02 01:19:04 zerochaos Exp $
EAPI=4
@@ -25,7 +25,8 @@
S="${WORKDIR}/${MY_P}"
-RESTRICT="strip binchecks"
+RESTRICT="strip"
+QA_PREBUILT="hashcat-cli*.bin"
src_install() {
dodoc docs/*
1.2 app-crypt/hashcat-bin/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/hashcat-bin/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/hashcat-bin/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/hashcat-bin/ChangeLog?r1=1.1&r2=1.2
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-crypt/hashcat-bin/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog 1 Jul 2012 22:41:56 -0000 1.1
+++ ChangeLog 2 Jul 2012 01:19:04 -0000 1.2
@@ -1,6 +1,9 @@
# ChangeLog for app-crypt/hashcat-bin
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/hashcat-bin/ChangeLog,v 1.1 2012/07/01 22:41:56 zerochaos Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/hashcat-bin/ChangeLog,v 1.2 2012/07/02 01:19:04 zerochaos Exp $
+
+ 02 Jul 2012; Rick Farina <zerochaos@gentoo.org> hashcat-bin-0.39.ebuild:
+ trade RESTRICT=binchecks for QA_PREBUILT
*hashcat-bin-0.39 (01 Jul 2012)
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-crypt/hashcat-bin: hashcat-bin-0.39.ebuild ChangeLog
@ 2012-07-03 22:27 Richard Farina (zerochaos)
0 siblings, 0 replies; 3+ messages in thread
From: Richard Farina (zerochaos) @ 2012-07-03 22:27 UTC (permalink / raw
To: gentoo-commits
zerochaos 12/07/03 22:27:31
Modified: hashcat-bin-0.39.ebuild ChangeLog
Log:
fix loader location and minor ebuild style improvements
(Portage version: 2.1.11.3/cvs/Linux x86_64)
Revision Changes Path
1.3 app-crypt/hashcat-bin/hashcat-bin-0.39.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/hashcat-bin/hashcat-bin-0.39.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/hashcat-bin/hashcat-bin-0.39.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/hashcat-bin/hashcat-bin-0.39.ebuild?r1=1.2&r2=1.3
Index: hashcat-bin-0.39.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-crypt/hashcat-bin/hashcat-bin-0.39.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- hashcat-bin-0.39.ebuild 2 Jul 2012 01:19:04 -0000 1.2
+++ hashcat-bin-0.39.ebuild 3 Jul 2012 22:27:31 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/hashcat-bin/hashcat-bin-0.39.ebuild,v 1.2 2012/07/02 01:19:04 zerochaos Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/hashcat-bin/hashcat-bin-0.39.ebuild,v 1.3 2012/07/03 22:27:31 zerochaos Exp $
EAPI=4
@@ -30,7 +30,7 @@
src_install() {
dodoc docs/*
- rm -rf *.exe docs
+ rm -rf *.exe docs || die
use x86 && rm hashcat-cli64.bin
use amd64 && rm hashcat-cli32.bin
@@ -40,23 +40,27 @@
insinto /opt/${PN}
doins -r "${S}"/*
- dodir /usr/bin
+ dodir /opt/bin
if [ -f "${ED}"/opt/${PN}/hashcat-cli32.bin ]
then
fperms +x /opt/${PN}/hashcat-cli32.bin
- echo '#! /bin/sh' > "${ED}"/usr/bin/hashcat-cli32.bin
- echo 'cd /opt/hashcat-bin' >> "${ED}"/usr/bin/hashcat-cli32.bin
- echo 'echo "Warning: hashcat-cli32.bin is running from $(pwd) so be careful of relative paths."' >> "${ED}"/usr/bin/hashcat-cli32.bin
- echo './hashcat-cli32.bin $@' >> "${ED}"/usr/bin/hashcat-cli32.bin
- fperms +x /usr/bin/hashcat-cli32.bin
+ cat <<-EOF > "${ED}"/opt/bin/hashcat-cli32.bin
+ #! /bin/sh
+ cd /opt/${PN}
+ echo "Warning: hashcat-cli32.bin is running from /opt/${PN} so be careful of relative paths."
+ ./hashcat-cli32.bin $@
+ EOF
+ fperms +x /opt/bin/hashcat-cli32.bin
fi
if [ -f "${ED}"/opt/${PN}/hashcat-cli64.bin ]
then
fperms +x /opt/${PN}/hashcat-cli64.bin
- echo '#! /bin/sh' > "${ED}"/usr/bin/hashcat-cli64.bin
- echo 'cd /opt/hashcat-bin' >> "${ED}"/usr/bin/hashcat-cli64.bin
- echo 'echo "Warning: hashcat-cli64.bin is running from $(pwd) so be careful of relative paths."' >> "${ED}"/usr/bin/hashcat-cli64.bin
- echo './hashcat-cli64.bin $@' >> "${ED}"/usr/bin/hashcat-cli64.bin
- fperms +x /usr/bin/hashcat-cli64.bin
+ cat <<-EOF > "${ED}"/opt/bin/hashcat-cli64.bin
+ #! /bin/sh
+ cd /opt/${PN}
+ echo "Warning: hashcat-cli64.bin is running from /opt/${PN} so be careful of relative paths."
+ ./hashcat-cli64.bin $@
+ EOF
+ fperms +x /opt/bin/hashcat-cli64.bin
fi
}
1.3 app-crypt/hashcat-bin/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/hashcat-bin/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/hashcat-bin/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/hashcat-bin/ChangeLog?r1=1.2&r2=1.3
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-crypt/hashcat-bin/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog 2 Jul 2012 01:19:04 -0000 1.2
+++ ChangeLog 3 Jul 2012 22:27:31 -0000 1.3
@@ -1,6 +1,9 @@
# ChangeLog for app-crypt/hashcat-bin
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/hashcat-bin/ChangeLog,v 1.2 2012/07/02 01:19:04 zerochaos Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/hashcat-bin/ChangeLog,v 1.3 2012/07/03 22:27:31 zerochaos Exp $
+
+ 03 Jul 2012; Rick Farina <zerochaos@gentoo.org> hashcat-bin-0.39.ebuild:
+ fix loader location and minor ebuild style improvements
02 Jul 2012; Rick Farina <zerochaos@gentoo.org> hashcat-bin-0.39.ebuild:
trade RESTRICT=binchecks for QA_PREBUILT
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-crypt/hashcat-bin: hashcat-bin-0.39.ebuild ChangeLog
@ 2012-07-04 17:48 Richard Farina (zerochaos)
0 siblings, 0 replies; 3+ messages in thread
From: Richard Farina (zerochaos) @ 2012-07-04 17:48 UTC (permalink / raw
To: gentoo-commits
zerochaos 12/07/04 17:48:59
Modified: hashcat-bin-0.39.ebuild ChangeLog
Log:
minor QA for ebuild
(Portage version: 2.1.11.4/cvs/Linux x86_64)
Revision Changes Path
1.4 app-crypt/hashcat-bin/hashcat-bin-0.39.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/hashcat-bin/hashcat-bin-0.39.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/hashcat-bin/hashcat-bin-0.39.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/hashcat-bin/hashcat-bin-0.39.ebuild?r1=1.3&r2=1.4
Index: hashcat-bin-0.39.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-crypt/hashcat-bin/hashcat-bin-0.39.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- hashcat-bin-0.39.ebuild 3 Jul 2012 22:27:31 -0000 1.3
+++ hashcat-bin-0.39.ebuild 4 Jul 2012 17:48:59 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/hashcat-bin/hashcat-bin-0.39.ebuild,v 1.3 2012/07/03 22:27:31 zerochaos Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/hashcat-bin/hashcat-bin-0.39.ebuild,v 1.4 2012/07/04 17:48:59 zerochaos Exp $
EAPI=4
@@ -30,7 +30,7 @@
src_install() {
dodoc docs/*
- rm -rf *.exe docs || die
+ rm -r *.exe docs || die
use x86 && rm hashcat-cli64.bin
use amd64 && rm hashcat-cli32.bin
@@ -45,10 +45,10 @@
then
fperms +x /opt/${PN}/hashcat-cli32.bin
cat <<-EOF > "${ED}"/opt/bin/hashcat-cli32.bin
- #! /bin/sh
- cd /opt/${PN}
- echo "Warning: hashcat-cli32.bin is running from /opt/${PN} so be careful of relative paths."
- ./hashcat-cli32.bin $@
+ #! /bin/sh
+ cd /opt/${PN}
+ echo "Warning: hashcat-cli32.bin is running from /opt/${PN} so be careful of relative paths."
+ exec ./hashcat-cli32.bin $@
EOF
fperms +x /opt/bin/hashcat-cli32.bin
fi
@@ -56,10 +56,10 @@
then
fperms +x /opt/${PN}/hashcat-cli64.bin
cat <<-EOF > "${ED}"/opt/bin/hashcat-cli64.bin
- #! /bin/sh
- cd /opt/${PN}
- echo "Warning: hashcat-cli64.bin is running from /opt/${PN} so be careful of relative paths."
- ./hashcat-cli64.bin $@
+ #! /bin/sh
+ cd /opt/${PN}
+ echo "Warning: hashcat-cli64.bin is running from /opt/${PN} so be careful of relative paths."
+ exec ./hashcat-cli64.bin $@
EOF
fperms +x /opt/bin/hashcat-cli64.bin
fi
1.4 app-crypt/hashcat-bin/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/hashcat-bin/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/hashcat-bin/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/hashcat-bin/ChangeLog?r1=1.3&r2=1.4
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-crypt/hashcat-bin/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog 3 Jul 2012 22:27:31 -0000 1.3
+++ ChangeLog 4 Jul 2012 17:48:59 -0000 1.4
@@ -1,6 +1,9 @@
# ChangeLog for app-crypt/hashcat-bin
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/hashcat-bin/ChangeLog,v 1.3 2012/07/03 22:27:31 zerochaos Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/hashcat-bin/ChangeLog,v 1.4 2012/07/04 17:48:59 zerochaos Exp $
+
+ 04 Jul 2012; Rick Farina <zerochaos@gentoo.org> hashcat-bin-0.39.ebuild:
+ minor QA for ebuild
03 Jul 2012; Rick Farina <zerochaos@gentoo.org> hashcat-bin-0.39.ebuild:
fix loader location and minor ebuild style improvements
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-07-04 17:49 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-03 22:27 [gentoo-commits] gentoo-x86 commit in app-crypt/hashcat-bin: hashcat-bin-0.39.ebuild ChangeLog Richard Farina (zerochaos)
-- strict thread matches above, loose matches on Subject: below --
2012-07-04 17:48 Richard Farina (zerochaos)
2012-07-02 1:19 Richard Farina (zerochaos)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox