* [gentoo-commits] repo/gentoo:master commit in: app-emacs/projectile/
@ 2021-12-08 2:58 Sam James
0 siblings, 0 replies; 15+ messages in thread
From: Sam James @ 2021-12-08 2:58 UTC (permalink / raw
To: gentoo-commits
commit: 76fbf32f9f2980ac0e59ffaac72fa4eb942d5c7b
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 8 02:47:25 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Dec 8 02:47:25 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76fbf32f
app-emacs/projectile: mark ALLARCHES
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-emacs/projectile/metadata.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/app-emacs/projectile/metadata.xml b/app-emacs/projectile/metadata.xml
index 5cfe7fd7bd5c..ceef2a0125e6 100644
--- a/app-emacs/projectile/metadata.xml
+++ b/app-emacs/projectile/metadata.xml
@@ -13,6 +13,7 @@
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
</maintainer>
+ <stabilize-allarches/>
<upstream>
<remote-id type="github">bbatsov/projectile</remote-id>
<doc>https://github.com/bbatsov/projectile/blob/master/README.md</doc>
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/projectile/
@ 2021-12-08 2:58 Sam James
0 siblings, 0 replies; 15+ messages in thread
From: Sam James @ 2021-12-08 2:58 UTC (permalink / raw
To: gentoo-commits
commit: 998f598805d11ad269bb649d5a09e0b6f9c67cdd
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 8 02:46:33 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Dec 8 02:46:36 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=998f5988
app-emacs/projectile: add gnu-emacs@ as co-maintainer
As requested by ulm for any proxy-maint added packages.
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-emacs/projectile/metadata.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/app-emacs/projectile/metadata.xml b/app-emacs/projectile/metadata.xml
index c74f950ffe52..5cfe7fd7bd5c 100644
--- a/app-emacs/projectile/metadata.xml
+++ b/app-emacs/projectile/metadata.xml
@@ -5,6 +5,10 @@
<email>jturner.usa+gentoo@gmail.com</email>
<name>John Turner</name>
</maintainer>
+ <maintainer type="project">
+ <email>gnu-emacs@gentoo.org</email>
+ <name>Gentoo GNU Emacs project</name>
+ </maintainer>
<maintainer type="project" proxied="proxy">
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/projectile/
@ 2022-04-20 17:31 Maciej Barć
0 siblings, 0 replies; 15+ messages in thread
From: Maciej Barć @ 2022-04-20 17:31 UTC (permalink / raw
To: gentoo-commits
commit: 634204bdc782faddce74f6131a1e99dbb457805d
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 20 17:30:39 2022 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Wed Apr 20 17:31:49 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=634204bd
app-emacs/projectile: enable tests
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-emacs/projectile/projectile-2.5.0.ebuild | 12 ++++++++++--
1 file changed, 10 insertions(+), 2 deletions(-)
diff --git a/app-emacs/projectile/projectile-2.5.0.ebuild b/app-emacs/projectile/projectile-2.5.0.ebuild
index 6a9e19ad606d..9ebbdf6b49f5 100644
--- a/app-emacs/projectile/projectile-2.5.0.ebuild
+++ b/app-emacs/projectile/projectile-2.5.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2021 Gentoo Authors
+# Copyright 2021-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -14,10 +14,18 @@ SRC_URI="https://github.com/bbatsov/projectile/archive/refs/tags/v${PV}.tar.gz -
LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="test? ( app-emacs/buttercup )"
SITEFILE="50projectile-gentoo.el"
DOCS=( README.md )
-RESTRICT="test" # tests require buttercup which is not packaged
+
+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}"/
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/projectile/
@ 2022-10-27 4:18 Maciej Barć
0 siblings, 0 replies; 15+ messages in thread
From: Maciej Barć @ 2022-10-27 4:18 UTC (permalink / raw
To: gentoo-commits
commit: 3e400659ac2eabef91a77fd2dc17ef3b836d9977
Author: John Turner <jturner.usa <AT> gmail <DOT> com>
AuthorDate: Thu Oct 27 03:35:17 2022 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Thu Oct 27 04:17:39 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e400659
app-emacs/projectile: add 2.6.0
Signed-off-by: John Turner <jturner.usa <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/27970
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-emacs/projectile/Manifest | 1 +
app-emacs/projectile/projectile-2.6.0.ebuild | 28 ++++++++++++++++++++++++++++
2 files changed, 29 insertions(+)
diff --git a/app-emacs/projectile/Manifest b/app-emacs/projectile/Manifest
index 1a31170312ff..c5d77d6aa606 100644
--- a/app-emacs/projectile/Manifest
+++ b/app-emacs/projectile/Manifest
@@ -1 +1,2 @@
DIST projectile-2.5.0.tar.gz 1915860 BLAKE2B 4d215e2c1e44c7f85121fc36445112f3064129fe95866b4fbb2e14b11d31519057d9cc69bcdf44c82cd516768cc73a031da48a7c5352b9825816db54810cafcb SHA512 3faeb7db70e5e2198ad307c1d5d24a5fadd207765387e7094691e40071411506e6df690995f923bf246b7176173ca41882d369276862b631d7436747bfeae3a3
+DIST projectile-2.6.0.tar.gz 1922935 BLAKE2B 40e5fc3d152b4fa244bb42cd606d4d6c92e9a212a3d58b7e5e3b333a6b9eb07ca05d61c18aa1859ba5e99872c92f2b8ae11442e5ebda22b057cb49017b1deff8 SHA512 28898d8e48c1dc90ada0f3648e8ef96bff96a3873af61d7f454160fa9fb5f2e8b08c7e0ab99953170b252a29bc04ccb3c10803807b0b96cfcead167855642fed
diff --git a/app-emacs/projectile/projectile-2.6.0.ebuild b/app-emacs/projectile/projectile-2.6.0.ebuild
new file mode 100644
index 000000000000..26f4e8b00c5e
--- /dev/null
+++ b/app-emacs/projectile/projectile-2.6.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 2021-2022 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"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="test? ( app-emacs/buttercup )"
+
+SITEFILE="50projectile-gentoo.el"
+DOCS=( README.md )
+
+src_test() {
+ mkdir -p "${HOME}"/.emacs.d || die # For "projectile--directory-p" test
+ buttercup -L . -L test --traceback full || die
+}
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/projectile/
@ 2022-11-23 1:14 Maciej Barć
0 siblings, 0 replies; 15+ messages in thread
From: Maciej Barć @ 2022-11-23 1:14 UTC (permalink / raw
To: gentoo-commits
commit: e912502aeaa72891d17b9d07f3c1293a9438d705
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 23 00:46:55 2022 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Wed Nov 23 01:14:37 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e912502a
app-emacs/projectile: bump to 2.7.0
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-emacs/projectile/Manifest | 1 +
app-emacs/projectile/projectile-2.7.0.ebuild | 28 ++++++++++++++++++++++++++++
2 files changed, 29 insertions(+)
diff --git a/app-emacs/projectile/Manifest b/app-emacs/projectile/Manifest
index c5d77d6aa606..777ad4d2cf7d 100644
--- a/app-emacs/projectile/Manifest
+++ b/app-emacs/projectile/Manifest
@@ -1,2 +1,3 @@
DIST projectile-2.5.0.tar.gz 1915860 BLAKE2B 4d215e2c1e44c7f85121fc36445112f3064129fe95866b4fbb2e14b11d31519057d9cc69bcdf44c82cd516768cc73a031da48a7c5352b9825816db54810cafcb SHA512 3faeb7db70e5e2198ad307c1d5d24a5fadd207765387e7094691e40071411506e6df690995f923bf246b7176173ca41882d369276862b631d7436747bfeae3a3
DIST projectile-2.6.0.tar.gz 1922935 BLAKE2B 40e5fc3d152b4fa244bb42cd606d4d6c92e9a212a3d58b7e5e3b333a6b9eb07ca05d61c18aa1859ba5e99872c92f2b8ae11442e5ebda22b057cb49017b1deff8 SHA512 28898d8e48c1dc90ada0f3648e8ef96bff96a3873af61d7f454160fa9fb5f2e8b08c7e0ab99953170b252a29bc04ccb3c10803807b0b96cfcead167855642fed
+DIST projectile-2.7.0.tar.gz 1926804 BLAKE2B 2dc52883335dda0bb6b5d9bf606cf56ee38730c2d14ddca5a8e5fac1169b9ae91f8c264d7f1d0a311bea21690ad292194f9b2bdab7d4dc2b03abafda706a67bc SHA512 bdd4484b916f59434f33bfc6eb663bb75ba6196b632894f27a46f90ea75f0268eb847142c9ff97386ca9ae6a2dc2fa6f26b20b34e2f3d00c80674784a32d10f8
diff --git a/app-emacs/projectile/projectile-2.7.0.ebuild b/app-emacs/projectile/projectile-2.7.0.ebuild
new file mode 100644
index 000000000000..26f4e8b00c5e
--- /dev/null
+++ b/app-emacs/projectile/projectile-2.7.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 2021-2022 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"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="test? ( app-emacs/buttercup )"
+
+SITEFILE="50projectile-gentoo.el"
+DOCS=( README.md )
+
+src_test() {
+ mkdir -p "${HOME}"/.emacs.d || die # For "projectile--directory-p" test
+ buttercup -L . -L test --traceback full || die
+}
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/projectile/
@ 2023-04-20 0:03 Maciej Barć
0 siblings, 0 replies; 15+ messages in thread
From: Maciej Barć @ 2023-04-20 0:03 UTC (permalink / raw
To: gentoo-commits
commit: 7d78c94d5c6b55abf4ea3ab852ef1556c456b644
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 19 23:50:24 2023 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Thu Apr 20 00:02:59 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d78c94d
app-emacs/projectile: use elisp-enable-tests
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-emacs/projectile/projectile-2.5.0-r1.ebuild | 15 ++++++++-------
app-emacs/projectile/projectile-2.6.0.ebuild | 15 ++++++++-------
app-emacs/projectile/projectile-2.7.0.ebuild | 15 ++++++++-------
3 files changed, 24 insertions(+), 21 deletions(-)
diff --git a/app-emacs/projectile/projectile-2.5.0-r1.ebuild b/app-emacs/projectile/projectile-2.5.0-r1.ebuild
index f1dc336ca4fe..4e3c229ebadd 100644
--- a/app-emacs/projectile/projectile-2.5.0-r1.ebuild
+++ b/app-emacs/projectile/projectile-2.5.0-r1.ebuild
@@ -6,21 +6,22 @@ EAPI=8
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"
+HOMEPAGE="https://docs.projectile.mx
+ https://github.com/bbatsov/projectile/"
+SRC_URI="https://github.com/bbatsov/projectile/archive/v${PV}.tar.gz
+ -> ${P}.tar.gz"
LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="test? ( app-emacs/buttercup )"
SITEFILE="50projectile-gentoo.el"
DOCS=( README.md )
+elisp-enable-tests buttercup test
+
src_test() {
mkdir -p "${HOME}"/.emacs.d || die # For "projectile--directory-p" test
- buttercup -L . -L test --traceback full || die
+
+ elisp-test
}
diff --git a/app-emacs/projectile/projectile-2.6.0.ebuild b/app-emacs/projectile/projectile-2.6.0.ebuild
index f1dc336ca4fe..4e3c229ebadd 100644
--- a/app-emacs/projectile/projectile-2.6.0.ebuild
+++ b/app-emacs/projectile/projectile-2.6.0.ebuild
@@ -6,21 +6,22 @@ EAPI=8
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"
+HOMEPAGE="https://docs.projectile.mx
+ https://github.com/bbatsov/projectile/"
+SRC_URI="https://github.com/bbatsov/projectile/archive/v${PV}.tar.gz
+ -> ${P}.tar.gz"
LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="test? ( app-emacs/buttercup )"
SITEFILE="50projectile-gentoo.el"
DOCS=( README.md )
+elisp-enable-tests buttercup test
+
src_test() {
mkdir -p "${HOME}"/.emacs.d || die # For "projectile--directory-p" test
- buttercup -L . -L test --traceback full || die
+
+ elisp-test
}
diff --git a/app-emacs/projectile/projectile-2.7.0.ebuild b/app-emacs/projectile/projectile-2.7.0.ebuild
index f1dc336ca4fe..4e3c229ebadd 100644
--- a/app-emacs/projectile/projectile-2.7.0.ebuild
+++ b/app-emacs/projectile/projectile-2.7.0.ebuild
@@ -6,21 +6,22 @@ EAPI=8
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"
+HOMEPAGE="https://docs.projectile.mx
+ https://github.com/bbatsov/projectile/"
+SRC_URI="https://github.com/bbatsov/projectile/archive/v${PV}.tar.gz
+ -> ${P}.tar.gz"
LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="test? ( app-emacs/buttercup )"
SITEFILE="50projectile-gentoo.el"
DOCS=( README.md )
+elisp-enable-tests buttercup test
+
src_test() {
mkdir -p "${HOME}"/.emacs.d || die # For "projectile--directory-p" test
- buttercup -L . -L test --traceback full || die
+
+ elisp-test
}
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/projectile/
@ 2023-04-20 4:14 Arthur Zamarin
0 siblings, 0 replies; 15+ messages in thread
From: Arthur Zamarin @ 2023-04-20 4:14 UTC (permalink / raw
To: gentoo-commits
commit: a5d79bc58946731b91f8f8a549c77a804f7a07f1
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 20 04:14:36 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Apr 20 04:14:36 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5d79bc5
app-emacs/projectile: Keyword 2.7.0 arm64, #904688
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
app-emacs/projectile/projectile-2.7.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-emacs/projectile/projectile-2.7.0.ebuild b/app-emacs/projectile/projectile-2.7.0.ebuild
index 4e3c229ebadd..878202908c59 100644
--- a/app-emacs/projectile/projectile-2.7.0.ebuild
+++ b/app-emacs/projectile/projectile-2.7.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/bbatsov/projectile/archive/v${PV}.tar.gz
LICENSE="GPL-3+"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm64"
SITEFILE="50projectile-gentoo.el"
DOCS=( README.md )
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/projectile/
@ 2023-04-20 4:14 Arthur Zamarin
0 siblings, 0 replies; 15+ messages in thread
From: Arthur Zamarin @ 2023-04-20 4:14 UTC (permalink / raw
To: gentoo-commits
commit: 483038961307855f65e83eac3122a4dfcfd306f0
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 20 04:14:37 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Apr 20 04:14:37 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48303896
app-emacs/projectile: Keyword 2.7.0 arm, #904688
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
app-emacs/projectile/projectile-2.7.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-emacs/projectile/projectile-2.7.0.ebuild b/app-emacs/projectile/projectile-2.7.0.ebuild
index 878202908c59..9e6351bb35de 100644
--- a/app-emacs/projectile/projectile-2.7.0.ebuild
+++ b/app-emacs/projectile/projectile-2.7.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/bbatsov/projectile/archive/v${PV}.tar.gz
LICENSE="GPL-3+"
SLOT="0"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="~amd64 ~arm ~arm64"
SITEFILE="50projectile-gentoo.el"
DOCS=( README.md )
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/projectile/
@ 2023-04-20 4:17 Sam James
0 siblings, 0 replies; 15+ messages in thread
From: Sam James @ 2023-04-20 4:17 UTC (permalink / raw
To: gentoo-commits
commit: 211c05f5c4e7950c4959e529c66c5fe68c4101bc
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 20 04:17:10 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Apr 20 04:17:27 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=211c05f5
app-emacs/projectile: Stabilize 2.7.0 amd64, #904687
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-emacs/projectile/projectile-2.7.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-emacs/projectile/projectile-2.7.0.ebuild b/app-emacs/projectile/projectile-2.7.0.ebuild
index 9e6351bb35de..e06a14a2f800 100644
--- a/app-emacs/projectile/projectile-2.7.0.ebuild
+++ b/app-emacs/projectile/projectile-2.7.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/bbatsov/projectile/archive/v${PV}.tar.gz
LICENSE="GPL-3+"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64"
+KEYWORDS="amd64 ~arm ~arm64"
SITEFILE="50projectile-gentoo.el"
DOCS=( README.md )
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/projectile/
@ 2023-04-20 12:09 Joonas Niilola
0 siblings, 0 replies; 15+ messages in thread
From: Joonas Niilola @ 2023-04-20 12:09 UTC (permalink / raw
To: gentoo-commits
commit: 027fc5f659cdaf0c80d1ef83def5c265d39a9a35
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 20 12:08:53 2023 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Apr 20 12:08:53 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=027fc5f6
app-emacs/projectile: Keyword 2.7.0 x86, #904688
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
app-emacs/projectile/projectile-2.7.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-emacs/projectile/projectile-2.7.0.ebuild b/app-emacs/projectile/projectile-2.7.0.ebuild
index e06a14a2f800..6f2aa04e7217 100644
--- a/app-emacs/projectile/projectile-2.7.0.ebuild
+++ b/app-emacs/projectile/projectile-2.7.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/bbatsov/projectile/archive/v${PV}.tar.gz
LICENSE="GPL-3+"
SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64"
+KEYWORDS="amd64 ~arm ~arm64 ~x86"
SITEFILE="50projectile-gentoo.el"
DOCS=( README.md )
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/projectile/
@ 2023-10-14 9:56 Maciej Barć
0 siblings, 0 replies; 15+ messages in thread
From: Maciej Barć @ 2023-10-14 9:56 UTC (permalink / raw
To: gentoo-commits
commit: 605083d5989116052dfd08e9b2469e57474dc7e1
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 14 08:51:40 2023 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sat Oct 14 09:56:49 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=605083d5
app-emacs/projectile: drop old 2.5.0-r1
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-emacs/projectile/Manifest | 1 -
app-emacs/projectile/projectile-2.5.0-r1.ebuild | 27 -------------------------
2 files changed, 28 deletions(-)
diff --git a/app-emacs/projectile/Manifest b/app-emacs/projectile/Manifest
index 777ad4d2cf7d..ebb8bb8305c3 100644
--- a/app-emacs/projectile/Manifest
+++ b/app-emacs/projectile/Manifest
@@ -1,3 +1,2 @@
-DIST projectile-2.5.0.tar.gz 1915860 BLAKE2B 4d215e2c1e44c7f85121fc36445112f3064129fe95866b4fbb2e14b11d31519057d9cc69bcdf44c82cd516768cc73a031da48a7c5352b9825816db54810cafcb SHA512 3faeb7db70e5e2198ad307c1d5d24a5fadd207765387e7094691e40071411506e6df690995f923bf246b7176173ca41882d369276862b631d7436747bfeae3a3
DIST projectile-2.6.0.tar.gz 1922935 BLAKE2B 40e5fc3d152b4fa244bb42cd606d4d6c92e9a212a3d58b7e5e3b333a6b9eb07ca05d61c18aa1859ba5e99872c92f2b8ae11442e5ebda22b057cb49017b1deff8 SHA512 28898d8e48c1dc90ada0f3648e8ef96bff96a3873af61d7f454160fa9fb5f2e8b08c7e0ab99953170b252a29bc04ccb3c10803807b0b96cfcead167855642fed
DIST projectile-2.7.0.tar.gz 1926804 BLAKE2B 2dc52883335dda0bb6b5d9bf606cf56ee38730c2d14ddca5a8e5fac1169b9ae91f8c264d7f1d0a311bea21690ad292194f9b2bdab7d4dc2b03abafda706a67bc SHA512 bdd4484b916f59434f33bfc6eb663bb75ba6196b632894f27a46f90ea75f0268eb847142c9ff97386ca9ae6a2dc2fa6f26b20b34e2f3d00c80674784a32d10f8
diff --git a/app-emacs/projectile/projectile-2.5.0-r1.ebuild b/app-emacs/projectile/projectile-2.5.0-r1.ebuild
deleted file mode 100644
index 4e3c229ebadd..000000000000
--- a/app-emacs/projectile/projectile-2.5.0-r1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit elisp
-
-DESCRIPTION="A project interaction library for Emacs"
-HOMEPAGE="https://docs.projectile.mx
- https://github.com/bbatsov/projectile/"
-SRC_URI="https://github.com/bbatsov/projectile/archive/v${PV}.tar.gz
- -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64"
-
-SITEFILE="50projectile-gentoo.el"
-DOCS=( README.md )
-
-elisp-enable-tests buttercup test
-
-src_test() {
- mkdir -p "${HOME}"/.emacs.d || die # For "projectile--directory-p" test
-
- elisp-test
-}
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/projectile/
@ 2023-10-14 9:56 Maciej Barć
0 siblings, 0 replies; 15+ messages in thread
From: Maciej Barć @ 2023-10-14 9:56 UTC (permalink / raw
To: gentoo-commits
commit: 6b42075d233e4819fb460ba61781cc10a461c303
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 14 08:51:48 2023 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sat Oct 14 09:56:50 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b42075d
app-emacs/projectile: drop old 2.6.0
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-emacs/projectile/Manifest | 1 -
app-emacs/projectile/projectile-2.6.0.ebuild | 27 ---------------------------
2 files changed, 28 deletions(-)
diff --git a/app-emacs/projectile/Manifest b/app-emacs/projectile/Manifest
index ebb8bb8305c3..04d841cfccb1 100644
--- a/app-emacs/projectile/Manifest
+++ b/app-emacs/projectile/Manifest
@@ -1,2 +1 @@
-DIST projectile-2.6.0.tar.gz 1922935 BLAKE2B 40e5fc3d152b4fa244bb42cd606d4d6c92e9a212a3d58b7e5e3b333a6b9eb07ca05d61c18aa1859ba5e99872c92f2b8ae11442e5ebda22b057cb49017b1deff8 SHA512 28898d8e48c1dc90ada0f3648e8ef96bff96a3873af61d7f454160fa9fb5f2e8b08c7e0ab99953170b252a29bc04ccb3c10803807b0b96cfcead167855642fed
DIST projectile-2.7.0.tar.gz 1926804 BLAKE2B 2dc52883335dda0bb6b5d9bf606cf56ee38730c2d14ddca5a8e5fac1169b9ae91f8c264d7f1d0a311bea21690ad292194f9b2bdab7d4dc2b03abafda706a67bc SHA512 bdd4484b916f59434f33bfc6eb663bb75ba6196b632894f27a46f90ea75f0268eb847142c9ff97386ca9ae6a2dc2fa6f26b20b34e2f3d00c80674784a32d10f8
diff --git a/app-emacs/projectile/projectile-2.6.0.ebuild b/app-emacs/projectile/projectile-2.6.0.ebuild
deleted file mode 100644
index 4e3c229ebadd..000000000000
--- a/app-emacs/projectile/projectile-2.6.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit elisp
-
-DESCRIPTION="A project interaction library for Emacs"
-HOMEPAGE="https://docs.projectile.mx
- https://github.com/bbatsov/projectile/"
-SRC_URI="https://github.com/bbatsov/projectile/archive/v${PV}.tar.gz
- -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64"
-
-SITEFILE="50projectile-gentoo.el"
-DOCS=( README.md )
-
-elisp-enable-tests buttercup test
-
-src_test() {
- mkdir -p "${HOME}"/.emacs.d || die # For "projectile--directory-p" test
-
- elisp-test
-}
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/projectile/
@ 2023-10-14 9:56 Maciej Barć
0 siblings, 0 replies; 15+ messages in thread
From: Maciej Barć @ 2023-10-14 9:56 UTC (permalink / raw
To: gentoo-commits
commit: 5b03541d01528e0b14de5fbc7485b2f76a2908e5
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 14 08:52:38 2023 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sat Oct 14 09:56:50 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b03541d
app-emacs/projectile: bump to 2.8.0
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-emacs/projectile/Manifest | 1 +
app-emacs/projectile/projectile-2.8.0.ebuild | 27 +++++++++++++++++++++++++++
2 files changed, 28 insertions(+)
diff --git a/app-emacs/projectile/Manifest b/app-emacs/projectile/Manifest
index 04d841cfccb1..073b3269c902 100644
--- a/app-emacs/projectile/Manifest
+++ b/app-emacs/projectile/Manifest
@@ -1 +1,2 @@
DIST projectile-2.7.0.tar.gz 1926804 BLAKE2B 2dc52883335dda0bb6b5d9bf606cf56ee38730c2d14ddca5a8e5fac1169b9ae91f8c264d7f1d0a311bea21690ad292194f9b2bdab7d4dc2b03abafda706a67bc SHA512 bdd4484b916f59434f33bfc6eb663bb75ba6196b632894f27a46f90ea75f0268eb847142c9ff97386ca9ae6a2dc2fa6f26b20b34e2f3d00c80674784a32d10f8
+DIST projectile-2.8.0.tar.gz 1929750 BLAKE2B c1dff407a12eddd513d0611d5b182da198c20bfaca7810937e5e0829ba3b2124b58139cbfd2e536571be59cd9e1d99ced0a7473ac77f4fd16ac17b7e28f00901 SHA512 492fa5f70af480ec964335c2bead05a23b7ed2b749390e6d3cb8dfa78b8cfe534c1fadfa01360a0b226a044158d3f7365da398825a1986208f25b41493e19f19
diff --git a/app-emacs/projectile/projectile-2.8.0.ebuild b/app-emacs/projectile/projectile-2.8.0.ebuild
new file mode 100644
index 000000000000..8d0320cd4ee2
--- /dev/null
+++ b/app-emacs/projectile/projectile-2.8.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 2021-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="A project interaction library for Emacs"
+HOMEPAGE="https://docs.projectile.mx
+ https://github.com/bbatsov/projectile/"
+SRC_URI="https://github.com/bbatsov/projectile/archive/v${PV}.tar.gz
+ -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+SITEFILE="50projectile-gentoo.el"
+DOCS=( README.md )
+
+elisp-enable-tests buttercup test
+
+src_test() {
+ mkdir -p "${HOME}"/.emacs.d || die # For "projectile--directory-p" test
+
+ elisp-test
+}
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/projectile/
@ 2023-11-13 19:53 Sam James
0 siblings, 0 replies; 15+ messages in thread
From: Sam James @ 2023-11-13 19:53 UTC (permalink / raw
To: gentoo-commits
commit: caa8f113c6f0f765f01982de21fd21dd893576c7
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 13 19:52:32 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Nov 13 19:52:32 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=caa8f113
app-emacs/projectile: Stabilize 2.8.0 ALLARCHES, #917299
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-emacs/projectile/projectile-2.8.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-emacs/projectile/projectile-2.8.0.ebuild b/app-emacs/projectile/projectile-2.8.0.ebuild
index 8d0320cd4ee2..6f2aa04e7217 100644
--- a/app-emacs/projectile/projectile-2.8.0.ebuild
+++ b/app-emacs/projectile/projectile-2.8.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/bbatsov/projectile/archive/v${PV}.tar.gz
LICENSE="GPL-3+"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~x86"
SITEFILE="50projectile-gentoo.el"
DOCS=( README.md )
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/projectile/
@ 2023-12-08 13:37 Ulrich Müller
0 siblings, 0 replies; 15+ messages in thread
From: Ulrich Müller @ 2023-12-08 13:37 UTC (permalink / raw
To: gentoo-commits
commit: 7a689f4792b8450f254286850f41e1fd429012ea
Author: Tomas Fabrizio Orsi <torsi <AT> fi <DOT> uba <DOT> ar>
AuthorDate: Tue Nov 14 04:48:04 2023 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Dec 8 13:35:28 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a689f47
app-emacs/projectile: Add optfeature message
... to inform users on other packages to improve projectile's
functionality. Source: https://docs.projectile.mx/projectile/usage.html
Signed-off-by: Tomas Fabrizio Orsi <torsi <AT> fi.uba.ar>
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
.../{projectile-2.8.0.ebuild => projectile-2.8.0-r1.ebuild} | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/app-emacs/projectile/projectile-2.8.0.ebuild b/app-emacs/projectile/projectile-2.8.0-r1.ebuild
similarity index 61%
rename from app-emacs/projectile/projectile-2.8.0.ebuild
rename to app-emacs/projectile/projectile-2.8.0-r1.ebuild
index 6f2aa04e7217..de02a64c2bf5 100644
--- a/app-emacs/projectile/projectile-2.8.0.ebuild
+++ b/app-emacs/projectile/projectile-2.8.0-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-inherit elisp
+inherit elisp optfeature
DESCRIPTION="A project interaction library for Emacs"
HOMEPAGE="https://docs.projectile.mx
@@ -25,3 +25,11 @@ src_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
+}
^ permalink raw reply related [flat|nested] 15+ messages in thread
end of thread, other threads:[~2023-12-08 13:37 UTC | newest]
Thread overview: 15+ 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/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2021-12-08 2:58 Sam James
2022-04-20 17:31 Maciej Barć
2022-10-27 4:18 Maciej Barć
2022-11-23 1:14 Maciej Barć
2023-04-20 0:03 Maciej Barć
2023-04-20 4:14 Arthur Zamarin
2023-04-20 4:14 Arthur Zamarin
2023-04-20 4:17 Sam James
2023-04-20 12:09 Joonas Niilola
2023-10-14 9:56 Maciej Barć
2023-10-14 9:56 Maciej Barć
2023-10-14 9:56 Maciej Barć
2023-11-13 19:53 Sam James
2023-12-08 13:37 Ulrich Müller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox