diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2005-02-03 05:43:38 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2005-02-03 05:43:38 +0000 |
commit | 03491201cb593133c6a65cee4ee531b4a6a6408b (patch) | |
tree | ca0dba11c381d58265f7c025e0ec1e343cd31ab3 /dev-lisp/cl-sha1/cl-sha1-1.0-r1.ebuild | |
parent | Now using $(get_install_abis). (diff) | |
download | gentoo-2-03491201cb593133c6a65cee4ee531b4a6a6408b.tar.gz gentoo-2-03491201cb593133c6a65cee4ee531b4a6a6408b.tar.bz2 gentoo-2-03491201cb593133c6a65cee4ee531b4a6a6408b.zip |
(Portage version: 2.0.51-r15)
Diffstat (limited to 'dev-lisp/cl-sha1/cl-sha1-1.0-r1.ebuild')
-rw-r--r-- | dev-lisp/cl-sha1/cl-sha1-1.0-r1.ebuild | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/dev-lisp/cl-sha1/cl-sha1-1.0-r1.ebuild b/dev-lisp/cl-sha1/cl-sha1-1.0-r1.ebuild index 1a8dc3499c6f..8b1ea03930b9 100644 --- a/dev-lisp/cl-sha1/cl-sha1-1.0-r1.ebuild +++ b/dev-lisp/cl-sha1/cl-sha1-1.0-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-sha1/cl-sha1-1.0-r1.ebuild,v 1.3 2004/06/24 23:54:52 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-sha1/cl-sha1-1.0-r1.ebuild,v 1.4 2005/02/03 05:39:01 mkennedy Exp $ inherit common-lisp eutils @@ -25,6 +25,10 @@ src_unpack() { epatch ${FILESDIR}/cl-sha1-gentoo.patch } +src_compile() { + : +} + src_install() { common-lisp-install *.asd *.lisp common-lisp-system-symlink |