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

Search

Install

Install this version:

emerge -a =net-misc/shell-oaiharvester-2.6.0

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =net-misc/shell-oaiharvester-2.6.0

Or alternatively:

emerge --autounmask-write -a =net-misc/shell-oaiharvester-2.6.0

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.6.0 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

Manage flags for this package: euse -i <flag> -p net-misc/shell-oaiharvester | euse -E <flag> -p net-misc/shell-oaiharvester | euse -D <flag> -p net-misc/shell-oaiharvester

Global/Standard Flags

Inherited Eclasses

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.6.0

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