diff options
Diffstat (limited to 'app-emacs/ctable')
-rw-r--r-- | app-emacs/ctable/Manifest | 4 | ||||
-rw-r--r-- | app-emacs/ctable/ctable-0.1.3.ebuild | 23 | ||||
-rw-r--r-- | app-emacs/ctable/files/50ctable-gentoo.el | 1 | ||||
-rw-r--r-- | app-emacs/ctable/metadata.xml | 13 |
4 files changed, 41 insertions, 0 deletions
diff --git a/app-emacs/ctable/Manifest b/app-emacs/ctable/Manifest new file mode 100644 index 000000000000..258d6397d517 --- /dev/null +++ b/app-emacs/ctable/Manifest @@ -0,0 +1,4 @@ +AUX 50ctable-gentoo.el 38 BLAKE2B e96c6cf48d1522d89450e11d339c76210c672377208b56951791b83c6ef22b2c872d313084e199dd5d7b533a99106a87dbc7f15b5ee6126f71bf5f2e84165ffa SHA512 5c00bcabe2d7cc03013dc7a54b2c653940c08098ca5646d7c73624cb1ca04376ae9dcf88a7166b1925c69f0c5d192d90f6bd790fdef8ed8c3b0f9d163c987da5 +DIST ctable-0.1.3.tar.gz 237615 BLAKE2B fe80171389c5e7c96e0867e8464b28bba0901761415b4f06f608f6eb98d825de5a01e4e99cff0657017f0495aba13d51b78734844ea8650b811a8c8706882b1a SHA512 a5b20fd9fa573d6c24b052cc93c83f9012d5de5a097917dcea0f403c9570319a921967e895296d4f8d7a9bcc9d5f46f3c57ee9e6bea44398ac9ad820f8e766c0 +EBUILD ctable-0.1.3.ebuild 618 BLAKE2B a357eb38e6dd4f0612e347437eeea50a1d6bb443030057bb34e1e0d4714aa8cd700d040578f55cee1d29803c558b218bc864fa42dad913b9b683c73b967ee297 SHA512 0c8394b311c14641766fefc913e6570e05382ea7358c3daee3463b75d610deae42c03e33a09a1134e9e969e40556c7b7d626ee1db7eb1791aa040c7f77fa4b26 +MISC metadata.xml 431 BLAKE2B 7aa2fdb2647d625dcd0a440d02a576d54b90ed94949ac0b716e522bf64dc904b4c607cf6d388ea47133882c04996863cdc30ded5156717b1e82c906f46ff84fb SHA512 f3debfb8f28fb4fc0e7e37fcd355de94d5d7520246b9d39ffa4909a801152f1232bf044502ca7922ee38e5c034bf0b46d63cb1c4ed3746dd729d041f03ed3fa3 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> |