summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2022-05-13 08:28:32 +0200
committerMaciej Barć <xgqt@gentoo.org>2022-05-13 09:37:19 +0200
commit3bcf8b9770b41957598e9d6ff2fecdb87caef649 (patch)
treeb48ace3661bc43b66159332856907c7c3349e624 /app-emacs/ctable
parentmedia-libs/libshout: Stabilize 2.4.6 ppc64, #844004 (diff)
downloadgentoo-3bcf8b9770b41957598e9d6ff2fecdb87caef649.tar.gz
gentoo-3bcf8b9770b41957598e9d6ff2fecdb87caef649.tar.bz2
gentoo-3bcf8b9770b41957598e9d6ff2fecdb87caef649.zip
app-emacs/ctable: new package; add version 0.1.3
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs/ctable')
-rw-r--r--app-emacs/ctable/Manifest1
-rw-r--r--app-emacs/ctable/ctable-0.1.3.ebuild23
-rw-r--r--app-emacs/ctable/files/50ctable-gentoo.el1
-rw-r--r--app-emacs/ctable/metadata.xml13
4 files changed, 38 insertions, 0 deletions
diff --git a/app-emacs/ctable/Manifest b/app-emacs/ctable/Manifest
new file mode 100644
index 000000000000..e955ae5bb449
--- /dev/null
+++ b/app-emacs/ctable/Manifest
@@ -0,0 +1 @@
+DIST ctable-0.1.3.tar.gz 237615 BLAKE2B fe80171389c5e7c96e0867e8464b28bba0901761415b4f06f608f6eb98d825de5a01e4e99cff0657017f0495aba13d51b78734844ea8650b811a8c8706882b1a SHA512 a5b20fd9fa573d6c24b052cc93c83f9012d5de5a097917dcea0f403c9570319a921967e895296d4f8d7a9bcc9d5f46f3c57ee9e6bea44398ac9ad820f8e766c0
diff --git a/app-emacs/ctable/ctable-0.1.3.ebuild b/app-emacs/ctable/ctable-0.1.3.ebuild
new file mode 100644
index 000000000000..34cd9d8318f1
--- /dev/null
+++ b/app-emacs/ctable/ctable-0.1.3.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+H=04dbcddeba1da1f39e885bc0d36240ff37d829e9 # ctable.el == 0.1.3 without tag
+NEED_EMACS=24.3
+
+inherit elisp
+
+DESCRIPTION="Table Component for Emacs Lisp"
+HOMEPAGE="https://github.com/kiwanami/emacs-ctable/"
+SRC_URI="https://github.com/kiwanami/emacs-${PN}/archive/${H}.tar.gz
+ -> ${P}.tar.gz"
+S="${WORKDIR}"/emacs-${PN}-${H}
+
+LICENSE="GPL-3+"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+
+DOCS=( readme.md img samples )
+ELISP_REMOVE="test-${PN}.el" # tests are interactive and hang up?
+SITEFILE="50${PN}-gentoo.el"
diff --git a/app-emacs/ctable/files/50ctable-gentoo.el b/app-emacs/ctable/files/50ctable-gentoo.el
new file mode 100644
index 000000000000..431f7e90ae73
--- /dev/null
+++ b/app-emacs/ctable/files/50ctable-gentoo.el
@@ -0,0 +1 @@
+(add-to-list 'load-path "@SITELISP@")
diff --git a/app-emacs/ctable/metadata.xml b/app-emacs/ctable/metadata.xml
new file mode 100644
index 000000000000..e7c85f1f56dc
--- /dev/null
+++ b/app-emacs/ctable/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+
+<pkgmetadata>
+ <maintainer type="project">
+ <email>gnu-emacs@gentoo.org</email>
+ <name>Gentoo GNU Emacs project</name>
+ </maintainer>
+ <upstream>
+ <bugs-to>https://github.com/kiwanami/emacs-ctable/issues/</bugs-to>
+ <remote-id type="github">kiwanami/emacs-ctable</remote-id>
+ </upstream>
+</pkgmetadata>