| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.0 | 7 | amd64 ppc x86 | 0 |
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit fixheadtails toolchain-funcs
DESCRIPTION="Tool for applying patches that patch cannot apply because of conflicting changes"
HOMEPAGE="https://neil.brown.name/wiggle https://git.neil.brown.name/?p=wiggle.git"
SRC_URI="https://neil.brown.name/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ppc x86"
IUSE="test"
RESTRICT="!test? ( test )"
# The 'p' tool does support bitkeeper, but I'm against just dumping it in here
# due to it's size. I've explictly listed every other dependency here due to
# the nature of the shell program 'p'
RDEPEND="
dev-util/diffstat
dev-util/patchutils
sys-apps/diffutils
sys-apps/findutils
app-alternatives/awk
sys-apps/grep
sys-apps/less
sys-apps/sed
sys-apps/coreutils
sys-devel/patch
sys-libs/ncurses:0=
"
DEPEND="${RDEPEND}"
BDEPEND="
sys-apps/groff
virtual/pkgconfig
test? ( sys-process/time )
"
PATCHES=( "${FILESDIR}"/${P}-cflags.patch )
src_prepare() {
default
# Fix the reference to the help file so `p help' works
sed -i "s:\$0.help:${EPREFIX}/usr/share/wiggle/p.help:" p || die "sed failed on p"
ht_fix_file p
}
src_compile() {
tc-export PKG_CONFIG
emake CC="$(tc-getCC)" ${PN}
}
src_test() {
# Use prefixed time binary
emake TIME_CMD="${EPREFIX}/usr/bin/time" test
}
src_install() {
dobin wiggle p
doman wiggle.1
dodoc ANNOUNCE INSTALL TODO DOC/Algorithm notes
insinto /usr/share/wiggle
doins p.help
}
dev-util/diffstat dev-util/patchutils sys-apps/diffutils sys-apps/findutils app-alternatives/awk sys-apps/grep sys-apps/less sys-apps/sed sys-apps/coreutils sys-devel/patch sys-libs/ncurses:0=
dev-util/diffstat dev-util/patchutils sys-apps/diffutils sys-apps/findutils app-alternatives/awk sys-apps/grep sys-apps/less sys-apps/sed sys-apps/coreutils sys-devel/patch sys-libs/ncurses:0=
sys-apps/groff virtual/pkgconfig test? ( sys-process/time )
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | wiggle-1.0.tar.gz | 868216 bytes | https://neil.brown.name/wiggle/wiggle-1.0.tar.gz |