summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2022-03-06 02:57:20 +0100
committerMaciej Barć <xgqt@gentoo.org>2022-03-06 03:54:33 +0100
commitb139039e8fca020d6ad681e0731aaf89ea46a5a4 (patch)
treef507010b6de9a00729822147eef3ebf47302e47d /app-emacs/company-math
parentapp-emacs/math-symbol-lists: new package; add 1.3 (diff)
downloadgentoo-b139039e8fca020d6ad681e0731aaf89ea46a5a4.tar.gz
gentoo-b139039e8fca020d6ad681e0731aaf89ea46a5a4.tar.bz2
gentoo-b139039e8fca020d6ad681e0731aaf89ea46a5a4.zip
app-emacs/company-math: new package; add 1.4_p20210731
2021.07.31 snapshot Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs/company-math')
-rw-r--r--app-emacs/company-math/Manifest1
-rw-r--r--app-emacs/company-math/company-math-1.4_p20210731.ebuild26
-rw-r--r--app-emacs/company-math/files/50company-math-gentoo.el1
-rw-r--r--app-emacs/company-math/metadata.xml17
4 files changed, 45 insertions, 0 deletions
diff --git a/app-emacs/company-math/Manifest b/app-emacs/company-math/Manifest
new file mode 100644
index 000000000000..17a6360382f9
--- /dev/null
+++ b/app-emacs/company-math/Manifest
@@ -0,0 +1 @@
+DIST company-math-1.4_p20210731.tar.gz 10358 BLAKE2B 15834f0e7b59cff25c1c3b488f16b19701ee3b1f8a715aa169ba40d5d7e4fd1e9ad226a0c52af88740dbfc950f660c46edb18e0e0bcad3687fb81610bafe9e84 SHA512 66b770d1ac37fdc7bae08bf79751cf4b9a2803944222d733beb6ad63dbdf5a8879ba19dcca61ec83cd4b1add813417508faca1649022242ab2ad11189a3444d7
diff --git a/app-emacs/company-math/company-math-1.4_p20210731.ebuild b/app-emacs/company-math/company-math-1.4_p20210731.ebuild
new file mode 100644
index 000000000000..a6e3617b3ed2
--- /dev/null
+++ b/app-emacs/company-math/company-math-1.4_p20210731.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+H=45778f5731c97a21a83e3b965cbde42018709afd
+
+inherit elisp
+
+DESCRIPTION="Completion back-ends for for math unicode symbols and latex tags"
+HOMEPAGE="https://github.com/vspinu/company-math/"
+SRC_URI="https://github.com/vspinu/${PN}/archive/${H}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}"/${PN}-${H}
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+ app-emacs/company-mode
+ app-emacs/math-symbol-lists
+"
+BDEPEND="${RDEPEND}"
+
+DOCS=( readme.md )
+SITEFILE="50${PN}-gentoo.el"
diff --git a/app-emacs/company-math/files/50company-math-gentoo.el b/app-emacs/company-math/files/50company-math-gentoo.el
new file mode 100644
index 000000000000..431f7e90ae73
--- /dev/null
+++ b/app-emacs/company-math/files/50company-math-gentoo.el
@@ -0,0 +1 @@
+(add-to-list 'load-path "@SITELISP@")
diff --git a/app-emacs/company-math/metadata.xml b/app-emacs/company-math/metadata.xml
new file mode 100644
index 000000000000..3e07a7c347e9
--- /dev/null
+++ b/app-emacs/company-math/metadata.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+
+<pkgmetadata>
+ <maintainer type="person">
+ <email>xgqt@gentoo.org</email>
+ <name>Maciej Barć</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>gnu-emacs@gentoo.org</email>
+ <name>Gentoo GNU Emacs project</name>
+ </maintainer>
+ <upstream>
+ <bugs-to>https://github.com/vspinu/company-math/issues/</bugs-to>
+ <remote-id type="github">vspinu/company-math</remote-id>
+ </upstream>
+</pkgmetadata>