* [gentoo-commits] gentoo-x86 commit in sys-apps/fwts: fwts-14.09.00.ebuild ChangeLog fwts-14.05.00.ebuild
@ 2014-09-25 0:29 Manuel Rueger (mrueg)
0 siblings, 0 replies; only message in thread
From: Manuel Rueger (mrueg) @ 2014-09-25 0:29 UTC (permalink / raw
To: gentoo-commits
mrueg 14/09/25 00:29:23
Modified: ChangeLog
Added: fwts-14.09.00.ebuild
Removed: fwts-14.05.00.ebuild
Log:
Version bump.
(Portage version: 2.2.13/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path
1.9 sys-apps/fwts/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/fwts/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/fwts/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/fwts/ChangeLog?r1=1.8&r2=1.9
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/fwts/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog 16 Jul 2014 00:45:12 -0000 1.8
+++ ChangeLog 25 Sep 2014 00:29:23 -0000 1.9
@@ -1,6 +1,12 @@
# 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.8 2014/07/16 00:45:12 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/fwts/ChangeLog,v 1.9 2014/09/25 00:29:23 mrueg Exp $
+
+*fwts-14.09.00 (25 Sep 2014)
+
+ 25 Sep 2014; Manuel Rüger <mrueg@gentoo.org> +fwts-14.09.00.ebuild,
+ -fwts-14.05.00.ebuild:
+ Version bump.
*fwts-14.06.00 (16 Jul 2014)
1.1 sys-apps/fwts/fwts-14.09.00.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/fwts/fwts-14.09.00.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/fwts/fwts-14.09.00.ebuild?rev=1.1&content-type=text/plain
Index: fwts-14.09.00.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/fwts/fwts-14.09.00.ebuild,v 1.1 2014/09/25 00:29:23 mrueg Exp $
EAPI=5
inherit autotools
DESCRIPTION="Firmware Test Suite"
HOMEPAGE="https://wiki.ubuntu.com/Kernel/Reference/fwts"
SRC_URI="http://fwts.ubuntu.com/release/${PN}-V${PV}.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
# Fix json-c includes
if has_version '>=dev-libs/json-c-0.10-r1'; then
sed -e 's/^#include <json\//#include <json-c\//g' -i \
configure.ac \
src/acpi/syntaxcheck/syntaxcheck.c \
src/lib/include/fwts_json.h \
src/lib/src/fwts_klog.c \
src/lib/src/fwts_log_json.c \
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
fi
eautoreconf
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2014-09-25 0:29 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-25 0:29 [gentoo-commits] gentoo-x86 commit in sys-apps/fwts: fwts-14.09.00.ebuild ChangeLog fwts-14.05.00.ebuild Manuel Rueger (mrueg)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox