From: "Maciej Barć" <xgqt@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/emacs-ebuild-snippets/
Date: Tue, 13 Jun 2023 22:04:12 +0000 (UTC) [thread overview]
Message-ID: <1686693850.5f4dade271e1841bfc3b923626c736aa954444b7.xgqt@gentoo> (raw)
commit: 5f4dade271e1841bfc3b923626c736aa954444b7
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 13 22:02:52 2023 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Tue Jun 13 22:04:10 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f4dade2
app-emacs/emacs-ebuild-snippets: bump to 2.1.0
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-emacs/emacs-ebuild-snippets/Manifest | 1 +
.../emacs-ebuild-snippets-2.1.0.ebuild | 40 ++++++++++++++++++++++
2 files changed, 41 insertions(+)
diff --git a/app-emacs/emacs-ebuild-snippets/Manifest b/app-emacs/emacs-ebuild-snippets/Manifest
index 2de4285f12e1..1aab8505bbff 100644
--- a/app-emacs/emacs-ebuild-snippets/Manifest
+++ b/app-emacs/emacs-ebuild-snippets/Manifest
@@ -1 +1,2 @@
DIST emacs-ebuild-snippets-2.0.4.tar.bz2 12041 BLAKE2B 98c4134080686f12bfae92b7bfe912ead0c7f407755682c18a33b191a9329be848a5e77eb0bb50f54e935a8460e1c0fac1574187b605a8a647c199ba8946e50a SHA512 ce78bc2bcad3f7d8684258d344aa3f95b1c57331e169ea04af19f2756eca019e30b6ba7037f5f59b57a20c1fa2a2203be30bbbca4005e425129a3744843b55eb
+DIST emacs-ebuild-snippets-2.1.0.tar.bz2 12381 BLAKE2B 2681b73049dec8e6bb5b3704dfd1619ea2ca5ab6757ad04c0f9530dc734b57a9d885a10b991b0973cfd12349cd100e25c554b2e55c4c84976c3390f4cbbc77e7 SHA512 d492941a20a3e5f01b3b39d2c90b17473f2b4470b6cd80153a2b8c1df3074aa95d9e14384ea1fba3348026c1704ebe2096ee8fe27227afa1ea6512c6fae7c6dc
diff --git a/app-emacs/emacs-ebuild-snippets/emacs-ebuild-snippets-2.1.0.ebuild b/app-emacs/emacs-ebuild-snippets/emacs-ebuild-snippets-2.1.0.ebuild
new file mode 100644
index 000000000000..ad9c1efeb7b0
--- /dev/null
+++ b/app-emacs/emacs-ebuild-snippets/emacs-ebuild-snippets-2.1.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="Yasnippets for editing ebuilds and eclasses"
+HOMEPAGE="https://gitweb.gentoo.org/proj/emacs-ebuild-snippets.git"
+
+if [[ ${PV} == *9999* ]] ; then
+ inherit git-r3
+ EGIT_REPO_URI="https://gitweb.gentoo.org/proj/${PN}.git"
+else
+ SRC_URI="https://gitweb.gentoo.org/proj/${PN}.git/snapshot/${P}.tar.bz2"
+ KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
+fi
+
+LICENSE="GPL-2+"
+SLOT="0"
+
+RDEPEND="
+ app-emacs/ebuild-mode
+ app-emacs/yasnippet
+"
+BDEPEND="${RDEPEND}"
+
+src_prepare() {
+ sh ./scripts/changeme.sh "${EPREFIX}${SITEETC}/${PN}" || die
+
+ default
+}
+
+src_install() {
+ elisp-install ${PN} *.el{,c}
+ elisp-site-file-install "${S}"/gentoo/50${PN}-gentoo.el
+
+ insinto "${SITEETC}/${PN}"
+ doins -r snippets
+}
next reply other threads:[~2023-06-13 22:04 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-06-13 22:04 Maciej Barć [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-11-26 2:56 [gentoo-commits] repo/gentoo:master commit in: app-emacs/emacs-ebuild-snippets/ Maciej Barć
2023-11-25 23:09 Sam James
2023-10-26 13:13 Maciej Barć
2023-10-26 13:13 Maciej Barć
2023-07-17 16:53 Arthur Zamarin
2023-06-13 22:04 Maciej Barć
2023-05-01 10:08 Arthur Zamarin
2023-04-29 19:31 Maciej Barć
2023-04-29 12:55 Arthur Zamarin
2023-04-28 16:52 Maciej Barć
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 0:35 Maciej Barć
2023-03-26 0:35 Maciej Barć
2023-03-26 0:35 Maciej Barć
2023-03-08 0:18 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=1686693850.5f4dade271e1841bfc3b923626c736aa954444b7.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