* [gentoo-commits] repo/gentoo:master commit in: app-emacs/multiple-cursors/
@ 2019-09-08 11:08 Ulrich Müller
0 siblings, 0 replies; 3+ messages in thread
From: Ulrich Müller @ 2019-09-08 11:08 UTC (permalink / raw
To: gentoo-commits
commit: 93aa7de8aac796e0c4bbf9a8b34c44d3067539a4
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 8 10:51:30 2019 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sun Sep 8 11:08:33 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93aa7de8
app-emacs/multiple-cursors: Bump to version 1.4.0.
Package-Manager: Portage-2.3.75, Repoman-2.3.17
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
app-emacs/multiple-cursors/Manifest | 1 +
.../multiple-cursors/multiple-cursors-1.4.0.ebuild | 23 ++++++++++++++++++++++
2 files changed, 24 insertions(+)
diff --git a/app-emacs/multiple-cursors/Manifest b/app-emacs/multiple-cursors/Manifest
index cf330557037..b68a1dfa0f8 100644
--- a/app-emacs/multiple-cursors/Manifest
+++ b/app-emacs/multiple-cursors/Manifest
@@ -1 +1,2 @@
DIST multiple-cursors-1.3.0.tar.gz 25880 BLAKE2B b0578299fc1e700ec627f1cdcf153e47d0c32df3374db2bad0d88a76933b0253de61f4670ff155fe6cb7d92d43204d47ffd44d8b90f093fee64a18ee3085049b SHA512 2d321f9016b78aeb37507071756781c84b576a0fbefa385474c8c6287c989412b72b83dfdbe79bc0da1485893ea01952b6e0d392573386338db9e8728f722259
+DIST multiple-cursors-1.4.0.tar.gz 30152 BLAKE2B a63c09afb464cd208296e359f59babbc9c9fdace1d5261386bac4ab44f7896bfe2eae869e49c2c094b80af453bd50936c7feeb42e530536d148154c879ece90c SHA512 070121365380db3dc77749ab6f0da2f034a979cacc07a11e805f1da81ae70fccff1abb4a0353fa30670b3a8d686ebd25e501d13fcc42d765f5c015a83c62146f
diff --git a/app-emacs/multiple-cursors/multiple-cursors-1.4.0.ebuild b/app-emacs/multiple-cursors/multiple-cursors-1.4.0.ebuild
new file mode 100644
index 00000000000..97a40f1ad19
--- /dev/null
+++ b/app-emacs/multiple-cursors/multiple-cursors-1.4.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit elisp
+
+DESCRIPTION="Multiple cursors for Emacs"
+HOMEPAGE="https://github.com/magnars/multiple-cursors.el"
+SRC_URI="https://github.com/magnars/${PN}.el/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+S="${WORKDIR}/${PN}.el-${PV}"
+SITEFILE="50${PN}-gentoo.el"
+DOCS="README.md"
+
+src_compile() {
+ elisp-compile *.el
+ elisp-make-autoload-file
+}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/multiple-cursors/
@ 2019-10-15 7:35 Ulrich Müller
0 siblings, 0 replies; 3+ messages in thread
From: Ulrich Müller @ 2019-10-15 7:35 UTC (permalink / raw
To: gentoo-commits
commit: 0fae4d0217d101e81fb1e157d00a0a72e168beb2
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 15 07:28:50 2019 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Tue Oct 15 07:28:50 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fae4d02
app-emacs/multiple-cursors: Remove old.
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
app-emacs/multiple-cursors/Manifest | 1 -
.../multiple-cursors/multiple-cursors-1.3.0.ebuild | 23 ----------------------
2 files changed, 24 deletions(-)
diff --git a/app-emacs/multiple-cursors/Manifest b/app-emacs/multiple-cursors/Manifest
index b68a1dfa0f8..afaa5808fc1 100644
--- a/app-emacs/multiple-cursors/Manifest
+++ b/app-emacs/multiple-cursors/Manifest
@@ -1,2 +1 @@
-DIST multiple-cursors-1.3.0.tar.gz 25880 BLAKE2B b0578299fc1e700ec627f1cdcf153e47d0c32df3374db2bad0d88a76933b0253de61f4670ff155fe6cb7d92d43204d47ffd44d8b90f093fee64a18ee3085049b SHA512 2d321f9016b78aeb37507071756781c84b576a0fbefa385474c8c6287c989412b72b83dfdbe79bc0da1485893ea01952b6e0d392573386338db9e8728f722259
DIST multiple-cursors-1.4.0.tar.gz 30152 BLAKE2B a63c09afb464cd208296e359f59babbc9c9fdace1d5261386bac4ab44f7896bfe2eae869e49c2c094b80af453bd50936c7feeb42e530536d148154c879ece90c SHA512 070121365380db3dc77749ab6f0da2f034a979cacc07a11e805f1da81ae70fccff1abb4a0353fa30670b3a8d686ebd25e501d13fcc42d765f5c015a83c62146f
diff --git a/app-emacs/multiple-cursors/multiple-cursors-1.3.0.ebuild b/app-emacs/multiple-cursors/multiple-cursors-1.3.0.ebuild
deleted file mode 100644
index 860848f016e..00000000000
--- a/app-emacs/multiple-cursors/multiple-cursors-1.3.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit elisp
-
-DESCRIPTION="Multiple cursors for Emacs"
-HOMEPAGE="https://github.com/magnars/multiple-cursors.el"
-SRC_URI="https://github.com/magnars/${PN}.el/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-S="${WORKDIR}/${PN}.el-${PV}"
-SITEFILE="50${PN}-gentoo.el"
-DOCS="README.md"
-
-src_compile() {
- elisp-compile *.el
- elisp-make-autoload-file
-}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/multiple-cursors/
@ 2025-02-12 15:03 Maciej Barć
0 siblings, 0 replies; 3+ messages in thread
From: Maciej Barć @ 2025-02-12 15:03 UTC (permalink / raw
To: gentoo-commits
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
+}
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-02-12 15:03 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-15 7:35 [gentoo-commits] repo/gentoo:master commit in: app-emacs/multiple-cursors/ Ulrich Müller
-- strict thread matches above, loose matches on Subject: below --
2025-02-12 15:03 Maciej Barć
2019-09-08 11:08 Ulrich Müller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox