diff --git a/net-wireless/bully/Manifest b/net-wireless/bully/Manifest index e7d492f82..95ef4bfb7 100644 --- a/net-wireless/bully/Manifest +++ b/net-wireless/bully/Manifest @@ -1,2 +1 @@ -DIST bully-1.0.22.tar.gz 370596 BLAKE2B 975adb78985550419caf01e4028452ad8c8ac63dbb958e8b4137b6a82ab056db2ad3ca28cf8f64c5014d512d9d3a84c567cf80e74d53888cabe0087261f23f2e SHA512 7b25225afd55da87df33436d2192673731d9c6300bc146f8f55dcfddf03a2308db33161c3ca1c99b30b2275d9822ff44122298669fff0efd3752a2a0e6991dc3 -DIST bully-1.1.tar.gz 383917 BLAKE2B fbae50692c9a8419068954118d369e293900dd53b0e961353f8ead5c9e04b97a00fb40f9d4125a196a9a8047ef343e7d92b412b30145d32c88d8d21737755fcf SHA512 455c24e45c4e5f4bfb97cdb70da1f6b49b9614fb8cd52263b3153f2b62f30f88f068e43f73e4f87e2efd194413e137cd39eb378a40739dae3a8504dbd50165e7 +DIST bully-1.4.tar.gz 396422 BLAKE2B 03689f47185cd2fdb8085a3760f271406b635feeda1eb52fa904a50d64ab65bf6922ed1466948fac6fbf7515f57a215ee363d486ddfedfb6aa495adea7a00602 SHA512 66675f123fabb639ce187c71aa92808fef7287be4e997dae95f0a0dae9373a015ad1b90cd2597abdfc40fc7ff0c1aaaba6efb71eb8397532728fbc2dfe4e5986 diff --git a/net-wireless/bully/bully-1.0.22.ebuild b/net-wireless/bully/bully-1.0.22.ebuild deleted file mode 100644 index 1e7f11707..000000000 --- a/net-wireless/bully/bully-1.0.22.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" -inherit versionator -MY_PV=$(replace_version_separator 2 '-' ) - -DESCRIPTION="A wifi-protected-setup (WPS) brute force attack tool, similar to reaver" -HOMEPAGE="https://github.com/bdpurcell/bully" -SRC_URI="https://github.com/blshkv/bully/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz" -SLOT="0" -LICENSE="GPL-3+ GPL-2 BSD" -KEYWORDS="amd64 arm x86" - -DEPEND=">=dev-libs/openssl-1 - net-libs/libpcap" - -S="${WORKDIR}/${PN}-${MY_PV}" - -src_compile() { - cd "${S}/src" - emake || die "emake failed" -} - -src_install() { - cd "${S}/src" - emake DESTDIR="${D}" prefix=/usr install || die "emake failed" - dodoc "${S}/README.md" -} diff --git a/net-wireless/bully/bully-1.1.ebuild b/net-wireless/bully/bully-1.1.ebuild deleted file mode 100644 index 899695300..000000000 --- a/net-wireless/bully/bully-1.1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" -inherit versionator -MY_PV=$(replace_version_separator 2 '-' ) - -DESCRIPTION="A wifi-protected-setup (WPS) brute force attack tool, similar to reaver" -HOMEPAGE="https://github.com/aanarchyy/bully/releases" -SRC_URI="https://github.com/aanarchyy/bully/archive/${PV}.tar.gz -> ${P}.tar.gz" -SLOT="0" -LICENSE="GPL-3+ GPL-2 BSD" -KEYWORDS="amd64 arm x86" - -DEPEND=">=dev-libs/openssl-1 - net-libs/libpcap" - -S="${WORKDIR}/${PN}-${MY_PV}" - -src_compile() { - cd "${S}/src" - emake -} - -src_install() { - cd "${S}/src" - emake DESTDIR="${D}" prefix=/usr install - dodoc "${S}/README.md" -} diff --git a/net-wireless/bully/bully-1.1_p20170417.ebuild b/net-wireless/bully/bully-1.4.ebuild similarity index 54% rename from net-wireless/bully/bully-1.1_p20170417.ebuild rename to net-wireless/bully/bully-1.4.ebuild index 761b11462..9eb17a62d 100644 --- a/net-wireless/bully/bully-1.1_p20170417.ebuild +++ b/net-wireless/bully/bully-1.4.ebuild @@ -1,14 +1,14 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit git-r3 +#https://github.com/kimocoder/bully/issues/3 +MY_PV="${PV}-00" DESCRIPTION="A wifi-protected-setup (WPS) brute force attack tool, similar to reaver" HOMEPAGE="https://github.com/aanarchyy/bully/releases" -EGIT_REPO_URI="https://github.com/aanarchyy/bully.git" -EGIT_COMMIT="04185d7b1d1a7909f47f23fbd85691401c7fabd7" +SRC_URI="https://github.com/kimocoder/bully/archive/${MY_PV}-00.tar.gz -> ${P}.tar.gz" SLOT="0" LICENSE="GPL-3+ GPL-2 BSD" @@ -16,13 +16,15 @@ KEYWORDS="amd64 arm x86" DEPEND="net-libs/libpcap" -src_compile() { - cd "${S}/src" - emake -} +S="${WORKDIR}/${PN}-${MY_PV}/src" + +#src_compile() { +# cd "${S}/src" +# emake +#} src_install() { - cd "${S}/src" +# cd "${S}/src" emake DESTDIR="${D}" prefix=/usr install - dodoc "${S}/README.md" + dodoc "${S}/../README.md" }