commit:     75cb41cbd14fd9f16bec3dae29176a5431e4772e
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 17 20:01:17 2018 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sat Mar 17 20:01:17 2018 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=75cb41cb

dev-lisp/cl-closure-template: Updates manifest

 .../cl-closure-template-0.1.9.ebuild               | 51 ----------------------
 1 file changed, 51 deletions(-)

diff --git a/dev-lisp/cl-closure-template/cl-closure-template-0.1.9.ebuild 
b/dev-lisp/cl-closure-template/cl-closure-template-0.1.9.ebuild
deleted file mode 100644
index a13bc2ac..00000000
--- a/dev-lisp/cl-closure-template/cl-closure-template-0.1.9.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit common-lisp-3 elisp-common eutils
-
-DESCRIPTION="Common Lisp implementation of Google's Closure Templates."
-HOMEPAGE="http://code.google.com/p/cl-closure-template/";
-SRC_URI="http://cl-closure-template.googlecode.com/files/${P}.tar.bz2";
-
-LICENSE="LLGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE="doc emacs"
-
-RDEPEND="dev-lisp/asdf-system-connections
-               dev-lisp/babel
-               dev-lisp/parenscript
-               dev-lisp/split-sequence
-               dev-lisp/wiki-parser
-               dev-lisp/lift
-               emacs? ( virtual/emacs )"
-
-CLSYSTEMS="closure-template"
-SITEFILE="50${PN}-gentoo.el"
-
-src_install() {
-       common-lisp-install-sources -t all src t
-       common-lisp-install-asdf ${CLSYSTEMS}
-
-       if use doc; then
-               insinto /usr/share/doc/${PF}/examples
-               doins -r example/* || die "Cannot install examples"
-       fi
-
-       if use emacs; then
-               elisp-install ${PN} closure-template-html-mode.el || die 
"Cannot install elisp sources"
-               elisp-site-file-install "${FILESDIR}"/${SITEFILE} || die 
"Cannot install elisp site file"
-       fi
-
-       dodoc README.markdown
-}
-
-pkg_postinst() {
-       use emacs && elisp-site-regen
-}
-
-pkg_postrm() {
-       use emacs && elisp-site-regen
-}

Reply via email to