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 via email to