From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C53D01395E2 for ; Sun, 27 Nov 2016 11:34:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 363FCE0B60; Sun, 27 Nov 2016 11:34:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0F97FE0B60 for ; Sun, 27 Nov 2016 11:34:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D24C6340DC7 for ; Sun, 27 Nov 2016 11:34:44 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 718BF49C for ; Sun, 27 Nov 2016 11:34:43 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1480246006.365550553f9b76ed2543e091a54c86d3af49c09c.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/expand-region/, app-emacs/expand-region/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/expand-region/Manifest app-emacs/expand-region/expand-region-0.11.0.ebuild app-emacs/expand-region/files/50expand-region-gentoo.el app-emacs/expand-region/metadata.xml X-VCS-Directories: app-emacs/expand-region/files/ app-emacs/expand-region/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 365550553f9b76ed2543e091a54c86d3af49c09c X-VCS-Branch: master Date: Sun, 27 Nov 2016 11:34:43 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 5ee71707-b93f-4fd2-9a3b-f21022b9b1e6 X-Archives-Hash: 37fd7670d16e934d4bcfa39a988e4d50 commit: 365550553f9b76ed2543e091a54c86d3af49c09c Author: Victor Gaydov enise org> AuthorDate: Wed Oct 26 21:02:36 2016 +0000 Commit: Ulrich Müller gentoo 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 @@ + + + + + victor@enise.org + Victor Gaydov + + + gnu-emacs@gentoo.org + Gentoo GNU Emacs project + + + proxy-maint@gentoo.org + Proxy Maintainers + +