commit:     d5659c82873a75342b33b1446b2172ed6013e08a
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 12 13:58:26 2025 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Wed Feb 12 15:03:49 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5659c82

app-emacs/multiple-cursors: bump to 1.5.0

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 app-emacs/multiple-cursors/Manifest                |  1 +
 .../multiple-cursors/multiple-cursors-1.5.0.ebuild | 32 ++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/app-emacs/multiple-cursors/Manifest 
b/app-emacs/multiple-cursors/Manifest
index afaa5808fc13..4903867c9823 100644
--- a/app-emacs/multiple-cursors/Manifest
+++ b/app-emacs/multiple-cursors/Manifest
@@ -1 +1,2 @@
 DIST multiple-cursors-1.4.0.tar.gz 30152 BLAKE2B 
a63c09afb464cd208296e359f59babbc9c9fdace1d5261386bac4ab44f7896bfe2eae869e49c2c094b80af453bd50936c7feeb42e530536d148154c879ece90c
 SHA512 
070121365380db3dc77749ab6f0da2f034a979cacc07a11e805f1da81ae70fccff1abb4a0353fa30670b3a8d686ebd25e501d13fcc42d765f5c015a83c62146f
+DIST multiple-cursors-1.5.0.gh.tar.gz 33275 BLAKE2B 
6d373bb59fdcc5cadd437f314b205f3817b98335806ac2e81c5c4a4462627678624eb9d8b4a8728876d074b9426e9bf3c37918d1c95a07c9a95cd92527c18283
 SHA512 
05ec6c4e8b9cb008c7afe1418d136915da2cc994b845e996a4285a71c8708094a3d9ada95fc39eed8790991e8edc51802119d8d0965a05611a527cc45cf6e30e

diff --git a/app-emacs/multiple-cursors/multiple-cursors-1.5.0.ebuild 
b/app-emacs/multiple-cursors/multiple-cursors-1.5.0.ebuild
new file mode 100644
index 000000000000..449f733be01c
--- /dev/null
+++ b/app-emacs/multiple-cursors/multiple-cursors-1.5.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="Multiple cursors for Emacs"
+HOMEPAGE="https://github.com/magnars/multiple-cursors.el/";
+
+if [[ "${PV}" == *9999* ]] ; then
+       inherit git-r3
+
+       EGIT_REPO_URI="https://github.com/magnars/${PN}.el";
+else
+       SRC_URI="https://github.com/magnars/${PN}.el/archive/${PV}.tar.gz
+               -> ${P}.gh.tar.gz"
+       S="${WORKDIR}/${PN}.el-${PV}"
+
+       KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+DOCS=( README.md )
+SITEFILE="50${PN}-gentoo.el"
+
+src_compile() {
+       elisp-compile *.el
+       elisp-make-autoload-file
+}

Reply via email to