diff options
author | Panagiotis Christopoulos <pchrist@gentoo.org> | 2010-11-07 17:34:46 +0000 |
---|---|---|
committer | Panagiotis Christopoulos <pchrist@gentoo.org> | 2010-11-07 17:34:46 +0000 |
commit | 6e7350756c5510c4a5365c50e035b602ae8b2b5d (patch) | |
tree | 7883f9d7dc34eea41bee711b84ce8c4302583f80 /dev-lisp/cl-html-template/cl-html-template-0.3.1.ebuild | |
parent | dev-lisp/cl-html-parse removal, p.masked from 17Sep2010, wrt bug #337963 (diff) | |
download | gentoo-2-6e7350756c5510c4a5365c50e035b602ae8b2b5d.tar.gz gentoo-2-6e7350756c5510c4a5365c50e035b602ae8b2b5d.tar.bz2 gentoo-2-6e7350756c5510c4a5365c50e035b602ae8b2b5d.zip |
dev-lisp/cl-html-template removal, p.masked from 17Sep2010, wrt bug #337963
Diffstat (limited to 'dev-lisp/cl-html-template/cl-html-template-0.3.1.ebuild')
-rw-r--r-- | dev-lisp/cl-html-template/cl-html-template-0.3.1.ebuild | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/dev-lisp/cl-html-template/cl-html-template-0.3.1.ebuild b/dev-lisp/cl-html-template/cl-html-template-0.3.1.ebuild deleted file mode 100644 index b1215bb38a00..000000000000 --- a/dev-lisp/cl-html-template/cl-html-template-0.3.1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-html-template/cl-html-template-0.3.1.ebuild,v 1.1 2005/08/05 20:19:18 mkennedy Exp $ - -inherit common-lisp - -DESCRIPTION="HTML-TEMPLATE is a portable templating library for Common Lisp" -HOMEPAGE="http://weitz.de/html-template/ - http://www.cliki.net/html-template" -SRC_URI="mirror://gentoo/${PN/cl-/}_${PV}.orig.tar.gz" -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc x86" -IUSE="" -DEPEND="dev-lisp/common-lisp-controller - virtual/commonlisp" - -CLPACKAGE=html-template - -S=${WORKDIR}/${P/cl-/} - -src_install() { - common-lisp-install *.lisp *.asd - common-lisp-system-symlink - dodoc CHANGELOG INSTALLATION - dohtml doc/*.html -} |