From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F29A6139117 for ; Fri, 15 Nov 2019 09:59:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DEC66E0828; Fri, 15 Nov 2019 09:59:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C76A0E0828 for ; Fri, 15 Nov 2019 09:59:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E97F834CE6C for ; Fri, 15 Nov 2019 09:59:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7470A824 for ; Fri, 15 Nov 2019 09:59:38 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1573811900.3b1d3688e1dd469d277e5a8e7628705c1ef4584f.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/color-theme/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/color-theme/color-theme-6.6.0-r1.ebuild X-VCS-Directories: app-emacs/color-theme/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 3b1d3688e1dd469d277e5a8e7628705c1ef4584f X-VCS-Branch: master Date: Fri, 15 Nov 2019 09:59:38 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d2ea47b8-79cb-4ccf-91c9-3d6c7690ecf5 X-Archives-Hash: 2fbc9f5988520517004ce6898a49909a commit: 3b1d3688e1dd469d277e5a8e7628705c1ef4584f Author: Ulrich Müller gentoo org> AuthorDate: Fri Nov 15 09:56:30 2019 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Fri Nov 15 09:58:20 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b1d3688 app-emacs/color-theme: Remove old. Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Ulrich Müller gentoo.org> app-emacs/color-theme/color-theme-6.6.0-r1.ebuild | 33 ----------------------- 1 file changed, 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 4f73df7cda6..00000000000 --- 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 -}