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 <[email protected]> +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 <[email protected]> +multiple-cursors-1.2.1.ebuild,
-  +files/50multiple-cursors-gentoo.el, +metadata.xml:
-  Initial import. Ebuild contributed by <[email protected]>, 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
-}

Reply via email to