app-emacs/elfeed - 4.0.1 (gentoo)

Search

Install

Install this version:

emerge -a =app-emacs/elfeed-4.0.1

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

autounmask =app-emacs/elfeed-4.0.1

Or alternatively:

emerge --autounmask-write -a =app-emacs/elfeed-4.0.1

Package Information

Description:
Emacs web feeds client
Homepage:
https://github.com/emacs-elfeed/elfeed/
License:
Unlicense

Ebuild Details

Version EAPI Keywords Slot
4.0.1 9 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=9

NEED_EMACS="28.1"

inherit elisp

DESCRIPTION="Emacs web feeds client"
HOMEPAGE="https://github.com/emacs-elfeed/elfeed/"

if [[ "${PV}" == *9999* ]] ; then
	inherit git-r3

	EGIT_REPO_URI="https://github.com/emacs-${PN}/${PN}"
else
	SRC_URI="https://github.com/emacs-${PN}/${PN}/archive/${PV}.tar.gz
		-> ${P}.gh.tar.gz"

	KEYWORDS="~amd64 ~x86"
fi

LICENSE="Unlicense"
SLOT="0"

RDEPEND="
	net-misc/curl[ssl]
	>=app-emacs/compat-31.0.0.1
"
BDEPEND="
	${RDEPEND}
"

DOCS=( NEWS.org README.org )
SITEFILE="50${PN}-gentoo.el"

elisp-enable-tests ert ./tests/ -l ./tests/elfeed-tests.el

Inherited Eclasses

Dependencies

RDEPEND

	net-misc/curl[ssl]
	>=app-emacs/compat-31.0.0.1

BDEPEND

	
	net-misc/curl[ssl]
	>=app-emacs/compat-31.0.0.1

Manifest for 4.0.1

Type File Size Source URLs
DIST elfeed-4.0.1.gh.tar.gz 89549 bytes https://github.com/emacs-elfeed/elfeed/archive/4.0.1.tar.gz