dev-erlang/unite - 0.4.0 (lanodanOverlay)

Search

Install

Install this version:

emerge -a =dev-erlang/unite-0.4.0

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

autounmask =dev-erlang/unite-0.4.0

Or alternatively:

emerge --autounmask-write -a =dev-erlang/unite-0.4.0

Package Information

Description:
Pretty EUnit test formatters
Homepage:
https://github.com/eproxus/meck
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
0.4.0 7 ~amd64 ~arm ~ppc ~sparc ~x86 0
View Raw Ebuild
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit rebar3

DESCRIPTION="Pretty EUnit test formatters"
HOMEPAGE="https://github.com/eproxus/meck"
SRC_URI="https://github.com/eproxus/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~ppc ~sparc ~x86"

IUSE="test"

RESTRICT="!test? ( test )"

DEPEND="
	>=dev-erlang/color-1.0.0
	>=dev-erlang/tdiff-0.1.2
"
RDEPEND="${DEPEND}"

# uses ex_doc
DOCS=( CHANGELOG.md README.md )

src_prepare() {
	rebar3_src_prepare

	sed -i '/{project_plugins,/d' rebar.config || die
}

USE Flags

Manage flags for this package: euse -i <flag> -p dev-erlang/unite | euse -E <flag> -p dev-erlang/unite | euse -D <flag> -p dev-erlang/unite

Global/Standard Flags

Inherited Eclasses

Dependencies

DEPEND

	>=dev-erlang/color-1.0.0
	>=dev-erlang/tdiff-0.1.2

RDEPEND

	>=dev-erlang/color-1.0.0
	>=dev-erlang/tdiff-0.1.2

Manifest for 0.4.0

Type File Size Source URLs
DIST unite-0.4.0.tar.gz 179715 bytes https://github.com/eproxus/unite/archive/v0.4.0.tar.gz