summaryrefslogtreecommitdiff
path: root/dev-util/rej/rej-0.16.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/rej/rej-0.16.ebuild')
-rw-r--r--dev-util/rej/rej-0.16.ebuild28
1 files changed, 28 insertions, 0 deletions
diff --git a/dev-util/rej/rej-0.16.ebuild b/dev-util/rej/rej-0.16.ebuild
new file mode 100644
index 000000000000..82d14beb6e27
--- /dev/null
+++ b/dev-util/rej/rej-0.16.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+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
+}