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 91D22138334 for ; Thu, 23 Aug 2018 12:42:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A3272E0918; Thu, 23 Aug 2018 12:42:26 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 7239EE0918 for ; Thu, 23 Aug 2018 12:42:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 1E8F9335C71 for ; Thu, 23 Aug 2018 12:42:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4E8B93AD for ; Thu, 23 Aug 2018 12:42:22 +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: <1535028112.7f20f495f79b5478abf1d7b69f47fc9e31209838.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-20151016.ebuild X-VCS-Directories: sys-process/xjobs/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: 7f20f495f79b5478abf1d7b69f47fc9e31209838 X-VCS-Branch: master Date: Thu, 23 Aug 2018 12:42:22 +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-Archives-Salt: 01119298-dd46-455f-82e2-a03f1934d9d7 X-Archives-Hash: ade76710ae43e0b76d79a24140101582 commit: 7f20f495f79b5478abf1d7b69f47fc9e31209838 Author: Michael Orlitzky gentoo org> AuthorDate: Thu Aug 23 12:41:52 2018 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Thu Aug 23 12:41:52 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f20f495 sys-process/xjobs: remove "unused" xjobs-20151016.ebuild. Package-Manager: Portage-2.3.44, Repoman-2.3.9 sys-process/xjobs/Manifest | 1 - sys-process/xjobs/xjobs-20151016.ebuild | 16 ---------------- 2 files changed, 17 deletions(-) diff --git a/sys-process/xjobs/Manifest b/sys-process/xjobs/Manifest index 57bc9bdccc8..90c00b2226c 100644 --- a/sys-process/xjobs/Manifest +++ b/sys-process/xjobs/Manifest @@ -1,2 +1 @@ -DIST xjobs-20151016.tgz 97553 BLAKE2B 20d9e197fcafb179d7bcbd78f9f70a2731a3de6df5854b797c2884e27e17855fa5f69761b65c39f0039c23dd019bb5a017735aa8b22ef3bce91b9447b24e86c6 SHA512 f8df8c4f3174bde08294d925678e3e1b87e096ce8eff3425613eaf325a2cc2ee0d58f52fea01c929dba35a96879a7bb7bc23b5f1a3e64b57d38dd1daaf9839bf DIST xjobs-20170829.tgz 109732 BLAKE2B 7c1db1b8bd5a382364d62093f7c28d4f6d13220c01b757c0f92fe1d20acdce699234e8e0c3fc98105a0e9cd93eb10738473ef95bb1e5bb64725155bc878bdb4e SHA512 9308c239ebf0dfa8374a85d753b2234c083b29e2b65b19028e5e67864df80df345ec232c13777cef8a21d3872408967a065fa8d54761b14a2f452b483b86f80c diff --git a/sys-process/xjobs/xjobs-20151016.ebuild b/sys-process/xjobs/xjobs-20151016.ebuild deleted file mode 100644 index a83a76980d5..00000000000 --- a/sys-process/xjobs/xjobs-20151016.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2016 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="" - -DEPEND="sys-devel/flex" -RDEPEND=""