commit: e8dab9b32a19728f51c0cc3515b68f7d787441f9 Author: Maciej Barć <xgqt <AT> gentoo <DOT> org> AuthorDate: Sat Dec 27 20:22:41 2025 +0000 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org> CommitDate: Sat Dec 27 21:01:54 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8dab9b3
app-emacs/expand-region: drop old 0.11.0-r1 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org> app-emacs/expand-region/Manifest | 1 - app-emacs/expand-region/expand-region-0.11.0-r1.ebuild | 18 ------------------ 2 files changed, 19 deletions(-) diff --git a/app-emacs/expand-region/Manifest b/app-emacs/expand-region/Manifest index a7eca09d2bea..74e174b25f8e 100644 --- a/app-emacs/expand-region/Manifest +++ b/app-emacs/expand-region/Manifest @@ -1,2 +1 @@ -DIST expand-region-0.11.0.tar.gz 31562 BLAKE2B 84058b1aea880de0f4a1894bbf818ae622ec7740d15564e74adbe8f3769f72b514d71de9c6b83a8f0fd60c590e281739ae15110f5f886315cc10b661b21ecc56 SHA512 3469ab0420d85fbaaa1ae9f3d0101c28b6e1786d761ecd186d744537795226917314b8b748d3499b02ea269a46a62350c37fecb34dd4183a73eafc67ce1344a8 DIST expand-region-1.0.0.tar.gz 46001 BLAKE2B e8910ca067767b86f9e80b45b8d039cbe969d26d1f828d16749199e584a0745d1ad3d10a32dc98a49ccef3c36966e95581d53929183e1427a28baf1f82e1aa91 SHA512 2dd057f36c80a892f465ac8757248fce30089c64eb1f8de4c2e9bfc404cf10b2ca3ce88f06395c9c9225b5fa31015e260e31010488328e09bbd3fe629df2d77e diff --git a/app-emacs/expand-region/expand-region-0.11.0-r1.ebuild b/app-emacs/expand-region/expand-region-0.11.0-r1.ebuild deleted file mode 100644 index 520e27025faf..000000000000 --- a/app-emacs/expand-region/expand-region-0.11.0-r1.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit elisp - -DESCRIPTION="Emacs extension to increase selected region by semantic units" -HOMEPAGE="https://github.com/magnars/expand-region.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"
