public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Arsen Arsenović" <arsen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/cape/
Date: Tue, 28 Jan 2025 14:33:45 +0000 (UTC)	[thread overview]
Message-ID: <1738074779.301483720e8a7de5f65cb34c08a0c6e943f70213.arsen@gentoo> (raw)

commit:     301483720e8a7de5f65cb34c08a0c6e943f70213
Author:     Arsen Arsenović <arsen <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 28 12:27:25 2025 +0000
Commit:     Arsen Arsenović <arsen <AT> gentoo <DOT> org>
CommitDate: Tue Jan 28 14:32:59 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30148372

app-emacs/cape: add 1.9

Signed-off-by: Arsen Arsenović <arsen <AT> gentoo.org>

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

diff --git a/app-emacs/cape/Manifest b/app-emacs/cape/Manifest
index be6180a6edcf..99dcb4c6f5da 100644
--- a/app-emacs/cape/Manifest
+++ b/app-emacs/cape/Manifest
@@ -1 +1,2 @@
 DIST cape-1.8.tar.gz 41520 BLAKE2B 6fb836db21390d90a4ae4e533d87858a1ed6121e831a12796974221265dceb45afb289b04a2e9a000997f25aa207b9d6340f94581c09291f6aaa65cdf3913c0c SHA512 ceab8e816b049088019ce154335810424291de22a9521d2dd6fa7fa065edd7ee8cac490e6cfdc70536f99554bab217c2ae92bc90502c3c03b41fc4b9e7470f6d
+DIST cape-1.9.tar.gz 41648 BLAKE2B 949c36ee2aa7c18a83038b368e9d3709d2ad958d7b8ffe515569c2c9780e627be486be7a4bc50ecea1712eaa4c41e8aad71a588dfe3c2be4d60eba8dcde97fad SHA512 d358d10c7b6fc3ab9f9dc1c015d35e2d826c1f4c7faed74170fb7fa8f9fad85f933736c903a6d3a615df56e7a5792672a61df2d4174dae17588e78744c8a5f6a

diff --git a/app-emacs/cape/cape-1.9.ebuild b/app-emacs/cape/cape-1.9.ebuild
new file mode 100644
index 000000000000..5023daeea86e
--- /dev/null
+++ b/app-emacs/cape/cape-1.9.ebuild
@@ -0,0 +1,40 @@
+# Copyright 2023-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+NEED_EMACS=28.1
+
+inherit elisp
+
+DESCRIPTION="Completion At Point Extensions"
+HOMEPAGE="https://github.com/minad/cape/"
+
+if [[ ${PV} == 9999 ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/minad/${PN}.git"
+else
+	SRC_URI="https://github.com/minad/${PN}/archive/refs/tags/${PV}.tar.gz
+		-> ${P}.tar.gz"
+	KEYWORDS="~amd64"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+RDEPEND="
+	>=app-emacs/compat-29.1.4.0
+"
+DEPEND="
+	${RDEPEND}
+"
+
+DOCS=( CHANGELOG.org README.org )
+ELISP_TEXINFO="${PN}.texi"
+SITEFILE="50${PN}-gentoo.el"
+
+src_compile() {
+	elisp-org-export-to texinfo README.org
+	elisp_src_compile
+	elisp-make-autoload-file
+}


             reply	other threads:[~2025-01-28 14:33 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-01-28 14:33 Arsen Arsenović [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-07-04 20:54 [gentoo-commits] repo/gentoo:master commit in: app-emacs/cape/ Arthur Zamarin
2025-05-22 23:01 Maciej Barć
2025-04-28  5:24 Sam James
2025-03-15 15:44 Arsen Arsenović
2025-03-04 22:43 Sam James
2025-01-22 17:34 Arthur Zamarin
2024-12-22 11:21 Arsen Arsenović
2024-10-01  1:11 Sam James
2024-09-04 10:04 Sam James
2024-08-30 12:28 Arsen Arsenović
2024-07-23 23:12 Maciej Barć
2024-07-23 23:12 Maciej Barć
2024-04-13 22:56 Maciej Barć
2024-04-13 19:14 Arsen Arsenović
2024-03-13 16:40 Maciej Barć
2024-02-14 17:01 Maciej Barć
2024-02-14 17:01 Maciej Barć
2024-01-23 22:07 Maciej Barć
2024-01-23 22:07 Maciej Barć
2024-01-23 22:07 Maciej Barć
2024-01-23 22:07 Maciej Barć
2023-12-28 23:16 Arsen Arsenović
2023-12-03  0:18 Arsen Arsenović
2023-08-26 18:16 Maciej Barć
2023-08-17 13:22 Maciej Barć
2023-07-02 23:48 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=1738074779.301483720e8a7de5f65cb34c08a0c6e943f70213.arsen@gentoo \
    --to=arsen@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