From: Ulrich Müller Date: Sat, 4 May 2019 12:57:59 +0000 (+0200) Subject: app-emacs/anything: Package moved to app-emacs/helm. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=138707e614adb452ddb5866c8f63cae14488a618;p=gentoo.git 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 --- 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 @@ - - - - - gnu-emacs@gentoo.org - Gentoo GNU Emacs project - - - - Install optional extensions - - diff --git a/profiles/updates/2Q-2019 b/profiles/updates/2Q-2019 index 2ade2c1419f1..beb3d93bac28 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