summaryrefslogtreecommitdiff
path: root/app-emacs/tablist
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-06-29 12:04:12 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-06-29 12:04:12 +0100
commit0f558761aa2dee1017b4751e4017205e015a9560 (patch)
tree037df795519468a25d9362b4e95cdaeb84eb1cf9 /app-emacs/tablist
parent752d6256e5204b958b0ef7905675a940b5e9172f (diff)
gentoo resync : 29.12.2022
Diffstat (limited to 'app-emacs/tablist')
-rw-r--r--app-emacs/tablist/Manifest4
-rw-r--r--app-emacs/tablist/files/50tablist-gentoo.el1
-rw-r--r--app-emacs/tablist/metadata.xml19
-rw-r--r--app-emacs/tablist/tablist-1.0.ebuild19
4 files changed, 43 insertions, 0 deletions
diff --git a/app-emacs/tablist/Manifest b/app-emacs/tablist/Manifest
new file mode 100644
index 000000000000..8a57aedbb4d8
--- /dev/null
+++ b/app-emacs/tablist/Manifest
@@ -0,0 +1,4 @@
+AUX 50tablist-gentoo.el 38 BLAKE2B e96c6cf48d1522d89450e11d339c76210c672377208b56951791b83c6ef22b2c872d313084e199dd5d7b533a99106a87dbc7f15b5ee6126f71bf5f2e84165ffa SHA512 5c00bcabe2d7cc03013dc7a54b2c653940c08098ca5646d7c73624cb1ca04376ae9dcf88a7166b1925c69f0c5d192d90f6bd790fdef8ed8c3b0f9d163c987da5
+DIST tablist-1.0.tar.gz 31848 BLAKE2B 11bc943aaf25fb1fe6ecb43a944d70d9b5ab4c423f9df96c881a840570780707a702240808c425e8e91321ad620c1773c80c03e2f6881ccddff84c0d818aa7a4 SHA512 14d32228e9663d218b49563ec07a5f8d094b389e06e532c0710af54d7386fcd19435fae2920163e0c774b7b67bf77ef5fc0a246dfbdb11785dca976ff47eeff2
+EBUILD tablist-1.0.ebuild 424 BLAKE2B 8aa8ada6fe806828b392181ff38e5a1bee9a4ae08b6653dace053c22f7aaddc07ec396fa7d34ca3a860031eae2f049bfc60cbef775a4e48b185e61058572aafe SHA512 e19c2c582a98db4d1f53dc2835b2cf41124f011847e72c2dcba7add0fd4fa93ec782cec74c9cadc8723e1fa94f22118aa9fe2691ca25895a46ed98e141d14e4f
+MISC metadata.xml 733 BLAKE2B dbcaea825af46c7338b5517153b8bed00afe403ff424faacb321b6387d54da853e8a7125d3de8bc9b9087cb0b2089906ec570fe43ab6f37896c0f69b63737205 SHA512 c0f3de87ac79ed940b52dc969eb7c3547c5df0f94962be4ad2ab946ebb42a8dcfe029faa6cf128655bf6676a474100d343e940c447388dc4431c78543c28f9a8
diff --git a/app-emacs/tablist/files/50tablist-gentoo.el b/app-emacs/tablist/files/50tablist-gentoo.el
new file mode 100644
index 000000000000..431f7e90ae73
--- /dev/null
+++ b/app-emacs/tablist/files/50tablist-gentoo.el
@@ -0,0 +1 @@
+(add-to-list 'load-path "@SITELISP@")
diff --git a/app-emacs/tablist/metadata.xml b/app-emacs/tablist/metadata.xml
new file mode 100644
index 000000000000..55cb7b1f0219
--- /dev/null
+++ b/app-emacs/tablist/metadata.xml
@@ -0,0 +1,19 @@
+<?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>
+ <longdescription>
+ This package adds marks and filters to tabulated-list-mode. It also puts a
+ dired face on tabulated list buffers. It can be used by deriving from
+ tablist-mode, or with more limited features by enabling tablist-minor-mode
+ inside a tabulated-list-mode buffer.
+ </longdescription>
+ <upstream>
+ <bugs-to>https://github.com/politza/tablist/issues/</bugs-to>
+ <remote-id type="github">politza/tablist</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/app-emacs/tablist/tablist-1.0.ebuild b/app-emacs/tablist/tablist-1.0.ebuild
new file mode 100644
index 000000000000..ab4bc1aa5088
--- /dev/null
+++ b/app-emacs/tablist/tablist-1.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+NEED_EMACS=24.3
+
+inherit elisp
+
+DESCRIPTION="Extended tabulated-list mode fro Emacs"
+HOMEPAGE="https://github.com/politza/tablist/"
+SRC_URI="https://github.com/politza/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+
+DOCS=( README.md )
+SITEFILE="50${PN}-gentoo.el"