* [gentoo-commits] repo/gentoo:master commit in: app-emacs/vue-html-mode/
@ 2023-07-23 15:58 Arthur Zamarin
0 siblings, 0 replies; 2+ messages in thread
From: Arthur Zamarin @ 2023-07-23 15:58 UTC (permalink / raw
To: gentoo-commits
commit: 1fafefcdf7c93bb8936db409ae47a8d8db47dc6e
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 23 15:58:10 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Jul 23 15:58:10 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fafefcd
app-emacs/vue-html-mode: Stabilize 0.2 amd64, #910733
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
app-emacs/vue-html-mode/vue-html-mode-0.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-emacs/vue-html-mode/vue-html-mode-0.2.ebuild b/app-emacs/vue-html-mode/vue-html-mode-0.2.ebuild
index 420647bc0094..7154d2eeb75d 100644
--- a/app-emacs/vue-html-mode/vue-html-mode-0.2.ebuild
+++ b/app-emacs/vue-html-mode/vue-html-mode-0.2.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == *9999* ]] ; then
else
SRC_URI="https://github.com/AdamNiederer/${PN}/archive/${PV}.tar.gz
-> ${P}.tar.gz"
- KEYWORDS="~amd64 ~x86"
+ KEYWORDS="amd64 ~x86"
fi
LICENSE="GPL-3+"
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/vue-html-mode/
@ 2024-01-04 18:27 Arsen Arsenović
0 siblings, 0 replies; 2+ messages in thread
From: Arsen Arsenović @ 2024-01-04 18:27 UTC (permalink / raw
To: gentoo-commits
commit: a1bedcb3e27426bcef32098222c09dbe58860482
Author: Arsen Arsenović <arsen <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 4 18:15:56 2024 +0000
Commit: Arsen Arsenović <arsen <AT> gentoo <DOT> org>
CommitDate: Thu Jan 4 18:23:13 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1bedcb3
app-emacs/vue-html-mode: add 9999
Signed-off-by: Arsen Arsenović <arsen <AT> gentoo.org>
app-emacs/vue-html-mode/vue-html-mode-9999.ebuild | 24 +++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/app-emacs/vue-html-mode/vue-html-mode-9999.ebuild b/app-emacs/vue-html-mode/vue-html-mode-9999.ebuild
new file mode 100644
index 000000000000..45107b950464
--- /dev/null
+++ b/app-emacs/vue-html-mode/vue-html-mode-9999.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="Major Emacs mode for editing Vue.js templates"
+HOMEPAGE="https://github.com/AdamNiederer/vue-html-mode/"
+
+if [[ ${PV} == *9999* ]] ; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/AdamNiederer/${PN}.git"
+else
+ SRC_URI="https://github.com/AdamNiederer/${PN}/archive/${PV}.tar.gz
+ -> ${P}.tar.gz"
+ KEYWORDS="amd64 ~x86"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+DOCS=( README.md )
+SITEFILE="50${PN}-gentoo.el"
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-01-04 18:27 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-23 15:58 [gentoo-commits] repo/gentoo:master commit in: app-emacs/vue-html-mode/ Arthur Zamarin
-- strict thread matches above, loose matches on Subject: below --
2024-01-04 18:27 Arsen Arsenović
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox