mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 09:07:26 -08:00
app-emacs/cdlatex: new package, add 4.18.5
Signed-off-by: Arsen Arsenović <arsen@gentoo.org>
This commit is contained in:
parent
35b442e885
commit
61ea29f2f0
1
app-emacs/cdlatex/Manifest
Normal file
1
app-emacs/cdlatex/Manifest
Normal file
@ -0,0 +1 @@
|
||||
DIST cdlatex-4.18.5.tar.xz 22644 BLAKE2B e3301fde8ef2c67c0660fee212e7d0024d16e6ca85bc8272f069d0205cff978037a0eb739efa749fc2a17b09af522fd2f46d60e6dc7ccaf585453f09a12383db SHA512 152670de2ce5698eed8ff2d746c21846ae0eb8d84706d6d25e5625e8dd3e45de022055950a62e1a7b45b465799710c48d204f1cdb142a8483785cac7a35a0ad5
|
||||
27
app-emacs/cdlatex/cdlatex-4.18.5.ebuild
Normal file
27
app-emacs/cdlatex/cdlatex-4.18.5.ebuild
Normal file
@ -0,0 +1,27 @@
|
||||
# Copyright 2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit elisp
|
||||
|
||||
DESCRIPTION="Fast input methods for LaTeX environments and math"
|
||||
HOMEPAGE="https://elpa.nongnu.org/nongnu/cdlatex.html"
|
||||
SRC_URI="https://dev.gentoo.org/~arsen/${P}.tar.xz"
|
||||
|
||||
LICENSE="GPL-3+"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
RDEPEND="
|
||||
app-emacs/auctex
|
||||
"
|
||||
BDEPEND="${RDEPEND}"
|
||||
|
||||
ELISP_REMOVE="${PN}-pkg.el"
|
||||
SITEFILE="50${PN}-gentoo.el"
|
||||
|
||||
src_compile() {
|
||||
elisp-make-autoload-file
|
||||
elisp_src_compile
|
||||
}
|
||||
2
app-emacs/cdlatex/files/50cdlatex-gentoo.el
Normal file
2
app-emacs/cdlatex/files/50cdlatex-gentoo.el
Normal file
@ -0,0 +1,2 @@
|
||||
(add-to-list 'load-path "@SITELISP@")
|
||||
(load "@SITELISP@/cdlatex-autoloads.el" nil t)
|
||||
12
app-emacs/cdlatex/metadata.xml
Normal file
12
app-emacs/cdlatex/metadata.xml
Normal file
@ -0,0 +1,12 @@
|
||||
<?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>
|
||||
<name>Arsen Arsenović</name>
|
||||
</maintainer>
|
||||
<maintainer type="project">
|
||||
<email>gnu-emacs@gentoo.org</email>
|
||||
<name>Gentoo GNU Emacs project</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
Loading…
x
Reference in New Issue
Block a user