summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2023-11-13 13:24:29 +0100
committerMaciej Barć <xgqt@gentoo.org>2023-11-13 13:38:01 +0100
commita643798743c84d7170125f4c3cc359472e5e134d (patch)
treef28c710c2f35858d3129741a1e1118a2d383a9e7
parentapp-emacs/transient: drop old 0.4.1 (diff)
downloadgentoo-a643798743c84d7170125f4c3cc359472e5e134d.tar.gz
gentoo-a643798743c84d7170125f4c3cc359472e5e134d.tar.bz2
gentoo-a643798743c84d7170125f4c3cc359472e5e134d.zip
app-emacs/tablist: bump to 1.1
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
-rw-r--r--app-emacs/tablist/Manifest1
-rw-r--r--app-emacs/tablist/tablist-1.1.ebuild26
2 files changed, 27 insertions, 0 deletions
diff --git a/app-emacs/tablist/Manifest b/app-emacs/tablist/Manifest
index 5711bc22d9fd..b3c03186bbcb 100644
--- a/app-emacs/tablist/Manifest
+++ b/app-emacs/tablist/Manifest
@@ -1 +1,2 @@
DIST tablist-1.0.tar.gz 31848 BLAKE2B 11bc943aaf25fb1fe6ecb43a944d70d9b5ab4c423f9df96c881a840570780707a702240808c425e8e91321ad620c1773c80c03e2f6881ccddff84c0d818aa7a4 SHA512 14d32228e9663d218b49563ec07a5f8d094b389e06e532c0710af54d7386fcd19435fae2920163e0c774b7b67bf77ef5fc0a246dfbdb11785dca976ff47eeff2
+DIST tablist-1.1.tar.gz 32064 BLAKE2B 0aceea5784d2b2c0778821a59e9bf4fb6b1d619a85f30603d5878fbb43b763d9b20a8962c3aafaafd50f41f824bcb9612de68010fefe4f8e2a84b5fdca31645c SHA512 8f74c7fcd682024011aade568a1bb0f2e5e0813eeefc94efc24d4cdf0aac34818c545f8f85adb5bd85bc62dc41c30979be908dc9a6d22537abc35daf036bdf72
diff --git a/app-emacs/tablist/tablist-1.1.ebuild b/app-emacs/tablist/tablist-1.1.ebuild
new file mode 100644
index 000000000000..1de2b2c7d4e9
--- /dev/null
+++ b/app-emacs/tablist/tablist-1.1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="Extended tabulated-list mode fro Emacs"
+HOMEPAGE="https://github.com/emacsorphanage/tablist/"
+
+if [[ "${PV}" == *9999* ]] ; then
+ inherit git-r3
+
+ EGIT_REPO_URI="https://github.com/emacsorphanage/${PN}.git"
+else
+ SRC_URI="https://github.com/emacsorphanage/${PN}/archive/v${PV}.tar.gz
+ -> ${P}.tar.gz"
+
+ KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+DOCS=( README.md )
+SITEFILE="50${PN}-gentoo.el"