summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger (mrueg) <mrueg@gentoo.org>2013-09-12 01:10:25 +0200
committerManuel Rüger (mrueg) <mrueg@gentoo.org>2013-09-12 01:10:25 +0200
commitdbe7bed9b704be13b19080026a612aaea892469c (patch)
treee81dba4d846fbbd1b234ee1137cc26e4fb22dcf2 /sys-apps/fwts/fwts-0.26.03.ebuild
parentIn tree (diff)
downloadsunrise-dbe7bed9b704be13b19080026a612aaea892469c.tar.gz
sunrise-dbe7bed9b704be13b19080026a612aaea892469c.tar.bz2
sunrise-dbe7bed9b704be13b19080026a612aaea892469c.zip
In tree.
Diffstat (limited to 'sys-apps/fwts/fwts-0.26.03.ebuild')
-rw-r--r--sys-apps/fwts/fwts-0.26.03.ebuild33
1 files changed, 0 insertions, 33 deletions
diff --git a/sys-apps/fwts/fwts-0.26.03.ebuild b/sys-apps/fwts/fwts-0.26.03.ebuild
deleted file mode 100644
index dec79ae62..000000000
--- a/sys-apps/fwts/fwts-0.26.03.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-inherit autotools
-DESCRIPTION="Firmware Test Suite"
-HOMEPAGE="https://wiki.ubuntu.com/Kernel/Reference/fwts"
-SRC_URI="http://launchpad.net/ubuntu/+archive/primary/+files/${PN}_${PV}.orig.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND="dev-libs/json-c
- dev-libs/libpcre
- sys-apps/pciutils
- sys-power/iasl
- sys-power/pmtools
- sys-apps/dmidecode"
-DEPEND="${RDEPEND}
- sys-devel/libtool"
-
-S=${WORKDIR}
-
-src_prepare(){
- sed -i -e 's/-Wall -Werror/-Wall/' configure.ac {,src/,src/lib/src/}Makefile.am || die
- sed -i -e 's:/usr/bin/lspci:'$(type -p lspci)':' src/lib/include/fwts_binpaths.h || die
- # No Makefile included - upstream wants autoreconf
- eautoreconf
-}