* [gentoo-commits] repo/gentoo:master commit in: app-emacs/expand-region/, app-emacs/expand-region/files/
@ 2016-11-27 11:34 Ulrich Müller
0 siblings, 0 replies; 2+ messages in thread
From: Ulrich Müller @ 2016-11-27 11:34 UTC (permalink / raw
To: gentoo-commits
commit: 365550553f9b76ed2543e091a54c86d3af49c09c
Author: Victor Gaydov <victor <AT> enise <DOT> org>
AuthorDate: Wed Oct 26 21:02:36 2016 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sun Nov 27 11:26:46 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36555055
app-emacs/expand-region: new package
expand-region.el is emacs extension to increase selected region by
semantic units.
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=598158
app-emacs/expand-region/Manifest | 1 +
.../expand-region/expand-region-0.11.0.ebuild | 24 ++++++++++++++++++++++
.../expand-region/files/50expand-region-gentoo.el | 2 ++
app-emacs/expand-region/metadata.xml | 16 +++++++++++++++
4 files changed, 43 insertions(+)
diff --git a/app-emacs/expand-region/Manifest b/app-emacs/expand-region/Manifest
new file mode 100644
index 00000000..84a929c
--- /dev/null
+++ b/app-emacs/expand-region/Manifest
@@ -0,0 +1 @@
+DIST expand-region-0.11.0.tar.gz 31562 SHA256 e085621267b250486856422d13e7ddc3b11601e2328fc239e709ea10880bbe21 SHA512 3469ab0420d85fbaaa1ae9f3d0101c28b6e1786d761ecd186d744537795226917314b8b748d3499b02ea269a46a62350c37fecb34dd4183a73eafc67ce1344a8 WHIRLPOOL 762ceeefaae4728776d493daac6453d00c6ff232dab4130fcb5965a71b4da6bcc046ed3894912b38716a7047f83286335e4b01616dfc8c8e30edd1360869c79d
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 00000000..ae6377a
--- /dev/null
+++ b/app-emacs/expand-region/expand-region-0.11.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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 00000000..bd5b405
--- /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 00000000..57bb313
--- /dev/null
+++ b/app-emacs/expand-region/metadata.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>victor@enise.org</email>
+ <name>Victor Gaydov</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>gnu-emacs@gentoo.org</email>
+ <name>Gentoo GNU Emacs project</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/expand-region/, app-emacs/expand-region/files/
@ 2019-10-17 13:19 Ulrich Müller
0 siblings, 0 replies; 2+ messages in thread
From: Ulrich Müller @ 2019-10-17 13:19 UTC (permalink / raw
To: gentoo-commits
commit: b08072005d86445b5992ede577194c892974b03a
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 17 11:05:45 2019 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Thu Oct 17 13:18:49 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0807200
app-emacs/expand-region: Inline autoloads.
Package-Manager: Portage-2.3.77, Repoman-2.3.17
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
...egion-0.11.0.ebuild => expand-region-0.11.0-r1.ebuild} | 15 +++++----------
app-emacs/expand-region/files/50expand-region-gentoo.el | 3 ++-
2 files changed, 7 insertions(+), 11 deletions(-)
diff --git a/app-emacs/expand-region/expand-region-0.11.0.ebuild b/app-emacs/expand-region/expand-region-0.11.0-r1.ebuild
similarity index 52%
rename from app-emacs/expand-region/expand-region-0.11.0.ebuild
rename to app-emacs/expand-region/expand-region-0.11.0-r1.ebuild
index b151534d2ef..520e27025fa 100644
--- a/app-emacs/expand-region/expand-region-0.11.0.ebuild
+++ b/app-emacs/expand-region/expand-region-0.11.0-r1.ebuild
@@ -1,23 +1,18 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+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/expand-region.el/archive/${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://github.com/magnars/${PN}.el/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3+"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
-S="${WORKDIR}/expand-region.el-${PV}"
+S="${WORKDIR}/${PN}.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
index bd5b4054078..4b065061de9 100644
--- a/app-emacs/expand-region/files/50expand-region-gentoo.el
+++ b/app-emacs/expand-region/files/50expand-region-gentoo.el
@@ -1,2 +1,3 @@
(add-to-list 'load-path "@SITELISP@")
-(load "expand-region-autoloads" nil t)
+(autoload 'er/expand-region "expand-region"
+ "Increase selected region by semantic units." t)
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-10-17 13:19 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-27 11:34 [gentoo-commits] repo/gentoo:master commit in: app-emacs/expand-region/, app-emacs/expand-region/files/ Ulrich Müller
-- strict thread matches above, loose matches on Subject: below --
2019-10-17 13:19 Ulrich Müller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox