summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2019-05-04 14:57:59 +0200
committerUlrich Müller <ulm@gentoo.org>2019-05-04 15:33:40 +0200
commit138707e614adb452ddb5866c8f63cae14488a618 (patch)
treeea3f404d7e23ea076ff0a919342f03ba6d96a42e /app-emacs
parentapp-emacs/helm: Initial import. (diff)
downloadgentoo-138707e614adb452ddb5866c8f63cae14488a618.tar.gz
gentoo-138707e614adb452ddb5866c8f63cae14488a618.tar.bz2
gentoo-138707e614adb452ddb5866c8f63cae14488a618.zip
app-emacs/anything: Package moved to app-emacs/helm.
Upstream has renamed Anything to Helm, see https://www.emacswiki.org/emacs/Anything. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r--app-emacs/anything/Manifest1
-rw-r--r--app-emacs/anything/anything-1.3.2.ebuild39
-rw-r--r--app-emacs/anything/files/50anything-gentoo.el2
-rw-r--r--app-emacs/anything/metadata.xml12
4 files changed, 0 insertions, 54 deletions
diff --git a/app-emacs/anything/Manifest b/app-emacs/anything/Manifest
deleted file mode 100644
index 607fc3a940ba..000000000000
--- a/app-emacs/anything/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST anything-1.3.2.tar.gz 2165646 BLAKE2B a61e48538d550d55c841c9a788dac5b4f80ba7ad61950245234a1a08b8a8ed6fd4ec8c7f85f448d66acfc579217e02126b9542ad1685b6bd7534a0deb92bf3cf SHA512 aeeecb6ab9991e3b230005e0f7328cc436b0a3508001c18d46137b8bb6e1883308d2e0af25a57e92a8b980fa119fd7eb094d3f4abacc3f0b9a0a9c409b623960
diff --git a/app-emacs/anything/anything-1.3.2.ebuild b/app-emacs/anything/anything-1.3.2.ebuild
deleted file mode 100644
index 6afe9363a764..000000000000
--- a/app-emacs/anything/anything-1.3.2.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit elisp
-
-DESCRIPTION="Open anything - QuickSilver-like candidate-selection framework"
-HOMEPAGE="https://www.emacswiki.org/emacs/Anything"
-# snapshot from http://repo.or.cz/w/anything-config.git
-SRC_URI="mirror://gentoo/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="extensions"
-
-S="${WORKDIR}/anything-config"
-SITEFILE="50${PN}-gentoo.el"
-
-src_compile() {
- elisp-compile *.el || die
- elisp-make-autoload-file || die
-
- if use extensions; then
- BYTECOMPFLAGS="-L . -L extensions" elisp-compile extensions/*.el || die
- fi
-}
-
-src_install() {
- elisp-install ${PN} *.{el,elc} || die
- elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die
-
- if use extensions; then
- elisp-install ${PN} extensions/*.{el,elc} || die
- fi
-
- dodoc README doc/anything.pdf
-}
diff --git a/app-emacs/anything/files/50anything-gentoo.el b/app-emacs/anything/files/50anything-gentoo.el
deleted file mode 100644
index 5ae22f3a672b..000000000000
--- a/app-emacs/anything/files/50anything-gentoo.el
+++ /dev/null
@@ -1,2 +0,0 @@
-(add-to-list 'load-path "@SITELISP@")
-(load "@SITELISP@/anything-autoloads" nil t)
diff --git a/app-emacs/anything/metadata.xml b/app-emacs/anything/metadata.xml
deleted file mode 100644
index 814adf324742..000000000000
--- a/app-emacs/anything/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="project">
- <email>gnu-emacs@gentoo.org</email>
- <name>Gentoo GNU Emacs project</name>
-</maintainer>
-<stabilize-allarches/>
-<use>
- <flag name="extensions">Install optional extensions</flag>
-</use>
-</pkgmetadata>