app-emacs/fedi - 0.4 (gentoo)

Search

Install

Install this version:

emerge -a =app-emacs/fedi-0.4

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

autounmask =app-emacs/fedi-0.4

Or alternatively:

emerge --autounmask-write -a =app-emacs/fedi-0.4

Package Information

Description:
Helper functions for Fediverse or other REST API clients for GNU Emacs
Homepage:
https://codeberg.org/martianh/fedi.el/
License:
GPL-3+

Ebuild Details

Version EAPI Keywords Slot
0.4 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="Helper functions for Fediverse or other REST API clients for GNU Emacs"
HOMEPAGE="https://codeberg.org/martianh/fedi.el/"

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

	EGIT_REPO_URI="https://codeberg.org/martianh/${PN}.el"
else
	SRC_URI="https://codeberg.org/martianh/${PN}.el/archive/${PV}.tar.gz
		-> ${P}.gh.tar.gz"
	S="${WORKDIR}/${PN}.el"

	KEYWORDS="~amd64 ~x86"
fi

LICENSE="GPL-3+"
SLOT="0"

RDEPEND="
	>=app-editors/emacs-${NEED_EMACS}[json(+)]
	app-emacs/markdown-mode
"
BDEPEND="
	${RDEPEND}
"

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

Inherited Eclasses

Dependencies

RDEPEND

	>=app-editors/emacs-28.1[json(+)]
	app-emacs/markdown-mode

BDEPEND

	
	>=app-editors/emacs-28.1[json(+)]
	app-emacs/markdown-mode

Manifest for 0.4

Type File Size Source URLs
DIST fedi-0.4.gh.tar.gz 27600 bytes https://codeberg.org/martianh/fedi.el/archive/0.4.tar.gz