* [gentoo-commits] repo/proj/emacs:master commit in: app-emacs/anything/files/, app-emacs/anything/
@ 2021-04-13 7:00 Ulrich Müller
0 siblings, 0 replies; only message in thread
From: Ulrich Müller @ 2021-04-13 7:00 UTC (permalink / raw
To: gentoo-commits
commit: c74aff5d5305b5c2d89b2d63691ca0c84b983a98
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 13 05:59:16 2021 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Tue Apr 13 05:59:16 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/emacs.git/commit/?id=c74aff5d
app-emacs/anything: Remove package
This has been replaced by app-emacs/helm which is in the Gentoo repo.
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
app-emacs/anything/anything-9999.ebuild | 45 ---------------------------
app-emacs/anything/files/50anything-gentoo.el | 2 --
app-emacs/anything/metadata.xml | 11 -------
3 files changed, 58 deletions(-)
diff --git a/app-emacs/anything/anything-9999.ebuild b/app-emacs/anything/anything-9999.ebuild
deleted file mode 100644
index 5647e5a..0000000
--- a/app-emacs/anything/anything-9999.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit elisp
-
-if [[ ${PV} = 9999 ]]; then
- EGIT_REPO_URI="git://repo.or.cz/anything-config.git"
- EGIT_CHECKOUT_DIR="${WORKDIR}/anything-config"
- inherit git-r3
-else
- # snapshot from upstream git repo
- SRC_URI="http://dev.gentoo.org/~ulm/distfiles/${P}.tar.gz"
-fi
-
-DESCRIPTION="Open anything - QuickSilver-like candidate-selection framework"
-HOMEPAGE="http://www.emacswiki.org/emacs/Anything"
-
-LICENSE="GPL-3+"
-SLOT="0"
-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 5ae22f3..0000000
--- 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 3d2fda5..0000000
--- a/app-emacs/anything/metadata.xml
+++ /dev/null
@@ -1,11 +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>
-<use>
- <flag name='extensions'>Install optional extensions</flag>
-</use>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2021-04-13 7:00 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-13 7:00 [gentoo-commits] repo/proj/emacs:master commit in: app-emacs/anything/files/, app-emacs/anything/ Ulrich Müller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox