mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-16 14:29:05 -07:00
app-emacs/forge: new package, add 0.4.4, 9999
Signed-off-by: Arsen Arsenović <arsen@gentoo.org>
This commit is contained in:
1
app-emacs/forge/Manifest
Normal file
1
app-emacs/forge/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST forge-0.4.4.tar.gz 129892 BLAKE2B 5edc6d7cd9a5203df64e3ce58aa3dc5ee0c4eab975271ef23d408d8219a89a22f84927886532e045ec0601be32eb07a7c1233e24399d30c83e2b10668cb6ed3d SHA512 04390b9f5b0109b0e360a8b1e9f4eca217e71086416217d24116bf42da344aca93a65c300bcb40ddea522f1e3dd806a523c83bbf6bd674ee2d798dc0b61ba5b0
|
||||
1
app-emacs/forge/files/50forge-gentoo.el
Normal file
1
app-emacs/forge/files/50forge-gentoo.el
Normal file
@@ -0,0 +1 @@
|
||||
(add-to-list 'load-path "@SITELISP@")
|
||||
46
app-emacs/forge/forge-0.4.4.ebuild
Normal file
46
app-emacs/forge/forge-0.4.4.ebuild
Normal file
@@ -0,0 +1,46 @@
|
||||
# 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-30.0.0.0
|
||||
>=app-emacs/closql-2.0.0
|
||||
>=app-emacs/dash-2.19.1
|
||||
>=app-emacs/emacsql-4.0.3
|
||||
>=app-emacs/ghub-4.1.1
|
||||
>=app-emacs/markdown-mode-2.6
|
||||
>=app-emacs/transient-0.7.6
|
||||
>=app-emacs/yaml-0.5.5
|
||||
"
|
||||
BDEPEND="
|
||||
${RDEPEND}
|
||||
sys-apps/texinfo
|
||||
"
|
||||
46
app-emacs/forge/forge-9999.ebuild
Normal file
46
app-emacs/forge/forge-9999.ebuild
Normal file
@@ -0,0 +1,46 @@
|
||||
# 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-30.0.0.0
|
||||
>=app-emacs/closql-2.0.0
|
||||
>=app-emacs/dash-2.19.1
|
||||
>=app-emacs/emacsql-4.0.3
|
||||
>=app-emacs/ghub-4.1.1
|
||||
>=app-emacs/markdown-mode-2.6
|
||||
>=app-emacs/transient-9999
|
||||
>=app-emacs/yaml-0.5.5
|
||||
"
|
||||
BDEPEND="
|
||||
${RDEPEND}
|
||||
sys-apps/texinfo
|
||||
"
|
||||
19
app-emacs/forge/metadata.xml
Normal file
19
app-emacs/forge/metadata.xml
Normal file
@@ -0,0 +1,19 @@
|
||||
<?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>
|
||||
<description>Arsen Arsenović</description>
|
||||
</maintainer>
|
||||
<maintainer type="person">
|
||||
<email>sam@gentoo.org</email>
|
||||
<description>Sam James</description>
|
||||
</maintainer>
|
||||
<maintainer type="project">
|
||||
<email>gnu-emacs@gentoo.org</email>
|
||||
<name>Gentoo GNU Emacs project</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">magit/forge</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user