app-emacs/zenburn: Remove old.
authorUlrich Müller <ulm@gentoo.org>
Wed, 2 Oct 2019 22:32:22 +0000 (00:32 +0200)
committerUlrich Müller <ulm@gentoo.org>
Wed, 2 Oct 2019 22:41:03 +0000 (00:41 +0200)
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
app-emacs/zenburn/Manifest
app-emacs/zenburn/zenburn-20110907.ebuild [deleted file]

index 274bfe46b5bc76253d738eca3a8ec86236115ec6..e997d2b2c9a8cfcb5c8a1270f1c7617e5ce59b79 100644 (file)
@@ -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 (file)
index 71a6086..0000000
+++ /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)"
-}