diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2005-06-16 01:07:04 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2005-06-16 01:07:04 +0000 |
commit | 079f65c03cb2d01a232a45baa2723e2f0ef17543 (patch) | |
tree | a3b3854ccd5722d179bd1fb949307117b75889e1 /dev-lisp/cl-ucw | |
parent | Stable on amd64 (diff) | |
download | historical-079f65c03cb2d01a232a45baa2723e2f0ef17543.tar.gz historical-079f65c03cb2d01a232a45baa2723e2f0ef17543.tar.bz2 historical-079f65c03cb2d01a232a45baa2723e2f0ef17543.zip |
echangelog "Corrected typo in README.Gentoo"
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'dev-lisp/cl-ucw')
-rw-r--r-- | dev-lisp/cl-ucw/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lisp/cl-ucw/Manifest | 4 | ||||
-rw-r--r-- | dev-lisp/cl-ucw/files/README.Gentoo | 2 |
3 files changed, 7 insertions, 4 deletions
diff --git a/dev-lisp/cl-ucw/ChangeLog b/dev-lisp/cl-ucw/ChangeLog index 7c4c98bd5da8..e4d6db3b0f37 100644 --- a/dev-lisp/cl-ucw/ChangeLog +++ b/dev-lisp/cl-ucw/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lisp/cl-ucw # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-ucw/ChangeLog,v 1.4 2005/06/15 20:31:53 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-ucw/ChangeLog,v 1.5 2005/06/16 01:07:04 mkennedy Exp $ + + 16 Jun 2005; Matthew Kennedy <mkennedy@gentoo.org> files/README.Gentoo: + Corrected typo in README.Gentoo 15 Jun 2005; Matthew Kennedy <mkennedy@gentoo.org> cl-ucw-0.3.9.ebuild: If araneida is not in USE, then dev-lisp/cl-puri should be a dependency; diff --git a/dev-lisp/cl-ucw/Manifest b/dev-lisp/cl-ucw/Manifest index 131e0a2b953c..f611f8026337 100644 --- a/dev-lisp/cl-ucw/Manifest +++ b/dev-lisp/cl-ucw/Manifest @@ -1,6 +1,6 @@ MD5 9b65b0341efc8f4b29498aad23315229 metadata.xml 164 -MD5 57a75764f7717ca918a40b42be65308d ChangeLog 1157 +MD5 b0bf2395122d79d7e76c28bd93b7db54 ChangeLog 1266 MD5 56fd9cbf5510da1955cb394f63227d4c cl-ucw-0.3.9.ebuild 1764 MD5 9292ebcab6412018da010e6ffbc1e6a6 files/digest-cl-ucw-0.3.9 62 MD5 df14a3f3d08e815717f9d5bd5e0d274f files/0.3.9-gentoo.patch 872 -MD5 77e9e5673940ff829cc3da519b9d5d11 files/README.Gentoo 1861 +MD5 5ea821e77f7a2769c8138729fd7fe989 files/README.Gentoo 1861 diff --git a/dev-lisp/cl-ucw/files/README.Gentoo b/dev-lisp/cl-ucw/files/README.Gentoo index 0046a180a76e..b96c7deb75ae 100644 --- a/dev-lisp/cl-ucw/files/README.Gentoo +++ b/dev-lisp/cl-ucw/files/README.Gentoo @@ -33,7 +33,7 @@ path passed to SETUP-LOGGERS to your own choice in logging directory. Once you have adjusted your start.lisp and utils.lisp, start UCW within your Lisp REPL like this: - (asdf:oos 'adsf:load-op :ucw) + (asdf:oos 'asdf:load-op :ucw) (load "/path/to/start.lisp") By default, the admin and examples applications are available at: |