diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2006-07-29 05:41:23 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2006-07-29 05:41:23 +0000 |
commit | c841603a358e23773dbaf16e3859b6f4975476eb (patch) | |
tree | b886e33193118029db79837ae5f7608cf23406e2 /dev-lisp/cl-who | |
parent | initial import for roxterm (diff) | |
download | gentoo-2-c841603a358e23773dbaf16e3859b6f4975476eb.tar.gz gentoo-2-c841603a358e23773dbaf16e3859b6f4975476eb.tar.bz2 gentoo-2-c841603a358e23773dbaf16e3859b6f4975476eb.zip |
New upstream version.
(Portage version: 2.1.1_pre3-r4)
Diffstat (limited to 'dev-lisp/cl-who')
-rw-r--r-- | dev-lisp/cl-who/ChangeLog | 9 | ||||
-rw-r--r-- | dev-lisp/cl-who/cl-who-0.6.1.ebuild | 25 | ||||
-rw-r--r-- | dev-lisp/cl-who/files/digest-cl-who-0.6.1 | 3 |
3 files changed, 35 insertions, 2 deletions
diff --git a/dev-lisp/cl-who/ChangeLog b/dev-lisp/cl-who/ChangeLog index e7b304da8932..84e3c34d65f3 100644 --- a/dev-lisp/cl-who/ChangeLog +++ b/dev-lisp/cl-who/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-lisp/cl-who -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-who/ChangeLog,v 1.11 2005/08/02 21:56:48 mkennedy Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-who/ChangeLog,v 1.12 2006/07/29 05:41:23 mkennedy Exp $ + +*cl-who-0.6.1 (30 Jul 2006) + + 30 Jul 2006; Matthew Kennedy <mkennedy@gentoo.org> +cl-who-0.6.1.ebuild: + New upstream version. *cl-who-0.6.0 (02 Aug 2005) diff --git a/dev-lisp/cl-who/cl-who-0.6.1.ebuild b/dev-lisp/cl-who/cl-who-0.6.1.ebuild new file mode 100644 index 000000000000..cd7fb32a37ec --- /dev/null +++ b/dev-lisp/cl-who/cl-who-0.6.1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-who/cl-who-0.6.1.ebuild,v 1.1 2006/07/29 05:41:23 mkennedy Exp $ + +inherit common-lisp + +DESCRIPTION='CL-WHO (is yet another Lisp Markup Language).' +HOMEPAGE="http://weitz.de/cl-who/ + http://www.cliki.net/cl-who" +SRC_URI="mirror://gentoo/${PN}_${PV}.orig.tar.gz" +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="" +DEPEND="dev-lisp/common-lisp-controller + virtual/commonlisp" + +CLPACKAGE=cl-who + +src_install() { + common-lisp-install *.lisp *.asd + common-lisp-system-symlink + dodoc CHANGELOG INSTALLATION + dohtml doc/*.html +} diff --git a/dev-lisp/cl-who/files/digest-cl-who-0.6.1 b/dev-lisp/cl-who/files/digest-cl-who-0.6.1 new file mode 100644 index 000000000000..5d914bf2dc4b --- /dev/null +++ b/dev-lisp/cl-who/files/digest-cl-who-0.6.1 @@ -0,0 +1,3 @@ +MD5 394cb8870e4a069d76b2ec81def7fdd5 cl-who_0.6.1.orig.tar.gz 19079 +RMD160 58c02a6dd67108012c2ff699ad90f49466b0f5f4 cl-who_0.6.1.orig.tar.gz 19079 +SHA256 6a53e936a5b1839d5df42da732b31ad9769bf44443c9c295a73c01b72ea4a7e7 cl-who_0.6.1.orig.tar.gz 19079 |