diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2018-05-22 18:11:43 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2018-05-22 18:12:11 +0300 |
commit | eff92776145ac43fd18b638a90eff3e4504c4b13 (patch) | |
tree | 4dece4897f8898cb88d650b9b57a60cb88d1c130 /app-benchmarks/spew | |
parent | media-fonts/fira-code: amd64 stable wrt bug #656078 (diff) | |
download | gentoo-eff92776145ac43fd18b638a90eff3e4504c4b13.tar.gz gentoo-eff92776145ac43fd18b638a90eff3e4504c4b13.tar.bz2 gentoo-eff92776145ac43fd18b638a90eff3e4504c4b13.zip |
app-benchmarks/spew: Drop old (EAPI=4)
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'app-benchmarks/spew')
-rw-r--r-- | app-benchmarks/spew/spew-1.0.8.ebuild | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/app-benchmarks/spew/spew-1.0.8.ebuild b/app-benchmarks/spew/spew-1.0.8.ebuild deleted file mode 100644 index a699f26eac3d..000000000000 --- a/app-benchmarks/spew/spew-1.0.8.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -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 - 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 -} |