diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-04-21 17:03:16 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-04-21 17:03:16 +0000 |
commit | f86af258ad344286039eb8cddc85faf32b613dfe (patch) | |
tree | 32919e766cba1f4004596e29ff13110491aaccc7 /dev-lisp/cl-lml2 | |
parent | version bump (diff) | |
download | historical-f86af258ad344286039eb8cddc85faf32b613dfe.tar.gz historical-f86af258ad344286039eb8cddc85faf32b613dfe.tar.bz2 historical-f86af258ad344286039eb8cddc85faf32b613dfe.zip |
add inherit eutils
Diffstat (limited to 'dev-lisp/cl-lml2')
-rw-r--r-- | dev-lisp/cl-lml2/cl-lml2-1.5.0.ebuild | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/dev-lisp/cl-lml2/cl-lml2-1.5.0.ebuild b/dev-lisp/cl-lml2/cl-lml2-1.5.0.ebuild index be676a6e70be..153f2eb45b0b 100644 --- a/dev-lisp/cl-lml2/cl-lml2-1.5.0.ebuild +++ b/dev-lisp/cl-lml2/cl-lml2-1.5.0.ebuild @@ -1,16 +1,18 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-lml2/cl-lml2-1.5.0.ebuild,v 1.1 2004/02/12 09:13:14 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-lml2/cl-lml2-1.5.0.ebuild,v 1.2 2004/04/21 17:00:05 vapier Exp $ -inherit common-lisp +inherit common-lisp eutils DESCRIPTION="A Common Lisp package for generating HTML and XHTML documents" -HOMEPAGE="http://www.b9.com" +HOMEPAGE="http://www.b9.com/" SRC_URI="ftp://ftp.b9.com/lml2/lml2-${PV}.tar.gz" + LICENSE="BSD" SLOT="0" KEYWORDS="~x86" IUSE="" + DEPEND="dev-lisp/common-lisp-controller virtual/commonlisp" @@ -26,7 +28,7 @@ src_unpack() { src_install() { common-lisp-install *.lisp lml2.asd common-lisp-system-symlink - dodoc README LICENSE ChangeLog + dodoc README ChangeLog dohtml doc/readme.html docinto examples dodoc doc/make.lisp doc/Makefile doc/readme.lml |