Install this version:
emerge -a =media-radio/adifmerg-20250112
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =media-radio/adifmerg-20250112
Or alternatively:
emerge --autounmask-write -a =media-radio/adifmerg-20250112
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="A small conversion and check utility for ADIF files"
HOMEPAGE="https://github.com/oh7bf/adifmerg"
COMMIT="4b5dec2c9437e2b7a9a31a97f80c11216f8790d2"
SRC_URI="https://github.com/oh7bf/adifmerg/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}-${COMMIT}"
KEYWORDS="amd64 x86"
LICENSE="GPL-2"
SLOT="0"
IUSE="examples"
RDEPEND="dev-lang/perl"
src_install() {
dobin adifmerg
doman doc/adifmerg.1
dodoc CHANGELOG README.md
if use examples; then
insinto /usr/share/${PN}
doins -r script
fi
}
Manage flags for this package:
euse -i <flag> -p media-radio/adifmerg |
euse -E <flag> -p media-radio/adifmerg |
euse -D <flag> -p media-radio/adifmerg
dev-lang/perl
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | adifmerg-20250112.tar.gz | 74371 bytes | https://github.com/oh7bf/adifmerg/archive/4b5dec2c9437e2b7a9a31a97f80c11216f8790d2.tar.gz |