dev-util/rej: EAPI=7
authorJeroen Roovers <jer@gentoo.org>
Thu, 10 Oct 2019 16:58:18 +0000 (18:58 +0200)
committerJeroen Roovers <jer@gentoo.org>
Thu, 10 Oct 2019 17:04:18 +0000 (19:04 +0200)
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
dev-util/rej/rej-0.16-r1.ebuild [new file with mode: 0644]

diff --git a/dev-util/rej/rej-0.16-r1.ebuild b/dev-util/rej/rej-0.16-r1.ebuild
new file mode 100644 (file)
index 0000000..1a019d1
--- /dev/null
@@ -0,0 +1,28 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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"
+
+RDEPEND="
+       dev-lang/perl
+       !<app-editors/mp-5
+       !dev-lang/qu-prolog
+       !dev-util/mpatch
+"
+
+src_test() {
+       sh runtests.sh || die
+}
+
+src_install() {
+       dobin rej qp mp
+       dodoc CHANGELOG README vimrc
+}