* [gentoo-commits] repo/gentoo:master commit in: app-emacs/fennel-mode/
@ 2022-07-04 0:22 Maciej Barć
0 siblings, 0 replies; 6+ messages in thread
From: Maciej Barć @ 2022-07-04 0:22 UTC (permalink / raw
To: gentoo-commits
commit: ddc40a637a551ad7db163f8eedfee37b3965d65b
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 4 00:22:12 2022 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Mon Jul 4 00:22:40 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddc40a63
app-emacs/fennel-mode: fixes to older version ebuild
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
.../{fennel-mode-0.4.1.ebuild => fennel-mode-0.4.1-r1.ebuild} | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/app-emacs/fennel-mode/fennel-mode-0.4.1.ebuild b/app-emacs/fennel-mode/fennel-mode-0.4.1-r1.ebuild
similarity index 82%
rename from app-emacs/fennel-mode/fennel-mode-0.4.1.ebuild
rename to app-emacs/fennel-mode/fennel-mode-0.4.1-r1.ebuild
index 3528e2bd44cc..5512c751ce89 100644
--- a/app-emacs/fennel-mode/fennel-mode-0.4.1.ebuild
+++ b/app-emacs/fennel-mode/fennel-mode-0.4.1-r1.ebuild
@@ -3,18 +3,18 @@
EAPI=8
+NEED_EMACS=26.1
+
inherit elisp
DESCRIPTION="Emacs support for the Fennel programming language"
-HOMEPAGE="https://gitlab.com/technomancy/fennel-mode/"
+HOMEPAGE="https://git.sr.ht/~technomancy/fennel-mode/"
SRC_URI="https://gitlab.com/technomancy/${PN}/-/archive/${PV}/${P}.tar.gz"
-LICENSE="GPL-3"
+LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-RDEPEND="dev-lang/fennel"
-
DOCS=( Readme.md changelog.md )
SITEFILE="50${PN}-gentoo.el"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/fennel-mode/
@ 2022-07-04 0:22 Maciej Barć
0 siblings, 0 replies; 6+ messages in thread
From: Maciej Barć @ 2022-07-04 0:22 UTC (permalink / raw
To: gentoo-commits
commit: aac5e3ac5623250fe87c5a452258a0bd1f5ed7db
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 4 00:19:24 2022 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Mon Jul 4 00:22:40 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aac5e3ac
app-emacs/fennel-mode: bump to 0.5.0
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-emacs/fennel-mode/Manifest | 1 +
app-emacs/fennel-mode/fennel-mode-0.5.0.ebuild | 29 ++++++++++++++++++++++++++
2 files changed, 30 insertions(+)
diff --git a/app-emacs/fennel-mode/Manifest b/app-emacs/fennel-mode/Manifest
index d98d682e9061..20cc44b0df70 100644
--- a/app-emacs/fennel-mode/Manifest
+++ b/app-emacs/fennel-mode/Manifest
@@ -1 +1,2 @@
DIST fennel-mode-0.4.1.tar.gz 12426 BLAKE2B 1440a4a4357afe57b685ef477763ccafd866e79f3d538ed61101577098287562476e8c3b4caa5dc12671a64083f3ec7be3c3bfb1a1f17ff0c85b2d06329d7c3d SHA512 ee138dda43b28ca0e81e5940e8294d94652c1d2522c67fa22bf82c19d2d54f89707631ee2544929116e15a0f09b1b85cbf8c7ea3acd98af10577ea8326b34ae7
+DIST fennel-mode-0.5.0.tar.gz 13995 BLAKE2B 6ccf73a172f28a06221be356c2c0a5ec25342c05b95b3d4cbaf65bb11a8d6a1ad3018e708c59de8aac1069b974a99c3bda57fd42765eebc015360706d53d6e72 SHA512 89dfbf2d70c36a3f1de69af9f2dad5ee93e1ec995470205962b6fd015e779ac8c81159a2d9fb532d14f5afe8485d8e18a82783388565eb1ff4646a714f5113e3
diff --git a/app-emacs/fennel-mode/fennel-mode-0.5.0.ebuild b/app-emacs/fennel-mode/fennel-mode-0.5.0.ebuild
new file mode 100644
index 000000000000..c315217f2fc4
--- /dev/null
+++ b/app-emacs/fennel-mode/fennel-mode-0.5.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+H=b3c52964eda7c0267f6e3f0ad6c690c3a1e89da1
+NEED_EMACS=26.1
+
+inherit elisp
+
+DESCRIPTION="Emacs support for the Fennel programming language"
+HOMEPAGE="https://git.sr.ht/~technomancy/fennel-mode/"
+SRC_URI="https://git.sr.ht/~technomancy/${PN}/archive/${H}.tar.gz
+ -> ${P}.tar.gz"
+S="${WORKDIR}"/${PN}-${H}
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DOCS=( Readme.md changelog.md )
+SITEFILE="50${PN}-gentoo.el"
+
+src_install() {
+ elisp_src_install
+
+ insinto "${SITEETC}"
+ doins syntax.fnl
+}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/fennel-mode/
@ 2022-08-14 20:06 Sam James
0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2022-08-14 20:06 UTC (permalink / raw
To: gentoo-commits
commit: 90c1683a7933bc7627b858a9004f91b46c7b5485
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 14 19:59:18 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Aug 14 19:59:18 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90c1683a
app-emacs/fennel-mode: add sourcehut upstream metadata
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-emacs/fennel-mode/metadata.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/app-emacs/fennel-mode/metadata.xml b/app-emacs/fennel-mode/metadata.xml
index 819627987bb1..69eb6edd9c7a 100644
--- a/app-emacs/fennel-mode/metadata.xml
+++ b/app-emacs/fennel-mode/metadata.xml
@@ -12,5 +12,6 @@
</changelog>
<bugs-to>https://gitlab.com/technomancy/fennel-mode/-/issues/</bugs-to>
<remote-id type="gitlab">technomancy/fennel-mode</remote-id>
+ <remote-id type="sourcehut">~technomancy/fennel-mode</remote-id>
</upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/fennel-mode/
@ 2024-04-25 21:03 Maciej Barć
0 siblings, 0 replies; 6+ messages in thread
From: Maciej Barć @ 2024-04-25 21:03 UTC (permalink / raw
To: gentoo-commits
commit: 3d7cdd7b5d6d0d85d23c1717bfee993621ccad48
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 25 20:44:13 2024 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Thu Apr 25 21:03:26 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d7cdd7b
app-emacs/fennel-mode: bump to 0.9.1
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-emacs/fennel-mode/Manifest | 1 +
app-emacs/fennel-mode/fennel-mode-0.9.1.ebuild | 29 ++++++++++++++++++++++++++
2 files changed, 30 insertions(+)
diff --git a/app-emacs/fennel-mode/Manifest b/app-emacs/fennel-mode/Manifest
index 4e6b5e953d0c..b0f39e0cb9b6 100644
--- a/app-emacs/fennel-mode/Manifest
+++ b/app-emacs/fennel-mode/Manifest
@@ -1 +1,2 @@
DIST fennel-mode-0.5.0.tar.gz 13995 BLAKE2B 6ccf73a172f28a06221be356c2c0a5ec25342c05b95b3d4cbaf65bb11a8d6a1ad3018e708c59de8aac1069b974a99c3bda57fd42765eebc015360706d53d6e72 SHA512 89dfbf2d70c36a3f1de69af9f2dad5ee93e1ec995470205962b6fd015e779ac8c81159a2d9fb532d14f5afe8485d8e18a82783388565eb1ff4646a714f5113e3
+DIST fennel-mode-0.9.1.tar.gz 13995 BLAKE2B 6ccf73a172f28a06221be356c2c0a5ec25342c05b95b3d4cbaf65bb11a8d6a1ad3018e708c59de8aac1069b974a99c3bda57fd42765eebc015360706d53d6e72 SHA512 89dfbf2d70c36a3f1de69af9f2dad5ee93e1ec995470205962b6fd015e779ac8c81159a2d9fb532d14f5afe8485d8e18a82783388565eb1ff4646a714f5113e3
diff --git a/app-emacs/fennel-mode/fennel-mode-0.9.1.ebuild b/app-emacs/fennel-mode/fennel-mode-0.9.1.ebuild
new file mode 100644
index 000000000000..74f28faa0d18
--- /dev/null
+++ b/app-emacs/fennel-mode/fennel-mode-0.9.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+COMMIT=b3c52964eda7c0267f6e3f0ad6c690c3a1e89da1
+NEED_EMACS=26.1
+
+inherit elisp
+
+DESCRIPTION="Emacs support for the Fennel programming language"
+HOMEPAGE="https://git.sr.ht/~technomancy/fennel-mode/"
+SRC_URI="https://git.sr.ht/~technomancy/${PN}/archive/${COMMIT}.tar.gz
+ -> ${P}.tar.gz"
+S="${WORKDIR}"/${PN}-${COMMIT}
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DOCS=( Readme.md changelog.md )
+SITEFILE="50${PN}-gentoo.el"
+
+src_install() {
+ elisp_src_install
+
+ insinto "${SITEETC}"
+ doins syntax.fnl
+}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/fennel-mode/
@ 2025-03-15 19:55 Maciej Barć
0 siblings, 0 replies; 6+ messages in thread
From: Maciej Barć @ 2025-03-15 19:55 UTC (permalink / raw
To: gentoo-commits
commit: de6aacf38e16309acd0b19e5de409e535efd2d9c
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 15 17:15:25 2025 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sat Mar 15 19:55:32 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de6aacf3
app-emacs/fennel-mode: drop old 0.5.0
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-emacs/fennel-mode/Manifest | 1 -
app-emacs/fennel-mode/fennel-mode-0.5.0.ebuild | 29 --------------------------
2 files changed, 30 deletions(-)
diff --git a/app-emacs/fennel-mode/Manifest b/app-emacs/fennel-mode/Manifest
index b0f39e0cb9b6..e01229e3e085 100644
--- a/app-emacs/fennel-mode/Manifest
+++ b/app-emacs/fennel-mode/Manifest
@@ -1,2 +1 @@
-DIST fennel-mode-0.5.0.tar.gz 13995 BLAKE2B 6ccf73a172f28a06221be356c2c0a5ec25342c05b95b3d4cbaf65bb11a8d6a1ad3018e708c59de8aac1069b974a99c3bda57fd42765eebc015360706d53d6e72 SHA512 89dfbf2d70c36a3f1de69af9f2dad5ee93e1ec995470205962b6fd015e779ac8c81159a2d9fb532d14f5afe8485d8e18a82783388565eb1ff4646a714f5113e3
DIST fennel-mode-0.9.1.tar.gz 13995 BLAKE2B 6ccf73a172f28a06221be356c2c0a5ec25342c05b95b3d4cbaf65bb11a8d6a1ad3018e708c59de8aac1069b974a99c3bda57fd42765eebc015360706d53d6e72 SHA512 89dfbf2d70c36a3f1de69af9f2dad5ee93e1ec995470205962b6fd015e779ac8c81159a2d9fb532d14f5afe8485d8e18a82783388565eb1ff4646a714f5113e3
diff --git a/app-emacs/fennel-mode/fennel-mode-0.5.0.ebuild b/app-emacs/fennel-mode/fennel-mode-0.5.0.ebuild
deleted file mode 100644
index 5cebaaa89aab..000000000000
--- a/app-emacs/fennel-mode/fennel-mode-0.5.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-COMMIT=b3c52964eda7c0267f6e3f0ad6c690c3a1e89da1
-NEED_EMACS=26.1
-
-inherit elisp
-
-DESCRIPTION="Emacs support for the Fennel programming language"
-HOMEPAGE="https://git.sr.ht/~technomancy/fennel-mode/"
-SRC_URI="https://git.sr.ht/~technomancy/${PN}/archive/${COMMIT}.tar.gz
- -> ${P}.tar.gz"
-S="${WORKDIR}"/${PN}-${COMMIT}
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DOCS=( Readme.md changelog.md )
-SITEFILE="50${PN}-gentoo.el"
-
-src_install() {
- elisp_src_install
-
- insinto "${SITEETC}"
- doins syntax.fnl
-}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/fennel-mode/
@ 2025-03-15 19:55 Maciej Barć
0 siblings, 0 replies; 6+ messages in thread
From: Maciej Barć @ 2025-03-15 19:55 UTC (permalink / raw
To: gentoo-commits
commit: 8f2e79edba1525a8da35a9f91cf07586f75d9010
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 15 18:45:00 2025 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sat Mar 15 19:55:36 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f2e79ed
app-emacs/fennel-mode: bump to 0.9.2
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-emacs/fennel-mode/Manifest | 1 +
app-emacs/fennel-mode/fennel-mode-0.9.2.ebuild | 37 ++++++++++++++++++++++++++
2 files changed, 38 insertions(+)
diff --git a/app-emacs/fennel-mode/Manifest b/app-emacs/fennel-mode/Manifest
index e01229e3e085..4a28041d8b1a 100644
--- a/app-emacs/fennel-mode/Manifest
+++ b/app-emacs/fennel-mode/Manifest
@@ -1 +1,2 @@
DIST fennel-mode-0.9.1.tar.gz 13995 BLAKE2B 6ccf73a172f28a06221be356c2c0a5ec25342c05b95b3d4cbaf65bb11a8d6a1ad3018e708c59de8aac1069b974a99c3bda57fd42765eebc015360706d53d6e72 SHA512 89dfbf2d70c36a3f1de69af9f2dad5ee93e1ec995470205962b6fd015e779ac8c81159a2d9fb532d14f5afe8485d8e18a82783388565eb1ff4646a714f5113e3
+DIST fennel-mode-0.9.2.srht.tar.gz 59720 BLAKE2B 0dcd9dbc3349d2cafe5a990be05889cd3f9ee9abcd51047cbaedbbc41465b990aba2a898cd1f00bf54d8f7c629ca987b41a3f7d3c58ecbde610566dfccd0fe16 SHA512 896353151aecec95a215bedd9bbd6b7007f006fdc760ecdada7a320b35252629ed5ca220c806226609db0efaa00452e897464a014f0a9aefaf03ba9d22dd07c1
diff --git a/app-emacs/fennel-mode/fennel-mode-0.9.2.ebuild b/app-emacs/fennel-mode/fennel-mode-0.9.2.ebuild
new file mode 100644
index 000000000000..9b9a23fb15f2
--- /dev/null
+++ b/app-emacs/fennel-mode/fennel-mode-0.9.2.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="Emacs support for the Fennel programming language"
+HOMEPAGE="https://git.sr.ht/~technomancy/fennel-mode/"
+
+if [[ "${PV}" == *9999* ]] ; then
+ inherit git-r3
+
+ EGIT_REPO_URI="https://git.sr.ht/~technomancy/${PN}"
+else
+ SRC_URI="https://git.sr.ht/~technomancy/${PN}/archive/${PV}.tar.gz
+ -> ${P}.srht.tar.gz"
+
+ KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+ELISP_REMOVE="
+ Makefile
+"
+
+DOCS=( README.md changelog.md )
+SITEFILE="50${PN}-gentoo.el"
+
+src_install() {
+ elisp_src_install
+
+ insinto "${SITEETC}"
+ doins syntax.fnl
+}
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2025-03-15 19:56 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-15 19:55 [gentoo-commits] repo/gentoo:master commit in: app-emacs/fennel-mode/ Maciej Barć
-- strict thread matches above, loose matches on Subject: below --
2025-03-15 19:55 Maciej Barć
2024-04-25 21:03 Maciej Barć
2022-08-14 20:06 Sam James
2022-07-04 0:22 Maciej Barć
2022-07-04 0:22 Maciej Barć
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox