From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A3696138334 for ; Mon, 19 Aug 2019 12:31:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E97B4E0855; Mon, 19 Aug 2019 12:31:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CEDD1E0855 for ; Mon, 19 Aug 2019 12:31:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 798C1349E3C for ; Mon, 19 Aug 2019 12:31:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 454C04D3 for ; Mon, 19 Aug 2019 12:31:49 +0000 (UTC) From: "Michael Orlitzky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" Message-ID: <1566217866.85e66acf23b5af7a19af206d931af16a3768ee2e.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/xjobs/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-process/xjobs/Manifest sys-process/xjobs/xjobs-20170829.ebuild X-VCS-Directories: sys-process/xjobs/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: 85e66acf23b5af7a19af206d931af16a3768ee2e X-VCS-Branch: master Date: Mon, 19 Aug 2019 12:31:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c867e463-b5e2-4816-afba-1a3fb7646917 X-Archives-Hash: a43601efdf5c42a441783405d717fe55 commit: 85e66acf23b5af7a19af206d931af16a3768ee2e Author: Michael Orlitzky gentoo org> AuthorDate: Mon Aug 19 12:31:06 2019 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Mon Aug 19 12:31:06 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85e66acf sys-process/xjobs: remove old xjobs-20170829.ebuild. Closes: https://bugs.gentoo.org/689982 Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Michael Orlitzky gentoo.org> sys-process/xjobs/Manifest | 1 - sys-process/xjobs/xjobs-20170829.ebuild | 21 --------------------- 2 files changed, 22 deletions(-) diff --git a/sys-process/xjobs/Manifest b/sys-process/xjobs/Manifest index f6db8bc3c73..4f60511060e 100644 --- a/sys-process/xjobs/Manifest +++ b/sys-process/xjobs/Manifest @@ -1,2 +1 @@ -DIST xjobs-20170829.tgz 109732 BLAKE2B 7c1db1b8bd5a382364d62093f7c28d4f6d13220c01b757c0f92fe1d20acdce699234e8e0c3fc98105a0e9cd93eb10738473ef95bb1e5bb64725155bc878bdb4e SHA512 9308c239ebf0dfa8374a85d753b2234c083b29e2b65b19028e5e67864df80df345ec232c13777cef8a21d3872408967a065fa8d54761b14a2f452b483b86f80c DIST xjobs-20190725.tgz 113216 BLAKE2B 079b6e104bb160101b2c4ef11e73ff040a8efa30839a39f9c91121b4928ddeefaefa43c3a94e18c9359fb6f66862ad7554598561a4e0c7f36b8f622d9a394340 SHA512 23ead9d33ebacb1b3d7a03c72c40dfb34b6254add81b0fde9e458a4be54f6298d2ce6a0b65742ac050685212eea8c5f83d48ea98b09c3928b16e36c7447a9551 diff --git a/sys-process/xjobs/xjobs-20170829.ebuild b/sys-process/xjobs/xjobs-20170829.ebuild deleted file mode 100644 index 00bfacb70cb..00000000000 --- a/sys-process/xjobs/xjobs-20170829.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="Reads commands line by line and executes them in parallel" -HOMEPAGE="http://www.maier-komor.de/xjobs.html" -SRC_URI="http://www.maier-komor.de/${PN}/${P}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="examples" - -DEPEND="sys-devel/flex" -RDEPEND="" - -src_install() { - default - use examples && dodoc -r examples -}