public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/org-roam/
@ 2024-01-20 20:45 Maciej Barć
  0 siblings, 0 replies; 5+ messages in thread
From: Maciej Barć @ 2024-01-20 20:45 UTC (permalink / raw
  To: gentoo-commits

commit:     e0330d3cfea87dd9461e2c4ab2c12ce0c05e21dd
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 20 18:20:06 2024 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sat Jan 20 20:45:12 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0330d3c

app-emacs/org-roam: use elisp-enable-tests for buttercup tests

instead of default src_test phase finction

Closes: https://bugs.gentoo.org/922349
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 app-emacs/org-roam/org-roam-2.2.2-r1.ebuild | 4 +++-
 app-emacs/org-roam/org-roam-9999.ebuild     | 4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/app-emacs/org-roam/org-roam-2.2.2-r1.ebuild b/app-emacs/org-roam/org-roam-2.2.2-r1.ebuild
index df6ff714ea46..d4214ed1928c 100644
--- a/app-emacs/org-roam/org-roam-2.2.2-r1.ebuild
+++ b/app-emacs/org-roam/org-roam-2.2.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2023 Gentoo Authors
+# Copyright 2023-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -33,6 +33,8 @@ BDEPEND="${RDEPEND}"
 
 SITEFILE="50${PN}-gentoo.el"
 
+elisp-enable-tests buttercup tests
+
 src_install() {
 	elisp-make-autoload-file
 	elisp_src_install

diff --git a/app-emacs/org-roam/org-roam-9999.ebuild b/app-emacs/org-roam/org-roam-9999.ebuild
index df6ff714ea46..d4214ed1928c 100644
--- a/app-emacs/org-roam/org-roam-9999.ebuild
+++ b/app-emacs/org-roam/org-roam-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2023 Gentoo Authors
+# Copyright 2023-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -33,6 +33,8 @@ BDEPEND="${RDEPEND}"
 
 SITEFILE="50${PN}-gentoo.el"
 
+elisp-enable-tests buttercup tests
+
 src_install() {
 	elisp-make-autoload-file
 	elisp_src_install


^ permalink raw reply related	[flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/org-roam/
@ 2024-12-15 22:52 Arsen Arsenović
  0 siblings, 0 replies; 5+ messages in thread
From: Arsen Arsenović @ 2024-12-15 22:52 UTC (permalink / raw
  To: gentoo-commits

commit:     4c8bf67cca33e90571f3bc415bf19d9015a7bd38
Author:     Arsen Arsenović <arsen <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 15 22:50:02 2024 +0000
Commit:     Arsen Arsenović <arsen <AT> gentoo <DOT> org>
CommitDate: Sun Dec 15 22:52:23 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c8bf67c

app-emacs/org-roam: drop 2.2.2-r1

Signed-off-by: Arsen Arsenović <arsen <AT> gentoo.org>

 app-emacs/org-roam/org-roam-2.2.2-r1.ebuild | 41 -----------------------------
 1 file changed, 41 deletions(-)

diff --git a/app-emacs/org-roam/org-roam-2.2.2-r1.ebuild b/app-emacs/org-roam/org-roam-2.2.2-r1.ebuild
deleted file mode 100644
index d4214ed1928c..000000000000
--- a/app-emacs/org-roam/org-roam-2.2.2-r1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 2023-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-NEED_EMACS=26.1
-inherit elisp
-
-DESCRIPTION="Rudimentary Roam replica with Org-mode"
-HOMEPAGE="https://github.com/org-roam/org-roam"
-
-if [[ ${PV} == *9999* ]] ; then
-	inherit git-r3
-
-	EGIT_REPO_URI="https://github.com/${PN}/${PN}.git"
-else
-	SRC_URI="
-		https://github.com/${PN}/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
-	"
-
-	KEYWORDS="~amd64"
-fi
-
-LICENSE="GPL-3+"
-SLOT="0"
-
-RDEPEND="
-	app-emacs/dash
-	app-emacs/magit
-	app-emacs/emacsql[sqlite]
-"
-BDEPEND="${RDEPEND}"
-
-SITEFILE="50${PN}-gentoo.el"
-
-elisp-enable-tests buttercup tests
-
-src_install() {
-	elisp-make-autoload-file
-	elisp_src_install
-}


^ permalink raw reply related	[flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/org-roam/
@ 2024-12-15 22:52 Arsen Arsenović
  0 siblings, 0 replies; 5+ messages in thread
From: Arsen Arsenović @ 2024-12-15 22:52 UTC (permalink / raw
  To: gentoo-commits

commit:     8306f1567789cf3125797158377460858dae2a39
Author:     Arsen Arsenović <arsen <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 15 22:28:58 2024 +0000
Commit:     Arsen Arsenović <arsen <AT> gentoo <DOT> org>
CommitDate: Sun Dec 15 22:52:22 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8306f156

app-emacs/org-roam: presume sqlite availability in emacsql

Signed-off-by: Arsen Arsenović <arsen <AT> gentoo.org>

 .../org-roam/{org-roam-2.2.2-r2.ebuild => org-roam-2.2.2-r3.ebuild}     | 2 +-
 app-emacs/org-roam/org-roam-9999.ebuild                                 | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-emacs/org-roam/org-roam-2.2.2-r2.ebuild b/app-emacs/org-roam/org-roam-2.2.2-r3.ebuild
similarity index 96%
rename from app-emacs/org-roam/org-roam-2.2.2-r2.ebuild
rename to app-emacs/org-roam/org-roam-2.2.2-r3.ebuild
index 8432aafaa462..1b5e1c7d4131 100644
--- a/app-emacs/org-roam/org-roam-2.2.2-r2.ebuild
+++ b/app-emacs/org-roam/org-roam-2.2.2-r3.ebuild
@@ -27,7 +27,7 @@ SLOT="0"
 RDEPEND="
 	app-emacs/dash
 	app-emacs/magit
-	app-emacs/emacsql[sqlite]
+	app-emacs/emacsql[sqlite(+)]
 "
 BDEPEND="${RDEPEND}"
 

diff --git a/app-emacs/org-roam/org-roam-9999.ebuild b/app-emacs/org-roam/org-roam-9999.ebuild
index 8432aafaa462..1b5e1c7d4131 100644
--- a/app-emacs/org-roam/org-roam-9999.ebuild
+++ b/app-emacs/org-roam/org-roam-9999.ebuild
@@ -27,7 +27,7 @@ SLOT="0"
 RDEPEND="
 	app-emacs/dash
 	app-emacs/magit
-	app-emacs/emacsql[sqlite]
+	app-emacs/emacsql[sqlite(+)]
 "
 BDEPEND="${RDEPEND}"
 


^ permalink raw reply related	[flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/org-roam/
@ 2024-03-16  7:53 Matthew Smith
  0 siblings, 0 replies; 5+ messages in thread
From: Matthew Smith @ 2024-03-16  7:53 UTC (permalink / raw
  To: gentoo-commits

commit:     8bb1882118089ac908b288dc66a66dc74af8c36c
Author:     Matthew Smith <matthew <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 10 09:11:28 2024 +0000
Commit:     Matthew Smith <matthew <AT> gentoo <DOT> org>
CommitDate: Sat Mar 16 07:51:58 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bb18821

app-emacs/org-roam: install extensions

Signed-off-by: Matthew Smith <matthew <AT> gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/35693
Signed-off-by: Matthew Smith <matthew <AT> gentoo.org>

 .../org-roam/{org-roam-9999.ebuild => org-roam-2.2.2-r2.ebuild}      | 5 +++++
 app-emacs/org-roam/org-roam-9999.ebuild                              | 5 +++++
 2 files changed, 10 insertions(+)

diff --git a/app-emacs/org-roam/org-roam-9999.ebuild b/app-emacs/org-roam/org-roam-2.2.2-r2.ebuild
similarity index 92%
copy from app-emacs/org-roam/org-roam-9999.ebuild
copy to app-emacs/org-roam/org-roam-2.2.2-r2.ebuild
index d4214ed1928c..8432aafaa462 100644
--- a/app-emacs/org-roam/org-roam-9999.ebuild
+++ b/app-emacs/org-roam/org-roam-2.2.2-r2.ebuild
@@ -35,6 +35,11 @@ SITEFILE="50${PN}-gentoo.el"
 
 elisp-enable-tests buttercup tests
 
+src_prepare() {
+	default
+	mv extensions/*.el . || die
+}
+
 src_install() {
 	elisp-make-autoload-file
 	elisp_src_install

diff --git a/app-emacs/org-roam/org-roam-9999.ebuild b/app-emacs/org-roam/org-roam-9999.ebuild
index d4214ed1928c..8432aafaa462 100644
--- a/app-emacs/org-roam/org-roam-9999.ebuild
+++ b/app-emacs/org-roam/org-roam-9999.ebuild
@@ -35,6 +35,11 @@ SITEFILE="50${PN}-gentoo.el"
 
 elisp-enable-tests buttercup tests
 
+src_prepare() {
+	default
+	mv extensions/*.el . || die
+}
+
 src_install() {
 	elisp-make-autoload-file
 	elisp_src_install


^ permalink raw reply related	[flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/org-roam/
@ 2024-01-06 18:42 Maciej Barć
  0 siblings, 0 replies; 5+ messages in thread
From: Maciej Barć @ 2024-01-06 18:42 UTC (permalink / raw
  To: gentoo-commits

commit:     62257d977753f2dffb66a9ff96aa0d03f1794bb3
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Tue Dec 26 09:55:47 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sat Jan  6 18:42:00 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62257d97

app-emacs/org-roam: install gentoo sitefile

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/34489
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 app-emacs/org-roam/{org-roam-2.2.2.ebuild => org-roam-2.2.2-r1.ebuild} | 2 ++
 app-emacs/org-roam/org-roam-9999.ebuild                                | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/app-emacs/org-roam/org-roam-2.2.2.ebuild b/app-emacs/org-roam/org-roam-2.2.2-r1.ebuild
similarity index 95%
rename from app-emacs/org-roam/org-roam-2.2.2.ebuild
rename to app-emacs/org-roam/org-roam-2.2.2-r1.ebuild
index 961a5abd416c..df6ff714ea46 100644
--- a/app-emacs/org-roam/org-roam-2.2.2.ebuild
+++ b/app-emacs/org-roam/org-roam-2.2.2-r1.ebuild
@@ -31,6 +31,8 @@ RDEPEND="
 "
 BDEPEND="${RDEPEND}"
 
+SITEFILE="50${PN}-gentoo.el"
+
 src_install() {
 	elisp-make-autoload-file
 	elisp_src_install

diff --git a/app-emacs/org-roam/org-roam-9999.ebuild b/app-emacs/org-roam/org-roam-9999.ebuild
index 961a5abd416c..df6ff714ea46 100644
--- a/app-emacs/org-roam/org-roam-9999.ebuild
+++ b/app-emacs/org-roam/org-roam-9999.ebuild
@@ -31,6 +31,8 @@ RDEPEND="
 "
 BDEPEND="${RDEPEND}"
 
+SITEFILE="50${PN}-gentoo.el"
+
 src_install() {
 	elisp-make-autoload-file
 	elisp_src_install


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

end of thread, other threads:[~2024-12-15 22:53 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-20 20:45 [gentoo-commits] repo/gentoo:master commit in: app-emacs/org-roam/ Maciej Barć
  -- strict thread matches above, loose matches on Subject: below --
2024-12-15 22:52 Arsen Arsenović
2024-12-15 22:52 Arsen Arsenović
2024-03-16  7:53 Matthew Smith
2024-01-06 18:42 Maciej Barć

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