public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/projectile/files/, app-emacs/projectile/
@ 2021-12-08  2:58 Sam James
  0 siblings, 0 replies; 2+ messages in thread
From: Sam James @ 2021-12-08  2:58 UTC (permalink / raw
  To: gentoo-commits

commit:     2692881d69e8aa549d9b8e26bcd5467b3d3a1bb0
Author:     John Turner <jturner.usa+gentoo <AT> gmail <DOT> com>
AuthorDate: Tue Dec  7 00:32:13 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Dec  8 02:46:06 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2692881d

app-emacs/projectile: initial import

Signed-off-by: John Turner <jturner.usa+gentoo <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/23206
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-emacs/projectile/Manifest                     |  1 +
 app-emacs/projectile/files/50projectile-gentoo.el |  2 ++
 app-emacs/projectile/metadata.xml                 | 16 +++++++++++++++
 app-emacs/projectile/projectile-2.5.0.ebuild      | 25 +++++++++++++++++++++++
 4 files changed, 44 insertions(+)

diff --git a/app-emacs/projectile/Manifest b/app-emacs/projectile/Manifest
new file mode 100644
index 000000000000..1a31170312ff
--- /dev/null
+++ b/app-emacs/projectile/Manifest
@@ -0,0 +1 @@
+DIST projectile-2.5.0.tar.gz 1915860 BLAKE2B 4d215e2c1e44c7f85121fc36445112f3064129fe95866b4fbb2e14b11d31519057d9cc69bcdf44c82cd516768cc73a031da48a7c5352b9825816db54810cafcb SHA512 3faeb7db70e5e2198ad307c1d5d24a5fadd207765387e7094691e40071411506e6df690995f923bf246b7176173ca41882d369276862b631d7436747bfeae3a3

diff --git a/app-emacs/projectile/files/50projectile-gentoo.el b/app-emacs/projectile/files/50projectile-gentoo.el
new file mode 100644
index 000000000000..05c734668e49
--- /dev/null
+++ b/app-emacs/projectile/files/50projectile-gentoo.el
@@ -0,0 +1,2 @@
+(add-to-list 'load-path "@SITELISP@")
+(load "@SITELISP@/projectile-autoload.el")

diff --git a/app-emacs/projectile/metadata.xml b/app-emacs/projectile/metadata.xml
new file mode 100644
index 000000000000..c74f950ffe52
--- /dev/null
+++ b/app-emacs/projectile/metadata.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="person" proxied="yes">
+    <email>jturner.usa+gentoo@gmail.com</email>
+    <name>John Turner</name>
+  </maintainer>
+  <maintainer type="project" proxied="proxy">
+    <email>proxy-maint@gentoo.org</email>
+    <name>Proxy Maintainers</name>
+  </maintainer>
+  <upstream>
+    <remote-id type="github">bbatsov/projectile</remote-id>
+    <doc>https://github.com/bbatsov/projectile/blob/master/README.md</doc>
+  </upstream>
+</pkgmetadata>

diff --git a/app-emacs/projectile/projectile-2.5.0.ebuild b/app-emacs/projectile/projectile-2.5.0.ebuild
new file mode 100644
index 000000000000..6a9e19ad606d
--- /dev/null
+++ b/app-emacs/projectile/projectile-2.5.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+NEED_EMACS="25.1"
+
+inherit elisp
+
+DESCRIPTION="A project interaction library for Emacs"
+HOMEPAGE="https://docs.projectile.mx"
+SRC_URI="https://github.com/bbatsov/projectile/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+SITEFILE="50projectile-gentoo.el"
+DOCS=( README.md )
+RESTRICT="test" # tests require buttercup which is not packaged
+
+src_install() {
+	elisp-make-autoload-file "${S}"/${PN}-autoload.el "${S}"/
+	elisp_src_install
+}


^ permalink raw reply related	[flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/projectile/files/, app-emacs/projectile/
@ 2022-04-27 22:18 Maciej Barć
  0 siblings, 0 replies; 2+ messages in thread
From: Maciej Barć @ 2022-04-27 22:18 UTC (permalink / raw
  To: gentoo-commits

commit:     50925bf3dd8720347c7ecce3655d2512c281e14e
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 27 22:17:58 2022 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Wed Apr 27 22:18:21 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50925bf3

app-emacs/projectile: remove elisp autoload file

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

 app-emacs/projectile/files/50projectile-gentoo.el                    | 3 ++-
 .../{projectile-2.5.0.ebuild => projectile-2.5.0-r1.ebuild}          | 5 -----
 2 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/app-emacs/projectile/files/50projectile-gentoo.el b/app-emacs/projectile/files/50projectile-gentoo.el
index 05c734668e49..8b3f91f32ec4 100644
--- a/app-emacs/projectile/files/50projectile-gentoo.el
+++ b/app-emacs/projectile/files/50projectile-gentoo.el
@@ -1,2 +1,3 @@
 (add-to-list 'load-path "@SITELISP@")
-(load "@SITELISP@/projectile-autoload.el")
+(autoload 'projectile-mode "projectile"
+  "Minor mode to assist project management and navigation." t)

diff --git a/app-emacs/projectile/projectile-2.5.0.ebuild b/app-emacs/projectile/projectile-2.5.0-r1.ebuild
similarity index 87%
rename from app-emacs/projectile/projectile-2.5.0.ebuild
rename to app-emacs/projectile/projectile-2.5.0-r1.ebuild
index 9ebbdf6b49f5..26f4e8b00c5e 100644
--- a/app-emacs/projectile/projectile-2.5.0.ebuild
+++ b/app-emacs/projectile/projectile-2.5.0-r1.ebuild
@@ -26,8 +26,3 @@ src_test() {
 	mkdir -p "${HOME}"/.emacs.d || die  # For "projectile--directory-p" test
 	buttercup -L . -L test --traceback full || die
 }
-
-src_install() {
-	elisp-make-autoload-file "${S}"/${PN}-autoload.el "${S}"/
-	elisp_src_install
-}


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-04-27 22:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-08  2:58 [gentoo-commits] repo/gentoo:master commit in: app-emacs/projectile/files/, app-emacs/projectile/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2022-04-27 22:18 Maciej Barć

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox