summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2023-02-21 21:50:05 +0100
committerMaciej Barć <xgqt@gentoo.org>2023-02-22 00:53:59 +0100
commitaea3100a6f8d05bff8a9d0eadd689c3131d0ddb8 (patch)
tree7c0581b0679dabb00200db59fcfbc6fc72393d98 /app-emacs
parentapp-crypt/yubikey-manager: remove dev-python/cryptography version cap in 4.0.8 (diff)
downloadgentoo-aea3100a6f8d05bff8a9d0eadd689c3131d0ddb8.tar.gz
gentoo-aea3100a6f8d05bff8a9d0eadd689c3131d0ddb8.tar.bz2
gentoo-aea3100a6f8d05bff8a9d0eadd689c3131d0ddb8.zip
app-emacs/load-relative: bump to 1.3.2
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r--app-emacs/load-relative/Manifest1
-rw-r--r--app-emacs/load-relative/load-relative-1.3.2.ebuild19
2 files changed, 20 insertions, 0 deletions
diff --git a/app-emacs/load-relative/Manifest b/app-emacs/load-relative/Manifest
index cff2fe4eb41a..2c7611e294f5 100644
--- a/app-emacs/load-relative/Manifest
+++ b/app-emacs/load-relative/Manifest
@@ -1 +1,2 @@
DIST load-relative-1.3.1.tar.gz 33985 BLAKE2B 5e2f4329d380d9bc001e23ea4dd096422357cf18e3685d0eeff80c319172ab3ac0afeb722a9322e0cccd8d99c809ace42bc3352a38161f1aea0a3d3d3af27241 SHA512 22d31bfeee37a14bb9820df818a6d1d3cd4d2efb98bbf41ef9e866df602bd18ac0896c625c70195b50f98703d9e0ba2797e0095f051e2937455c29d8be5599c0
+DIST load-relative-1.3.2.tar.gz 33225 BLAKE2B 5b717baeef7c207d1cfef5c4ba3e13ef160a8e4fac09b5a2443afed840c383b29d0086b8b43fb3dffb31d50437838951196ccc75f5eb20b81b9b27db10314c70 SHA512 73ba6b33492348722da5d06a5b999658d4b43265bec57440216724521bc56470fccbeeb5e97a5bfcc870492a1a2ce3331fbbe520711f1c2bab29b402eca07a0d
diff --git a/app-emacs/load-relative/load-relative-1.3.2.ebuild b/app-emacs/load-relative/load-relative-1.3.2.ebuild
new file mode 100644
index 000000000000..93675ae89ac9
--- /dev/null
+++ b/app-emacs/load-relative/load-relative-1.3.2.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="Relative loads for Emacs Lisp files"
+HOMEPAGE="https://github.com/rocky/emacs-load-relative/"
+SRC_URI="https://github.com/rocky/emacs-${PN}/archive/${PV}.tar.gz
+ -> ${P}.tar.gz"
+S="${WORKDIR}"/emacs-${P}
+
+LICENSE="GPL-3+"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+
+DOCS=( ChangeLog README.md )
+SITEFILE="50${PN}-gentoo.el"