diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-10-01 12:11:11 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-10-01 12:11:11 +0000 |
| commit | ef5d772cb212bb9d3049523be8a7bd2e01301090 (patch) | |
| tree | 8345c2730a3aa49abe87d32a748203d81b1a7454 /app-emacs/cond-let | |
| parent | d5751b1260fda1bd00ddfc78bb34b3c7afd9b343 (diff) | |
| download | baldeagleos-repo-ef5d772cb212bb9d3049523be8a7bd2e01301090.tar.gz baldeagleos-repo-ef5d772cb212bb9d3049523be8a7bd2e01301090.tar.xz baldeagleos-repo-ef5d772cb212bb9d3049523be8a7bd2e01301090.zip | |
Adding metadata
Diffstat (limited to 'app-emacs/cond-let')
| -rw-r--r-- | app-emacs/cond-let/Manifest | 1 | ||||
| -rw-r--r-- | app-emacs/cond-let/cond-let-0.1.1.ebuild | 37 | ||||
| -rw-r--r-- | app-emacs/cond-let/metadata.xml | 18 |
3 files changed, 56 insertions, 0 deletions
diff --git a/app-emacs/cond-let/Manifest b/app-emacs/cond-let/Manifest new file mode 100644 index 000000000000..a2d4a1dd22a3 --- /dev/null +++ b/app-emacs/cond-let/Manifest @@ -0,0 +1 @@ +DIST cond-let-0.1.1.tar.gz 19578 BLAKE2B 166edee3ef2275e500f981e10b61b643b184a0980f838f0e0be30809c729677c9672b4781f47dd715c982cbd55afb6985e06e2e0f59228db109a297c85cabc20 SHA512 64870edb9ea57299b84b3ac8b3bf78ea30bcf737bb4acbffe26deb33e99e98a95d26a328de09a4c118cb0f2ba714d84972e586462a45fed437582dafdef48ff4 diff --git a/app-emacs/cond-let/cond-let-0.1.1.ebuild b/app-emacs/cond-let/cond-let-0.1.1.ebuild new file mode 100644 index 000000000000..7c0221213519 --- /dev/null +++ b/app-emacs/cond-let/cond-let-0.1.1.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +NEED_EMACS="28.1" + +inherit elisp + +DESCRIPTION="Additional and improved binding conditionals for GNU Emacs" +HOMEPAGE="https://github.com/tarsius/cond-let/ + https://github.com/tarsius/cond-let/wiki/" + +if [[ "${PV}" == *9999* ]] ; then + inherit git-r3 + + EGIT_REPO_URI="https://github.com/tarsius/${PN}" +else + SRC_URI="https://github.com/tarsius/${PN}/archive/v${PV}.tar.gz + -> ${P}.tar.gz" + + KEYWORDS="~amd64 ~arm ~arm64 ~x86" +fi + +LICENSE="GPL-3+" +SLOT="0" + +DOCS=( README.org ) +SITEFILE="50${PN}-gentoo.el" + +elisp-enable-tests ert . -l "${PN}-tests.el" + +src_install() { + rm -f "${PN}-tests.el"* + + elisp_src_install +} diff --git a/app-emacs/cond-let/metadata.xml b/app-emacs/cond-let/metadata.xml new file mode 100644 index 000000000000..520761d81551 --- /dev/null +++ b/app-emacs/cond-let/metadata.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>gnu-emacs@gentoo.org</email> + <name>Gentoo GNU Emacs project</name> + </maintainer> + <longdescription> + Emacs provides the binding conditionals if-let, if-let*, when-let, + when-let*, and-let* and while-let. + </longdescription> + <upstream> + <bugs-to>https://github.com/tarsius/cond-let/issues/</bugs-to> + <doc>https://github.com/tarsius/cond-let/wiki/</doc> + </upstream> + <origin>gentoo-staging</origin> + <stabilize-allarches/> +</pkgmetadata>
\ No newline at end of file |
