net-news/news - 9999 (enlightenment-live)

Search

Install

Install this version:

emerge -a =net-news/news-9999

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

autounmask =net-news/news-9999

Or alternatively:

emerge --autounmask-write -a =net-news/news-9999

Package Information

Description:
Enlightenment news reader gadget
Homepage:
https://github.com/jf-simon/news
License:
GPL-2

Ebuild Details

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

EAPI=8

inherit meson xdg git-r3

DESCRIPTION="Enlightenment news reader gadget"
HOMEPAGE="https://github.com/jf-simon/news"
EGIT_REPO_URI="https://github.com/jf-simon/${PN}.git"

S="${WORKDIR}/${P/_/-}"
LICENSE="GPL-2"
[ "${PV}" = 9999 ] || KEYWORDS="~amd64 ~x86"
SLOT="0"
IUSE="X"

RDEPEND="
	dev-libs/efl"
BDEPEND="${RDEPEND}
	dev-build/meson"

USE Flags

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

Global/Standard Flags

X

Inherited Eclasses

xdg

Dependencies

RDEPEND

	dev-libs/efl

BDEPEND

	dev-libs/efl
	dev-build/meson