net-misc/shell-oaiharvester - 2.5.2 (flavour)

Search

Package Information

Description:
OAI-PMH harvester built in shell
Homepage:
https://codeberg.org/wimmuskee/shell-oaiharvester
License:
GPL-3

Ebuild Details

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

EAPI="8"

inherit autotools

DESCRIPTION="OAI-PMH harvester built in shell"
HOMEPAGE="https://codeberg.org/wimmuskee/shell-oaiharvester"
SRC_URI="https://codeberg.org/wimmuskee/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test validation"
RESTRICT="mirror
	!test? ( test )"

RDEPEND="
	app-shells/bash:*
	dev-libs/libxslt
	net-misc/curl
	sys-apps/grep
	sys-apps/sed
	validation? ( dev-libs/libxml2 )
"
DEPEND="sys-apps/help2man
	test? ( ${RDEPEND} )"

src_prepare() {
	default
	eautoreconf
}

src_test() {
	./test.sh || die "Test failed"
}

USE Flags

Dependencies

DEPEND

sys-apps/help2man
	test? ( 
	app-shells/bash:*
	dev-libs/libxslt
	net-misc/curl
	sys-apps/grep
	sys-apps/sed
	validation? ( dev-libs/libxml2 )
 )

RDEPEND

	app-shells/bash:*
	dev-libs/libxslt
	net-misc/curl
	sys-apps/grep
	sys-apps/sed
	validation? ( dev-libs/libxml2 )

Manifest for 2.5.2

Type File Size Source URLs
DIST shell-oaiharvester-2.5.2.tar.gz 26890 bytes https://codeberg.org/wimmuskee/shell-oaiharvester/archive/2.5.2.tar.gz