diff options
Diffstat (limited to 'dev-lisp/cl-sha1/cl-sha1-1.0.ebuild')
-rw-r--r-- | dev-lisp/cl-sha1/cl-sha1-1.0.ebuild | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/dev-lisp/cl-sha1/cl-sha1-1.0.ebuild b/dev-lisp/cl-sha1/cl-sha1-1.0.ebuild index 05a9671e85cd..2e3a613f6fa9 100644 --- a/dev-lisp/cl-sha1/cl-sha1-1.0.ebuild +++ b/dev-lisp/cl-sha1/cl-sha1-1.0.ebuild @@ -1,17 +1,18 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# 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-sha1/cl-sha1-1.0.ebuild,v 1.2 2003/10/17 16:33:03 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-sha1/cl-sha1-1.0.ebuild,v 1.3 2004/04/21 17:22:01 vapier Exp $ -inherit common-lisp +inherit common-lisp eutils DESCRIPTION="Common Lisp package for SHA1 Message Digests" -HOMEPAGE="http://www.cs.rice.edu/~froydnj/lisp/ - http://www.cliki.net/sb-sha1" +HOMEPAGE="http://www.cs.rice.edu/~froydnj/lisp/ http://www.cliki.net/sb-sha1" SRC_URI="mirror://gentoo/sb-sha1-${PV}.tar.gz" + LICENSE="BSD" SLOT="0" KEYWORDS="~x86" IUSE="" + DEPEND="dev-lisp/common-lisp-controller virtual/commonlisp" |