public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/dashboard/
@ 2022-08-25  1:58 Maciej Barć
  0 siblings, 0 replies; 16+ messages in thread
From: Maciej Barć @ 2022-08-25  1:58 UTC (permalink / raw
  To: gentoo-commits

commit:     2e4fe45f1a275ec48ff1d678ff7db940cd3471a1
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 25 01:54:24 2022 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Thu Aug 25 01:58:06 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e4fe45f

app-emacs/dashboard: bump to 1.8.0_pre20220809

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 app-emacs/dashboard/Manifest                       |  1 +
 .../dashboard/dashboard-1.8.0_pre20220809.ebuild   | 38 ++++++++++++++++++++++
 2 files changed, 39 insertions(+)

diff --git a/app-emacs/dashboard/Manifest b/app-emacs/dashboard/Manifest
index 20e1b7ef9544..2add109ee8eb 100644
--- a/app-emacs/dashboard/Manifest
+++ b/app-emacs/dashboard/Manifest
@@ -1 +1,2 @@
 DIST dashboard-1.8.0_pre20220406.tar.gz 191442 BLAKE2B 8b105d8ed9b31e7439cc55b85c9e0bb46739fcb26f9e1e605492a552cbcfe9799794be6239b6c622bfbfc2f850d20f2944f759010eb502bcb75edb570ae7e5b8 SHA512 b3b714bbee034fecbf1172dccd5eebc38373c11a510c532a7b9ba31cac79daafe7e9ccf7c5e622abbdb44817c966f100ec4f7a447e8b0370f9d7e66ff55e45ca
+DIST dashboard-1.8.0_pre20220809.tar.gz 192857 BLAKE2B 22a7be748b3308282deb7e0500269a0aa809c2c6a5e57e984e83ca13803b7e55364e2f5619380444a7daf320c1bc6da26daeb0451efc3c20fc82148e55fa7f3a SHA512 10e2cdd724731b0c5ae195f8a8b3c9ba83a4c6a0d5fba00e7ecc224b22673296ca522642d179449e68d852b06789665e2c5bbfef84dea5e878110ee9e3b23dce

diff --git a/app-emacs/dashboard/dashboard-1.8.0_pre20220809.ebuild b/app-emacs/dashboard/dashboard-1.8.0_pre20220809.ebuild
new file mode 100644
index 000000000000..56c257960eb5
--- /dev/null
+++ b/app-emacs/dashboard/dashboard-1.8.0_pre20220809.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+H=49e5603cac7d028bfc4c679161a20ca40327956c
+NEED_EMACS=26.1
+
+inherit elisp
+
+DESCRIPTION="Extensible Emacs dashboard, with sections for bookmarks, projects, agenda and more"
+HOMEPAGE="https://github.com/emacs-dashboard/emacs-dashboard/"
+SRC_URI="https://github.com/emacs-dashboard/emacs-${PN}/archive/${H}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}"/emacs-${PN}-${H}
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+RESTRICT="test"  # tests not in the repository, require "Eask"
+
+DOCS=( CHANGELOG.md README.org etc )
+PATCHES=( "${FILESDIR}"/${PN}-dashboard-widgets.el-banners.patch )
+
+ELISP_REMOVE=( .dir-locals.el )
+SITEFILE="50${PN}-gentoo.el"
+
+src_prepare() {
+	elisp_src_prepare
+
+	sed "s|@SITEETC@|${EPREFIX}${SITEETC}/${PN}|" -i dashboard-widgets.el || die
+}
+
+src_install() {
+	elisp_src_install
+
+	insinto "${SITEETC}"/${PN}
+	doins -r banners
+}


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/dashboard/
@ 2022-12-22 13:10 Sam James
  0 siblings, 0 replies; 16+ messages in thread
From: Sam James @ 2022-12-22 13:10 UTC (permalink / raw
  To: gentoo-commits

commit:     6bf11478b89d0e528ff96e686b012deb1aa30e02
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 22 13:10:06 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Dec 22 13:10:06 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bf11478

app-emacs/dashboard: Stabilize 1.8.0_pre20220406 x86, #887943

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-emacs/dashboard/dashboard-1.8.0_pre20220406.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/dashboard/dashboard-1.8.0_pre20220406.ebuild b/app-emacs/dashboard/dashboard-1.8.0_pre20220406.ebuild
index e23d63b3e2c5..f3dc13b860d0 100644
--- a/app-emacs/dashboard/dashboard-1.8.0_pre20220406.ebuild
+++ b/app-emacs/dashboard/dashboard-1.8.0_pre20220406.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}"/emacs-${PN}-${H}
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 RESTRICT="test"  # tests not in the repository, require "Eask"
 
 DOCS=( CHANGELOG.md README.org etc )


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/dashboard/
@ 2022-12-22 13:10 Sam James
  0 siblings, 0 replies; 16+ messages in thread
From: Sam James @ 2022-12-22 13:10 UTC (permalink / raw
  To: gentoo-commits

commit:     f42ef348b0ba6cb0c0b951ee75f93cc21342cd84
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 22 13:10:07 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Dec 22 13:10:07 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f42ef348

app-emacs/dashboard: Stabilize 1.8.0_pre20220406 amd64, #887943

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-emacs/dashboard/dashboard-1.8.0_pre20220406.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/dashboard/dashboard-1.8.0_pre20220406.ebuild b/app-emacs/dashboard/dashboard-1.8.0_pre20220406.ebuild
index f3dc13b860d0..af7cee0f4b64 100644
--- a/app-emacs/dashboard/dashboard-1.8.0_pre20220406.ebuild
+++ b/app-emacs/dashboard/dashboard-1.8.0_pre20220406.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}"/emacs-${PN}-${H}
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 RESTRICT="test"  # tests not in the repository, require "Eask"
 
 DOCS=( CHANGELOG.md README.org etc )


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/dashboard/
@ 2023-01-03 18:29 Sam James
  0 siblings, 0 replies; 16+ messages in thread
From: Sam James @ 2023-01-03 18:29 UTC (permalink / raw
  To: gentoo-commits

commit:     56b007520e1d063c4e9b4dfa241b1b485516078a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jan  3 18:29:25 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jan  3 18:29:25 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56b00752

app-emacs/dashboard: Stabilize 1.8.0_pre20220809 x86, #889573

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-emacs/dashboard/dashboard-1.8.0_pre20220809.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-emacs/dashboard/dashboard-1.8.0_pre20220809.ebuild b/app-emacs/dashboard/dashboard-1.8.0_pre20220809.ebuild
index 1683e38fead1..8bf07d8ad8b5 100644
--- a/app-emacs/dashboard/dashboard-1.8.0_pre20220809.ebuild
+++ b/app-emacs/dashboard/dashboard-1.8.0_pre20220809.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -15,7 +15,7 @@ S="${WORKDIR}"/emacs-${PN}-${H}
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 RESTRICT="test"  # tests not in the repository, require "Eask"
 
 DOCS=( CHANGELOG.md README.org etc )


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/dashboard/
@ 2023-01-03 20:25 Sam James
  0 siblings, 0 replies; 16+ messages in thread
From: Sam James @ 2023-01-03 20:25 UTC (permalink / raw
  To: gentoo-commits

commit:     da1285def2e356aff376ad497c79b507639eb5aa
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jan  3 20:25:45 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jan  3 20:25:45 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da1285de

app-emacs/dashboard: Stabilize 1.8.0_pre20220809 amd64, #889573

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-emacs/dashboard/dashboard-1.8.0_pre20220809.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/dashboard/dashboard-1.8.0_pre20220809.ebuild b/app-emacs/dashboard/dashboard-1.8.0_pre20220809.ebuild
index 8bf07d8ad8b5..fd35159836a0 100644
--- a/app-emacs/dashboard/dashboard-1.8.0_pre20220809.ebuild
+++ b/app-emacs/dashboard/dashboard-1.8.0_pre20220809.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}"/emacs-${PN}-${H}
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 RESTRICT="test"  # tests not in the repository, require "Eask"
 
 DOCS=( CHANGELOG.md README.org etc )


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/dashboard/
@ 2023-04-06 18:47 Maciej Barć
  0 siblings, 0 replies; 16+ messages in thread
From: Maciej Barć @ 2023-04-06 18:47 UTC (permalink / raw
  To: gentoo-commits

commit:     5cf6979acd708e351fe3b5f92cb84cd30947471b
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Thu Apr  6 18:43:47 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Thu Apr  6 18:47:16 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cf6979a

app-emacs/dashboard: bump to 1.8.0_pre20230401

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 app-emacs/dashboard/Manifest                       |  1 +
 .../dashboard/dashboard-1.8.0_pre20230401.ebuild   | 55 ++++++++++++++++++++++
 2 files changed, 56 insertions(+)

diff --git a/app-emacs/dashboard/Manifest b/app-emacs/dashboard/Manifest
index 2add109ee8eb..a9d093c2c9c2 100644
--- a/app-emacs/dashboard/Manifest
+++ b/app-emacs/dashboard/Manifest
@@ -1,2 +1,3 @@
 DIST dashboard-1.8.0_pre20220406.tar.gz 191442 BLAKE2B 8b105d8ed9b31e7439cc55b85c9e0bb46739fcb26f9e1e605492a552cbcfe9799794be6239b6c622bfbfc2f850d20f2944f759010eb502bcb75edb570ae7e5b8 SHA512 b3b714bbee034fecbf1172dccd5eebc38373c11a510c532a7b9ba31cac79daafe7e9ccf7c5e622abbdb44817c966f100ec4f7a447e8b0370f9d7e66ff55e45ca
 DIST dashboard-1.8.0_pre20220809.tar.gz 192857 BLAKE2B 22a7be748b3308282deb7e0500269a0aa809c2c6a5e57e984e83ca13803b7e55364e2f5619380444a7daf320c1bc6da26daeb0451efc3c20fc82148e55fa7f3a SHA512 10e2cdd724731b0c5ae195f8a8b3c9ba83a4c6a0d5fba00e7ecc224b22673296ca522642d179449e68d852b06789665e2c5bbfef84dea5e878110ee9e3b23dce
+DIST dashboard-1.8.0_pre20230401.tar.gz 194750 BLAKE2B 813d8ca1ff3d8a20fda609976c704cb414cea0bad70e3ffdc94ae2db4f4a0135c8b4f724eeaf965f316f896519aaed0d9029f7df2329afa5b481b6c9476f1b08 SHA512 17f6d104d877f4c013d147293d58c6498a561fef280154cdf475737379d21e0886ddfb2de9b070fd5a6a127a37c68d59a33e1789c2cf7317e7712ac97ba2739f

diff --git a/app-emacs/dashboard/dashboard-1.8.0_pre20230401.ebuild b/app-emacs/dashboard/dashboard-1.8.0_pre20230401.ebuild
new file mode 100644
index 000000000000..06ff1d2256e6
--- /dev/null
+++ b/app-emacs/dashboard/dashboard-1.8.0_pre20230401.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+NEED_EMACS=26.1
+
+inherit elisp
+
+DESCRIPTION="Extensible Emacs dashboard, with sections like bookmarks, agenda and more"
+HOMEPAGE="https://github.com/emacs-dashboard/emacs-dashboard/"
+
+if [[ ${PV} == *9999* ]] ; then
+	inherit git-r3
+	EGIT_REPO_URI=".git"
+else
+	if [[ ${PV} == *pre20230401 ]] ; then
+		COMMIT=0f970d298931f9de7b511086728af140bf44a642
+		SRC_URI="https://github.com/emacs-dashboard/emacs-${PN}/archive/${COMMIT}.tar.gz
+			-> ${P}.tar.gz"
+		S="${WORKDIR}"/emacs-${PN}-${COMMIT}
+	else
+		SRC_URI="https://github.com/emacs-dashboard/emacs-${PN}/archive/${PV}.tar.gz
+			-> ${P}.tar.gz"
+		S="${WORKDIR}"/emacs-${PN}-${PV}
+	fi
+	KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+DOCS=( CHANGELOG.md README.org etc )
+PATCHES=( "${FILESDIR}"/${PN}-dashboard-widgets.el-banners.patch )
+
+ELISP_REMOVE=( .dir-locals.el )
+SITEFILE="50${PN}-gentoo.el"
+
+src_prepare() {
+	elisp_src_prepare
+
+	sed "s|@SITEETC@|${EPREFIX}${SITEETC}/${PN}|" -i dashboard-widgets.el || die
+}
+
+src_test() {
+	${EMACS} ${EMACSFLAGS} ${BYTECOMPFLAGS} \
+		-L . -L test -l ${PN}.el -l test/activate.el || die "tests failed"
+}
+
+src_install() {
+	elisp_src_install
+
+	insinto "${SITEETC}"/${PN}
+	doins -r banners
+}


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/dashboard/
@ 2023-04-07 12:52 Maciej Barć
  0 siblings, 0 replies; 16+ messages in thread
From: Maciej Barć @ 2023-04-07 12:52 UTC (permalink / raw
  To: gentoo-commits

commit:     1ca9822b7acf22314560db409a4fdf6cde197b28
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Fri Apr  7 12:51:17 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Fri Apr  7 12:52:10 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ca9822b

app-emacs/dashboard: fix EGIT_REPO_URI

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 app-emacs/dashboard/dashboard-1.8.0_pre20230401.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/dashboard/dashboard-1.8.0_pre20230401.ebuild b/app-emacs/dashboard/dashboard-1.8.0_pre20230401.ebuild
index 06ff1d2256e6..613982413eaf 100644
--- a/app-emacs/dashboard/dashboard-1.8.0_pre20230401.ebuild
+++ b/app-emacs/dashboard/dashboard-1.8.0_pre20230401.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://github.com/emacs-dashboard/emacs-dashboard/"
 
 if [[ ${PV} == *9999* ]] ; then
 	inherit git-r3
-	EGIT_REPO_URI=".git"
+	EGIT_REPO_URI="https://github.com/emacs-dashboard/emacs-${PN}.git"
 else
 	if [[ ${PV} == *pre20230401 ]] ; then
 		COMMIT=0f970d298931f9de7b511086728af140bf44a642


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/dashboard/
@ 2023-05-09  3:28 Arthur Zamarin
  0 siblings, 0 replies; 16+ messages in thread
From: Arthur Zamarin @ 2023-05-09  3:28 UTC (permalink / raw
  To: gentoo-commits

commit:     0b36a4b13a4aafd445948f88e7ac0d7463ab1f83
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue May  9 03:28:42 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue May  9 03:28:42 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b36a4b1

app-emacs/dashboard: Stabilize 1.8.0_pre20230401 amd64, #905968

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-emacs/dashboard/dashboard-1.8.0_pre20230401.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/dashboard/dashboard-1.8.0_pre20230401.ebuild b/app-emacs/dashboard/dashboard-1.8.0_pre20230401.ebuild
index 613982413eaf..9d47e4086866 100644
--- a/app-emacs/dashboard/dashboard-1.8.0_pre20230401.ebuild
+++ b/app-emacs/dashboard/dashboard-1.8.0_pre20230401.ebuild
@@ -24,7 +24,7 @@ else
 			-> ${P}.tar.gz"
 		S="${WORKDIR}"/emacs-${PN}-${PV}
 	fi
-	KEYWORDS="~amd64 ~x86"
+	KEYWORDS="amd64 ~x86"
 fi
 
 LICENSE="GPL-3+"


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/dashboard/
@ 2023-05-09  5:52 Arthur Zamarin
  0 siblings, 0 replies; 16+ messages in thread
From: Arthur Zamarin @ 2023-05-09  5:52 UTC (permalink / raw
  To: gentoo-commits

commit:     1adedf039980c8a4c567ce5aab4614d6c414c808
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue May  9 05:51:26 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue May  9 05:51:33 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1adedf03

app-emacs/dashboard: Stabilize 1.8.0_pre20230401 x86, #905968

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-emacs/dashboard/dashboard-1.8.0_pre20230401.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/dashboard/dashboard-1.8.0_pre20230401.ebuild b/app-emacs/dashboard/dashboard-1.8.0_pre20230401.ebuild
index 9d47e4086866..97b5b9c603a8 100644
--- a/app-emacs/dashboard/dashboard-1.8.0_pre20230401.ebuild
+++ b/app-emacs/dashboard/dashboard-1.8.0_pre20230401.ebuild
@@ -24,7 +24,7 @@ else
 			-> ${P}.tar.gz"
 		S="${WORKDIR}"/emacs-${PN}-${PV}
 	fi
-	KEYWORDS="amd64 ~x86"
+	KEYWORDS="amd64 x86"
 fi
 
 LICENSE="GPL-3+"


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/dashboard/
@ 2023-07-27  9:56 Maciej Barć
  0 siblings, 0 replies; 16+ messages in thread
From: Maciej Barć @ 2023-07-27  9:56 UTC (permalink / raw
  To: gentoo-commits

commit:     b73b1689807e1c2e8947f3c7a7bbd961b76f9885
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 27 09:53:21 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Thu Jul 27 09:56:33 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b73b1689

app-emacs/dashboard: bump to 1.8.0

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 app-emacs/dashboard/Manifest               |  1 +
 app-emacs/dashboard/dashboard-1.8.0.ebuild | 48 ++++++++++++++++++++++++++++++
 2 files changed, 49 insertions(+)

diff --git a/app-emacs/dashboard/Manifest b/app-emacs/dashboard/Manifest
index 20ce1f00b0eb..f8e7675be5d7 100644
--- a/app-emacs/dashboard/Manifest
+++ b/app-emacs/dashboard/Manifest
@@ -1 +1,2 @@
+DIST dashboard-1.8.0.tar.gz 195751 BLAKE2B 590ee410bf7d9b613b558f2ddbb032a00ea3034c02311da76d8dc8ff4f5260263dbb335dd05ee22b4bff42910ed63b0421f6737250d5971358566a2b32054aa3 SHA512 a15d3200cd0a658c5b37a50b3f4a693c1d027faba6797e88203633f4c40fd26e576afdb4e66205ba3c50f2a73e0acc9ff7f26afa7e09f7ca080a0c38742b84cf
 DIST dashboard-1.8.0_pre20230401.tar.gz 194750 BLAKE2B 813d8ca1ff3d8a20fda609976c704cb414cea0bad70e3ffdc94ae2db4f4a0135c8b4f724eeaf965f316f896519aaed0d9029f7df2329afa5b481b6c9476f1b08 SHA512 17f6d104d877f4c013d147293d58c6498a561fef280154cdf475737379d21e0886ddfb2de9b070fd5a6a127a37c68d59a33e1789c2cf7317e7712ac97ba2739f

diff --git a/app-emacs/dashboard/dashboard-1.8.0.ebuild b/app-emacs/dashboard/dashboard-1.8.0.ebuild
new file mode 100644
index 000000000000..cf895ff16673
--- /dev/null
+++ b/app-emacs/dashboard/dashboard-1.8.0.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+NEED_EMACS=26.1
+
+inherit elisp
+
+DESCRIPTION="Extensible Emacs dashboard, with sections like bookmarks, agenda and more"
+HOMEPAGE="https://github.com/emacs-dashboard/emacs-dashboard/"
+
+if [[ ${PV} == *9999* ]] ; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/emacs-dashboard/emacs-${PN}.git"
+else
+	SRC_URI="https://github.com/emacs-dashboard/emacs-${PN}/archive/${PV}.tar.gz
+		-> ${P}.tar.gz"
+	S="${WORKDIR}"/emacs-${PN}-${PV}
+	KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+DOCS=( CHANGELOG.md README.org etc )
+PATCHES=( "${FILESDIR}"/${PN}-dashboard-widgets.el-banners.patch )
+
+ELISP_REMOVE=( .dir-locals.el )
+SITEFILE="50${PN}-gentoo.el"
+
+src_prepare() {
+	elisp_src_prepare
+
+	sed "s|@SITEETC@|${EPREFIX}${SITEETC}/${PN}|" -i dashboard-widgets.el || die
+}
+
+src_test() {
+	${EMACS} ${EMACSFLAGS} ${BYTECOMPFLAGS} \
+		-L . -L test -l ${PN}.el -l test/activate.el || die "tests failed"
+}
+
+src_install() {
+	elisp_src_install
+
+	insinto "${SITEETC}"/${PN}
+	doins -r banners
+}


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/dashboard/
@ 2023-07-27  9:56 Maciej Barć
  0 siblings, 0 replies; 16+ messages in thread
From: Maciej Barć @ 2023-07-27  9:56 UTC (permalink / raw
  To: gentoo-commits

commit:     47ddf17bc42878b838684fb5fae369faf4d4784e
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 27 09:53:04 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Thu Jul 27 09:56:33 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47ddf17b

app-emacs/dashboard: drop old 1.8.0_pre20220406

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 app-emacs/dashboard/Manifest                       |  1 -
 .../dashboard/dashboard-1.8.0_pre20220406.ebuild   | 38 ----------------------
 2 files changed, 39 deletions(-)

diff --git a/app-emacs/dashboard/Manifest b/app-emacs/dashboard/Manifest
index 07333dbaa0ea..20ce1f00b0eb 100644
--- a/app-emacs/dashboard/Manifest
+++ b/app-emacs/dashboard/Manifest
@@ -1,2 +1 @@
-DIST dashboard-1.8.0_pre20220406.tar.gz 191442 BLAKE2B 8b105d8ed9b31e7439cc55b85c9e0bb46739fcb26f9e1e605492a552cbcfe9799794be6239b6c622bfbfc2f850d20f2944f759010eb502bcb75edb570ae7e5b8 SHA512 b3b714bbee034fecbf1172dccd5eebc38373c11a510c532a7b9ba31cac79daafe7e9ccf7c5e622abbdb44817c966f100ec4f7a447e8b0370f9d7e66ff55e45ca
 DIST dashboard-1.8.0_pre20230401.tar.gz 194750 BLAKE2B 813d8ca1ff3d8a20fda609976c704cb414cea0bad70e3ffdc94ae2db4f4a0135c8b4f724eeaf965f316f896519aaed0d9029f7df2329afa5b481b6c9476f1b08 SHA512 17f6d104d877f4c013d147293d58c6498a561fef280154cdf475737379d21e0886ddfb2de9b070fd5a6a127a37c68d59a33e1789c2cf7317e7712ac97ba2739f

diff --git a/app-emacs/dashboard/dashboard-1.8.0_pre20220406.ebuild b/app-emacs/dashboard/dashboard-1.8.0_pre20220406.ebuild
deleted file mode 100644
index 3de15793e662..000000000000
--- a/app-emacs/dashboard/dashboard-1.8.0_pre20220406.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-COMMIT=69f98f5a89451c0881d0abb34ad57dd71616006a
-NEED_EMACS=26.1
-
-inherit elisp
-
-DESCRIPTION="Extensible Emacs dashboard, with sections like bookmarks, agenda and more"
-HOMEPAGE="https://github.com/emacs-dashboard/emacs-dashboard/"
-SRC_URI="https://github.com/emacs-dashboard/emacs-${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}"/emacs-${PN}-${COMMIT}
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-RESTRICT="test"  # tests not in the repository, require "Eask"
-
-DOCS=( CHANGELOG.md README.org etc )
-PATCHES=( "${FILESDIR}"/${PN}-dashboard-widgets.el-banners.patch )
-
-ELISP_REMOVE=( .dir-locals.el )
-SITEFILE="50${PN}-gentoo.el"
-
-src_prepare() {
-	elisp_src_prepare
-
-	sed "s|@SITEETC@|${EPREFIX}${SITEETC}/${PN}|" -i dashboard-widgets.el || die
-}
-
-src_install() {
-	elisp_src_install
-
-	insinto "${SITEETC}"/${PN}
-	doins -r banners
-}


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/dashboard/
@ 2023-07-27  9:56 Maciej Barć
  0 siblings, 0 replies; 16+ messages in thread
From: Maciej Barć @ 2023-07-27  9:56 UTC (permalink / raw
  To: gentoo-commits

commit:     f1931500298b4dab7091baae2a4ceaf0d01f609b
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 27 09:52:56 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Thu Jul 27 09:56:33 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1931500

app-emacs/dashboard: drop old 1.8.0_pre20220809

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 app-emacs/dashboard/Manifest                       |  1 -
 .../dashboard/dashboard-1.8.0_pre20220809.ebuild   | 38 ----------------------
 2 files changed, 39 deletions(-)

diff --git a/app-emacs/dashboard/Manifest b/app-emacs/dashboard/Manifest
index a9d093c2c9c2..07333dbaa0ea 100644
--- a/app-emacs/dashboard/Manifest
+++ b/app-emacs/dashboard/Manifest
@@ -1,3 +1,2 @@
 DIST dashboard-1.8.0_pre20220406.tar.gz 191442 BLAKE2B 8b105d8ed9b31e7439cc55b85c9e0bb46739fcb26f9e1e605492a552cbcfe9799794be6239b6c622bfbfc2f850d20f2944f759010eb502bcb75edb570ae7e5b8 SHA512 b3b714bbee034fecbf1172dccd5eebc38373c11a510c532a7b9ba31cac79daafe7e9ccf7c5e622abbdb44817c966f100ec4f7a447e8b0370f9d7e66ff55e45ca
-DIST dashboard-1.8.0_pre20220809.tar.gz 192857 BLAKE2B 22a7be748b3308282deb7e0500269a0aa809c2c6a5e57e984e83ca13803b7e55364e2f5619380444a7daf320c1bc6da26daeb0451efc3c20fc82148e55fa7f3a SHA512 10e2cdd724731b0c5ae195f8a8b3c9ba83a4c6a0d5fba00e7ecc224b22673296ca522642d179449e68d852b06789665e2c5bbfef84dea5e878110ee9e3b23dce
 DIST dashboard-1.8.0_pre20230401.tar.gz 194750 BLAKE2B 813d8ca1ff3d8a20fda609976c704cb414cea0bad70e3ffdc94ae2db4f4a0135c8b4f724eeaf965f316f896519aaed0d9029f7df2329afa5b481b6c9476f1b08 SHA512 17f6d104d877f4c013d147293d58c6498a561fef280154cdf475737379d21e0886ddfb2de9b070fd5a6a127a37c68d59a33e1789c2cf7317e7712ac97ba2739f

diff --git a/app-emacs/dashboard/dashboard-1.8.0_pre20220809.ebuild b/app-emacs/dashboard/dashboard-1.8.0_pre20220809.ebuild
deleted file mode 100644
index 0083bf70a885..000000000000
--- a/app-emacs/dashboard/dashboard-1.8.0_pre20220809.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-COMMIT=49e5603cac7d028bfc4c679161a20ca40327956c
-NEED_EMACS=26.1
-
-inherit elisp
-
-DESCRIPTION="Extensible Emacs dashboard, with sections like bookmarks, agenda and more"
-HOMEPAGE="https://github.com/emacs-dashboard/emacs-dashboard/"
-SRC_URI="https://github.com/emacs-dashboard/emacs-${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}"/emacs-${PN}-${COMMIT}
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-RESTRICT="test"  # tests not in the repository, require "Eask"
-
-DOCS=( CHANGELOG.md README.org etc )
-PATCHES=( "${FILESDIR}"/${PN}-dashboard-widgets.el-banners.patch )
-
-ELISP_REMOVE=( .dir-locals.el )
-SITEFILE="50${PN}-gentoo.el"
-
-src_prepare() {
-	elisp_src_prepare
-
-	sed "s|@SITEETC@|${EPREFIX}${SITEETC}/${PN}|" -i dashboard-widgets.el || die
-}
-
-src_install() {
-	elisp_src_install
-
-	insinto "${SITEETC}"/${PN}
-	doins -r banners
-}


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/dashboard/
@ 2023-07-27  9:56 Maciej Barć
  0 siblings, 0 replies; 16+ messages in thread
From: Maciej Barć @ 2023-07-27  9:56 UTC (permalink / raw
  To: gentoo-commits

commit:     60e85ba772b7d268b3e6202cccea1147e748e0ac
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 27 09:56:15 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Thu Jul 27 09:56:34 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60e85ba7

app-emacs/dashboard: add live

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 app-emacs/dashboard/dashboard-9999.ebuild | 48 +++++++++++++++++++++++++++++++
 1 file changed, 48 insertions(+)

diff --git a/app-emacs/dashboard/dashboard-9999.ebuild b/app-emacs/dashboard/dashboard-9999.ebuild
new file mode 100644
index 000000000000..8b610651c79f
--- /dev/null
+++ b/app-emacs/dashboard/dashboard-9999.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+NEED_EMACS=26.1
+
+inherit elisp
+
+DESCRIPTION="Extensible Emacs dashboard, with sections like bookmarks, agenda and more"
+HOMEPAGE="https://github.com/emacs-dashboard/emacs-dashboard/"
+
+if [[ ${PV} == *9999* ]] ; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/emacs-dashboard/emacs-${PN}.git"
+else
+	SRC_URI="https://github.com/emacs-dashboard/emacs-${PN}/archive/${PV}.tar.gz
+		-> ${P}.tar.gz"
+	S="${WORKDIR}"/emacs-${PN}-${PV}
+	KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+DOCS=( CHANGELOG.md README.org etc )
+PATCHES=( "${FILESDIR}"/${PN}-1.8.0-dashboard-widgets.el-banners.patch )
+
+ELISP_REMOVE=( .dir-locals.el )
+SITEFILE="50${PN}-gentoo.el"
+
+src_prepare() {
+	elisp_src_prepare
+
+	sed "s|@SITEETC@|${EPREFIX}${SITEETC}/${PN}|" -i dashboard-widgets.el || die
+}
+
+src_test() {
+	${EMACS} ${EMACSFLAGS} ${BYTECOMPFLAGS} \
+		-L . -L test -l ${PN}.el -l test/activate.el || die "tests failed"
+}
+
+src_install() {
+	elisp_src_install
+
+	insinto "${SITEETC}"/${PN}
+	doins -r banners
+}


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/dashboard/
@ 2023-09-02 15:35 Sam James
  0 siblings, 0 replies; 16+ messages in thread
From: Sam James @ 2023-09-02 15:35 UTC (permalink / raw
  To: gentoo-commits

commit:     3b2d133cb35ba7bc1bddf907d07dfc1738bc0469
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Sep  2 15:35:15 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Sep  2 15:35:15 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b2d133c

app-emacs/dashboard: Stabilize 1.8.0 amd64, #913499

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-emacs/dashboard/dashboard-1.8.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/dashboard/dashboard-1.8.0.ebuild b/app-emacs/dashboard/dashboard-1.8.0.ebuild
index b9a3b5d20ffc..6252d3ff922d 100644
--- a/app-emacs/dashboard/dashboard-1.8.0.ebuild
+++ b/app-emacs/dashboard/dashboard-1.8.0.ebuild
@@ -17,7 +17,7 @@ else
 	SRC_URI="https://github.com/emacs-dashboard/emacs-${PN}/archive/${PV}.tar.gz
 		-> ${P}.tar.gz"
 	S="${WORKDIR}"/emacs-${PN}-${PV}
-	KEYWORDS="~amd64 x86"
+	KEYWORDS="amd64 x86"
 fi
 
 LICENSE="GPL-3+"


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/dashboard/
@ 2023-09-02 15:35 Sam James
  0 siblings, 0 replies; 16+ messages in thread
From: Sam James @ 2023-09-02 15:35 UTC (permalink / raw
  To: gentoo-commits

commit:     80eaf40c4fea9f2730d4e7ea2761faee03f4dd06
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Sep  2 15:35:15 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Sep  2 15:35:15 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80eaf40c

app-emacs/dashboard: Stabilize 1.8.0 x86, #913499

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-emacs/dashboard/dashboard-1.8.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/dashboard/dashboard-1.8.0.ebuild b/app-emacs/dashboard/dashboard-1.8.0.ebuild
index 8b610651c79f..b9a3b5d20ffc 100644
--- a/app-emacs/dashboard/dashboard-1.8.0.ebuild
+++ b/app-emacs/dashboard/dashboard-1.8.0.ebuild
@@ -17,7 +17,7 @@ else
 	SRC_URI="https://github.com/emacs-dashboard/emacs-${PN}/archive/${PV}.tar.gz
 		-> ${P}.tar.gz"
 	S="${WORKDIR}"/emacs-${PN}-${PV}
-	KEYWORDS="~amd64 ~x86"
+	KEYWORDS="~amd64 x86"
 fi
 
 LICENSE="GPL-3+"


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/dashboard/
@ 2023-11-13 12:38 Maciej Barć
  0 siblings, 0 replies; 16+ messages in thread
From: Maciej Barć @ 2023-11-13 12:38 UTC (permalink / raw
  To: gentoo-commits

commit:     adee650555d8af56107af2455633d03ad684a156
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 13 12:34:00 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Mon Nov 13 12:38:03 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adee6505

app-emacs/dashboard: drop old 1.8.0_pre20230401

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 app-emacs/dashboard/Manifest                       |  1 -
 .../dashboard/dashboard-1.8.0_pre20230401.ebuild   | 55 ----------------------
 2 files changed, 56 deletions(-)

diff --git a/app-emacs/dashboard/Manifest b/app-emacs/dashboard/Manifest
index f8e7675be5d7..7783d4906a36 100644
--- a/app-emacs/dashboard/Manifest
+++ b/app-emacs/dashboard/Manifest
@@ -1,2 +1 @@
 DIST dashboard-1.8.0.tar.gz 195751 BLAKE2B 590ee410bf7d9b613b558f2ddbb032a00ea3034c02311da76d8dc8ff4f5260263dbb335dd05ee22b4bff42910ed63b0421f6737250d5971358566a2b32054aa3 SHA512 a15d3200cd0a658c5b37a50b3f4a693c1d027faba6797e88203633f4c40fd26e576afdb4e66205ba3c50f2a73e0acc9ff7f26afa7e09f7ca080a0c38742b84cf
-DIST dashboard-1.8.0_pre20230401.tar.gz 194750 BLAKE2B 813d8ca1ff3d8a20fda609976c704cb414cea0bad70e3ffdc94ae2db4f4a0135c8b4f724eeaf965f316f896519aaed0d9029f7df2329afa5b481b6c9476f1b08 SHA512 17f6d104d877f4c013d147293d58c6498a561fef280154cdf475737379d21e0886ddfb2de9b070fd5a6a127a37c68d59a33e1789c2cf7317e7712ac97ba2739f

diff --git a/app-emacs/dashboard/dashboard-1.8.0_pre20230401.ebuild b/app-emacs/dashboard/dashboard-1.8.0_pre20230401.ebuild
deleted file mode 100644
index b8ca2aad757f..000000000000
--- a/app-emacs/dashboard/dashboard-1.8.0_pre20230401.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-NEED_EMACS=26.1
-
-inherit elisp
-
-DESCRIPTION="Extensible Emacs dashboard, with sections like bookmarks, agenda and more"
-HOMEPAGE="https://github.com/emacs-dashboard/emacs-dashboard/"
-
-if [[ ${PV} == *9999* ]] ; then
-	inherit git-r3
-	EGIT_REPO_URI="https://github.com/emacs-dashboard/emacs-${PN}.git"
-else
-	if [[ ${PV} == *pre20230401 ]] ; then
-		COMMIT=0f970d298931f9de7b511086728af140bf44a642
-		SRC_URI="https://github.com/emacs-dashboard/emacs-${PN}/archive/${COMMIT}.tar.gz
-			-> ${P}.tar.gz"
-		S="${WORKDIR}"/emacs-${PN}-${COMMIT}
-	else
-		SRC_URI="https://github.com/emacs-dashboard/emacs-${PN}/archive/${PV}.tar.gz
-			-> ${P}.tar.gz"
-		S="${WORKDIR}"/emacs-${PN}-${PV}
-	fi
-	KEYWORDS="amd64 x86"
-fi
-
-LICENSE="GPL-3+"
-SLOT="0"
-
-DOCS=( CHANGELOG.md README.org etc )
-PATCHES=( "${FILESDIR}"/${PN}-1.8.0-dashboard-widgets.el-banners.patch )
-
-ELISP_REMOVE=( .dir-locals.el )
-SITEFILE="50${PN}-gentoo.el"
-
-src_prepare() {
-	elisp_src_prepare
-
-	sed "s|@SITEETC@|${EPREFIX}${SITEETC}/${PN}|" -i dashboard-widgets.el || die
-}
-
-src_test() {
-	${EMACS} ${EMACSFLAGS} ${BYTECOMPFLAGS} \
-		-L . -L test -l ${PN}.el -l test/activate.el || die "tests failed"
-}
-
-src_install() {
-	elisp_src_install
-
-	insinto "${SITEETC}"/${PN}
-	doins -r banners
-}


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

end of thread, other threads:[~2023-11-13 12:38 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-06 18:47 [gentoo-commits] repo/gentoo:master commit in: app-emacs/dashboard/ Maciej Barć
  -- strict thread matches above, loose matches on Subject: below --
2023-11-13 12:38 Maciej Barć
2023-09-02 15:35 Sam James
2023-09-02 15:35 Sam James
2023-07-27  9:56 Maciej Barć
2023-07-27  9:56 Maciej Barć
2023-07-27  9:56 Maciej Barć
2023-07-27  9:56 Maciej Barć
2023-05-09  5:52 Arthur Zamarin
2023-05-09  3:28 Arthur Zamarin
2023-04-07 12:52 Maciej Barć
2023-01-03 20:25 Sam James
2023-01-03 18:29 Sam James
2022-12-22 13:10 Sam James
2022-12-22 13:10 Sam James
2022-08-25  1:58 Maciej Barć

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