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 | |
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')
-rw-r--r-- | dev-lisp/cl-sha1/ChangeLog | 8 | ||||
-rw-r--r-- | dev-lisp/cl-sha1/cl-sha1-1.0-r1.ebuild | 8 | ||||
-rw-r--r-- | dev-lisp/cl-sha1/cl-sha1-1.0.ebuild | 40 | ||||
-rw-r--r-- | dev-lisp/cl-sha1/files/digest-cl-sha1-1.0 | 1 |
4 files changed, 12 insertions, 45 deletions
diff --git a/dev-lisp/cl-sha1/ChangeLog b/dev-lisp/cl-sha1/ChangeLog index d3c3cffec592..8400115cbceb 100644 --- a/dev-lisp/cl-sha1/ChangeLog +++ b/dev-lisp/cl-sha1/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lisp/cl-sha1 -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-sha1/ChangeLog,v 1.4 2004/06/24 23:54:52 agriffis Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-sha1/ChangeLog,v 1.5 2005/02/03 05:39:01 mkennedy Exp $ + + 02 Feb 2005; Matthew Kennedy <mkennedy@gentoo.org> cl-sha1-1.0-r1.ebuild, + -cl-sha1-1.0.ebuild: + Override src_compile() *cl-sha1-1.0-r1 (12 Feb 2004) 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 diff --git a/dev-lisp/cl-sha1/cl-sha1-1.0.ebuild b/dev-lisp/cl-sha1/cl-sha1-1.0.ebuild deleted file mode 100644 index 9e963f83d9c7..000000000000 --- a/dev-lisp/cl-sha1/cl-sha1-1.0.ebuild +++ /dev/null @@ -1,40 +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-sha1/cl-sha1-1.0.ebuild,v 1.4 2004/06/24 23:54:52 agriffis Exp $ - -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" -SRC_URI="mirror://gentoo/sb-sha1-${PV}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~x86" -IUSE="" - -DEPEND="dev-lisp/common-lisp-controller - virtual/commonlisp" - -CLPACKAGE=sb-sha1 - -S=${WORKDIR}/sb-sha1 - -src_unpack() { - unpack ${A} - epatch ${FILESDIR}/cl-sha1-gentoo.patch -} - -src_install() { - common-lisp-install *.asd *.lisp - common-lisp-system-symlink - dodoc README -} - -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-sha1/files/digest-cl-sha1-1.0 b/dev-lisp/cl-sha1/files/digest-cl-sha1-1.0 deleted file mode 100644 index c3832497f541..000000000000 --- a/dev-lisp/cl-sha1/files/digest-cl-sha1-1.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 8091dbee1611da0d794b4f779c07bc91 sb-sha1-1.0.tar.gz 8757 |