From: Ulrich Müller Date: Tue, 15 Oct 2019 07:28:50 +0000 (+0200) Subject: app-emacs/multiple-cursors: Remove old. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=0fae4d0217d101e81fb1e157d00a0a72e168beb2;p=gentoo.git app-emacs/multiple-cursors: Remove old. Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Ulrich Müller --- diff --git a/app-emacs/multiple-cursors/Manifest b/app-emacs/multiple-cursors/Manifest index b68a1dfa0f85..afaa5808fc13 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 860848f016ef..000000000000 --- 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 -}