Gentoo Archives: gentoo-commits

From: Michael Orlitzky <mjo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/xjobs/
Date: Mon, 19 Aug 2019 12:31:53
Message-Id: 1566217866.85e66acf23b5af7a19af206d931af16a3768ee2e.mjo@gentoo
1 commit: 85e66acf23b5af7a19af206d931af16a3768ee2e
2 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 19 12:31:06 2019 +0000
4 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 19 12:31:06 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85e66acf
7
8 sys-process/xjobs: remove old xjobs-20170829.ebuild.
9
10 Closes: https://bugs.gentoo.org/689982
11 Package-Manager: Portage-2.3.69, Repoman-2.3.16
12 Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>
13
14 sys-process/xjobs/Manifest | 1 -
15 sys-process/xjobs/xjobs-20170829.ebuild | 21 ---------------------
16 2 files changed, 22 deletions(-)
17
18 diff --git a/sys-process/xjobs/Manifest b/sys-process/xjobs/Manifest
19 index f6db8bc3c73..4f60511060e 100644
20 --- a/sys-process/xjobs/Manifest
21 +++ b/sys-process/xjobs/Manifest
22 @@ -1,2 +1 @@
23 -DIST xjobs-20170829.tgz 109732 BLAKE2B 7c1db1b8bd5a382364d62093f7c28d4f6d13220c01b757c0f92fe1d20acdce699234e8e0c3fc98105a0e9cd93eb10738473ef95bb1e5bb64725155bc878bdb4e SHA512 9308c239ebf0dfa8374a85d753b2234c083b29e2b65b19028e5e67864df80df345ec232c13777cef8a21d3872408967a065fa8d54761b14a2f452b483b86f80c
24 DIST xjobs-20190725.tgz 113216 BLAKE2B 079b6e104bb160101b2c4ef11e73ff040a8efa30839a39f9c91121b4928ddeefaefa43c3a94e18c9359fb6f66862ad7554598561a4e0c7f36b8f622d9a394340 SHA512 23ead9d33ebacb1b3d7a03c72c40dfb34b6254add81b0fde9e458a4be54f6298d2ce6a0b65742ac050685212eea8c5f83d48ea98b09c3928b16e36c7447a9551
25
26 diff --git a/sys-process/xjobs/xjobs-20170829.ebuild b/sys-process/xjobs/xjobs-20170829.ebuild
27 deleted file mode 100644
28 index 00bfacb70cb..00000000000
29 --- a/sys-process/xjobs/xjobs-20170829.ebuild
30 +++ /dev/null
31 @@ -1,21 +0,0 @@
32 -# Copyright 1999-2018 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -
37 -DESCRIPTION="Reads commands line by line and executes them in parallel"
38 -HOMEPAGE="http://www.maier-komor.de/xjobs.html"
39 -SRC_URI="http://www.maier-komor.de/${PN}/${P}.tgz"
40 -
41 -LICENSE="GPL-2"
42 -SLOT="0"
43 -KEYWORDS="amd64 x86"
44 -IUSE="examples"
45 -
46 -DEPEND="sys-devel/flex"
47 -RDEPEND=""
48 -
49 -src_install() {
50 - default
51 - use examples && dodoc -r examples
52 -}