commit: 3bc4734ab60ec9610ebfff33712f814cc757ffbd Author: Maciej Barć <xgqt <AT> gentoo <DOT> org> AuthorDate: Fri Mar 13 13:48:26 2026 +0000 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org> CommitDate: Fri Mar 13 13:48:26 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bc4734a
app-emacs/log4e: new package; add version 0.4.1 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org> app-emacs/log4e/Manifest | 1 + app-emacs/log4e/log4e-0.4.1.ebuild | 33 +++++++++++++++++++++++++++++++++ app-emacs/log4e/metadata.xml | 13 +++++++++++++ 3 files changed, 47 insertions(+) diff --git a/app-emacs/log4e/Manifest b/app-emacs/log4e/Manifest new file mode 100644 index 000000000000..cf714898f1bc --- /dev/null +++ b/app-emacs/log4e/Manifest @@ -0,0 +1 @@ +DIST log4e-0.4.1.gh.tar.gz 132441 BLAKE2B 5cbeb5d913fdabad769086c46e7e0795091d1a8ec695480a31a87a0ba301202247b8c76f50eda2bdae80f3bee0c11ce07f09f7b0b150429c931a778e7f87bb82 SHA512 1fe6b8ca6ef8ec3003d3681ac58bd86fd48d0841fe4864e4c4747ca3d3940cd038d23010d551de11f07c48769b0e69835daed94bb0d58a98643a4deba8a48788 diff --git a/app-emacs/log4e/log4e-0.4.1.ebuild b/app-emacs/log4e/log4e-0.4.1.ebuild new file mode 100644 index 000000000000..91274588c511 --- /dev/null +++ b/app-emacs/log4e/log4e-0.4.1.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit elisp + +DESCRIPTION="Logging framework for GNU Emacs Lisp" +HOMEPAGE="https://github.com/aki2o/log4e/" + +if [[ "${PV}" == *9999* ]] ; then + inherit git-r3 + + EGIT_REPO_URI="https://github.com/aki2o/${PN}" +else + SRC_URI="https://github.com/aki2o/${PN}/archive/refs/tags/v${PV}.tar.gz + -> ${P}.gh.tar.gz" + + KEYWORDS="~amd64 ~x86" +fi + +LICENSE="GPL-3+" +SLOT="0" + +DOCS=( README.org ) +ELISP_REMOVE="Makefile" +SITEFILE="50${PN}-gentoo.el" + +src_compile() { + elisp_src_compile + elisp-make-autoload-file + elisp-make-site-file "${SITEFILE}" +} diff --git a/app-emacs/log4e/metadata.xml b/app-emacs/log4e/metadata.xml new file mode 100644 index 000000000000..8e97c186346e --- /dev/null +++ b/app-emacs/log4e/metadata.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> + +<pkgmetadata> + <maintainer type="project"> + <email>[email protected]</email> + <name>Gentoo GNU Emacs project</name> + </maintainer> + <upstream> + <bugs-to>https://github.com/aki2o/log4e/issues/</bugs-to> + <remote-id type="github">aki2o/log4e</remote-id> + </upstream> +</pkgmetadata>
