commit:     138707e614adb452ddb5866c8f63cae14488a618
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat May  4 12:57:59 2019 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat May  4 13:33:40 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=138707e6

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 <AT> gentoo.org>

 app-emacs/anything/Manifest                   |  1 -
 app-emacs/anything/anything-1.3.2.ebuild      | 39 ---------------------------
 app-emacs/anything/files/50anything-gentoo.el |  2 --
 app-emacs/anything/metadata.xml               | 12 ---------
 profiles/updates/2Q-2019                      |  1 +
 5 files changed, 1 insertion(+), 54 deletions(-)

diff --git a/app-emacs/anything/Manifest b/app-emacs/anything/Manifest
deleted file mode 100644
index 607fc3a940b..00000000000
--- 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 6afe9363a76..00000000000
--- 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 5ae22f3a672..00000000000
--- 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 814adf32474..00000000000
--- 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>[email protected]</email>
-  <name>Gentoo GNU Emacs project</name>
-</maintainer>
-<stabilize-allarches/>
-<use>
-  <flag name="extensions">Install optional extensions</flag>
-</use>
-</pkgmetadata>

diff --git a/profiles/updates/2Q-2019 b/profiles/updates/2Q-2019
index 2ade2c1419f..beb3d93bac2 100644
--- a/profiles/updates/2Q-2019
+++ b/profiles/updates/2Q-2019
@@ -1 +1,2 @@
 move net-nds/gss-proxy net-nds/gssproxy
+move app-emacs/anything app-emacs/helm

Reply via email to