app-text/rpl - 2.0.4 (gentoo)

Search

Package Information

Description:
Intelligent recursive search/replace utility
Homepage:
https://rpl.sourceforge.net/ https://github.com/rrthomas/rpl
License:
GPL-3+

Ebuild Details

Version EAPI Keywords Slot
2.0.4 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit autotools vala

DESCRIPTION="Intelligent recursive search/replace utility"
HOMEPAGE="https://rpl.sourceforge.net/ https://github.com/rrthomas/rpl"
SRC_URI="https://github.com/rrthomas/rpl/releases/download/v${PV}/${P}.tar.gz"

LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
# unable to cause tests to pass fully
RESTRICT="test"

RDEPEND="
	app-i18n/uchardet
	dev-libs/glib:2
	dev-libs/libpcre2:=
"
DEPEND="${RDEPEND}"
BDEPEND="
	dev-util/gengetopt
	sys-apps/help2man
	virtual/pkgconfig
	$(vala_depend)
"

PATCHES=(
	"${FILESDIR}/${P}-uchardet-vala.patch"
)

src_prepare() {
	default
	eautoreconf
	vala_setup
	rm *_vala.stamp || die
}

Dependencies

DEPEND

	app-i18n/uchardet
	dev-libs/glib:2
	dev-libs/libpcre2:=

RDEPEND

	app-i18n/uchardet
	dev-libs/glib:2
	dev-libs/libpcre2:=

BDEPEND

	dev-util/gengetopt
	sys-apps/help2man
	virtual/pkgconfig
	$(vala_depend)

Manifest for 2.0.4

Type File Size Source URLs
DIST rpl-2.0.4.tar.gz 1098594 bytes https://github.com/rrthomas/rpl/releases/download/v2.0.4/rpl-2.0.4.tar.gz