commit:     3bcf8b9770b41957598e9d6ff2fecdb87caef649
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Fri May 13 06:28:32 2022 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Fri May 13 07:37:19 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bcf8b97

app-emacs/ctable: new package; add version 0.1.3

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 app-emacs/ctable/Manifest                 |  1 +
 app-emacs/ctable/ctable-0.1.3.ebuild      | 23 +++++++++++++++++++++++
 app-emacs/ctable/files/50ctable-gentoo.el |  1 +
 app-emacs/ctable/metadata.xml             | 13 +++++++++++++
 4 files changed, 38 insertions(+)

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>[email protected]</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>

Reply via email to