summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2019-11-15 10:56:30 +0100
committerUlrich Müller <ulm@gentoo.org>2019-11-15 10:58:20 +0100
commit3b1d3688e1dd469d277e5a8e7628705c1ef4584f (patch)
tree15aaad72cdbf0a277b87e158f42e0c8cefb5443d /app-emacs/color-theme
parentapp-emacs/csv-mode: Remove old. (diff)
downloadgentoo-3b1d3688e1dd469d277e5a8e7628705c1ef4584f.tar.gz
gentoo-3b1d3688e1dd469d277e5a8e7628705c1ef4584f.tar.bz2
gentoo-3b1d3688e1dd469d277e5a8e7628705c1ef4584f.zip
app-emacs/color-theme: Remove old.
Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-emacs/color-theme')
-rw-r--r--app-emacs/color-theme/color-theme-6.6.0-r1.ebuild33
1 files changed, 0 insertions, 33 deletions
diff --git a/app-emacs/color-theme/color-theme-6.6.0-r1.ebuild b/app-emacs/color-theme/color-theme-6.6.0-r1.ebuild
deleted file mode 100644
index 4f73df7cda67..000000000000
--- a/app-emacs/color-theme/color-theme-6.6.0-r1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit readme.gentoo elisp
-
-DESCRIPTION="Install color themes (includes many themes)"
-HOMEPAGE="http://www.nongnu.org/color-theme/"
-SRC_URI="http://download.savannah.gnu.org/releases-noredirect/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~arm ppc sparc x86 ~amd64-linux ~x86-linux ~x86-macos"
-
-ELISP_PATCHES="${P}-replace-in-string.patch"
-ELISP_REMOVE="color-theme-autoloads.*"
-SITEFILE="50${PN}-gentoo.el"
-
-src_install() {
- elisp-install ${PN} *.el *.elc
- elisp-install ${PN}/themes themes/*.el
- elisp-site-file-install "${FILESDIR}/${SITEFILE}"
- dodoc AUTHORS BUGS ChangeLog README
-
- DOC_CONTENTS="To use color-theme non-interactively, initialise it
- in your ~/.emacs file as in the following example (which is
- for the \"Blue Sea\" theme):
- \n
- \n(color-theme-initialize)
- \n(color-theme-blue-sea)"
- readme.gentoo_create_doc
-}