diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-11-01 23:53:31 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-11-01 23:53:31 +0000 |
commit | c36bca247c35f0d19810e1a485429f4ecd15b84c (patch) | |
tree | 41569017266b9911ff77d165921487997e9622d7 /dev-lisp/cl-zip | |
parent | arm lovin (diff) | |
download | gentoo-2-c36bca247c35f0d19810e1a485429f4ecd15b84c.tar.gz gentoo-2-c36bca247c35f0d19810e1a485429f4ecd15b84c.tar.bz2 gentoo-2-c36bca247c35f0d19810e1a485429f4ecd15b84c.zip |
touchups
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'dev-lisp/cl-zip')
-rw-r--r-- | dev-lisp/cl-zip/cl-zip-20050405.ebuild | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/dev-lisp/cl-zip/cl-zip-20050405.ebuild b/dev-lisp/cl-zip/cl-zip-20050405.ebuild index 923fcb4ae3a6..41d8bc4aafd5 100644 --- a/dev-lisp/cl-zip/cl-zip-20050405.ebuild +++ b/dev-lisp/cl-zip/cl-zip-20050405.ebuild @@ -1,25 +1,26 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-zip/cl-zip-20050405.ebuild,v 1.1 2005/07/10 04:35:51 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-zip/cl-zip-20050405.ebuild,v 1.2 2005/11/01 23:53:31 vapier Exp $ inherit common-lisp -DESCRIPTION='A Common Lisp library for reading and writing .zip files.' -HOMEPAGE='http://common-lisp.net/project/zip/' +DESCRIPTION="A Common Lisp library for reading and writing .zip files" +HOMEPAGE="http://common-lisp.net/project/zip/" SRC_URI="mirror://gentoo/${P}.tar.gz" -LICENSE='LLGPL-2.1' -SLOT='0' -KEYWORDS='~amd64 ~ppc ~sparc x86' -IUSE='' -DEPEND='dev-lisp/cl-salza' -CLPACKAGE=zip +LICENSE="LLGPL-2.1" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc x86" +IUSE="" + +DEPEND="dev-lisp/cl-salza" S=${WORKDIR}/zip +CLPACKAGE=zip + src_install() { common-lisp-install *.asd *.lisp common-lisp-system-symlink - dodoc LICENSE dohtml *.html } |