commit: 68fa622c0bce33c11cb6a7f5791822a6edeeb9a6 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Wed Oct 2 22:32:22 2019 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Wed Oct 2 22:41:03 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68fa622c
app-emacs/zenburn: Remove old. Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> app-emacs/zenburn/Manifest | 1 - app-emacs/zenburn/zenburn-20110907.ebuild | 28 ---------------------------- 2 files changed, 29 deletions(-) diff --git a/app-emacs/zenburn/Manifest b/app-emacs/zenburn/Manifest index 274bfe46b5b..e997d2b2c9a 100644 --- a/app-emacs/zenburn/Manifest +++ b/app-emacs/zenburn/Manifest @@ -1,2 +1 @@ -DIST zenburn-20110907.el.bz2 6979 BLAKE2B 3f38e857c9e09d73d5aafc7e5a98292c122b5ab903c902fe43be1d91ab20a9703a974707354b9f07eab190324ee4ac8a392efae06f2c05a07dd9914a78ebde4c SHA512 552f4a751ffadaf2f4174c7f722abc1fb7a8f84934df01f61c2d7cf653328ce8fd18473f0748eaa570ab9221544e5e9c81243e731a2fff5f2c9028b992163062 DIST zenburn-20110907.tar.gz 7952 BLAKE2B c1d63eacd5e77f1d453ddd9323a7f573e487625e1f210c0a93f8992fe741d097f7662fca23900cbca320c9b0aa1484ada885b0b9c077f9a9370863172683b255 SHA512 be19da75b1f776128a8c8701655a0c7cae0d1228ed9d92cf5b57047f99385cf996c27aec9514118612a1728c126feb8892f1375c156a1b345e1018154edf6e79 diff --git a/app-emacs/zenburn/zenburn-20110907.ebuild b/app-emacs/zenburn/zenburn-20110907.ebuild deleted file mode 100644 index 71a6086ef93..00000000000 --- a/app-emacs/zenburn/zenburn-20110907.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 - -inherit elisp - -DESCRIPTION="Zenburn color theme for Emacs" -HOMEPAGE="http://slinky.imukuppi.org/zenburnpage/ - https://github.com/dbrock/zenburn-el" -# snapshot from upstream git repo -SRC_URI="mirror://gentoo/${P}.el.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -DEPEND="app-emacs/color-theme" -RDEPEND="${DEPEND}" - -SITEFILE="50${PN}-gentoo.el" - -pkg_postinst() { - elisp-site-regen - elog "To enable zenburn by default, initialise it in your ~/.emacs:" - elog " (color-theme-zenburn)" -}