public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/emacs:master commit in: app-emacs/multiple-cursors/, app-emacs/multiple-cursors/files/
@ 2013-06-26 21:04 Ulrich Mueller
  0 siblings, 0 replies; 2+ messages in thread
From: Ulrich Mueller @ 2013-06-26 21:04 UTC (permalink / raw
  To: gentoo-commits

commit:     782ce918980a1bcdb12ec07e067d44a3fb5177a6
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 26 21:00:55 2013 +0000
Commit:     Ulrich Mueller <ulm <AT> gentoo <DOT> org>
CommitDate: Wed Jun 26 21:00:55 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/emacs.git;a=commit;h=782ce918

Initial import. Ebuild contributed by <yakor.spb <AT> gmail.com>, with modifications by me. Bug 463584.

Package-Manager: portage-2.1.12.10

---
 app-emacs/multiple-cursors/ChangeLog               | 11 ++++++++++
 app-emacs/multiple-cursors/Manifest                |  1 +
 .../files/50multiple-cursors-gentoo.el             |  2 ++
 app-emacs/multiple-cursors/metadata.xml            |  5 +++++
 .../multiple-cursors/multiple-cursors-1.2.1.ebuild | 24 ++++++++++++++++++++++
 5 files changed, 43 insertions(+)

diff --git a/app-emacs/multiple-cursors/ChangeLog b/app-emacs/multiple-cursors/ChangeLog
new file mode 100644
index 0000000..20f9c70
--- /dev/null
+++ b/app-emacs/multiple-cursors/ChangeLog
@@ -0,0 +1,11 @@
+# ChangeLog for app-emacs/multiple-cursors
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*multiple-cursors-1.2.1 (26 Jun 2013)
+
+  26 Jun 2013; Ulrich Müller <ulm@gentoo.org> +multiple-cursors-1.2.1.ebuild,
+  +files/50multiple-cursors-gentoo.el, +metadata.xml:
+  Initial import. Ebuild contributed by <yakor.spb@gmail.com>, with
+  modifications by me. Bug 463584.
+

diff --git a/app-emacs/multiple-cursors/Manifest b/app-emacs/multiple-cursors/Manifest
new file mode 100644
index 0000000..924a652
--- /dev/null
+++ b/app-emacs/multiple-cursors/Manifest
@@ -0,0 +1 @@
+DIST multiple-cursors-1.2.1.tar.gz 51229 SHA256 c83d015ce4a64780f74d855b980cf851603c5fd9fc2141c436693eed90d24750 SHA512 855b6b4c01bd5bc7aad07587d967478f1b4ed0a21aad950a36f25057667f53a5994c26f63cbfcb7e0e053699375a034da35ec437efcf0906b62a80fd4dd1da90 WHIRLPOOL f654903630df82137411fbaa47fab71d388a1402ee197c7297a5939503ba95f55053cd4103ba22d295e2b2d02a3d2dc63b20e9cfbe61202e3645c5cc3c546147

diff --git a/app-emacs/multiple-cursors/files/50multiple-cursors-gentoo.el b/app-emacs/multiple-cursors/files/50multiple-cursors-gentoo.el
new file mode 100644
index 0000000..c0c0d4c
--- /dev/null
+++ b/app-emacs/multiple-cursors/files/50multiple-cursors-gentoo.el
@@ -0,0 +1,2 @@
+(add-to-list 'load-path "@SITELISP@")
+(require 'multiple-cursors-autoloads)

diff --git a/app-emacs/multiple-cursors/metadata.xml b/app-emacs/multiple-cursors/metadata.xml
new file mode 100644
index 0000000..bc306fe
--- /dev/null
+++ b/app-emacs/multiple-cursors/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>emacs</herd>
+</pkgmetadata>

diff --git a/app-emacs/multiple-cursors/multiple-cursors-1.2.1.ebuild b/app-emacs/multiple-cursors/multiple-cursors-1.2.1.ebuild
new file mode 100644
index 0000000..6e123ce
--- /dev/null
+++ b/app-emacs/multiple-cursors/multiple-cursors-1.2.1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2013 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
+}


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] proj/emacs:master commit in: app-emacs/multiple-cursors/, app-emacs/multiple-cursors/files/
@ 2014-11-12 21:19 Ulrich Müller
  0 siblings, 0 replies; 2+ messages in thread
From: Ulrich Müller @ 2014-11-12 21:19 UTC (permalink / raw
  To: gentoo-commits

commit:     5020f713daaea3355cfd629bbc9b46bf60cf17ba
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 12 21:22:29 2014 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Wed Nov 12 21:22:29 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/emacs.git;a=commit;h=5020f713

app-emacs/multiple-cursors: Moved to Portage tree.

---
 app-emacs/multiple-cursors/ChangeLog               | 16 ---------------
 app-emacs/multiple-cursors/Manifest                |  2 --
 .../files/50multiple-cursors-gentoo.el             |  2 --
 app-emacs/multiple-cursors/metadata.xml            |  5 -----
 .../multiple-cursors/multiple-cursors-1.2.1.ebuild | 24 ----------------------
 .../multiple-cursors/multiple-cursors-1.3.0.ebuild | 24 ----------------------
 6 files changed, 73 deletions(-)

diff --git a/app-emacs/multiple-cursors/ChangeLog b/app-emacs/multiple-cursors/ChangeLog
deleted file mode 100644
index e0048f0..0000000
--- a/app-emacs/multiple-cursors/ChangeLog
+++ /dev/null
@@ -1,16 +0,0 @@
-# ChangeLog for app-emacs/multiple-cursors
-# 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 <ulm@gentoo.org> +multiple-cursors-1.3.0.ebuild:
-  Version bump. Use load instead of require in site-init file.
-
-*multiple-cursors-1.2.1 (26 Jun 2013)
-
-  26 Jun 2013; Ulrich Müller <ulm@gentoo.org> +multiple-cursors-1.2.1.ebuild,
-  +files/50multiple-cursors-gentoo.el, +metadata.xml:
-  Initial import. Ebuild contributed by <yakor.spb@gmail.com>, with
-  modifications by me. Bug 463584.
-

diff --git a/app-emacs/multiple-cursors/Manifest b/app-emacs/multiple-cursors/Manifest
deleted file mode 100644
index 7c74f88..0000000
--- a/app-emacs/multiple-cursors/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-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/files/50multiple-cursors-gentoo.el b/app-emacs/multiple-cursors/files/50multiple-cursors-gentoo.el
deleted file mode 100644
index 167d797..0000000
--- a/app-emacs/multiple-cursors/files/50multiple-cursors-gentoo.el
+++ /dev/null
@@ -1,2 +0,0 @@
-(add-to-list 'load-path "@SITELISP@")
-(load "multiple-cursors-autoloads")

diff --git a/app-emacs/multiple-cursors/metadata.xml b/app-emacs/multiple-cursors/metadata.xml
deleted file mode 100644
index bc306fe..0000000
--- a/app-emacs/multiple-cursors/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>emacs</herd>
-</pkgmetadata>

diff --git a/app-emacs/multiple-cursors/multiple-cursors-1.2.1.ebuild b/app-emacs/multiple-cursors/multiple-cursors-1.2.1.ebuild
deleted file mode 100644
index 6e123ce..0000000
--- a/app-emacs/multiple-cursors/multiple-cursors-1.2.1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2013 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
-}

diff --git a/app-emacs/multiple-cursors/multiple-cursors-1.3.0.ebuild b/app-emacs/multiple-cursors/multiple-cursors-1.3.0.ebuild
deleted file mode 100644
index 0e15ed1..0000000
--- a/app-emacs/multiple-cursors/multiple-cursors-1.3.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# 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
-}


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-11-12 21:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-26 21:04 [gentoo-commits] proj/emacs:master commit in: app-emacs/multiple-cursors/, app-emacs/multiple-cursors/files/ Ulrich Mueller
  -- strict thread matches above, loose matches on Subject: below --
2014-11-12 21: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