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
# 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"
}
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
sys-apps/help2man test? ( app-shells/bash:* dev-libs/libxslt net-misc/curl sys-apps/grep sys-apps/sed validation? ( dev-libs/libxml2 ) )
app-shells/bash:* dev-libs/libxslt net-misc/curl sys-apps/grep sys-apps/sed validation? ( dev-libs/libxml2 )
| 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 |