public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Maciej Barć" <xgqt@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/geiser/
Date: Wed,  7 Sep 2022 02:28:58 +0000 (UTC)	[thread overview]
Message-ID: <1662517736.d0fdbc3c6f78598a3c2d9925d4ba4be13b7baac6.xgqt@gentoo> (raw)

commit:     d0fdbc3c6f78598a3c2d9925d4ba4be13b7baac6
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Wed Sep  7 02:23:21 2022 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Wed Sep  7 02:28:56 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0fdbc3c

app-emacs/geiser: bump to 0.26.1

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 app-emacs/geiser/Manifest             |  1 +
 app-emacs/geiser/geiser-0.26.1.ebuild | 40 +++++++++++++++++++++++++++++++++++
 2 files changed, 41 insertions(+)

diff --git a/app-emacs/geiser/Manifest b/app-emacs/geiser/Manifest
index 27c10d04062a..7564af24e3b6 100644
--- a/app-emacs/geiser/Manifest
+++ b/app-emacs/geiser/Manifest
@@ -1,3 +1,4 @@
 DIST geiser-0.23.2.tar.gz 653228 BLAKE2B ef0ce0a925a9d5df32a2b67b216dc46da535d68d70b706ffc9dd4d3bb01af879c9533337b2e8293c7bed8d3cdebeecd3f4443b3071f865cf1b7280347b202298 SHA512 dd6852d95296aaef44ad0e9a6723986372d58f9beab20bd45330aeffae590fbd5ea45822032fb9cc2712756e3b13ba5c829fbefeead4e5f41c94400bf059110e
 DIST geiser-0.25.1.tar.gz 652262 BLAKE2B 8c5a323bedd869c98bf500c861c7731a0b1dd9833f78bf348a2e29d26039c674a00b51529d77b56b213ccc1351b73388010847551b3cd829fb265cffb733864a SHA512 93a8d7e096a24759f5e8c9dbdd2d4ad31caf185c6a970ff1b4364c4492e5f2e0925cc59e97546f9c40dd5913fb2b38e7ade7599ef791c6e198ad0af966030f16
+DIST geiser-0.26.1.tar.gz 652903 BLAKE2B f2b0121b390b33ee8d93136af9addd92dff7f683820bb32f76f36090b5028e9693f629949dd239a27597fc4e290c21100e1cdc143f5db3fb275bb5bd826d5862 SHA512 dfec087e94e73c4b3a12db56ea3192614c536aaeb3acdb20e1afe0512e69f09388576e19acc6e55a39f8f5b6397bcef40ad7f1cce0504ffe742d1f9478eed44f
 DIST geiser-0.26.tar.gz 652756 BLAKE2B ac32db838473b8a07394146d5f7dc88ba2bfb36f4d169af14029e202a6d87950a69f0b920ed6a627bda90843cc77c1c7e57f49fee53af87ed9526642bdb65c27 SHA512 df6d7ec500e8e0546c56630f7f2f0901df8fa373924ac812b25ab0cfbeea2a5d0b9f1719850a7454eb7e7d0dda95209c201de85ff3937b717f2bec6ed2513e6b

diff --git a/app-emacs/geiser/geiser-0.26.1.ebuild b/app-emacs/geiser/geiser-0.26.1.ebuild
new file mode 100644
index 000000000000..0ef6d6918771
--- /dev/null
+++ b/app-emacs/geiser/geiser-0.26.1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+NEED_EMACS=25.1
+
+inherit elisp
+
+DESCRIPTION="Generic interaction mode between Emacs and different Scheme implementations"
+HOMEPAGE="https://gitlab.com/emacs-geiser/geiser/"
+SRC_URI="https://gitlab.com/emacs-geiser/${PN}/-/archive/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="app-emacs/transient"
+BDEPEND="
+	${RDEPEND}
+	app-text/texi2html
+	sys-apps/texinfo
+"
+
+DOCS=( readme.org news.org doc/html )
+SITEFILE="50${PN}-gentoo.el"
+
+src_compile() {
+	BYTECOMPFLAGS="-L elisp" elisp-compile elisp/*.el
+
+	emake -C doc info web
+}
+
+src_install() {
+	elisp-install ${PN} elisp/*.el{,c}
+	elisp-site-file-install "${FILESDIR}/${SITEFILE}"
+
+	doinfo doc/*.info
+	einstalldocs
+}


             reply	other threads:[~2022-09-07  2:29 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-07  2:28 Maciej Barć [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-10-20 20:32 [gentoo-commits] repo/gentoo:master commit in: app-emacs/geiser/ Maciej Barć
2025-10-03 19:02 Arthur Zamarin
2025-08-11  9:50 Maciej Barć
2024-10-07 17:24 Sam James
2024-06-25 22:03 Sam James
2024-05-25 14:06 Maciej Barć
2024-01-18 17:25 Sam James
2023-12-19  2:39 Maciej Barć
2023-11-13 12:38 Maciej Barć
2023-11-13 12:38 Maciej Barć
2023-09-10 14:35 Sam James
2023-08-22 11:16 Sam James
2023-08-07 11:31 Maciej Barć
2023-07-22 13:09 Maciej Barć
2023-07-22 13:09 Maciej Barć
2023-07-22 13:09 Maciej Barć
2023-01-27 19:43 Arthur Zamarin
2023-01-24 23:55 Sam James
2022-12-27  1:46 Maciej Barć
2022-12-27  1:46 Maciej Barć
2022-11-30  1:04 Maciej Barć
2022-11-30  1:04 Maciej Barć
2022-11-07 23:11 Maciej Barć
2022-11-07 23:11 Maciej Barć
2022-11-07 23:11 Maciej Barć
2022-10-17  2:13 Maciej Barć
2022-10-17  2:13 Maciej Barć
2022-08-27  1:27 Maciej Barć
2022-08-24  1:27 Maciej Barć

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1662517736.d0fdbc3c6f78598a3c2d9925d4ba4be13b7baac6.xgqt@gentoo \
    --to=xgqt@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox