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/color-theme/
Date: Fri, 15 Nov 2019 09:59:41
Message-Id: 1573811900.3b1d3688e1dd469d277e5a8e7628705c1ef4584f.ulm@gentoo
1 commit: 3b1d3688e1dd469d277e5a8e7628705c1ef4584f
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 15 09:56:30 2019 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 15 09:58:20 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b1d3688
7
8 app-emacs/color-theme: Remove old.
9
10 Package-Manager: Portage-2.3.79, Repoman-2.3.18
11 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
12
13 app-emacs/color-theme/color-theme-6.6.0-r1.ebuild | 33 -----------------------
14 1 file changed, 33 deletions(-)
15
16 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
17 deleted file mode 100644
18 index 4f73df7cda6..00000000000
19 --- a/app-emacs/color-theme/color-theme-6.6.0-r1.ebuild
20 +++ /dev/null
21 @@ -1,33 +0,0 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=5
26 -
27 -inherit readme.gentoo elisp
28 -
29 -DESCRIPTION="Install color themes (includes many themes)"
30 -HOMEPAGE="http://www.nongnu.org/color-theme/"
31 -SRC_URI="http://download.savannah.gnu.org/releases-noredirect/${PN}/${P}.tar.gz"
32 -
33 -LICENSE="GPL-2+"
34 -SLOT="0"
35 -KEYWORDS="amd64 ~arm ppc sparc x86 ~amd64-linux ~x86-linux ~x86-macos"
36 -
37 -ELISP_PATCHES="${P}-replace-in-string.patch"
38 -ELISP_REMOVE="color-theme-autoloads.*"
39 -SITEFILE="50${PN}-gentoo.el"
40 -
41 -src_install() {
42 - elisp-install ${PN} *.el *.elc
43 - elisp-install ${PN}/themes themes/*.el
44 - elisp-site-file-install "${FILESDIR}/${SITEFILE}"
45 - dodoc AUTHORS BUGS ChangeLog README
46 -
47 - DOC_CONTENTS="To use color-theme non-interactively, initialise it
48 - in your ~/.emacs file as in the following example (which is
49 - for the \"Blue Sea\" theme):
50 - \n
51 - \n(color-theme-initialize)
52 - \n(color-theme-blue-sea)"
53 - readme.gentoo_create_doc
54 -}