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 2D67A13997D for ; Sun, 10 Nov 2019 18:09:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4F7FBE09B6; Sun, 10 Nov 2019 18:09:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 318C2E09CF for ; Sun, 10 Nov 2019 18:09:05 +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 490DC34CB4C for ; Sun, 10 Nov 2019 18:09:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8719D8AB for ; Sun, 10 Nov 2019 18:09:02 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1573409318.02bcc4f6798ddc0270035978f66dfcba4c7e2c76.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/rej/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/rej/rej-0.16.ebuild X-VCS-Directories: dev-util/rej/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 02bcc4f6798ddc0270035978f66dfcba4c7e2c76 X-VCS-Branch: master Date: Sun, 10 Nov 2019 18:09:02 +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: 04ada859-48e0-4ef5-b27a-10fd34246927 X-Archives-Hash: 0cfc369e53e4ceb3aa3d2440e5a61888 commit: 02bcc4f6798ddc0270035978f66dfcba4c7e2c76 Author: Aaron Bauman gentoo org> AuthorDate: Sun Nov 10 18:08:38 2019 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sun Nov 10 18:08:38 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02bcc4f6 dev-util/rej: drop old EAPI Signed-off-by: Aaron Bauman gentoo.org> dev-util/rej/rej-0.16.ebuild | 30 ------------------------------ 1 file changed, 30 deletions(-) diff --git a/dev-util/rej/rej-0.16.ebuild b/dev-util/rej/rej-0.16.ebuild deleted file mode 100644 index 5ff7d706253..00000000000 --- a/dev-util/rej/rej-0.16.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -DESCRIPTION="A utility for solving diff/patch rejects" -HOMEPAGE="http://ftp.suse.com/pub/people/mason/rej/" -SRC_URI="http://ftp.suse.com/pub/people/mason/rej/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos" -IUSE="" - -DEPEND="" -RDEPEND=" - dev-lang/perl - !