public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Maciej Barć" <xgqt@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/projectile/
Date: Sun, 16 Feb 2025 22:35:20 +0000 (UTC)	[thread overview]
Message-ID: <1739745315.a790a75d1f161b8de1c1e1e742eff83ba5dff7b0.xgqt@gentoo> (raw)

commit:     a790a75d1f161b8de1c1e1e742eff83ba5dff7b0
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 16 20:33:02 2025 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sun Feb 16 22:35:15 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a790a75d

app-emacs/projectile: bump to 2.9.1

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 app-emacs/projectile/Manifest                |  1 +
 app-emacs/projectile/projectile-2.9.1.ebuild | 42 ++++++++++++++++++++++++++++
 2 files changed, 43 insertions(+)

diff --git a/app-emacs/projectile/Manifest b/app-emacs/projectile/Manifest
index 90a4af7f1d03..732f30ad5f8d 100644
--- a/app-emacs/projectile/Manifest
+++ b/app-emacs/projectile/Manifest
@@ -1 +1,2 @@
 DIST projectile-2.8.0.tar.gz 1929750 BLAKE2B c1dff407a12eddd513d0611d5b182da198c20bfaca7810937e5e0829ba3b2124b58139cbfd2e536571be59cd9e1d99ced0a7473ac77f4fd16ac17b7e28f00901 SHA512 492fa5f70af480ec964335c2bead05a23b7ed2b749390e6d3cb8dfa78b8cfe534c1fadfa01360a0b226a044158d3f7365da398825a1986208f25b41493e19f19
+DIST projectile-2.9.1.gh.tar.gz 1935369 BLAKE2B a2f832d0c5c8ee5e5649d7af6c0a22a4311049faca1f9c6e0a387ba726b5d07abf9b9cf6cde88f1489c113e9b1fd60854900d83ad854c2c21b7f9ca89739f208 SHA512 e53d1dcde6498f8125134c482898e316e2565cefdfd5da6a90d880d3d309560295c21577ec0d7efff5f2a96cf09a36181fe3c36f85ff68fa916fe45c72b32da3

diff --git a/app-emacs/projectile/projectile-2.9.1.ebuild b/app-emacs/projectile/projectile-2.9.1.ebuild
new file mode 100644
index 000000000000..ba076ec6d28a
--- /dev/null
+++ b/app-emacs/projectile/projectile-2.9.1.ebuild
@@ -0,0 +1,42 @@
+# Copyright 2021-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp optfeature
+
+DESCRIPTION="A project interaction library for Emacs"
+HOMEPAGE="https://github.com/bbatsov/projectile/"
+
+if [[ "${PV}" == *9999* ]] ; then
+	inherit git-r3
+
+	EGIT_REPO_URI="https://github.com/bbatsov/${PN}"
+else
+	SRC_URI="https://github.com/bbatsov/${PN}/archive/v${PV}.tar.gz
+		-> ${P}.gh.tar.gz"
+
+	KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+DOCS=( README.md )
+SITEFILE="50projectile-gentoo.el"
+
+elisp-enable-tests buttercup test
+
+src_test() {
+	mkdir -p "${HOME}/.emacs.d" || die  # For "projectile--directory-p" test.
+
+	elisp-test
+}
+
+pkg_postinst() {
+	# Descriptions for this packages' purpose were taken from Projectile's
+	# home page https://docs.projectile.mx/projectile/usage.html
+	optfeature_header "Install the following packages for improved performance:"
+	optfeature "super-fast alternative to find" sys-apps/fd
+	optfeature "powerful alternative to grep" sys-apps/ripgrep
+}


             reply	other threads:[~2025-02-16 22:35 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-02-16 22:35 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/projectile/ Maciej Barć
2025-03-24 11:46 Sam James
2023-12-08 13:37 Ulrich Müller
2023-11-13 19:53 Sam James
2023-10-14  9:56 Maciej Barć
2023-10-14  9:56 Maciej Barć
2023-10-14  9:56 Maciej Barć
2023-04-20 12:09 Joonas Niilola
2023-04-20  4:17 Sam James
2023-04-20  4:14 Arthur Zamarin
2023-04-20  4:14 Arthur Zamarin
2023-04-20  0:03 Maciej Barć
2022-11-23  1:14 Maciej Barć
2022-10-27  4:18 Maciej Barć
2022-04-20 17:31 Maciej Barć
2021-12-08  2:58 Sam James
2021-12-08  2:58 Sam James

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=1739745315.a790a75d1f161b8de1c1e1e742eff83ba5dff7b0.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