commit:     d2cc1af6b40d817ab2f83d123c2308143efd7f44
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 12 20:56:59 2014 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Wed Nov 12 20:56:59 2014 +0000
URL:        
http://sources.gentoo.org/gitweb/?p=proj/emacs.git;a=commit;h=d2cc1af6

app-emacs/multiple-cursors: Version bump.

Package-Manager: portage-2.2.14

---
 app-emacs/multiple-cursors/ChangeLog               |  7 ++++++-
 app-emacs/multiple-cursors/Manifest                |  1 +
 .../multiple-cursors/multiple-cursors-1.3.0.ebuild | 24 ++++++++++++++++++++++
 3 files changed, 31 insertions(+), 1 deletion(-)

diff --git a/app-emacs/multiple-cursors/ChangeLog 
b/app-emacs/multiple-cursors/ChangeLog
index 20f9c70..723867e 100644
--- a/app-emacs/multiple-cursors/ChangeLog
+++ b/app-emacs/multiple-cursors/ChangeLog
@@ -1,7 +1,12 @@
 # ChangeLog for app-emacs/multiple-cursors
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*multiple-cursors-1.3.0 (12 Nov 2014)
+
+  12 Nov 2014; Ulrich Müller <[email protected]> +multiple-cursors-1.3.0.ebuild:
+  Version bump.
+
 *multiple-cursors-1.2.1 (26 Jun 2013)
 
   26 Jun 2013; Ulrich Müller <[email protected]> +multiple-cursors-1.2.1.ebuild,

diff --git a/app-emacs/multiple-cursors/Manifest 
b/app-emacs/multiple-cursors/Manifest
index 924a652..7c74f88 100644
--- a/app-emacs/multiple-cursors/Manifest
+++ b/app-emacs/multiple-cursors/Manifest
@@ -1 +1,2 @@
 DIST multiple-cursors-1.2.1.tar.gz 51229 SHA256 
c83d015ce4a64780f74d855b980cf851603c5fd9fc2141c436693eed90d24750 SHA512 
855b6b4c01bd5bc7aad07587d967478f1b4ed0a21aad950a36f25057667f53a5994c26f63cbfcb7e0e053699375a034da35ec437efcf0906b62a80fd4dd1da90
 WHIRLPOOL 
f654903630df82137411fbaa47fab71d388a1402ee197c7297a5939503ba95f55053cd4103ba22d295e2b2d02a3d2dc63b20e9cfbe61202e3645c5cc3c546147
+DIST multiple-cursors-1.3.0.tar.gz 25880 SHA256 
0fba83ca60ce83758b5b2ae23ec6e14fb8d6ff50b02322e572bc317d9908d6d8 SHA512 
2d321f9016b78aeb37507071756781c84b576a0fbefa385474c8c6287c989412b72b83dfdbe79bc0da1485893ea01952b6e0d392573386338db9e8728f722259
 WHIRLPOOL 
b1f092ca3d75d5b223140f9faeed0b3c309336990a2c70492b2566198d453a0ea0bb89a1cd574fc33a5c88217628cf925a9baa2e9bb9e3c4aac8b89fda42397d

diff --git a/app-emacs/multiple-cursors/multiple-cursors-1.3.0.ebuild 
b/app-emacs/multiple-cursors/multiple-cursors-1.3.0.ebuild
new file mode 100644
index 0000000..0e15ed1
--- /dev/null
+++ b/app-emacs/multiple-cursors/multiple-cursors-1.3.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit elisp
+
+DESCRIPTION="Multiple cursors for Emacs"
+HOMEPAGE="https://github.com/magnars/multiple-cursors.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"
+
+src_compile() {
+       elisp-compile *.el
+       elisp-make-autoload-file
+}

Reply via email to