mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-util/rej: drop old EAPI
Signed-off-by: Aaron Bauman <bman@gentoo.org>
This commit is contained in:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user