diff options
author | Maciej Barć <xgqt@gentoo.org> | 2023-10-23 22:22:59 +0200 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2023-10-23 22:38:58 +0200 |
commit | 10b2990a81ac76644dced6c0ea59313116ea90f5 (patch) | |
tree | 5ff92d9c978fb246a62eae9c238dac55bc09f59a /app-emacs | |
parent | app-emacs/citar: bump to 1.4.0 (diff) | |
download | gentoo-10b2990a81ac76644dced6c0ea59313116ea90f5.tar.gz gentoo-10b2990a81ac76644dced6c0ea59313116ea90f5.tar.bz2 gentoo-10b2990a81ac76644dced6c0ea59313116ea90f5.zip |
app-emacs/expand-region: bump to 1.0.0
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/expand-region/Manifest | 1 | ||||
-rw-r--r-- | app-emacs/expand-region/expand-region-1.0.0.ebuild | 18 |
2 files changed, 19 insertions, 0 deletions
diff --git a/app-emacs/expand-region/Manifest b/app-emacs/expand-region/Manifest index b0d8e0ec50b1..a7eca09d2bea 100644 --- a/app-emacs/expand-region/Manifest +++ b/app-emacs/expand-region/Manifest @@ -1 +1,2 @@ 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-1.0.0.ebuild b/app-emacs/expand-region/expand-region-1.0.0.ebuild new file mode 100644 index 000000000000..b71a81156854 --- /dev/null +++ b/app-emacs/expand-region/expand-region-1.0.0.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2023 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" |