summaryrefslogtreecommitdiff
path: root/net-wireless/b43-openfwwf/b43-openfwwf-5.2.ebuild
diff options
context:
space:
mode:
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"
-}