From: "Maciej Barć" <xgqt@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/yasnippet/
Date: Sat, 15 Jun 2024 22:23:33 +0000 (UTC)	[thread overview]
Message-ID: <1718490209.a2fd4ea342648a6285b740952f76b4289852fea5.xgqt@gentoo> (raw)
commit:     a2fd4ea342648a6285b740952f76b4289852fea5
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 15 22:07:07 2024 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sat Jun 15 22:23:29 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2fd4ea3
app-emacs/yasnippet: bump to 0.14.1_p20240406
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
 app-emacs/yasnippet/Manifest                       |  1 +
 .../yasnippet/yasnippet-0.14.1_p20240406.ebuild    | 47 ++++++++++++++++++++++
 2 files changed, 48 insertions(+)
diff --git a/app-emacs/yasnippet/Manifest b/app-emacs/yasnippet/Manifest
index 19bc254c6b2b..1d310de820fb 100644
--- a/app-emacs/yasnippet/Manifest
+++ b/app-emacs/yasnippet/Manifest
@@ -1 +1,2 @@
 DIST yasnippet-0.14.0.tar.gz 581053 BLAKE2B efae02939d0174724803819fb9a47a414acad3b1d58da91d4f35c42c02282db9773f4f3caa020d01c2d87de741d3c60b39e1406b6ff7b3e5310ed4efc477d635 SHA512 c7f704187b3c700f8ea9e0205941d7a32602b6994307007cb83aa984ccf7e7e37be9589277a56c294703eab82ee4b1dffae7040f2e175e7d56cda5ef3c70eb39
+DIST yasnippet-0.14.1_p20240406.tar.gz 581059 BLAKE2B 44ae910a495ba7c507ef1316cc358116ed984af69314316ae7a78c41ae6f84c4406e0959848f229c9546240c98d01e99d1accb5e9b6b8aeed3a7191f9ab918d4 SHA512 6aca3aef7b4a4b6cc03a7926fa6203758b1124c92e906d3eb355f2ee8bee95e4ca2a8a8929b4e7837f8999b23e66dc68429bb4117dde90d92f21ddd76cbb1c70
diff --git a/app-emacs/yasnippet/yasnippet-0.14.1_p20240406.ebuild b/app-emacs/yasnippet/yasnippet-0.14.1_p20240406.ebuild
new file mode 100644
index 000000000000..1b9e803b5903
--- /dev/null
+++ b/app-emacs/yasnippet/yasnippet-0.14.1_p20240406.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp readme.gentoo-r1
+
+DESCRIPTION="Yet another snippet extension for Emacs"
+HOMEPAGE="https://joaotavora.github.io/yasnippet/
+	https://github.com/joaotavora/yasnippet/"
+
+if [[ "${PV}" == *9999* ]] ; then
+	inherit git-r3
+
+	EGIT_REPO_URI="https://github.com/joaotavora/${PN}.git"
+else
+	[[ "${PV}" == *p20240406 ]] && COMMIT="e23a80177a9c434174ed8a5955c296d7828a1060"
+
+	SRC_URI="https://github.com/joaotavora/${PN}/archive/${COMMIT}.tar.gz
+		-> ${P}.tar.gz"
+	S="${WORKDIR}/${PN}-${COMMIT}"
+
+	KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+IUSE="doc"
+
+SITEFILE="50${PN}-gentoo-0.13.0.el"
+
+elisp-enable-tests ert -L . -l yasnippet-tests
+
+src_install() {
+	elisp-install "${PN}" yasnippet.{el,elc} yasnippet-debug.{el,elc}
+	elisp-site-file-install "${FILESDIR}/${SITEFILE}"
+
+	dodoc CONTRIBUTING.md NEWS README.mdown
+	use doc && dodoc -r doc/*
+
+	local DOC_CONTENTS="Add the following to your ~/.emacs to use YASnippet:
+		\n\t(require 'yasnippet)
+		\n\t(yas-global-mode 1)
+		\n\nYASnippet no longer bundles snippets directly. Install the package
+		app-emacs/yasnippet-snippets for a collection of snippets."
+	readme.gentoo_create_doc
+}
next             reply	other threads:[~2024-06-15 22:23 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-15 22:23 Maciej Barć [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-10-03 20:35 [gentoo-commits] repo/gentoo:master commit in: app-emacs/yasnippet/ Maciej Barć
2025-07-28  4:39 Arthur Zamarin
2025-06-05 17:04 Maciej Barć
2025-06-05 17:04 Maciej Barć
2025-05-16 19:36 Arthur Zamarin
2025-04-16  8:16 Maciej Barć
2024-09-13 20:57 Maciej Barć
2024-07-21 19:48 Arthur Zamarin
2023-07-17 16:53 Arthur Zamarin
2023-05-01 10:08 Arthur Zamarin
2023-04-29 12:55 Arthur Zamarin
2023-04-28  3:41 Yixun Lan
2023-04-28  0:20 Sam James
2023-04-28  0:20 Sam James
2023-04-28  0:20 Sam James
2023-04-28  0:20 Sam James
2023-03-26 18:01 Sam James
2022-07-21  7:31 Ulrich Müller
2021-10-08  8:42 Ulrich Müller
2018-06-08 18:41 Ulrich Müller
2018-06-04  1:12 Aaron Bauman
2018-06-02 20:02 Ulrich Müller
2015-09-01 18:39 Tobias Klausmann
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=1718490209.a2fd4ea342648a6285b740952f76b4289852fea5.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