app-emacs/anything: Package moved to app-emacs/helm.
authorUlrich Müller <ulm@gentoo.org>
Sat, 4 May 2019 12:57:59 +0000 (14:57 +0200)
committerUlrich Müller <ulm@gentoo.org>
Sat, 4 May 2019 13:33:40 +0000 (15:33 +0200)
Upstream has renamed Anything to Helm,
see https://www.emacswiki.org/emacs/Anything.

Signed-off-by: Ulrich Müller <ulm@gentoo.org>
app-emacs/anything/Manifest [deleted file]
app-emacs/anything/anything-1.3.2.ebuild [deleted file]
app-emacs/anything/files/50anything-gentoo.el [deleted file]
app-emacs/anything/metadata.xml [deleted file]
profiles/updates/2Q-2019

diff --git a/app-emacs/anything/Manifest b/app-emacs/anything/Manifest
deleted file mode 100644 (file)
index 607fc3a..0000000
+++ /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 (file)
index 6afe936..0000000
+++ /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 (file)
index 5ae22f3..0000000
+++ /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 (file)
index 814adf3..0000000
+++ /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>
index 2ade2c1419f18267f530de648ef37e1a6e8c0135..beb3d93bac285594ea6732b2f69638ef37a48484 100644 (file)
@@ -1 +1,2 @@
 move net-nds/gss-proxy net-nds/gssproxy
+move app-emacs/anything app-emacs/helm