mrueg 15/04/20 14:24:15 Modified: ChangeLog Added: fwts-15.03.01.ebuild Log: Version bump. (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path 1.14 sys-apps/fwts/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/fwts/ChangeLog?rev=1.14&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/fwts/ChangeLog?rev=1.14&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/fwts/ChangeLog?r1=1.13&r2=1.14 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/fwts/ChangeLog,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- ChangeLog 21 Dec 2014 21:46:42 -0000 1.13 +++ ChangeLog 20 Apr 2015 14:24:15 -0000 1.14 @@ -1,6 +1,11 @@ # ChangeLog for sys-apps/fwts -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/fwts/ChangeLog,v 1.13 2014/12/21 21:46:42 mrueg Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/fwts/ChangeLog,v 1.14 2015/04/20 14:24:15 mrueg Exp $ + +*fwts-15.03.01 (20 Apr 2015) + + 20 Apr 2015; Manuel Rüger <[email protected]> +fwts-15.03.01.ebuild: + Version bump. 21 Dec 2014; Manuel Rüger <[email protected]> -fwts-14.11.00.ebuild: Forgot to drop the actual ebuild in the last commit. 1.1 sys-apps/fwts/fwts-15.03.01.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/fwts/fwts-15.03.01.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/fwts/fwts-15.03.01.ebuild?rev=1.1&content-type=text/plain Index: fwts-15.03.01.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-apps/fwts/fwts-15.03.01.ebuild,v 1.1 2015/04/20 14:24:15 mrueg Exp $ EAPI=5 inherit autotools DESCRIPTION="Firmware Test Suite" HOMEPAGE="https://wiki.ubuntu.com/Kernel/Reference/fwts" SRC_URI="https://launchpad.net/ubuntu/+archive/primary/+files/${PN}_${PV}.orig.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64" IUSE="" RDEPEND=">=dev-libs/json-c-0.10-r1 dev-libs/glib:2 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 # Fix json-c includes sed -e 's/^#include <json\//#include <json-c\//g' -i \ configure.ac || die sed -e 's/^#include <json.h>/#include <json-c\/json.h>/' \ -i src/lib/include/fwts_json.h \ src/utilities/kernelscan.c || die sed -e 's/-ljson/-ljson-c/'\ -i src/Makefile.am\ src/lib/src/Makefile.am\ src/utilities/Makefile.am || die eautoreconf }
