Install this version:
emerge -a =app-text/logmerge-0.5.2b
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-text/logmerge-0.5.2b
Or alternatively:
emerge --autounmask-write -a =app-text/logmerge-0.5.2b
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Small and powerful script to merge two or more logfiles"
HOMEPAGE="https://github.com/ildar-shaimordanov/logmerge"
SRC_URI="https://github.com/ildar-shaimordanov/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND="dev-lang/perl"
src_install() {
default
dobin logmerge
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | logmerge-0.5.2b.tar.gz | 3407 bytes | https://github.com/ildar-shaimordanov/logmerge/archive/v0.5.2b.tar.gz |