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: Wed, 8 Mar 2023 00:18:34 +0000 (UTC) [thread overview]
Message-ID: <1678234712.58cb70e64272b3e9b63c036b2a452f7aad05028f.xgqt@gentoo> (raw)
commit: 58cb70e64272b3e9b63c036b2a452f7aad05028f
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 8 00:16:04 2023 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Wed Mar 8 00:18:32 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58cb70e6
app-emacs/emacs-ebuild-snippets: new package; 2.0.2
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-emacs/emacs-ebuild-snippets/Manifest | 1 +
.../emacs-ebuild-snippets-2.0.2.ebuild | 36 ++++++++++++++++++++++
app-emacs/emacs-ebuild-snippets/metadata.xml | 13 ++++++++
3 files changed, 50 insertions(+)
diff --git a/app-emacs/emacs-ebuild-snippets/Manifest b/app-emacs/emacs-ebuild-snippets/Manifest
new file mode 100644
index 000000000000..494eae56f9be
--- /dev/null
+++ b/app-emacs/emacs-ebuild-snippets/Manifest
@@ -0,0 +1 @@
+DIST emacs-ebuild-snippets-2.0.2.tar.bz2 11606 BLAKE2B 5316355ec5fb7bae942ec27e8c7400f5f4570f9bdfc0588c2a92f908146da1475b87351f0654f58f99b41d752b357e255997d4fd3d89b3676790faea5acee3be SHA512 2cff09b32beec77fc6dc2033bdc2bafa31f89450b98865b5000ac95455436d3b840299652c7258b133038d41e4ac6f477f2b6637a5803484f3ec4dce86600944
diff --git a/app-emacs/emacs-ebuild-snippets/emacs-ebuild-snippets-2.0.2.ebuild b/app-emacs/emacs-ebuild-snippets/emacs-ebuild-snippets-2.0.2.ebuild
new file mode 100644
index 000000000000..55588ea7d0fc
--- /dev/null
+++ b/app-emacs/emacs-ebuild-snippets/emacs-ebuild-snippets-2.0.2.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+NEED_EMACS=24
+
+inherit elisp
+
+DESCRIPTION="Yasnippets for editing ebuilds and eclasses"
+HOMEPAGE="https://gitweb.gentoo.org/proj/emacs-ebuild-snippets.git"
+SRC_URI="https://gitlab.com/xgqt/${PN}/-/archive/${PV}/${P}.tar.bz2"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+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
+}
diff --git a/app-emacs/emacs-ebuild-snippets/metadata.xml b/app-emacs/emacs-ebuild-snippets/metadata.xml
new file mode 100644
index 000000000000..691b278a637b
--- /dev/null
+++ b/app-emacs/emacs-ebuild-snippets/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+
+<pkgmetadata>
+ <maintainer type="project">
+ <email>gnu-emacs@gentoo.org</email>
+ <name>Gentoo GNU Emacs project</name>
+ </maintainer>
+ <stabilize-allarches />
+ <upstream>
+ <remote-id type="gitlab">xgqt/emacs-ebuild-snippets</remote-id>
+ </upstream>
+</pkgmetadata>
next reply other threads:[~2023-03-08 0:18 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-08 0:18 Maciej Barć [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-03-26 0:35 [gentoo-commits] repo/gentoo:master commit in: app-emacs/emacs-ebuild-snippets/ Maciej Barć
2023-03-26 0:35 Maciej Barć
2023-03-26 0:35 Maciej Barć
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-04-28 3:41 Yixun Lan
2023-04-28 16:52 Maciej Barć
2023-04-29 12:55 Arthur Zamarin
2023-04-29 19:31 Maciej Barć
2023-05-01 10:08 Arthur Zamarin
2023-06-13 22:04 Maciej Barć
2023-06-13 22:04 Maciej Barć
2023-07-17 16:53 Arthur Zamarin
2023-10-26 13:13 Maciej Barć
2023-10-26 13:13 Maciej Barć
2023-11-25 23:09 Sam James
2023-11-26 2:56 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=1678234712.58cb70e64272b3e9b63c036b2a452f7aad05028f.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