mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-21 06:10:56 +02:00
Merge pull request #328 from Wuodan/googlecode_files-move
Fix SRC_URIs with 'googlecode.com/files'
This commit is contained in:
commit
5812c02b01
5 changed files with 48 additions and 10 deletions
|
|
@ -1 +1 @@
|
|||
DIST pybonjour-1.1.1.tar.gz 18672 SHA256 006175b0fa6ef555fe8970132db81332827662a680d5f64dcb005bfcc80299ad SHA512 4d2d8d51f37c600d123ad0d2bb83b55b1c07faa1bf0a336e28dadd715234a3c2ed30082f7b1c49dcaa8cb469223932520086275e3151bcd796d70118af9aff1f WHIRLPOOL 1626568a9a3127b3707f0ea2405d5b3a6a05c5d0bb09920aeff7b0e5c41fb3cb59394cc4a126be8355fa2d97c08aaa8d4207141a664996406c18ba47b028b13f
|
||||
DIST pybonjour-1.1.1.tar.gz 18672 BLAKE2B 48d01ef8f580c66054b6679b221de01d568a055c17609dd42efe14da6a7c4e53aa70f7af134bfdf24b99030d71c1edb12eebff3bc9db9cf8408e4251f28db0dc SHA512 4d2d8d51f37c600d123ad0d2bb83b55b1c07faa1bf0a336e28dadd715234a3c2ed30082f7b1c49dcaa8cb469223932520086275e3151bcd796d70118af9aff1f
|
||||
|
|
|
|||
|
|
@ -1,8 +1,7 @@
|
|||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI="5"
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python{2_6,2_7} )
|
||||
|
||||
|
|
@ -10,7 +9,7 @@ inherit distutils-r1
|
|||
|
||||
DESCRIPTION="Python interface to Apple Bonjour and compatible DNS-SD libraries (Avahi)"
|
||||
HOMEPAGE="http://code.google.com/p/pybonjour/"
|
||||
SRC_URI="http://pybonjour.googlecode.com/files/${P}.tar.gz"
|
||||
SRC_URI="https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
|
|
|
|||
|
|
@ -1 +1,2 @@
|
|||
DIST grimwepa1.10a5.jar 325850 SHA256 7f00b11e1d790404afe229019722b0847a7d0c9d7013a3cdd1cb45212734abe1
|
||||
DIST grimwepa1.10a5.jar 325850 BLAKE2B c7a4f3be79ffaf50402406064012a0bd03a3f4d2fe4c646836fc65a6649a379a8e7b8044d99180186fc0fd5907af13e603e3ac27f7f9803deb6fc7dcba243711 SHA512 fa1ddf7770c5a43da64bd50dafdda1b854b60d3621a8afcb138b299acc017ca210d8e9bfc74bafc150830f8f4484de28d45baed2311e9bf4879a2f444bad5155
|
||||
DIST grimwepa1.10a6.jar 327458 BLAKE2B ae52dcd2d2cca2616a3122318ff49a95c17f256d12e24644ec4936297de8f16d77270b9513e936a3ec459aefee30b1da9aad93b5953f154ce820f8f587ca797b SHA512 1835a78be408cc9687b49f434ab7c5d59eab758c65d17c27d014d71606fdbf97a45ec7b030aa9e1860550cb0565ba19de20f88b95890264ec785ac0ffeba9654
|
||||
|
|
|
|||
|
|
@ -1,14 +1,13 @@
|
|||
# Copyright 1999-2007 Gentoo Foundation
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/net-proxy/webscarab/webscarab-20070504.ebuild,v 1.1 2007/06/17 16:14:46 mrness Exp $
|
||||
|
||||
EAPI="2"
|
||||
EAPI=6
|
||||
|
||||
inherit eutils
|
||||
|
||||
DESCRIPTION="A password cracker for both WEP and WPA-encrypted access points"
|
||||
HOMEPAGE="http://code.google.com/p/grimwepa/"
|
||||
SRC_URI="http://grimwepa.googlecode.com/files/grimwepa1.10a5.jar"
|
||||
SRC_URI="https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/${PN}/${PN}1.10a5.jar"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
|
|
@ -26,6 +25,8 @@ DEPEND=">=virtual/jre-1.5
|
|||
net-wireless/pyrit )"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
S="${WORKDIR}"
|
||||
|
||||
src_install() {
|
||||
newbin "${FILESDIR}/${PN}.sh" "${PN}"
|
||||
insinto /usr/lib
|
||||
|
|
|
|||
37
net-wireless/grimwepa/grimwepa-1.10_p6.ebuild
Normal file
37
net-wireless/grimwepa/grimwepa-1.10_p6.ebuild
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
inherit eutils
|
||||
|
||||
DESCRIPTION="A password cracker for both WEP and WPA-encrypted access points"
|
||||
HOMEPAGE="http://code.google.com/p/grimwepa/"
|
||||
SRC_URI="https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/${PN}/${PN}1.10a6.jar"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="+wep +extra"
|
||||
|
||||
# pyrit, gpu attack, FIXME use flag
|
||||
|
||||
DEPEND=">=virtual/jre-1.5
|
||||
net-wireless/wpa_supplicant
|
||||
wep? ( net-analyzer/macchanger )
|
||||
extra? ( app-crypt/crunch
|
||||
net-analyzer/wireshark
|
||||
net-analyzer/hydra
|
||||
net-wireless/pyrit )"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
S="${WORKDIR}"
|
||||
|
||||
src_install() {
|
||||
newbin "${FILESDIR}/${PN}.sh" "${PN}"
|
||||
insinto /usr/lib
|
||||
newins "${DISTDIR}/${A}" "${PN}.jar"
|
||||
insinto /etc
|
||||
doins "${FILESDIR}"/grimwepa.conf
|
||||
domenu "${FILESDIR}"/grimwepa.desktop
|
||||
}
|
||||
Loading…
Reference in a new issue