summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-emacs')
-rw-r--r--app-emacs/anything/anything-9999.ebuild45
-rw-r--r--app-emacs/anything/files/50anything-gentoo.el2
-rw-r--r--app-emacs/anything/metadata.xml11
3 files changed, 0 insertions, 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>