* [gentoo-commits] repo/gentoo:master commit in: app-emacs/forge/
@ 2024-10-31 23:17 Maciej Barć
0 siblings, 0 replies; 7+ 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] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/forge/
@ 2024-12-11 0:28 Maciej Barć
0 siblings, 0 replies; 7+ 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] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/forge/
@ 2025-01-05 16:21 Maciej Barć
0 siblings, 0 replies; 7+ 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] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/forge/
@ 2025-01-05 16:21 Maciej Barć
0 siblings, 0 replies; 7+ 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] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/forge/
@ 2025-01-05 16:21 Maciej Barć
0 siblings, 0 replies; 7+ 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] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/forge/
@ 2025-02-06 12:26 Maciej Barć
0 siblings, 0 replies; 7+ 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] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/forge/
@ 2025-02-06 22:36 Maciej Barć
0 siblings, 0 replies; 7+ 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] 7+ messages in thread
end of thread, other threads:[~2025-02-06 22:36 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-31 23:17 [gentoo-commits] repo/gentoo:master commit in: app-emacs/forge/ Maciej Barć
-- strict thread matches above, loose matches on Subject: below --
2024-12-11 0:28 Maciej Barć
2025-01-05 16:21 Maciej Barć
2025-01-05 16:21 Maciej Barć
2025-01-05 16:21 Maciej Barć
2025-02-06 12:26 Maciej Barć
2025-02-06 22:36 Maciej Barć
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox