diff options
author | Ulrich Müller <ulm@gentoo.org> | 2019-09-08 12:51:30 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2019-09-08 13:08:33 +0200 |
commit | 93aa7de8aac796e0c4bbf9a8b34c44d3067539a4 (patch) | |
tree | 94435885ce18f950274e19b9c3388d3fb5d2a26d /app-emacs/multiple-cursors | |
parent | app-i18n/ibus-hangul: amd64 stable wrt bug #691380 (diff) | |
download | gentoo-93aa7de8aac796e0c4bbf9a8b34c44d3067539a4.tar.gz gentoo-93aa7de8aac796e0c4bbf9a8b34c44d3067539a4.tar.bz2 gentoo-93aa7de8aac796e0c4bbf9a8b34c44d3067539a4.zip |
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@gentoo.org>
Diffstat (limited to 'app-emacs/multiple-cursors')
-rw-r--r-- | app-emacs/multiple-cursors/Manifest | 1 | ||||
-rw-r--r-- | app-emacs/multiple-cursors/multiple-cursors-1.4.0.ebuild | 23 |
2 files changed, 24 insertions, 0 deletions
diff --git a/app-emacs/multiple-cursors/Manifest b/app-emacs/multiple-cursors/Manifest index cf3305570371..b68a1dfa0f85 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 000000000000..97a40f1ad198 --- /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 +} |