Install this version:
emerge -a =app-text/libxmlpatch-0.3.3
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-text/libxmlpatch-0.3.3
Or alternatively:
emerge --autounmask-write -a =app-text/libxmlpatch-0.3.3
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.3.3 | 7 | ~amd64 | 0 |
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit autotools
DESCRIPTION="A set of tools to create and apply patch to XML files using XPath"
HOMEPAGE="http://xmlpatch.sourceforge.net/"
SRC_URI="https://downloads.sourceforge.net/${PN/lib}/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64"
IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND="
dev-libs/glib:2
dev-libs/libxml2:="
DEPEND="${RDEPEND}
test? ( dev-libs/check )"
BDEPEND="virtual/pkgconfig"
PATCHES=( "${FILESDIR}"/${P}-gentoo.patch )
src_prepare() {
default
mv configure.{in,ac} || die
eautoreconf
}
src_configure() {
econf \
--disable-static \
$(use_with test check)
}
src_install() {
default
# no static archives
find "${D}" -name '*.la' -delete || die
}
Manage flags for this package:
euse -i <flag> -p app-text/libxmlpatch |
euse -E <flag> -p app-text/libxmlpatch |
euse -D <flag> -p app-text/libxmlpatch
dev-libs/glib:2 dev-libs/libxml2:= test? ( dev-libs/check )
dev-libs/glib:2 dev-libs/libxml2:=
virtual/pkgconfig
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | libxmlpatch-0.3.3.tar.gz | 405496 bytes | https://downloads.sourceforge.net/xmlpatch/libxmlpatch-0.3.3.tar.gz |