app-misc/jo - 1.2 (didos)

Search

Install

Install this version:

emerge -a =app-misc/jo-1.2

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

autounmask =app-misc/jo-1.2

Or alternatively:

emerge --autounmask-write -a =app-misc/jo-1.2

Package Information

Description:
Web log analyzer using probabilistic data structures
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
1.2 7 ~amd64 ~arm ~arm64 0
View Raw Ebuild
# Copyright 2016-2017,2019 Jan Chren (rindeal)
# Distributed under the terms of the GNU General Public License v2

EAPI=7
inherit rindeal

## git-hosting.eclass:
GH_RN='github:jpmens'

## EXPORT_FUNCTIONS: src_unpack
inherit git-hosting

## functions: eautoreconf
inherit autotools

DESCRIPTION='Web log analyzer using probabilistic data structures'
LICENSE='GPL-2'

SLOT='0'

KEYWORDS='~amd64 ~arm ~arm64'

src_prepare() {
	default

	eautoreconf
}

Inherited Eclasses