summaryrefslogtreecommitdiff
path: root/app-emacs/forge
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-12 11:50:53 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-12 11:50:53 -0500
commit290aebdea65a02557706eaeda477fef0437b6a48 (patch)
treef87a939169a508a2e943570501b64cc16b411cda /app-emacs/forge
parent6783ddcd4b73d9ce586a71770caed352bec93b16 (diff)
downloadbaldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.gz
baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.xz
baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.zip
Adding metadata
Diffstat (limited to 'app-emacs/forge')
-rw-r--r--app-emacs/forge/Manifest3
-rw-r--r--app-emacs/forge/files/50forge-gentoo.el1
-rw-r--r--app-emacs/forge/forge-0.6.3.ebuild50
-rw-r--r--app-emacs/forge/forge-0.6.4.ebuild50
-rw-r--r--app-emacs/forge/forge-0.6.5.ebuild49
-rw-r--r--app-emacs/forge/forge-9999.ebuild49
-rw-r--r--app-emacs/forge/metadata.xml25
7 files changed, 0 insertions, 227 deletions
diff --git a/app-emacs/forge/Manifest b/app-emacs/forge/Manifest
deleted file mode 100644
index c3854beb3b7a..000000000000
--- a/app-emacs/forge/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST forge-0.6.3.gh.tar.gz 151046 BLAKE2B 357035baa7cdb9307c72f281daaf3fa06286b0eee59b1f61847129579ec40e8729b4c5705b118ce4ce3c58b2f0b821073656700195a09c7de5f1370c8dab2870 SHA512 3d4e0e43f155d8daf70c3c618c37e5b7b82a8c4513b1b70095cd3cd61de289a5ba11c5162492495b79a053f8176c5c3d04a631839e81a4f4a6f698667cffcd5d
-DIST forge-0.6.4.gh.tar.gz 151927 BLAKE2B 3781d65bf0c916126698e548524568a277bc89b74ce378b42a3600741eb5f189361b255e0c52e3047fb3017bc91bde103996601b0f0700c48206f26d8c29beb5 SHA512 7df93e0c963faddbcf5d2c0ed3040855fe20278a543ad84d6f00784184ad80fc75400ee5ec2fdb1cc8b4d7bc9d7b8076d37f065a8b986157cf1e782c7334096b
-DIST forge-0.6.5.gh.tar.gz 152089 BLAKE2B 84f8a3c2cfc093b2a4024b42404b31bf651f26c05efdb507f4cef9aa613e8d0b180faabfa8f6a1e172e478e37c8c9dfdfb4a40b111036ea27e4916a1b98077ed SHA512 a0d5fcdba8137797895e837e432ab81982cdf37c50c421d011fc699bb729bc24a74d8ef067be69f67d940ebbb9898c2117fbb54e20951e24e8521f026d32bfa5
diff --git a/app-emacs/forge/files/50forge-gentoo.el b/app-emacs/forge/files/50forge-gentoo.el
deleted file mode 100644
index 431f7e90ae73..000000000000
--- a/app-emacs/forge/files/50forge-gentoo.el
+++ /dev/null
@@ -1 +0,0 @@
-(add-to-list 'load-path "@SITELISP@")
diff --git a/app-emacs/forge/forge-0.6.3.ebuild b/app-emacs/forge/forge-0.6.3.ebuild
deleted file mode 100644
index adc646f5e49c..000000000000
--- a/app-emacs/forge/forge-0.6.3.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2026 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/magit-4.5.0
- app-emacs/closql
- app-emacs/compat
- 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"
diff --git a/app-emacs/forge/forge-0.6.4.ebuild b/app-emacs/forge/forge-0.6.4.ebuild
deleted file mode 100644
index 20098f34636f..000000000000
--- a/app-emacs/forge/forge-0.6.4.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2026 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/refs/tags/v${PV}.tar.gz
- -> ${P}.gh.tar.gz"
-
- KEYWORDS="amd64"
-fi
-
-S="${WORKDIR}/${P}/lisp"
-
-LICENSE="GPL-3+"
-SLOT="0"
-
-RDEPEND="
- >=app-emacs/magit-4.5.0
- app-emacs/closql
- app-emacs/compat
- 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"
diff --git a/app-emacs/forge/forge-0.6.5.ebuild b/app-emacs/forge/forge-0.6.5.ebuild
deleted file mode 100644
index ed4b1a24787a..000000000000
--- a/app-emacs/forge/forge-0.6.5.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=9
-
-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/refs/tags/v${PV}.tar.gz
- -> ${P}.gh.tar.gz"
-
- KEYWORDS="~amd64"
-fi
-
-S="${WORKDIR}/${P}/lisp"
-
-LICENSE="GPL-3+"
-SLOT="0"
-
-RDEPEND="
- >=app-emacs/closql-2.4
- >=app-emacs/compat-30.1.0.1
- >=app-emacs/cond-let-1.0.0
- >=app-emacs/emacsql-4.3.6
- >=app-emacs/ghub-5.2.0
- >=app-emacs/llama-1.0.4
- >=app-emacs/magit-4.5.0
- >=app-emacs/markdown-mode-2.8
- >=app-emacs/transient-0.13
- >=app-emacs/yaml-1.2.3
-"
-BDEPEND="
- ${RDEPEND}
- sys-apps/texinfo
-"
-
-DOCS=( ../README.org )
-ELISP_TEXINFO="../docs/*.texi"
-SITEFILE="50${PN}-gentoo.el"
diff --git a/app-emacs/forge/forge-9999.ebuild b/app-emacs/forge/forge-9999.ebuild
deleted file mode 100644
index ed4b1a24787a..000000000000
--- a/app-emacs/forge/forge-9999.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=9
-
-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/refs/tags/v${PV}.tar.gz
- -> ${P}.gh.tar.gz"
-
- KEYWORDS="~amd64"
-fi
-
-S="${WORKDIR}/${P}/lisp"
-
-LICENSE="GPL-3+"
-SLOT="0"
-
-RDEPEND="
- >=app-emacs/closql-2.4
- >=app-emacs/compat-30.1.0.1
- >=app-emacs/cond-let-1.0.0
- >=app-emacs/emacsql-4.3.6
- >=app-emacs/ghub-5.2.0
- >=app-emacs/llama-1.0.4
- >=app-emacs/magit-4.5.0
- >=app-emacs/markdown-mode-2.8
- >=app-emacs/transient-0.13
- >=app-emacs/yaml-1.2.3
-"
-BDEPEND="
- ${RDEPEND}
- sys-apps/texinfo
-"
-
-DOCS=( ../README.org )
-ELISP_TEXINFO="../docs/*.texi"
-SITEFILE="50${PN}-gentoo.el"
diff --git a/app-emacs/forge/metadata.xml b/app-emacs/forge/metadata.xml
deleted file mode 100644
index ab00c2b45497..000000000000
--- a/app-emacs/forge/metadata.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>arsen@gentoo.org</email>
- <name>Arsen Arsenović</name>
- </maintainer>
- <maintainer type="person">
- <email>sam@gentoo.org</email>
- <name>Sam James</name>
- </maintainer>
- <maintainer type="project">
- <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>
- </upstream>
- <origin>baldeagleos-repo</origin>
-</pkgmetadata>