summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2024-09-03 17:20:07 +0200
committerMaciej Barć <xgqt@gentoo.org>2024-09-03 20:44:31 +0200
commit9f7526d764184f3c68b1801ee4e6c50ae4182d68 (patch)
tree630aeb8ab433b74f81e60b1af1b02d834d367803 /app-emacs/xelb
parentapp-emacs/xelb: drop old 0.18 (diff)
downloadgentoo-9f7526d764184f3c68b1801ee4e6c50ae4182d68.tar.gz
gentoo-9f7526d764184f3c68b1801ee4e6c50ae4182d68.tar.bz2
gentoo-9f7526d764184f3c68b1801ee4e6c50ae4182d68.zip
app-emacs/xelb: bump to 0.20
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs/xelb')
-rw-r--r--app-emacs/xelb/Manifest1
-rw-r--r--app-emacs/xelb/xelb-0.20.ebuild31
2 files changed, 32 insertions, 0 deletions
diff --git a/app-emacs/xelb/Manifest b/app-emacs/xelb/Manifest
index 6709cfb10d57..0c34ec0207d1 100644
--- a/app-emacs/xelb/Manifest
+++ b/app-emacs/xelb/Manifest
@@ -1 +1,2 @@
DIST xelb-0.19.tar.gz 143448 BLAKE2B b0bf8fdb36406120cce6e274e7af6577cdc899a8a84e33bdd60a5c26b13ff9f07a03a55b3a079efec578d12f6aecc1317f8638826e8ec33cb25e60f051263a8c SHA512 60ce0cdfd27bfea331ddf92a5c32b318b47ff38d91b5caa26287ace60cd7f7d2199f2553fe36963af1e4395e53432e9a76e83d12bdf6767b48f118a1e414280c
+DIST xelb-0.20.tar.gz 143475 BLAKE2B d72e4c6634065b4900b7f1259ab362576c5f9ec7781ca379564809f32796cc2cd872501c80411d4f90ecda6058b9308ddb747407097bca2dbf662383fc3cad35 SHA512 15eae53bafbb677e53e2b8fa43f2672868c49eb3f294b27ccf03a9e72fe3dc958b46874d15092fc1e57dd0dcb7b969e53104df0c868bfbb18c313a96b9b42528
diff --git a/app-emacs/xelb/xelb-0.20.ebuild b/app-emacs/xelb/xelb-0.20.ebuild
new file mode 100644
index 000000000000..ee22f549a253
--- /dev/null
+++ b/app-emacs/xelb/xelb-0.20.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="X protocol Emacs Lisp Binding"
+HOMEPAGE="https://github.com/emacs-exwm/xelb/"
+
+if [[ "${PV}" == *9999* ]] ; then
+ inherit git-r3
+
+ EGIT_REPO_URI="https://github.com/emacs-exwm/${PN}.git"
+else
+ SRC_URI="https://github.com/emacs-exwm/${PN}/archive/${PV}.tar.gz
+ -> ${P}.tar.gz"
+
+ KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+RDEPEND="
+ app-editors/emacs[gui]
+ x11-apps/xauth
+"
+
+DOCS=( README.md )
+SITEFILE="50${PN}-gentoo.el"