summaryrefslogtreecommitdiff
path: root/app-emacs/expand-region
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
commit8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch)
tree7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /app-emacs/expand-region
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-emacs/expand-region')
-rw-r--r--app-emacs/expand-region/Manifest4
-rw-r--r--app-emacs/expand-region/expand-region-0.11.0.ebuild23
-rw-r--r--app-emacs/expand-region/files/50expand-region-gentoo.el2
-rw-r--r--app-emacs/expand-region/metadata.xml12
4 files changed, 41 insertions, 0 deletions
diff --git a/app-emacs/expand-region/Manifest b/app-emacs/expand-region/Manifest
new file mode 100644
index 000000000000..6a4e98f4b8ab
--- /dev/null
+++ b/app-emacs/expand-region/Manifest
@@ -0,0 +1,4 @@
+AUX 50expand-region-gentoo.el 77 BLAKE2B 7603fc780a91f92a2f3e33daf87cf77f4d2f7ff23340b40d382edf304d3b912ac2728b66521718cad0f88f36749547ee27f40b2db14b3fd0a54da81db29f4dc4 SHA512 a2ac0c38a2693979ead82dbde2f88161315fa62e1632a3be242ae158caa0e4ce91585d11eb61265955910294e9e483834d282917ed6ebdd7da8d82fd496f72ee
+DIST expand-region-0.11.0.tar.gz 31562 BLAKE2B 84058b1aea880de0f4a1894bbf818ae622ec7740d15564e74adbe8f3769f72b514d71de9c6b83a8f0fd60c590e281739ae15110f5f886315cc10b661b21ecc56 SHA512 3469ab0420d85fbaaa1ae9f3d0101c28b6e1786d761ecd186d744537795226917314b8b748d3499b02ea269a46a62350c37fecb34dd4183a73eafc67ce1344a8
+EBUILD expand-region-0.11.0.ebuild 547 BLAKE2B 52228ed4880da2b2f7bd26e7c0266e08e9f28d6c88cb432818db7f6f98b194f42ef8f23b5c9f2818fb9461042e4b5a4579fee80a50cc11575918e1fc79d06c88 SHA512 860286841c831c01a36b9b311e480b5111bbacd6fcf012831a5e91b855fcd367612e7be597ae87145d1eb63adb83a6da37d349f980319bf11909fec7e805fad9
+MISC metadata.xml 385 BLAKE2B 8ee4d6d5a7902e2af24e945e0b2e4c1ad420d3f4e17929cdece4887fdb699631f03c67b43de4e4f9f3e4e19d28d930cda896abe4b757fba9279b65f86af30f79 SHA512 b3105d6005b9923703dddd1b27b5769f002a419aa926c66f841cc5cbf975f0a3634abc6dc417e0da69243922264a3c7885e2118780c7b911f69bea23153c2f7a
diff --git a/app-emacs/expand-region/expand-region-0.11.0.ebuild b/app-emacs/expand-region/expand-region-0.11.0.ebuild
new file mode 100644
index 000000000000..b151534d2ef7
--- /dev/null
+++ b/app-emacs/expand-region/expand-region-0.11.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+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/expand-region.el/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+S="${WORKDIR}/expand-region.el-${PV}"
+SITEFILE="50${PN}-gentoo.el"
+DOCS="README.md"
+
+src_compile() {
+ elisp-compile *.el
+ elisp-make-autoload-file
+}
diff --git a/app-emacs/expand-region/files/50expand-region-gentoo.el b/app-emacs/expand-region/files/50expand-region-gentoo.el
new file mode 100644
index 000000000000..bd5b40540780
--- /dev/null
+++ b/app-emacs/expand-region/files/50expand-region-gentoo.el
@@ -0,0 +1,2 @@
+(add-to-list 'load-path "@SITELISP@")
+(load "expand-region-autoloads" nil t)
diff --git a/app-emacs/expand-region/metadata.xml b/app-emacs/expand-region/metadata.xml
new file mode 100644
index 000000000000..b42030db7aee
--- /dev/null
+++ b/app-emacs/expand-region/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>gnu-emacs@gentoo.org</email>
+ <name>Gentoo GNU Emacs project</name>
+ </maintainer>
+ <stabilize-allarches/>
+ <upstream>
+ <remote-id type="github">magnars/expand-region.el</remote-id>
+ </upstream>
+</pkgmetadata>