parlay

yet another gentoo overlay
git clone https://git.parazyd.org/parlay
Log | Files | Refs | README

commit 104d34bdd52637eca46d28c5dd3d2dcd76b96f21
parent 1479b60d3bf24f390470638846f894d81a58257d
Author: parazyd <parazyd@dyne.org>
Date:   Mon, 10 Oct 2016 14:45:46 +0200

net-wireless/pixiewps: Remove non-9990 ebuilds.

Diffstat:
Dnet-wireless/pixiewps/Manifest | 2--
Dnet-wireless/pixiewps/pixiewps-1.1.ebuild | 30------------------------------
Dnet-wireless/pixiewps/pixiewps-1.2.2.ebuild | 30------------------------------
3 files changed, 0 insertions(+), 62 deletions(-)

diff --git a/net-wireless/pixiewps/Manifest b/net-wireless/pixiewps/Manifest @@ -1,2 +0,0 @@ -DIST pixiewps-1.1.tar.gz 24148 SHA256 450127429976329b55d6b4e8510c91577ff51e66d43ac1677acd9bcf586c180e SHA512 781c72c78cf12850afadb968d12b6c11965d373cedc0eddffeae7e3b279cdc77fee08cb031fb7716725294a3fde24ecd1e4ce91a327709d6d9378668a5559d50 WHIRLPOOL aa40e8a01fee30a6dd6d86b2ee184d37c6c0ae88d2a3fcbb438ee11c6bc1c88c5d1a48b8b7b4f7b18ef90ba9b9e485975c24ef26883da6d6654bf0e41158e138 -DIST pixiewps-1.2.2.tar.gz 38778 SHA256 6da09b8ac67cd556b901606e5a72548174cd1e6a89cc52a246d49e0a5ff83db8 SHA512 096d9f9e50aede2a77d70b6a7bcbc6ee3559d65f70577a4669076f1d8f3d153f18ceb7ea1cbfec09d20d76ebffb189ef1f8e5047362f33ff787be20e46d3e33e WHIRLPOOL 70b239397c3ecf9ba8da734c901e0b980237907a3d75a8059d48aaf5ff9b5b7ffcc7c0e728b2c58e928975050aad81dfe153049ee8cc91be5fd1ab46d0304640 diff --git a/net-wireless/pixiewps/pixiewps-1.1.ebuild b/net-wireless/pixiewps/pixiewps-1.1.ebuild @@ -1,30 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -DESCRIPTION="Bruteforce offline the WPS pin exploiting the low or non-existing entropy" -HOMEPAGE="https://github.com/wiire/pixiewps" -SRC_URI="https://github.com/wiire/pixiewps/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="libressl" - -DEPEND=" - !libressl? ( dev-libs/openssl:0 ) - libressl? ( dev-libs/libressl:0 )" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${P}/src" - -src_prepare() { - sed -i -e 's|/usr/local|/usr|' Makefile -} - -src_install() { - dobin pixiewps - dodoc ../README.md -} diff --git a/net-wireless/pixiewps/pixiewps-1.2.2.ebuild b/net-wireless/pixiewps/pixiewps-1.2.2.ebuild @@ -1,30 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -DESCRIPTION="Bruteforce offline the WPS pin exploiting the low or non-existing entropy" -HOMEPAGE="https://github.com/wiire/pixiewps" -SRC_URI="https://github.com/wiire/pixiewps/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="libressl" - -DEPEND=" - !libressl? ( dev-libs/openssl:0 ) - libressl? ( dev-libs/libressl:0 )" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${P}/src" - -src_prepare() { - sed -i -e 's|/usr/local|/usr|' Makefile -} - -src_install() { - dobin pixiewps - dodoc ../README.md -}