]> gitweb.michael.orlitzky.com - mjo-overlay.git/blob - sys-process/xjobs/xjobs-20140125.ebuild
a614140ad9b69d036a5695bcc1b99be1c3b69f1a
[mjo-overlay.git] / sys-process / xjobs / xjobs-20140125.ebuild
1 # Copyright 1999-2014 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: $
4
5 EAPI=5
6
7 DESCRIPTION="Reads commands line by line and executes them in parallel"
8 HOMEPAGE="http://www.maier-komor.de/${PN}.html"
9 SRC_URI="http://www.maier-komor.de/${PN}/${P}.tgz"
10
11 LICENSE="GPL-2"
12 SLOT="0"
13 KEYWORDS="~amd64 ~x86"
14 IUSE=""
15
16 DEPEND="sys-devel/flex"
17 RDEPEND=""