diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2005-04-16 20:19:23 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2005-04-16 20:19:23 +0000 |
commit | fe9ed8eaeed7ac0655119178200f224c3bd6183c (patch) | |
tree | 798d7d790321112b3629fdd9fe24b2f0c2c5fa3b /dev-lisp/cl-html-template | |
parent | version bump (diff) | |
download | gentoo-2-fe9ed8eaeed7ac0655119178200f224c3bd6183c.tar.gz gentoo-2-fe9ed8eaeed7ac0655119178200f224c3bd6183c.tar.bz2 gentoo-2-fe9ed8eaeed7ac0655119178200f224c3bd6183c.zip |
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-lisp/cl-html-template')
4 files changed, 7 insertions, 39 deletions
diff --git a/dev-lisp/cl-html-template/ChangeLog b/dev-lisp/cl-html-template/ChangeLog index 3040bb70bb0f..02081a14a0c9 100644 --- a/dev-lisp/cl-html-template/ChangeLog +++ b/dev-lisp/cl-html-template/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lisp/cl-html-template # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-html-template/ChangeLog,v 1.6 2005/03/21 07:33:39 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-html-template/ChangeLog,v 1.7 2005/04/16 20:17:19 mkennedy Exp $ + + 16 Apr 2005; Matthew Kennedy <mkennedy@gentoo.org> + -cl-html-template-0.1.2.ebuild, cl-html-template-0.1.2-r1.ebuild: + Keywording 21 Mar 2005; Matthew Kennedy <mkennedy@gentoo.org> cl-html-template-0.1.2-r1.ebuild: diff --git a/dev-lisp/cl-html-template/cl-html-template-0.1.2-r1.ebuild b/dev-lisp/cl-html-template/cl-html-template-0.1.2-r1.ebuild index b7a5e594c61d..e06898a73711 100644 --- a/dev-lisp/cl-html-template/cl-html-template-0.1.2-r1.ebuild +++ b/dev-lisp/cl-html-template/cl-html-template-0.1.2-r1.ebuild @@ -1,6 +1,6 @@ # 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.1.2-r1.ebuild,v 1.4 2005/03/21 07:33:39 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-html-template/cl-html-template-0.1.2-r1.ebuild,v 1.5 2005/04/16 20:17:19 mkennedy Exp $ inherit common-lisp @@ -10,7 +10,7 @@ HOMEPAGE="http://weitz.de/html-template/ SRC_URI="mirror://gentoo/${P/cl-/}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~x86 ~amd64" +KEYWORDS="x86 ~amd64 ~ppc" IUSE="" DEPEND="dev-lisp/common-lisp-controller virtual/commonlisp" diff --git a/dev-lisp/cl-html-template/cl-html-template-0.1.2.ebuild b/dev-lisp/cl-html-template/cl-html-template-0.1.2.ebuild deleted file mode 100644 index f25c95c42efe..000000000000 --- a/dev-lisp/cl-html-template/cl-html-template-0.1.2.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2004 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.1.2.ebuild,v 1.5 2004/06/24 23:43:58 agriffis Exp $ - -inherit common-lisp - -DESCRIPTION="HTML-TEMPLATE is a portable library for Common Lisp which can be used to fill templates with arbitrary (string) values at runtime." -HOMEPAGE="http://weitz.de/html-template/ - http://www.cliki.net/html-template" -SRC_URI="mirror://gentoo/${P/cl-/}.tar.gz" -LICENSE="BSD" -SLOT="0" -KEYWORDS="~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 -} - -pkg_preinst() { - rm -rf /usr/lib/common-lisp/*/${CLPACKAGE} || true -} - -pkg_postrm() { - rm -rf /usr/lib/common-lisp/*/${CLPACKAGE} || true -} diff --git a/dev-lisp/cl-html-template/files/digest-cl-html-template-0.1.2 b/dev-lisp/cl-html-template/files/digest-cl-html-template-0.1.2 deleted file mode 100644 index 0c1cf0e4adca..000000000000 --- a/dev-lisp/cl-html-template/files/digest-cl-html-template-0.1.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 8cc5c7190900e7caadf3d122f8614869 html-template-0.1.2.tar.gz 24444 |