From: "Maciej Barć" <xgqt@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/tempel/
Date: Sun, 2 Jul 2023 23:48:53 +0000 (UTC) [thread overview]
Message-ID: <1688341729.5c13f5f258cff0078da349aa36a321f77963d67b.xgqt@gentoo> (raw)
commit: 5c13f5f258cff0078da349aa36a321f77963d67b
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 2 23:37:52 2023 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sun Jul 2 23:48:49 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c13f5f2
app-emacs/tempel: bump to 0.8
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-emacs/tempel/Manifest | 1 +
app-emacs/tempel/tempel-0.8.ebuild | 28 ++++++++++++++++++++++++++++
2 files changed, 29 insertions(+)
diff --git a/app-emacs/tempel/Manifest b/app-emacs/tempel/Manifest
index 66d6decf80fd..9695fcd3b60a 100644
--- a/app-emacs/tempel/Manifest
+++ b/app-emacs/tempel/Manifest
@@ -1,2 +1,3 @@
DIST tempel-0.6.tar.gz 25563 BLAKE2B 2edd522335f8faaa989b313b04f394f30f514cf7c40ec20f5f5fe0c1f1fe1b3ae05d15e9deb103e94d3d25b86a5725caa78904a25f22f806453a705dfc5e9c82 SHA512 49938758f5289fc9c77a78dc1559ce6a454d5969b256ba0e18239855ff0667afbb131c8e2214d4994fc342397903a293ad88bf26828c693ec5e197174d78ef50
DIST tempel-0.7.tar.gz 26541 BLAKE2B 81bd7cd734eba5fbe299c736133512c035439036e17dc032b865c29e30ad6837957af8ce9bde3d56bc3dccb12f2e6111e66605e72e0bb0eead982fb436d8e9e1 SHA512 3589962c3273e9a2fb8a3b2d59c8831e15b481b9e69ad7785ae5a30e4df133bb187da6e58c04d77fa37b217f2a7c68dd7825c8a20856320f824adf739e5629a3
+DIST tempel-0.8.tar.gz 27043 BLAKE2B f4920a1c0d1d7ed21f2681031f846b07fcdabbd59b76f3ba2fcd1277c78b30e1c5e134deeb35410f7227d753256b9c16c6a4d641011b99d87b49f0fae0fd5a04 SHA512 7b832e151821f4c72a3d14663fb76a956e2b6730387e71e1aedb52c72a7798a5804ad2ca3d63185c52d39128d748394419c3708d8a6a7497014e573d277fa5d9
diff --git a/app-emacs/tempel/tempel-0.8.ebuild b/app-emacs/tempel/tempel-0.8.ebuild
new file mode 100644
index 000000000000..51f816d019d3
--- /dev/null
+++ b/app-emacs/tempel/tempel-0.8.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+NEED_EMACS=27.1
+
+inherit elisp
+
+DESCRIPTION="Templates with in-buffer field editing for GNU Emacs"
+HOMEPAGE="https://github.com/minad/tempel/"
+SRC_URI="https://github.com/minad/${PN}/archive/${PV}.tar.gz
+ -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND=">=app-emacs/compat-29.1.3.4"
+BDEPEND="${RDEPEND}"
+
+DOCS=( README.org )
+SITEFILE="50${PN}-gentoo.el"
+
+src_compile() {
+ elisp_src_compile
+ elisp-make-autoload-file
+}
next reply other threads:[~2023-07-02 23:49 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-07-02 23:48 Maciej Barć [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-04-28 5:53 [gentoo-commits] repo/gentoo:master commit in: app-emacs/tempel/ Sam James
2025-03-19 20:52 Maciej Barć
2025-03-19 20:52 Maciej Barć
2025-02-05 14:10 Jakov Smolić
2024-12-27 18:52 Maciej Barć
2024-12-27 18:52 Maciej Barć
2024-09-04 10:04 Sam James
2024-07-31 0:03 Maciej Barć
2024-07-31 0:03 Maciej Barć
2023-12-06 22:47 Maciej Barć
2023-12-06 22:47 Maciej Barć
2023-12-06 22:47 Maciej Barć
2023-07-03 7:58 Maciej Barć
2023-07-03 7:58 Maciej Barć
2023-02-17 12:18 Maciej Barć
2023-02-17 1:43 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=1688341729.5c13f5f258cff0078da349aa36a321f77963d67b.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