* [gentoo-commits] repo/gentoo:master commit in: app-emacs/lv/
@ 2023-03-23 9:00 Sam James
0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2023-03-23 9:00 UTC (permalink / raw
To: gentoo-commits
commit: 524ad2d36f764692a45c5d89cbed0db5dfea6224
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 23 09:00:21 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Mar 23 09:00:21 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=524ad2d3
app-emacs/lv: Stabilize 0.15.0 amd64, #899640
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-emacs/lv/lv-0.15.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-emacs/lv/lv-0.15.0.ebuild b/app-emacs/lv/lv-0.15.0.ebuild
index 0d4d7398dfb2..b083085faf3e 100644
--- a/app-emacs/lv/lv-0.15.0.ebuild
+++ b/app-emacs/lv/lv-0.15.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -12,7 +12,7 @@ HOMEPAGE="https://github.com/abo-abo/hydra"
SRC_URI="https://github.com/abo-abo/hydra/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3+"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
DOCS="README.md"
SITEFILE="50${PN}-gentoo.el"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/lv/
@ 2023-06-14 8:41 Maciej Barć
0 siblings, 0 replies; 3+ messages in thread
From: Maciej Barć @ 2023-06-14 8:41 UTC (permalink / raw
To: gentoo-commits
commit: dac11cbc9d1855568fb6818cf49224ea632c7d96
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 14 08:29:15 2023 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Wed Jun 14 08:39:57 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dac11cbc
app-emacs/lv: do not install hydra
lv also installed hydra which is shared in that project,
hydra and lv are broken into separate packages
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-emacs/lv/lv-0.15.0-r1.ebuild | 33 +++++++++++++++++++++++++++++++++
app-emacs/lv/lv-0.15.0.ebuild | 20 --------------------
2 files changed, 33 insertions(+), 20 deletions(-)
diff --git a/app-emacs/lv/lv-0.15.0-r1.ebuild b/app-emacs/lv/lv-0.15.0-r1.ebuild
new file mode 100644
index 000000000000..0a3a7b98401b
--- /dev/null
+++ b/app-emacs/lv/lv-0.15.0-r1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="Other echo area"
+HOMEPAGE="https://github.com/abo-abo/hydra/"
+
+if [[ ${PV} == *9999* ]] ; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/abo-abo/hydra.git"
+else
+ SRC_URI="https://github.com/abo-abo/hydra/archive/${PV}.tar.gz
+ -> ${P}.tar.gz"
+ S="${WORKDIR}/hydra-${PV}"
+ KEYWORDS="amd64"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+SITEFILE="50${PN}-gentoo.el"
+
+src_compile() {
+ elisp-compile lv.el
+}
+
+src_install() {
+ elisp-install lv lv.el{,c}
+ elisp-site-file-install "${FILESDIR}/${SITEFILE}"
+}
diff --git a/app-emacs/lv/lv-0.15.0.ebuild b/app-emacs/lv/lv-0.15.0.ebuild
deleted file mode 100644
index b083085faf3e..000000000000
--- a/app-emacs/lv/lv-0.15.0.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit elisp
-
-IUSE=""
-
-DESCRIPTION="Other echo area"
-HOMEPAGE="https://github.com/abo-abo/hydra"
-SRC_URI="https://github.com/abo-abo/hydra/archive/${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64"
-DOCS="README.md"
-
-SITEFILE="50${PN}-gentoo.el"
-
-S="${WORKDIR}/hydra-${PV}"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/lv/
@ 2024-01-14 17:54 Arthur Zamarin
0 siblings, 0 replies; 3+ messages in thread
From: Arthur Zamarin @ 2024-01-14 17:54 UTC (permalink / raw
To: gentoo-commits
commit: 75ca49c1691ad3ce73013a9306d1e18e135fd00e
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 14 17:53:27 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Jan 14 17:53:27 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75ca49c1
app-emacs/lv: Keyword 0.15.0-r1 arm64, #922064
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
app-emacs/lv/lv-0.15.0-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-emacs/lv/lv-0.15.0-r1.ebuild b/app-emacs/lv/lv-0.15.0-r1.ebuild
index 0a3a7b98401b..cec213f0d313 100644
--- a/app-emacs/lv/lv-0.15.0-r1.ebuild
+++ b/app-emacs/lv/lv-0.15.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -15,7 +15,7 @@ else
SRC_URI="https://github.com/abo-abo/hydra/archive/${PV}.tar.gz
-> ${P}.tar.gz"
S="${WORKDIR}/hydra-${PV}"
- KEYWORDS="amd64"
+ KEYWORDS="amd64 ~arm64"
fi
LICENSE="GPL-3+"
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-01-14 17:54 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-23 9:00 [gentoo-commits] repo/gentoo:master commit in: app-emacs/lv/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2023-06-14 8:41 Maciej Barć
2024-01-14 17:54 Arthur Zamarin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox