Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/anything/files/, app-emacs/anything/, profiles/updates/
Date: Sat, 04 May 2019 13:33:52
Message-Id: 1556976820.138707e614adb452ddb5866c8f63cae14488a618.ulm@gentoo
1 commit: 138707e614adb452ddb5866c8f63cae14488a618
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 4 12:57:59 2019 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sat May 4 13:33:40 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=138707e6
7
8 app-emacs/anything: Package moved to app-emacs/helm.
9
10 Upstream has renamed Anything to Helm,
11 see https://www.emacswiki.org/emacs/Anything.
12
13 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
14
15 app-emacs/anything/Manifest | 1 -
16 app-emacs/anything/anything-1.3.2.ebuild | 39 ---------------------------
17 app-emacs/anything/files/50anything-gentoo.el | 2 --
18 app-emacs/anything/metadata.xml | 12 ---------
19 profiles/updates/2Q-2019 | 1 +
20 5 files changed, 1 insertion(+), 54 deletions(-)
21
22 diff --git a/app-emacs/anything/Manifest b/app-emacs/anything/Manifest
23 deleted file mode 100644
24 index 607fc3a940b..00000000000
25 --- a/app-emacs/anything/Manifest
26 +++ /dev/null
27 @@ -1 +0,0 @@
28 -DIST anything-1.3.2.tar.gz 2165646 BLAKE2B a61e48538d550d55c841c9a788dac5b4f80ba7ad61950245234a1a08b8a8ed6fd4ec8c7f85f448d66acfc579217e02126b9542ad1685b6bd7534a0deb92bf3cf SHA512 aeeecb6ab9991e3b230005e0f7328cc436b0a3508001c18d46137b8bb6e1883308d2e0af25a57e92a8b980fa119fd7eb094d3f4abacc3f0b9a0a9c409b623960
29
30 diff --git a/app-emacs/anything/anything-1.3.2.ebuild b/app-emacs/anything/anything-1.3.2.ebuild
31 deleted file mode 100644
32 index 6afe9363a76..00000000000
33 --- a/app-emacs/anything/anything-1.3.2.ebuild
34 +++ /dev/null
35 @@ -1,39 +0,0 @@
36 -# Copyright 1999-2017 Gentoo Foundation
37 -# Distributed under the terms of the GNU General Public License v2
38 -
39 -EAPI=4
40 -
41 -inherit elisp
42 -
43 -DESCRIPTION="Open anything - QuickSilver-like candidate-selection framework"
44 -HOMEPAGE="https://www.emacswiki.org/emacs/Anything"
45 -# snapshot from http://repo.or.cz/w/anything-config.git
46 -SRC_URI="mirror://gentoo/${P}.tar.gz"
47 -
48 -LICENSE="GPL-3"
49 -SLOT="0"
50 -KEYWORDS="~amd64 ~x86"
51 -IUSE="extensions"
52 -
53 -S="${WORKDIR}/anything-config"
54 -SITEFILE="50${PN}-gentoo.el"
55 -
56 -src_compile() {
57 - elisp-compile *.el || die
58 - elisp-make-autoload-file || die
59 -
60 - if use extensions; then
61 - BYTECOMPFLAGS="-L . -L extensions" elisp-compile extensions/*.el || die
62 - fi
63 -}
64 -
65 -src_install() {
66 - elisp-install ${PN} *.{el,elc} || die
67 - elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die
68 -
69 - if use extensions; then
70 - elisp-install ${PN} extensions/*.{el,elc} || die
71 - fi
72 -
73 - dodoc README doc/anything.pdf
74 -}
75
76 diff --git a/app-emacs/anything/files/50anything-gentoo.el b/app-emacs/anything/files/50anything-gentoo.el
77 deleted file mode 100644
78 index 5ae22f3a672..00000000000
79 --- a/app-emacs/anything/files/50anything-gentoo.el
80 +++ /dev/null
81 @@ -1,2 +0,0 @@
82 -(add-to-list 'load-path "@SITELISP@")
83 -(load "@SITELISP@/anything-autoloads" nil t)
84
85 diff --git a/app-emacs/anything/metadata.xml b/app-emacs/anything/metadata.xml
86 deleted file mode 100644
87 index 814adf32474..00000000000
88 --- a/app-emacs/anything/metadata.xml
89 +++ /dev/null
90 @@ -1,12 +0,0 @@
91 -<?xml version="1.0" encoding="UTF-8"?>
92 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
93 -<pkgmetadata>
94 -<maintainer type="project">
95 - <email>gnu-emacs@g.o</email>
96 - <name>Gentoo GNU Emacs project</name>
97 -</maintainer>
98 -<stabilize-allarches/>
99 -<use>
100 - <flag name="extensions">Install optional extensions</flag>
101 -</use>
102 -</pkgmetadata>
103
104 diff --git a/profiles/updates/2Q-2019 b/profiles/updates/2Q-2019
105 index 2ade2c1419f..beb3d93bac2 100644
106 --- a/profiles/updates/2Q-2019
107 +++ b/profiles/updates/2Q-2019
108 @@ -1 +1,2 @@
109 move net-nds/gss-proxy net-nds/gssproxy
110 +move app-emacs/anything app-emacs/helm