blueness 14/11/19 13:22:12 Modified: ChangeLog Added: spew-1.0.8-r1.ebuild Log: Fix bug #529764 (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Revision Changes Path 1.8 app-benchmarks/spew/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-benchmarks/spew/ChangeLog?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-benchmarks/spew/ChangeLog?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-benchmarks/spew/ChangeLog?r1=1.7&r2=1.8 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-benchmarks/spew/ChangeLog,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- ChangeLog 21 Jun 2013 13:19:42 -0000 1.7 +++ ChangeLog 19 Nov 2014 13:22:12 -0000 1.8 @@ -1,6 +1,12 @@ # ChangeLog for app-benchmarks/spew -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/spew/ChangeLog,v 1.7 2013/06/21 13:19:42 blueness Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/spew/ChangeLog,v 1.8 2014/11/19 13:22:12 blueness Exp $ + +*spew-1.0.8-r1 (19 Nov 2014) + + 19 Nov 2014; Anthony G. Basile <[email protected]> + +files/fix-ncurses-tinfo.patch, +spew-1.0.8-r1.ebuild: + Fix bug #529764 14 Jul 2012; Anthony G. Basile <[email protected]> spew-1.0.8.ebuild: Keyword ~arm ~mips 1.1 app-benchmarks/spew/spew-1.0.8-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-benchmarks/spew/spew-1.0.8-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-benchmarks/spew/spew-1.0.8-r1.ebuild?rev=1.1&content-type=text/plain Index: spew-1.0.8-r1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-benchmarks/spew/spew-1.0.8-r1.ebuild,v 1.1 2014/11/19 13:22:12 blueness Exp $ EAPI=4 inherit autotools eutils toolchain-funcs DESCRIPTION="Measures I/O performance and/or generates I/O load" HOMEPAGE="http://spew.berlios.de/" SRC_URI="ftp://ftp.berlios.de/pub/spew/1.0.8/spew-1.0.8.tgz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86" IUSE="static" DEPEND="static? ( sys-libs/ncurses[-gpm] dev-libs/popt[static-libs] ) !static? ( sys-libs/ncurses dev-libs/popt )" RDEPEND="${DEPEND}" src_prepare() { epatch "${FILESDIR}"/fix-automake-1.13.patch epatch "${FILESDIR}"/remove-symlinks-makefile.patch epatch "${FILESDIR}"/fix-ncurses-tinfo.patch eautoreconf } src_configure() { econf $(use_enable static static-link) } src_compile() { emake AR=$(tc-getAR) } src_install() { emake DESTDIR="${D}" install dosym ${PN} /usr/bin/gorge dosym ${PN} /usr/bin/regorge dosym ${PN}.1.bz2 /usr/share/man/man1/gorge.1.bz2 dosym ${PN}.1.bz2 /usr/share/man/man1/reorge.1.bz2 }
