summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2019-11-10 13:08:38 -0500
committerAaron Bauman <bman@gentoo.org>2019-11-10 13:08:38 -0500
commit02bcc4f6798ddc0270035978f66dfcba4c7e2c76 (patch)
treec24d405ba3886c62cffc5d874d7696eeb2633551
parentdev-util/rej: ALLARCHES EAPI bump (diff)
downloadgentoo-02bcc4f6798ddc0270035978f66dfcba4c7e2c76.tar.gz
gentoo-02bcc4f6798ddc0270035978f66dfcba4c7e2c76.tar.bz2
gentoo-02bcc4f6798ddc0270035978f66dfcba4c7e2c76.zip
dev-util/rej: drop old EAPI
Signed-off-by: Aaron Bauman <bman@gentoo.org>
-rw-r--r--dev-util/rej/rej-0.16.ebuild30
1 files changed, 0 insertions, 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 5ff7d706253d..000000000000
--- 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
- !<app-editors/mp-5
- !dev-lang/qu-prolog
- !dev-util/mpatch
- "
-
-src_compile() {
- echo
-}
-
-src_install() {
- dobin rej qp mp
- dodoc CHANGELOG README vimrc
-}