net-irc/express - 9999 (enlightenment-live)

Search

Install

Install this version:

emerge -a =net-irc/express-9999

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

autounmask =net-irc/express-9999

Or alternatively:

emerge --autounmask-write -a =net-irc/express-9999

Package Information

Description:
Enlightenment IRC client
Homepage:
https://www.enlightenment.org/
License:
BSD-2

Ebuild Details

Version EAPI Keywords Slot
9999 8 0.17/9999
View Raw Ebuild
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit meson xdg
[ "${PV}" = 9999 ] && inherit git-r3

DESCRIPTION="Enlightenment IRC client"
HOMEPAGE="https://www.enlightenment.org/"
EGIT_REPO_URI="https://git.enlightenment.org/enlightenment/${PN}.git"

S="${WORKDIR}/${P/_/-}"
LICENSE="BSD-2"
[ "${PV}" = 9999 ] || KEYWORDS="~amd64 ~x86"
SLOT="0.17/${PV%%_*}"

IUSE="nls"

RDEPEND="
	>=dev-libs/efl-1.18.0
	"
BDEPEND="${RDEPEND}
	virtual/pkgconfig
	dev-build/meson"

src_configure() {
	local emesonargs=(
		-Dnls=$(usex nls true false)
	)
	meson_src_configure
}

src_install() {
	meson_src_install
}

USE Flags

Manage flags for this package: euse -i <flag> -p net-irc/express | euse -E <flag> -p net-irc/express | euse -D <flag> -p net-irc/express

Global/Standard Flags

nls

Inherited Eclasses

xdg

Dependencies

RDEPEND

	>=dev-libs/efl-1.18.0
	

BDEPEND

	>=dev-libs/efl-1.18.0
	
	virtual/pkgconfig
	dev-build/meson