summaryrefslogtreecommitdiff
path: root/net-wireless/b43-openfwwf/b43-openfwwf-5.2.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@rogentos.ro>2016-08-11 00:33:31 +0100
committerV3n3RiX <venerix@rogentos.ro>2016-08-11 00:33:31 +0100
commitff5dd7b3704b9e8f9f606d4929f95694ec84ddf3 (patch)
tree393b3bd8a65eb3ec464babab42da8d9ec88851c3 /net-wireless/b43-openfwwf/b43-openfwwf-5.2.ebuild
parent4c05e04608db666140daaa94499f5f90521a2cc4 (diff)
cleanup
Diffstat (limited to 'net-wireless/b43-openfwwf/b43-openfwwf-5.2.ebuild')
-rw-r--r--net-wireless/b43-openfwwf/b43-openfwwf-5.2.ebuild21
1 files changed, 0 insertions, 21 deletions
diff --git a/net-wireless/b43-openfwwf/b43-openfwwf-5.2.ebuild b/net-wireless/b43-openfwwf/b43-openfwwf-5.2.ebuild
deleted file mode 100644
index 9dc27fa4..00000000
--- a/net-wireless/b43-openfwwf/b43-openfwwf-5.2.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="2"
-
-DESCRIPTION="OpenBroadcom Firmware"
-HOMEPAGE="http://www.ing.unibs.it/openfwwf/"
-SRC_URI="http://www.ing.unibs.it/openfwwf/firmware/openfwwf-${PV}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-IUSE=""
-
-DEPEND="net-wireless/b43-tools[assembler]"
-S="${WORKDIR}/openfwwf-${PV}"
-
-src_install() {
- emake PREFIX="${D}"/lib/firmware/b43-open install || die "emake failed"
-}