* [gentoo-commits] repo/gentoo:master commit in: app-emacs/forge/
@ 2024-10-31 23:17 Maciej Barć
0 siblings, 0 replies; 19+ messages in thread
From: Maciej Barć @ 2024-10-31 23:17 UTC (permalink / raw
To: gentoo-commits
commit: 677454ff1f7cbdfd51a13723227df68af20d8253
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 31 17:34:03 2024 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Thu Oct 31 23:17:19 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=677454ff
app-emacs/forge: adjust deps, add magit dep
Closes: https://bugs.gentoo.org/942576
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
.../forge/{forge-0.4.4.ebuild => forge-0.4.4-r1.ebuild} | 13 +++++++------
app-emacs/forge/forge-9999.ebuild | 13 +++++++------
2 files changed, 14 insertions(+), 12 deletions(-)
diff --git a/app-emacs/forge/forge-0.4.4.ebuild b/app-emacs/forge/forge-0.4.4-r1.ebuild
similarity index 81%
rename from app-emacs/forge/forge-0.4.4.ebuild
rename to app-emacs/forge/forge-0.4.4-r1.ebuild
index 588d0654e858..b4fc84a31230 100644
--- a/app-emacs/forge/forge-0.4.4.ebuild
+++ b/app-emacs/forge/forge-0.4.4-r1.ebuild
@@ -31,14 +31,15 @@ ELISP_TEXINFO="../docs/*.texi"
SITEFILE="50${PN}-gentoo.el"
RDEPEND="
- >=app-emacs/compat-30.0.0.0
- >=app-emacs/closql-2.0.0
- >=app-emacs/dash-2.19.1
- >=app-emacs/emacsql-4.0.3
+ app-emacs/compat
+ app-emacs/closql
+ app-emacs/dash
+ app-emacs/emacsql
>=app-emacs/ghub-4.1.1
- >=app-emacs/markdown-mode-2.6
+ >=app-emacs/magit-4.1.1
+ app-emacs/markdown-mode
>=app-emacs/transient-0.7.6
- >=app-emacs/yaml-0.5.5
+ app-emacs/yaml
"
BDEPEND="
${RDEPEND}
diff --git a/app-emacs/forge/forge-9999.ebuild b/app-emacs/forge/forge-9999.ebuild
index ebd6cbf9bb3c..8730e6326b17 100644
--- a/app-emacs/forge/forge-9999.ebuild
+++ b/app-emacs/forge/forge-9999.ebuild
@@ -31,14 +31,15 @@ ELISP_TEXINFO="../docs/*.texi"
SITEFILE="50${PN}-gentoo.el"
RDEPEND="
- >=app-emacs/compat-30.0.0.0
- >=app-emacs/closql-2.0.0
- >=app-emacs/dash-2.19.1
- >=app-emacs/emacsql-4.0.3
+ app-emacs/compat
+ app-emacs/closql
+ app-emacs/dash
+ app-emacs/emacsql
>=app-emacs/ghub-4.1.1
- >=app-emacs/markdown-mode-2.6
+ >=app-emacs/magit-4.1.1
+ app-emacs/markdown-mode
>=app-emacs/transient-9999
- >=app-emacs/yaml-0.5.5
+ app-emacs/yaml
"
BDEPEND="
${RDEPEND}
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/forge/
@ 2024-12-11 0:28 Maciej Barć
0 siblings, 0 replies; 19+ messages in thread
From: Maciej Barć @ 2024-12-11 0:28 UTC (permalink / raw
To: gentoo-commits
commit: bed322208f9880ae26583a665c04be5d2cbfc3ef
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 11 00:02:06 2024 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Wed Dec 11 00:28:42 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bed32220
app-emacs/forge: bump to 0.4.5
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-emacs/forge/Manifest | 1 +
app-emacs/forge/forge-0.4.5.ebuild | 47 ++++++++++++++++++++++++++++++++++++++
2 files changed, 48 insertions(+)
diff --git a/app-emacs/forge/Manifest b/app-emacs/forge/Manifest
index d32ab9f232e3..608b3deb7551 100644
--- a/app-emacs/forge/Manifest
+++ b/app-emacs/forge/Manifest
@@ -1 +1,2 @@
DIST forge-0.4.4.tar.gz 129892 BLAKE2B 5edc6d7cd9a5203df64e3ce58aa3dc5ee0c4eab975271ef23d408d8219a89a22f84927886532e045ec0601be32eb07a7c1233e24399d30c83e2b10668cb6ed3d SHA512 04390b9f5b0109b0e360a8b1e9f4eca217e71086416217d24116bf42da344aca93a65c300bcb40ddea522f1e3dd806a523c83bbf6bd674ee2d798dc0b61ba5b0
+DIST forge-0.4.5.tar.gz 129600 BLAKE2B 55a0e48d79a0dc17e8a1b923a324a9210e25cd6fda11294d09b3659a47dc3fe324134c0e2d2a274db97fd86aefd58068739f5c1d1da1e6b68cbc57b371c70347 SHA512 e4b4269c1b4f9630861c988a12eb4c86b76cdaf57d0d80d2acd697f30315daa586caef39c53fb3b9490f05fea70d04476a99804b131c7028a7cc0b769758f594
diff --git a/app-emacs/forge/forge-0.4.5.ebuild b/app-emacs/forge/forge-0.4.5.ebuild
new file mode 100644
index 000000000000..b4fc84a31230
--- /dev/null
+++ b/app-emacs/forge/forge-0.4.5.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+NEED_EMACS=27.1
+inherit elisp
+
+DESCRIPTION="Work with Git forges from the comfort of Magit"
+HOMEPAGE="https://magit.vc/
+ https://github.com/magit/forge/"
+
+if [[ "${PV}" == *9999* ]] ; then
+ inherit git-r3
+
+ EGIT_REPO_URI="https://github.com/magit/${PN}.git"
+else
+ SRC_URI="https://github.com/magit/${PN}/archive/v${PV}.tar.gz
+ -> ${P}.tar.gz"
+
+ KEYWORDS="~amd64"
+fi
+
+S="${WORKDIR}/${P}/lisp"
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+DOCS=( ../README.org )
+ELISP_TEXINFO="../docs/*.texi"
+SITEFILE="50${PN}-gentoo.el"
+
+RDEPEND="
+ app-emacs/compat
+ app-emacs/closql
+ app-emacs/dash
+ app-emacs/emacsql
+ >=app-emacs/ghub-4.1.1
+ >=app-emacs/magit-4.1.1
+ app-emacs/markdown-mode
+ >=app-emacs/transient-0.7.6
+ app-emacs/yaml
+"
+BDEPEND="
+ ${RDEPEND}
+ sys-apps/texinfo
+"
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/forge/
@ 2025-01-05 16:21 Maciej Barć
0 siblings, 0 replies; 19+ messages in thread
From: Maciej Barć @ 2025-01-05 16:21 UTC (permalink / raw
To: gentoo-commits
commit: 978628396f720043563e4a100b95bf5bca301d7b
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 5 13:29:08 2025 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sun Jan 5 16:21:52 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97862839
app-emacs/forge: bump to 0.4.6
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-emacs/forge/Manifest | 1 +
app-emacs/forge/forge-0.4.6.ebuild | 48 ++++++++++++++++++++++++++++++++++++++
2 files changed, 49 insertions(+)
diff --git a/app-emacs/forge/Manifest b/app-emacs/forge/Manifest
index 0f9fb4cbe54b..76dee3c6b681 100644
--- a/app-emacs/forge/Manifest
+++ b/app-emacs/forge/Manifest
@@ -1 +1,2 @@
DIST forge-0.4.5.tar.gz 129600 BLAKE2B 55a0e48d79a0dc17e8a1b923a324a9210e25cd6fda11294d09b3659a47dc3fe324134c0e2d2a274db97fd86aefd58068739f5c1d1da1e6b68cbc57b371c70347 SHA512 e4b4269c1b4f9630861c988a12eb4c86b76cdaf57d0d80d2acd697f30315daa586caef39c53fb3b9490f05fea70d04476a99804b131c7028a7cc0b769758f594
+DIST forge-0.4.6.tar.gz 129829 BLAKE2B 33262a395f27a00b240573b2b4a909b1044c7e9f6ca6d506d3652f88c5b43667bdb3e09d3a122492c98388a14568e7c2dd73625fbf112b9ffda86443a6994579 SHA512 06693c05b21bc09f0f72f6d44a7c23350b0a7c277b0eeb588db40bfcb6b387ebf81f1d76b1f78f3248576802a2cca9eae0240d3ee691357539b7e395e31d1dce
diff --git a/app-emacs/forge/forge-0.4.6.ebuild b/app-emacs/forge/forge-0.4.6.ebuild
new file mode 100644
index 000000000000..ccc37c078018
--- /dev/null
+++ b/app-emacs/forge/forge-0.4.6.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+NEED_EMACS="27.1"
+
+inherit elisp
+
+DESCRIPTION="Work with Git forges from the comfort of Magit"
+HOMEPAGE="https://magit.vc/
+ https://github.com/magit/forge/"
+
+if [[ "${PV}" == *9999* ]] ; then
+ inherit git-r3
+
+ EGIT_REPO_URI="https://github.com/magit/${PN}.git"
+else
+ SRC_URI="https://github.com/magit/${PN}/archive/v${PV}.tar.gz
+ -> ${P}.tar.gz"
+
+ KEYWORDS="~amd64"
+fi
+
+S="${WORKDIR}/${P}/lisp"
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+RDEPEND="
+ >=app-emacs/compat-30.0.1.0
+ >=app-emacs/ghub-4.1.1
+ >=app-emacs/magit-4.1.3
+ >=app-emacs/transient-0.7.6
+ app-emacs/closql
+ app-emacs/dash
+ app-emacs/emacsql
+ app-emacs/markdown-mode
+ app-emacs/yaml
+"
+BDEPEND="
+ ${RDEPEND}
+ sys-apps/texinfo
+"
+
+DOCS=( ../README.org )
+ELISP_TEXINFO="../docs/*.texi"
+SITEFILE="50${PN}-gentoo.el"
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/forge/
@ 2025-01-05 16:21 Maciej Barć
0 siblings, 0 replies; 19+ messages in thread
From: Maciej Barć @ 2025-01-05 16:21 UTC (permalink / raw
To: gentoo-commits
commit: 9f89e69814c74ccc29974f0099185457be606de7
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 5 14:03:19 2025 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sun Jan 5 16:21:54 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f89e698
app-emacs/forge: sync live 9999 version
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-emacs/forge/forge-9999.ebuild | 21 +++++++++++----------
1 file changed, 11 insertions(+), 10 deletions(-)
diff --git a/app-emacs/forge/forge-9999.ebuild b/app-emacs/forge/forge-9999.ebuild
index 8730e6326b17..ccc37c078018 100644
--- a/app-emacs/forge/forge-9999.ebuild
+++ b/app-emacs/forge/forge-9999.ebuild
@@ -1,9 +1,10 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-NEED_EMACS=27.1
+NEED_EMACS="27.1"
+
inherit elisp
DESCRIPTION="Work with Git forges from the comfort of Magit"
@@ -26,22 +27,22 @@ S="${WORKDIR}/${P}/lisp"
LICENSE="GPL-3+"
SLOT="0"
-DOCS=( ../README.org )
-ELISP_TEXINFO="../docs/*.texi"
-SITEFILE="50${PN}-gentoo.el"
-
RDEPEND="
- app-emacs/compat
+ >=app-emacs/compat-30.0.1.0
+ >=app-emacs/ghub-4.1.1
+ >=app-emacs/magit-4.1.3
+ >=app-emacs/transient-0.7.6
app-emacs/closql
app-emacs/dash
app-emacs/emacsql
- >=app-emacs/ghub-4.1.1
- >=app-emacs/magit-4.1.1
app-emacs/markdown-mode
- >=app-emacs/transient-9999
app-emacs/yaml
"
BDEPEND="
${RDEPEND}
sys-apps/texinfo
"
+
+DOCS=( ../README.org )
+ELISP_TEXINFO="../docs/*.texi"
+SITEFILE="50${PN}-gentoo.el"
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/forge/
@ 2025-01-05 16:21 Maciej Barć
0 siblings, 0 replies; 19+ messages in thread
From: Maciej Barć @ 2025-01-05 16:21 UTC (permalink / raw
To: gentoo-commits
commit: 79b9b65776b5204f73e42882926cc83069ac1186
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 5 13:07:52 2025 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sun Jan 5 16:21:52 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79b9b657
app-emacs/forge: drop old 0.4.4-r1
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-emacs/forge/Manifest | 1 -
app-emacs/forge/forge-0.4.4-r1.ebuild | 47 -----------------------------------
2 files changed, 48 deletions(-)
diff --git a/app-emacs/forge/Manifest b/app-emacs/forge/Manifest
index 608b3deb7551..0f9fb4cbe54b 100644
--- a/app-emacs/forge/Manifest
+++ b/app-emacs/forge/Manifest
@@ -1,2 +1 @@
-DIST forge-0.4.4.tar.gz 129892 BLAKE2B 5edc6d7cd9a5203df64e3ce58aa3dc5ee0c4eab975271ef23d408d8219a89a22f84927886532e045ec0601be32eb07a7c1233e24399d30c83e2b10668cb6ed3d SHA512 04390b9f5b0109b0e360a8b1e9f4eca217e71086416217d24116bf42da344aca93a65c300bcb40ddea522f1e3dd806a523c83bbf6bd674ee2d798dc0b61ba5b0
DIST forge-0.4.5.tar.gz 129600 BLAKE2B 55a0e48d79a0dc17e8a1b923a324a9210e25cd6fda11294d09b3659a47dc3fe324134c0e2d2a274db97fd86aefd58068739f5c1d1da1e6b68cbc57b371c70347 SHA512 e4b4269c1b4f9630861c988a12eb4c86b76cdaf57d0d80d2acd697f30315daa586caef39c53fb3b9490f05fea70d04476a99804b131c7028a7cc0b769758f594
diff --git a/app-emacs/forge/forge-0.4.4-r1.ebuild b/app-emacs/forge/forge-0.4.4-r1.ebuild
deleted file mode 100644
index b4fc84a31230..000000000000
--- a/app-emacs/forge/forge-0.4.4-r1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-NEED_EMACS=27.1
-inherit elisp
-
-DESCRIPTION="Work with Git forges from the comfort of Magit"
-HOMEPAGE="https://magit.vc/
- https://github.com/magit/forge/"
-
-if [[ "${PV}" == *9999* ]] ; then
- inherit git-r3
-
- EGIT_REPO_URI="https://github.com/magit/${PN}.git"
-else
- SRC_URI="https://github.com/magit/${PN}/archive/v${PV}.tar.gz
- -> ${P}.tar.gz"
-
- KEYWORDS="~amd64"
-fi
-
-S="${WORKDIR}/${P}/lisp"
-
-LICENSE="GPL-3+"
-SLOT="0"
-
-DOCS=( ../README.org )
-ELISP_TEXINFO="../docs/*.texi"
-SITEFILE="50${PN}-gentoo.el"
-
-RDEPEND="
- app-emacs/compat
- app-emacs/closql
- app-emacs/dash
- app-emacs/emacsql
- >=app-emacs/ghub-4.1.1
- >=app-emacs/magit-4.1.1
- app-emacs/markdown-mode
- >=app-emacs/transient-0.7.6
- app-emacs/yaml
-"
-BDEPEND="
- ${RDEPEND}
- sys-apps/texinfo
-"
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/forge/
@ 2025-02-06 12:26 Maciej Barć
0 siblings, 0 replies; 19+ messages in thread
From: Maciej Barć @ 2025-02-06 12:26 UTC (permalink / raw
To: gentoo-commits
commit: 0cd3b94fb8a6217fab31ed3666bc2fa6502db53c
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 6 12:05:11 2025 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Thu Feb 6 12:26:28 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cd3b94f
app-emacs/forge: drop old 0.4.5
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-emacs/forge/Manifest | 1 -
app-emacs/forge/forge-0.4.5.ebuild | 47 --------------------------------------
2 files changed, 48 deletions(-)
diff --git a/app-emacs/forge/Manifest b/app-emacs/forge/Manifest
index 76dee3c6b681..14651e0010a9 100644
--- a/app-emacs/forge/Manifest
+++ b/app-emacs/forge/Manifest
@@ -1,2 +1 @@
-DIST forge-0.4.5.tar.gz 129600 BLAKE2B 55a0e48d79a0dc17e8a1b923a324a9210e25cd6fda11294d09b3659a47dc3fe324134c0e2d2a274db97fd86aefd58068739f5c1d1da1e6b68cbc57b371c70347 SHA512 e4b4269c1b4f9630861c988a12eb4c86b76cdaf57d0d80d2acd697f30315daa586caef39c53fb3b9490f05fea70d04476a99804b131c7028a7cc0b769758f594
DIST forge-0.4.6.tar.gz 129829 BLAKE2B 33262a395f27a00b240573b2b4a909b1044c7e9f6ca6d506d3652f88c5b43667bdb3e09d3a122492c98388a14568e7c2dd73625fbf112b9ffda86443a6994579 SHA512 06693c05b21bc09f0f72f6d44a7c23350b0a7c277b0eeb588db40bfcb6b387ebf81f1d76b1f78f3248576802a2cca9eae0240d3ee691357539b7e395e31d1dce
diff --git a/app-emacs/forge/forge-0.4.5.ebuild b/app-emacs/forge/forge-0.4.5.ebuild
deleted file mode 100644
index b4fc84a31230..000000000000
--- a/app-emacs/forge/forge-0.4.5.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-NEED_EMACS=27.1
-inherit elisp
-
-DESCRIPTION="Work with Git forges from the comfort of Magit"
-HOMEPAGE="https://magit.vc/
- https://github.com/magit/forge/"
-
-if [[ "${PV}" == *9999* ]] ; then
- inherit git-r3
-
- EGIT_REPO_URI="https://github.com/magit/${PN}.git"
-else
- SRC_URI="https://github.com/magit/${PN}/archive/v${PV}.tar.gz
- -> ${P}.tar.gz"
-
- KEYWORDS="~amd64"
-fi
-
-S="${WORKDIR}/${P}/lisp"
-
-LICENSE="GPL-3+"
-SLOT="0"
-
-DOCS=( ../README.org )
-ELISP_TEXINFO="../docs/*.texi"
-SITEFILE="50${PN}-gentoo.el"
-
-RDEPEND="
- app-emacs/compat
- app-emacs/closql
- app-emacs/dash
- app-emacs/emacsql
- >=app-emacs/ghub-4.1.1
- >=app-emacs/magit-4.1.1
- app-emacs/markdown-mode
- >=app-emacs/transient-0.7.6
- app-emacs/yaml
-"
-BDEPEND="
- ${RDEPEND}
- sys-apps/texinfo
-"
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/forge/
@ 2025-02-06 22:36 Maciej Barć
0 siblings, 0 replies; 19+ messages in thread
From: Maciej Barć @ 2025-02-06 22:36 UTC (permalink / raw
To: gentoo-commits
commit: c4914ac6626a0d13dda4053def4289bd4fbb7fb2
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 6 22:24:42 2025 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Thu Feb 6 22:36:20 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4914ac6
app-emacs/forge: bump to 0.4.7
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-emacs/forge/Manifest | 1 +
app-emacs/forge/forge-0.4.7.ebuild | 49 ++++++++++++++++++++++++++++++++++++++
2 files changed, 50 insertions(+)
diff --git a/app-emacs/forge/Manifest b/app-emacs/forge/Manifest
index 14651e0010a9..9c3b7403a149 100644
--- a/app-emacs/forge/Manifest
+++ b/app-emacs/forge/Manifest
@@ -1 +1,2 @@
DIST forge-0.4.6.tar.gz 129829 BLAKE2B 33262a395f27a00b240573b2b4a909b1044c7e9f6ca6d506d3652f88c5b43667bdb3e09d3a122492c98388a14568e7c2dd73625fbf112b9ffda86443a6994579 SHA512 06693c05b21bc09f0f72f6d44a7c23350b0a7c277b0eeb588db40bfcb6b387ebf81f1d76b1f78f3248576802a2cca9eae0240d3ee691357539b7e395e31d1dce
+DIST forge-0.4.7.tar.gz 134302 BLAKE2B 5797a8908cc25a49a40611ca3eda43e55cc9c8c45e8e747877e1345e62194efef07deac49e3524c19ea17e0f24787ef3459e8ca3360ab66cf136cd203bb52515 SHA512 261e1992ab30f931f24caa418a18c08076936f77e71d6ba3c22d959ee5260de717d43532aed910c43d8147fb520028d3ffb3a8cfceb9d2878fea39dd5d5539e7
diff --git a/app-emacs/forge/forge-0.4.7.ebuild b/app-emacs/forge/forge-0.4.7.ebuild
new file mode 100644
index 000000000000..da531f9f98b7
--- /dev/null
+++ b/app-emacs/forge/forge-0.4.7.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+NEED_EMACS="29.1"
+
+inherit elisp
+
+DESCRIPTION="Work with Git forges from the comfort of Magit"
+HOMEPAGE="https://magit.vc/
+ https://github.com/magit/forge/"
+
+if [[ "${PV}" == *9999* ]] ; then
+ inherit git-r3
+
+ EGIT_REPO_URI="https://github.com/magit/${PN}.git"
+else
+ SRC_URI="https://github.com/magit/${PN}/archive/v${PV}.tar.gz
+ -> ${P}.tar.gz"
+
+ KEYWORDS="~amd64"
+fi
+
+S="${WORKDIR}/${P}/lisp"
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+RDEPEND="
+ >=app-emacs/compat-30.0.1.0
+ >=app-emacs/ghub-4.1.1
+ >=app-emacs/magit-4.1.3
+ >=app-emacs/transient-0.7.6
+ app-emacs/closql
+ app-emacs/dash
+ app-emacs/emacsql
+ app-emacs/llama
+ app-emacs/markdown-mode
+ app-emacs/yaml
+"
+BDEPEND="
+ ${RDEPEND}
+ sys-apps/texinfo
+"
+
+DOCS=( ../README.org )
+ELISP_TEXINFO="../docs/*.texi"
+SITEFILE="50${PN}-gentoo.el"
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/forge/
@ 2025-04-09 8:45 Arsen Arsenović
0 siblings, 0 replies; 19+ messages in thread
From: Arsen Arsenović @ 2025-04-09 8:45 UTC (permalink / raw
To: gentoo-commits
commit: 1ecf3f0e2365619e3777db06df3531de92e398c1
Author: Arsen Arsenović <arsen <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 9 08:37:01 2025 +0000
Commit: Arsen Arsenović <arsen <AT> gentoo <DOT> org>
CommitDate: Wed Apr 9 08:44:07 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ecf3f0e
app-emacs/forge: add 0.5.0
Signed-off-by: Arsen Arsenović <arsen <AT> gentoo.org>
app-emacs/forge/Manifest | 1 +
app-emacs/forge/forge-0.5.0.ebuild | 49 ++++++++++++++++++++++++++++++++++++++
2 files changed, 50 insertions(+)
diff --git a/app-emacs/forge/Manifest b/app-emacs/forge/Manifest
index ff929f37b2d4..c81ac7297eeb 100644
--- a/app-emacs/forge/Manifest
+++ b/app-emacs/forge/Manifest
@@ -1,2 +1,3 @@
DIST forge-0.4.7.tar.gz 134302 BLAKE2B 5797a8908cc25a49a40611ca3eda43e55cc9c8c45e8e747877e1345e62194efef07deac49e3524c19ea17e0f24787ef3459e8ca3360ab66cf136cd203bb52515 SHA512 261e1992ab30f931f24caa418a18c08076936f77e71d6ba3c22d959ee5260de717d43532aed910c43d8147fb520028d3ffb3a8cfceb9d2878fea39dd5d5539e7
DIST forge-0.4.8.tar.gz 134969 BLAKE2B 136defcc7833c049889c4997ec1f2fd192629d655ab6a3ec532220f0652eb588846a7131d552a5c3e2fa15d9d114137361360ee0fe3dae45e4dedce21514e9a6 SHA512 84b9894bd6a5728cca00f2be1ea974758ac53f3454311feb303b4658fd9cf007bb1c65774a555e3b5a9cb5f5cc4877c13f092aff3d7527d7a7eac2d58a510bad
+DIST forge-0.5.0.tar.gz 142364 BLAKE2B dc94ec1893f558615903fd9d0a782f034a418556bc249fc2e8d6171263cdecf2b1c803091efd93b8f52eff698c95423c5a1d5b25de8a578bef67616bd24eab85 SHA512 274a0503f546bc3039b0f646c4924760b08412c67516e7816d91adf9dfa90dfacd64e4b532656af2ce170182e197db2f45ce6aae99ddf5eecfa283aa3df2bb50
diff --git a/app-emacs/forge/forge-0.5.0.ebuild b/app-emacs/forge/forge-0.5.0.ebuild
new file mode 100644
index 000000000000..da531f9f98b7
--- /dev/null
+++ b/app-emacs/forge/forge-0.5.0.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+NEED_EMACS="29.1"
+
+inherit elisp
+
+DESCRIPTION="Work with Git forges from the comfort of Magit"
+HOMEPAGE="https://magit.vc/
+ https://github.com/magit/forge/"
+
+if [[ "${PV}" == *9999* ]] ; then
+ inherit git-r3
+
+ EGIT_REPO_URI="https://github.com/magit/${PN}.git"
+else
+ SRC_URI="https://github.com/magit/${PN}/archive/v${PV}.tar.gz
+ -> ${P}.tar.gz"
+
+ KEYWORDS="~amd64"
+fi
+
+S="${WORKDIR}/${P}/lisp"
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+RDEPEND="
+ >=app-emacs/compat-30.0.1.0
+ >=app-emacs/ghub-4.1.1
+ >=app-emacs/magit-4.1.3
+ >=app-emacs/transient-0.7.6
+ app-emacs/closql
+ app-emacs/dash
+ app-emacs/emacsql
+ app-emacs/llama
+ app-emacs/markdown-mode
+ app-emacs/yaml
+"
+BDEPEND="
+ ${RDEPEND}
+ sys-apps/texinfo
+"
+
+DOCS=( ../README.org )
+ELISP_TEXINFO="../docs/*.texi"
+SITEFILE="50${PN}-gentoo.el"
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/forge/
@ 2025-06-02 18:13 Maciej Barć
0 siblings, 0 replies; 19+ messages in thread
From: Maciej Barć @ 2025-06-02 18:13 UTC (permalink / raw
To: gentoo-commits
commit: 4855cabf66d273011951158709029efd6cc51edc
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 2 15:19:16 2025 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Mon Jun 2 18:13:39 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4855cabf
app-emacs/forge: drop old 0.4.8
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-emacs/forge/Manifest | 1 -
app-emacs/forge/forge-0.4.8.ebuild | 49 --------------------------------------
2 files changed, 50 deletions(-)
diff --git a/app-emacs/forge/Manifest b/app-emacs/forge/Manifest
index 7fe32f7edde0..66a3663dd0bd 100644
--- a/app-emacs/forge/Manifest
+++ b/app-emacs/forge/Manifest
@@ -1,2 +1 @@
-DIST forge-0.4.8.tar.gz 134969 BLAKE2B 136defcc7833c049889c4997ec1f2fd192629d655ab6a3ec532220f0652eb588846a7131d552a5c3e2fa15d9d114137361360ee0fe3dae45e4dedce21514e9a6 SHA512 84b9894bd6a5728cca00f2be1ea974758ac53f3454311feb303b4658fd9cf007bb1c65774a555e3b5a9cb5f5cc4877c13f092aff3d7527d7a7eac2d58a510bad
DIST forge-0.5.0.tar.gz 142364 BLAKE2B dc94ec1893f558615903fd9d0a782f034a418556bc249fc2e8d6171263cdecf2b1c803091efd93b8f52eff698c95423c5a1d5b25de8a578bef67616bd24eab85 SHA512 274a0503f546bc3039b0f646c4924760b08412c67516e7816d91adf9dfa90dfacd64e4b532656af2ce170182e197db2f45ce6aae99ddf5eecfa283aa3df2bb50
diff --git a/app-emacs/forge/forge-0.4.8.ebuild b/app-emacs/forge/forge-0.4.8.ebuild
deleted file mode 100644
index da531f9f98b7..000000000000
--- a/app-emacs/forge/forge-0.4.8.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-NEED_EMACS="29.1"
-
-inherit elisp
-
-DESCRIPTION="Work with Git forges from the comfort of Magit"
-HOMEPAGE="https://magit.vc/
- https://github.com/magit/forge/"
-
-if [[ "${PV}" == *9999* ]] ; then
- inherit git-r3
-
- EGIT_REPO_URI="https://github.com/magit/${PN}.git"
-else
- SRC_URI="https://github.com/magit/${PN}/archive/v${PV}.tar.gz
- -> ${P}.tar.gz"
-
- KEYWORDS="~amd64"
-fi
-
-S="${WORKDIR}/${P}/lisp"
-
-LICENSE="GPL-3+"
-SLOT="0"
-
-RDEPEND="
- >=app-emacs/compat-30.0.1.0
- >=app-emacs/ghub-4.1.1
- >=app-emacs/magit-4.1.3
- >=app-emacs/transient-0.7.6
- app-emacs/closql
- app-emacs/dash
- app-emacs/emacsql
- app-emacs/llama
- app-emacs/markdown-mode
- app-emacs/yaml
-"
-BDEPEND="
- ${RDEPEND}
- sys-apps/texinfo
-"
-
-DOCS=( ../README.org )
-ELISP_TEXINFO="../docs/*.texi"
-SITEFILE="50${PN}-gentoo.el"
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/forge/
@ 2025-06-02 18:13 Maciej Barć
0 siblings, 0 replies; 19+ messages in thread
From: Maciej Barć @ 2025-06-02 18:13 UTC (permalink / raw
To: gentoo-commits
commit: 89141a4b1fe6e2659e9123fd2a28deef59c37423
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 2 15:18:59 2025 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Mon Jun 2 18:13:39 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89141a4b
app-emacs/forge: drop old 0.4.7
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-emacs/forge/Manifest | 1 -
app-emacs/forge/forge-0.4.7.ebuild | 49 --------------------------------------
2 files changed, 50 deletions(-)
diff --git a/app-emacs/forge/Manifest b/app-emacs/forge/Manifest
index c81ac7297eeb..7fe32f7edde0 100644
--- a/app-emacs/forge/Manifest
+++ b/app-emacs/forge/Manifest
@@ -1,3 +1,2 @@
-DIST forge-0.4.7.tar.gz 134302 BLAKE2B 5797a8908cc25a49a40611ca3eda43e55cc9c8c45e8e747877e1345e62194efef07deac49e3524c19ea17e0f24787ef3459e8ca3360ab66cf136cd203bb52515 SHA512 261e1992ab30f931f24caa418a18c08076936f77e71d6ba3c22d959ee5260de717d43532aed910c43d8147fb520028d3ffb3a8cfceb9d2878fea39dd5d5539e7
DIST forge-0.4.8.tar.gz 134969 BLAKE2B 136defcc7833c049889c4997ec1f2fd192629d655ab6a3ec532220f0652eb588846a7131d552a5c3e2fa15d9d114137361360ee0fe3dae45e4dedce21514e9a6 SHA512 84b9894bd6a5728cca00f2be1ea974758ac53f3454311feb303b4658fd9cf007bb1c65774a555e3b5a9cb5f5cc4877c13f092aff3d7527d7a7eac2d58a510bad
DIST forge-0.5.0.tar.gz 142364 BLAKE2B dc94ec1893f558615903fd9d0a782f034a418556bc249fc2e8d6171263cdecf2b1c803091efd93b8f52eff698c95423c5a1d5b25de8a578bef67616bd24eab85 SHA512 274a0503f546bc3039b0f646c4924760b08412c67516e7816d91adf9dfa90dfacd64e4b532656af2ce170182e197db2f45ce6aae99ddf5eecfa283aa3df2bb50
diff --git a/app-emacs/forge/forge-0.4.7.ebuild b/app-emacs/forge/forge-0.4.7.ebuild
deleted file mode 100644
index da531f9f98b7..000000000000
--- a/app-emacs/forge/forge-0.4.7.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-NEED_EMACS="29.1"
-
-inherit elisp
-
-DESCRIPTION="Work with Git forges from the comfort of Magit"
-HOMEPAGE="https://magit.vc/
- https://github.com/magit/forge/"
-
-if [[ "${PV}" == *9999* ]] ; then
- inherit git-r3
-
- EGIT_REPO_URI="https://github.com/magit/${PN}.git"
-else
- SRC_URI="https://github.com/magit/${PN}/archive/v${PV}.tar.gz
- -> ${P}.tar.gz"
-
- KEYWORDS="~amd64"
-fi
-
-S="${WORKDIR}/${P}/lisp"
-
-LICENSE="GPL-3+"
-SLOT="0"
-
-RDEPEND="
- >=app-emacs/compat-30.0.1.0
- >=app-emacs/ghub-4.1.1
- >=app-emacs/magit-4.1.3
- >=app-emacs/transient-0.7.6
- app-emacs/closql
- app-emacs/dash
- app-emacs/emacsql
- app-emacs/llama
- app-emacs/markdown-mode
- app-emacs/yaml
-"
-BDEPEND="
- ${RDEPEND}
- sys-apps/texinfo
-"
-
-DOCS=( ../README.org )
-ELISP_TEXINFO="../docs/*.texi"
-SITEFILE="50${PN}-gentoo.el"
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/forge/
@ 2025-06-02 18:13 Maciej Barć
0 siblings, 0 replies; 19+ messages in thread
From: Maciej Barć @ 2025-06-02 18:13 UTC (permalink / raw
To: gentoo-commits
commit: d8eaafd1bbb4d1348fd7f8fa3f99017d7b932c33
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 2 17:41:16 2025 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Mon Jun 2 18:13:41 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8eaafd1
app-emacs/forge: bump to 0.5.1
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-emacs/forge/Manifest | 1 +
app-emacs/forge/forge-0.5.1.ebuild | 49 ++++++++++++++++++++++++++++++++++++++
2 files changed, 50 insertions(+)
diff --git a/app-emacs/forge/Manifest b/app-emacs/forge/Manifest
index 66a3663dd0bd..1fcdaee7a0f0 100644
--- a/app-emacs/forge/Manifest
+++ b/app-emacs/forge/Manifest
@@ -1 +1,2 @@
DIST forge-0.5.0.tar.gz 142364 BLAKE2B dc94ec1893f558615903fd9d0a782f034a418556bc249fc2e8d6171263cdecf2b1c803091efd93b8f52eff698c95423c5a1d5b25de8a578bef67616bd24eab85 SHA512 274a0503f546bc3039b0f646c4924760b08412c67516e7816d91adf9dfa90dfacd64e4b532656af2ce170182e197db2f45ce6aae99ddf5eecfa283aa3df2bb50
+DIST forge-0.5.1.gh.tar.gz 143752 BLAKE2B e3c8944a7df7023cff04b13a3866e4d32be21b0f146e65d493d9ce04dc7df9e991934ccdbfacd6926f277d1ba69f30fcb4f33f0628c873e8c659beb1bfa3fe22 SHA512 f95bfdbb09e0bbdd42ce012ce2fa91af2233eca50b840c2a296d59959ce882788fc1dac32c0381bce7d243a1ec2ac446cbc789b436d9521a34d80099aca2910b
diff --git a/app-emacs/forge/forge-0.5.1.ebuild b/app-emacs/forge/forge-0.5.1.ebuild
new file mode 100644
index 000000000000..578ad8af9bc4
--- /dev/null
+++ b/app-emacs/forge/forge-0.5.1.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+NEED_EMACS="29.1"
+
+inherit elisp
+
+DESCRIPTION="Work with Git forges from the comfort of Magit"
+HOMEPAGE="https://magit.vc/
+ https://github.com/magit/forge/"
+
+if [[ "${PV}" == *9999* ]] ; then
+ inherit git-r3
+
+ EGIT_REPO_URI="https://github.com/magit/${PN}"
+else
+ SRC_URI="https://github.com/magit/${PN}/archive/v${PV}.tar.gz
+ -> ${P}.gh.tar.gz"
+
+ KEYWORDS="~amd64"
+fi
+
+S="${WORKDIR}/${P}/lisp"
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+RDEPEND="
+ >=app-emacs/compat-30.1.0.0
+ >=app-emacs/ghub-4.1.1
+ >=app-emacs/magit-4.1.3
+ >=app-emacs/transient-0.9.0
+ app-emacs/closql
+ app-emacs/dash
+ app-emacs/emacsql
+ app-emacs/llama
+ app-emacs/markdown-mode
+ app-emacs/yaml
+"
+BDEPEND="
+ ${RDEPEND}
+ sys-apps/texinfo
+"
+
+DOCS=( ../README.org )
+ELISP_TEXINFO="../docs/*.texi"
+SITEFILE="50${PN}-gentoo.el"
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/forge/
@ 2025-06-05 17:04 Maciej Barć
0 siblings, 0 replies; 19+ messages in thread
From: Maciej Barć @ 2025-06-05 17:04 UTC (permalink / raw
To: gentoo-commits
commit: fa9c7b46a10c01acfd08355348cf3d848f9c3ad5
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 5 12:18:08 2025 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Thu Jun 5 17:03:18 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa9c7b46
app-emacs/forge: drop old 0.5.0
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-emacs/forge/Manifest | 1 -
app-emacs/forge/forge-0.5.0.ebuild | 49 --------------------------------------
2 files changed, 50 deletions(-)
diff --git a/app-emacs/forge/Manifest b/app-emacs/forge/Manifest
index 1fcdaee7a0f0..75401a120398 100644
--- a/app-emacs/forge/Manifest
+++ b/app-emacs/forge/Manifest
@@ -1,2 +1 @@
-DIST forge-0.5.0.tar.gz 142364 BLAKE2B dc94ec1893f558615903fd9d0a782f034a418556bc249fc2e8d6171263cdecf2b1c803091efd93b8f52eff698c95423c5a1d5b25de8a578bef67616bd24eab85 SHA512 274a0503f546bc3039b0f646c4924760b08412c67516e7816d91adf9dfa90dfacd64e4b532656af2ce170182e197db2f45ce6aae99ddf5eecfa283aa3df2bb50
DIST forge-0.5.1.gh.tar.gz 143752 BLAKE2B e3c8944a7df7023cff04b13a3866e4d32be21b0f146e65d493d9ce04dc7df9e991934ccdbfacd6926f277d1ba69f30fcb4f33f0628c873e8c659beb1bfa3fe22 SHA512 f95bfdbb09e0bbdd42ce012ce2fa91af2233eca50b840c2a296d59959ce882788fc1dac32c0381bce7d243a1ec2ac446cbc789b436d9521a34d80099aca2910b
diff --git a/app-emacs/forge/forge-0.5.0.ebuild b/app-emacs/forge/forge-0.5.0.ebuild
deleted file mode 100644
index da531f9f98b7..000000000000
--- a/app-emacs/forge/forge-0.5.0.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-NEED_EMACS="29.1"
-
-inherit elisp
-
-DESCRIPTION="Work with Git forges from the comfort of Magit"
-HOMEPAGE="https://magit.vc/
- https://github.com/magit/forge/"
-
-if [[ "${PV}" == *9999* ]] ; then
- inherit git-r3
-
- EGIT_REPO_URI="https://github.com/magit/${PN}.git"
-else
- SRC_URI="https://github.com/magit/${PN}/archive/v${PV}.tar.gz
- -> ${P}.tar.gz"
-
- KEYWORDS="~amd64"
-fi
-
-S="${WORKDIR}/${P}/lisp"
-
-LICENSE="GPL-3+"
-SLOT="0"
-
-RDEPEND="
- >=app-emacs/compat-30.0.1.0
- >=app-emacs/ghub-4.1.1
- >=app-emacs/magit-4.1.3
- >=app-emacs/transient-0.7.6
- app-emacs/closql
- app-emacs/dash
- app-emacs/emacsql
- app-emacs/llama
- app-emacs/markdown-mode
- app-emacs/yaml
-"
-BDEPEND="
- ${RDEPEND}
- sys-apps/texinfo
-"
-
-DOCS=( ../README.org )
-ELISP_TEXINFO="../docs/*.texi"
-SITEFILE="50${PN}-gentoo.el"
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/forge/
@ 2025-06-05 17:04 Maciej Barć
0 siblings, 0 replies; 19+ messages in thread
From: Maciej Barć @ 2025-06-05 17:04 UTC (permalink / raw
To: gentoo-commits
commit: 00ef7e0e8c9a07490b0f3395fdb0d5b136af64d7
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 5 12:19:43 2025 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Thu Jun 5 17:03:18 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00ef7e0e
app-emacs/forge: bump to 0.5.3
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-emacs/forge/Manifest | 1 +
app-emacs/forge/forge-0.5.3.ebuild | 49 ++++++++++++++++++++++++++++++++++++++
2 files changed, 50 insertions(+)
diff --git a/app-emacs/forge/Manifest b/app-emacs/forge/Manifest
index 75401a120398..336d70460512 100644
--- a/app-emacs/forge/Manifest
+++ b/app-emacs/forge/Manifest
@@ -1 +1,2 @@
DIST forge-0.5.1.gh.tar.gz 143752 BLAKE2B e3c8944a7df7023cff04b13a3866e4d32be21b0f146e65d493d9ce04dc7df9e991934ccdbfacd6926f277d1ba69f30fcb4f33f0628c873e8c659beb1bfa3fe22 SHA512 f95bfdbb09e0bbdd42ce012ce2fa91af2233eca50b840c2a296d59959ce882788fc1dac32c0381bce7d243a1ec2ac446cbc789b436d9521a34d80099aca2910b
+DIST forge-0.5.3.gh.tar.gz 143915 BLAKE2B 509e1687f3f8453477878df807f29b2bfb36eaf8856423c34c05bc621544370e2b6de4c49a05de49fde1d559b6ad411f6059c6aded2a8d600c3fe077fab7423c SHA512 5bb78f6da9ef53e515c542bd76e63822f8342611e42c7ed9783f87f72a4148ecac7c57b47d99837f7e7518e61e476027256379c16b4fcdadde60b5cbc0e1204e
diff --git a/app-emacs/forge/forge-0.5.3.ebuild b/app-emacs/forge/forge-0.5.3.ebuild
new file mode 100644
index 000000000000..e048593f2633
--- /dev/null
+++ b/app-emacs/forge/forge-0.5.3.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+NEED_EMACS="29.1"
+
+inherit elisp
+
+DESCRIPTION="Work with Git forges from the comfort of Magit"
+HOMEPAGE="https://magit.vc/
+ https://github.com/magit/forge/"
+
+if [[ "${PV}" == *9999* ]] ; then
+ inherit git-r3
+
+ EGIT_REPO_URI="https://github.com/magit/${PN}"
+else
+ SRC_URI="https://github.com/magit/${PN}/archive/v${PV}.tar.gz
+ -> ${P}.gh.tar.gz"
+
+ KEYWORDS="~amd64"
+fi
+
+S="${WORKDIR}/${P}/lisp"
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+RDEPEND="
+ >=app-emacs/compat-30.1.0.0
+ >=app-emacs/ghub-4.3.2
+ >=app-emacs/magit-4.3.6
+ >=app-emacs/transient-0.9.0
+ app-emacs/closql
+ app-emacs/dash
+ app-emacs/emacsql
+ app-emacs/llama
+ app-emacs/markdown-mode
+ app-emacs/yaml
+"
+BDEPEND="
+ ${RDEPEND}
+ sys-apps/texinfo
+"
+
+DOCS=( ../README.org )
+ELISP_TEXINFO="../docs/*.texi"
+SITEFILE="50${PN}-gentoo.el"
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/forge/
@ 2025-09-09 21:26 Maciej Barć
0 siblings, 0 replies; 19+ messages in thread
From: Maciej Barć @ 2025-09-09 21:26 UTC (permalink / raw
To: gentoo-commits
commit: 2446ce10843dfd681e3abff57adee199c384d567
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 9 20:30:13 2025 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Tue Sep 9 21:26:24 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2446ce10
app-emacs/forge: drop old 0.5.1
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-emacs/forge/Manifest | 1 -
app-emacs/forge/forge-0.5.1.ebuild | 49 --------------------------------------
2 files changed, 50 deletions(-)
diff --git a/app-emacs/forge/Manifest b/app-emacs/forge/Manifest
index 336d70460512..7533c53cf4ee 100644
--- a/app-emacs/forge/Manifest
+++ b/app-emacs/forge/Manifest
@@ -1,2 +1 @@
-DIST forge-0.5.1.gh.tar.gz 143752 BLAKE2B e3c8944a7df7023cff04b13a3866e4d32be21b0f146e65d493d9ce04dc7df9e991934ccdbfacd6926f277d1ba69f30fcb4f33f0628c873e8c659beb1bfa3fe22 SHA512 f95bfdbb09e0bbdd42ce012ce2fa91af2233eca50b840c2a296d59959ce882788fc1dac32c0381bce7d243a1ec2ac446cbc789b436d9521a34d80099aca2910b
DIST forge-0.5.3.gh.tar.gz 143915 BLAKE2B 509e1687f3f8453477878df807f29b2bfb36eaf8856423c34c05bc621544370e2b6de4c49a05de49fde1d559b6ad411f6059c6aded2a8d600c3fe077fab7423c SHA512 5bb78f6da9ef53e515c542bd76e63822f8342611e42c7ed9783f87f72a4148ecac7c57b47d99837f7e7518e61e476027256379c16b4fcdadde60b5cbc0e1204e
diff --git a/app-emacs/forge/forge-0.5.1.ebuild b/app-emacs/forge/forge-0.5.1.ebuild
deleted file mode 100644
index 578ad8af9bc4..000000000000
--- a/app-emacs/forge/forge-0.5.1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-NEED_EMACS="29.1"
-
-inherit elisp
-
-DESCRIPTION="Work with Git forges from the comfort of Magit"
-HOMEPAGE="https://magit.vc/
- https://github.com/magit/forge/"
-
-if [[ "${PV}" == *9999* ]] ; then
- inherit git-r3
-
- EGIT_REPO_URI="https://github.com/magit/${PN}"
-else
- SRC_URI="https://github.com/magit/${PN}/archive/v${PV}.tar.gz
- -> ${P}.gh.tar.gz"
-
- KEYWORDS="~amd64"
-fi
-
-S="${WORKDIR}/${P}/lisp"
-
-LICENSE="GPL-3+"
-SLOT="0"
-
-RDEPEND="
- >=app-emacs/compat-30.1.0.0
- >=app-emacs/ghub-4.1.1
- >=app-emacs/magit-4.1.3
- >=app-emacs/transient-0.9.0
- app-emacs/closql
- app-emacs/dash
- app-emacs/emacsql
- app-emacs/llama
- app-emacs/markdown-mode
- app-emacs/yaml
-"
-BDEPEND="
- ${RDEPEND}
- sys-apps/texinfo
-"
-
-DOCS=( ../README.org )
-ELISP_TEXINFO="../docs/*.texi"
-SITEFILE="50${PN}-gentoo.el"
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/forge/
@ 2025-09-30 19:01 Maciej Barć
0 siblings, 0 replies; 19+ messages in thread
From: Maciej Barć @ 2025-09-30 19:01 UTC (permalink / raw
To: gentoo-commits
commit: 9ca9c2bb26e4286caa3f2e1ebe667d49b6981d0b
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 30 18:59:53 2025 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Tue Sep 30 19:01:06 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ca9c2bb
app-emacs/forge: bump to 0.6.0
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-emacs/forge/Manifest | 1 +
app-emacs/forge/forge-0.6.0.ebuild | 50 ++++++++++++++++++++++++++++++++++++++
2 files changed, 51 insertions(+)
diff --git a/app-emacs/forge/Manifest b/app-emacs/forge/Manifest
index 7533c53cf4ee..13d557e3b065 100644
--- a/app-emacs/forge/Manifest
+++ b/app-emacs/forge/Manifest
@@ -1 +1,2 @@
DIST forge-0.5.3.gh.tar.gz 143915 BLAKE2B 509e1687f3f8453477878df807f29b2bfb36eaf8856423c34c05bc621544370e2b6de4c49a05de49fde1d559b6ad411f6059c6aded2a8d600c3fe077fab7423c SHA512 5bb78f6da9ef53e515c542bd76e63822f8342611e42c7ed9783f87f72a4148ecac7c57b47d99837f7e7518e61e476027256379c16b4fcdadde60b5cbc0e1204e
+DIST forge-0.6.0.gh.tar.gz 150772 BLAKE2B bc2ab4fc7062e4bba54fd8ebf3c25a9607c8b1b97389f88f55e448d70019c3844679fe8ddf0944e002ce4a5c293a8bd1aa59d790daaeb098df0cede0466d9529 SHA512 38a75d0580469690a29a0d9614c4c7c1dd49d5e732a151c04c9db50272eaa07afbdc1c2f694fa98a05ce9a3ba95849db46ed5b44852392c888e69cd0637fc6bb
diff --git a/app-emacs/forge/forge-0.6.0.ebuild b/app-emacs/forge/forge-0.6.0.ebuild
new file mode 100644
index 000000000000..d411877592e2
--- /dev/null
+++ b/app-emacs/forge/forge-0.6.0.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+NEED_EMACS="29.1"
+
+inherit elisp
+
+DESCRIPTION="Work with Git forges from the comfort of Magit"
+HOMEPAGE="https://magit.vc/
+ https://github.com/magit/forge/"
+
+if [[ "${PV}" == *9999* ]] ; then
+ inherit git-r3
+
+ EGIT_REPO_URI="https://github.com/magit/${PN}"
+else
+ SRC_URI="https://github.com/magit/${PN}/archive/v${PV}.tar.gz
+ -> ${P}.gh.tar.gz"
+
+ KEYWORDS="~amd64"
+fi
+
+S="${WORKDIR}/${P}/lisp"
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+RDEPEND="
+ >=app-emacs/compat-30.1.0.0
+ >=app-emacs/magit-4.4.0
+ app-emacs/closql
+ app-emacs/cond-let
+ app-emacs/dash
+ app-emacs/emacsql
+ app-emacs/ghub
+ app-emacs/llama
+ app-emacs/markdown-mode
+ app-emacs/transient
+ app-emacs/yaml
+"
+BDEPEND="
+ ${RDEPEND}
+ sys-apps/texinfo
+"
+
+DOCS=( ../README.org )
+ELISP_TEXINFO="../docs/*.texi"
+SITEFILE="50${PN}-gentoo.el"
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/forge/
@ 2025-09-30 21:53 Maciej Barć
0 siblings, 0 replies; 19+ messages in thread
From: Maciej Barć @ 2025-09-30 21:53 UTC (permalink / raw
To: gentoo-commits
commit: 89540de8ffb8f8238665ef82f6b58e94374697aa
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 30 21:46:49 2025 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Tue Sep 30 21:53:18 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89540de8
app-emacs/forge: sync live 9999 version
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-emacs/forge/forge-9999.ebuild | 16 +++++++++-------
1 file changed, 9 insertions(+), 7 deletions(-)
diff --git a/app-emacs/forge/forge-9999.ebuild b/app-emacs/forge/forge-9999.ebuild
index ccc37c078018..d411877592e2 100644
--- a/app-emacs/forge/forge-9999.ebuild
+++ b/app-emacs/forge/forge-9999.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-NEED_EMACS="27.1"
+NEED_EMACS="29.1"
inherit elisp
@@ -14,10 +14,10 @@ HOMEPAGE="https://magit.vc/
if [[ "${PV}" == *9999* ]] ; then
inherit git-r3
- EGIT_REPO_URI="https://github.com/magit/${PN}.git"
+ EGIT_REPO_URI="https://github.com/magit/${PN}"
else
SRC_URI="https://github.com/magit/${PN}/archive/v${PV}.tar.gz
- -> ${P}.tar.gz"
+ -> ${P}.gh.tar.gz"
KEYWORDS="~amd64"
fi
@@ -28,14 +28,16 @@ LICENSE="GPL-3+"
SLOT="0"
RDEPEND="
- >=app-emacs/compat-30.0.1.0
- >=app-emacs/ghub-4.1.1
- >=app-emacs/magit-4.1.3
- >=app-emacs/transient-0.7.6
+ >=app-emacs/compat-30.1.0.0
+ >=app-emacs/magit-4.4.0
app-emacs/closql
+ app-emacs/cond-let
app-emacs/dash
app-emacs/emacsql
+ app-emacs/ghub
+ app-emacs/llama
app-emacs/markdown-mode
+ app-emacs/transient
app-emacs/yaml
"
BDEPEND="
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/forge/
@ 2025-10-10 23:41 Maciej Barć
0 siblings, 0 replies; 19+ messages in thread
From: Maciej Barć @ 2025-10-10 23:41 UTC (permalink / raw
To: gentoo-commits
commit: 2f2890dbd97457a43bdf584b749db0cfd38898f3
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 10 22:51:12 2025 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Fri Oct 10 23:39:39 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f2890db
app-emacs/forge: update metadata XML, add upstream items
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-emacs/forge/metadata.xml | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/app-emacs/forge/metadata.xml b/app-emacs/forge/metadata.xml
index 6b52cc6dff49..8e4f4ec8fb3e 100644
--- a/app-emacs/forge/metadata.xml
+++ b/app-emacs/forge/metadata.xml
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+
<pkgmetadata>
<maintainer type="person">
<email>arsen@gentoo.org</email>
@@ -13,7 +14,13 @@
<email>gnu-emacs@gentoo.org</email>
<name>Gentoo GNU Emacs project</name>
</maintainer>
+ <longdescription>
+ Work with Git forges, such as Github and Gitlab, from the comfort of
+ Magit and the rest of Emacs.
+ </longdescription>
<upstream>
+ <bugs-to>https://github.com/magit/forge/issues/</bugs-to>
+ <changelog>https://raw.githubusercontent.com/magit/forge/refs/heads/main/CHANGELOG</changelog>
<remote-id type="github">magit/forge</remote-id>
</upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/forge/
@ 2025-10-10 23:41 Maciej Barć
0 siblings, 0 replies; 19+ messages in thread
From: Maciej Barć @ 2025-10-10 23:41 UTC (permalink / raw
To: gentoo-commits
commit: 6d14a98fdd81e1e1b77af9d644d28fb9df94cbc9
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 10 22:47:52 2025 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Fri Oct 10 23:39:39 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d14a98f
app-emacs/forge: bump to 0.6.1
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-emacs/forge/Manifest | 1 +
app-emacs/forge/forge-0.6.1.ebuild | 50 ++++++++++++++++++++++++++++++++++++++
2 files changed, 51 insertions(+)
diff --git a/app-emacs/forge/Manifest b/app-emacs/forge/Manifest
index 4ab942089bc6..83de370a056c 100644
--- a/app-emacs/forge/Manifest
+++ b/app-emacs/forge/Manifest
@@ -1 +1,2 @@
DIST forge-0.6.0.gh.tar.gz 150772 BLAKE2B bc2ab4fc7062e4bba54fd8ebf3c25a9607c8b1b97389f88f55e448d70019c3844679fe8ddf0944e002ce4a5c293a8bd1aa59d790daaeb098df0cede0466d9529 SHA512 38a75d0580469690a29a0d9614c4c7c1dd49d5e732a151c04c9db50272eaa07afbdc1c2f694fa98a05ce9a3ba95849db46ed5b44852392c888e69cd0637fc6bb
+DIST forge-0.6.1.gh.tar.gz 150972 BLAKE2B 6e1bf327509dc04d22a54631400e2129281fb8f67ef4d796fcb765b8da532dcfcc23a4e0e7fc46ab355a82304b82c74192b18338a2a4783ac7b3528a1f01ba30 SHA512 2a60b532532b777a4ba6faf62bbd24b8b5da0ccefe7b02710fa689bdcb4b444c4a01e533310c0258030f14bdc1ed95ba05a16b1199eb55e7a7cb49e5bbb1e04e
diff --git a/app-emacs/forge/forge-0.6.1.ebuild b/app-emacs/forge/forge-0.6.1.ebuild
new file mode 100644
index 000000000000..d411877592e2
--- /dev/null
+++ b/app-emacs/forge/forge-0.6.1.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+NEED_EMACS="29.1"
+
+inherit elisp
+
+DESCRIPTION="Work with Git forges from the comfort of Magit"
+HOMEPAGE="https://magit.vc/
+ https://github.com/magit/forge/"
+
+if [[ "${PV}" == *9999* ]] ; then
+ inherit git-r3
+
+ EGIT_REPO_URI="https://github.com/magit/${PN}"
+else
+ SRC_URI="https://github.com/magit/${PN}/archive/v${PV}.tar.gz
+ -> ${P}.gh.tar.gz"
+
+ KEYWORDS="~amd64"
+fi
+
+S="${WORKDIR}/${P}/lisp"
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+RDEPEND="
+ >=app-emacs/compat-30.1.0.0
+ >=app-emacs/magit-4.4.0
+ app-emacs/closql
+ app-emacs/cond-let
+ app-emacs/dash
+ app-emacs/emacsql
+ app-emacs/ghub
+ app-emacs/llama
+ app-emacs/markdown-mode
+ app-emacs/transient
+ app-emacs/yaml
+"
+BDEPEND="
+ ${RDEPEND}
+ sys-apps/texinfo
+"
+
+DOCS=( ../README.org )
+ELISP_TEXINFO="../docs/*.texi"
+SITEFILE="50${PN}-gentoo.el"
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/forge/
@ 2025-10-10 23:41 Maciej Barć
0 siblings, 0 replies; 19+ messages in thread
From: Maciej Barć @ 2025-10-10 23:41 UTC (permalink / raw
To: gentoo-commits
commit: 451af51771053c9573c7f129a7afd13a4641038e
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 10 22:46:43 2025 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Fri Oct 10 23:39:38 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=451af517
app-emacs/forge: drop old 0.5.3
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-emacs/forge/Manifest | 1 -
app-emacs/forge/forge-0.5.3.ebuild | 49 --------------------------------------
2 files changed, 50 deletions(-)
diff --git a/app-emacs/forge/Manifest b/app-emacs/forge/Manifest
index 13d557e3b065..4ab942089bc6 100644
--- a/app-emacs/forge/Manifest
+++ b/app-emacs/forge/Manifest
@@ -1,2 +1 @@
-DIST forge-0.5.3.gh.tar.gz 143915 BLAKE2B 509e1687f3f8453477878df807f29b2bfb36eaf8856423c34c05bc621544370e2b6de4c49a05de49fde1d559b6ad411f6059c6aded2a8d600c3fe077fab7423c SHA512 5bb78f6da9ef53e515c542bd76e63822f8342611e42c7ed9783f87f72a4148ecac7c57b47d99837f7e7518e61e476027256379c16b4fcdadde60b5cbc0e1204e
DIST forge-0.6.0.gh.tar.gz 150772 BLAKE2B bc2ab4fc7062e4bba54fd8ebf3c25a9607c8b1b97389f88f55e448d70019c3844679fe8ddf0944e002ce4a5c293a8bd1aa59d790daaeb098df0cede0466d9529 SHA512 38a75d0580469690a29a0d9614c4c7c1dd49d5e732a151c04c9db50272eaa07afbdc1c2f694fa98a05ce9a3ba95849db46ed5b44852392c888e69cd0637fc6bb
diff --git a/app-emacs/forge/forge-0.5.3.ebuild b/app-emacs/forge/forge-0.5.3.ebuild
deleted file mode 100644
index e048593f2633..000000000000
--- a/app-emacs/forge/forge-0.5.3.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-NEED_EMACS="29.1"
-
-inherit elisp
-
-DESCRIPTION="Work with Git forges from the comfort of Magit"
-HOMEPAGE="https://magit.vc/
- https://github.com/magit/forge/"
-
-if [[ "${PV}" == *9999* ]] ; then
- inherit git-r3
-
- EGIT_REPO_URI="https://github.com/magit/${PN}"
-else
- SRC_URI="https://github.com/magit/${PN}/archive/v${PV}.tar.gz
- -> ${P}.gh.tar.gz"
-
- KEYWORDS="~amd64"
-fi
-
-S="${WORKDIR}/${P}/lisp"
-
-LICENSE="GPL-3+"
-SLOT="0"
-
-RDEPEND="
- >=app-emacs/compat-30.1.0.0
- >=app-emacs/ghub-4.3.2
- >=app-emacs/magit-4.3.6
- >=app-emacs/transient-0.9.0
- app-emacs/closql
- app-emacs/dash
- app-emacs/emacsql
- app-emacs/llama
- app-emacs/markdown-mode
- app-emacs/yaml
-"
-BDEPEND="
- ${RDEPEND}
- sys-apps/texinfo
-"
-
-DOCS=( ../README.org )
-ELISP_TEXINFO="../docs/*.texi"
-SITEFILE="50${PN}-gentoo.el"
^ permalink raw reply related [flat|nested] 19+ messages in thread
end of thread, other threads:[~2025-10-10 23:42 UTC | newest]
Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-05 16:21 [gentoo-commits] repo/gentoo:master commit in: app-emacs/forge/ Maciej Barć
-- strict thread matches above, loose matches on Subject: below --
2025-10-10 23:41 Maciej Barć
2025-10-10 23:41 Maciej Barć
2025-10-10 23:41 Maciej Barć
2025-09-30 21:53 Maciej Barć
2025-09-30 19:01 Maciej Barć
2025-09-09 21:26 Maciej Barć
2025-06-05 17:04 Maciej Barć
2025-06-05 17:04 Maciej Barć
2025-06-02 18:13 Maciej Barć
2025-06-02 18:13 Maciej Barć
2025-06-02 18:13 Maciej Barć
2025-04-09 8:45 Arsen Arsenović
2025-02-06 22:36 Maciej Barć
2025-02-06 12:26 Maciej Barć
2025-01-05 16:21 Maciej Barć
2025-01-05 16:21 Maciej Barć
2024-12-11 0:28 Maciej Barć
2024-10-31 23:17 Maciej Barć
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox