You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
571 B
31 lines
571 B
# 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
|
|
}
|