mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
dev-util/dirdiff: EAPI 6 bump.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
This commit is contained in:
parent
0652f7800f
commit
dfbcf10e05
43
dev-util/dirdiff/dirdiff-2.1-r3.ebuild
Normal file
43
dev-util/dirdiff/dirdiff-2.1-r3.ebuild
Normal file
@ -0,0 +1,43 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
inherit flag-o-matic multilib toolchain-funcs
|
||||
|
||||
DESCRIPTION="A tool for differing and merging directories"
|
||||
SRC_URI="http://samba.org/ftp/paulus/${P}.tar.gz"
|
||||
HOMEPAGE="http://samba.org/ftp/paulus/"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~mips ~ppc ~x86"
|
||||
|
||||
DEPEND="
|
||||
dev-lang/tk:0=
|
||||
dev-lang/tcl:0="
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}/${P}-include.patch"
|
||||
"${FILESDIR}/${P}-build.patch"
|
||||
"${FILESDIR}/${P}-vcs.patch"
|
||||
"${FILESDIR}/${P}-tcl8.6.patch"
|
||||
"${FILESDIR}/${P}-funky-chars.patch"
|
||||
)
|
||||
|
||||
DOCS=( README )
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
tc-export CC
|
||||
append-cppflags -I"${EPREFIX}"/usr/include/tcl
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dobin "${PN}"
|
||||
dolib.so libfilecmp.so.0.0
|
||||
dosym libfilecmp.so.0.0 /usr/$(get_libdir)/libfilecmp.so.0
|
||||
dosym libfilecmp.so.0.0 /usr/$(get_libdir)/libfilecmp.so
|
||||
einstalldocs
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user