diff options
Diffstat (limited to 'dev-lisp')
-rw-r--r-- | dev-lisp/cl-s-xml/ChangeLog | 6 | ||||
-rw-r--r-- | dev-lisp/cl-s-xml/cl-s-xml-20060521.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-lisp/cl-s-xml/ChangeLog b/dev-lisp/cl-s-xml/ChangeLog index b838ad451824..9bcfbeec29ba 100644 --- a/dev-lisp/cl-s-xml/ChangeLog +++ b/dev-lisp/cl-s-xml/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lisp/cl-s-xml # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-s-xml/ChangeLog,v 1.7 2006/05/21 06:26:21 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-s-xml/ChangeLog,v 1.8 2006/05/21 06:27:31 mkennedy Exp $ + + 21 May 2006; Matthew Kennedy <mkennedy@gentoo.org> + cl-s-xml-20060521.ebuild: + Include test cases. *cl-s-xml-20060521 (21 May 2006) diff --git a/dev-lisp/cl-s-xml/cl-s-xml-20060521.ebuild b/dev-lisp/cl-s-xml/cl-s-xml-20060521.ebuild index dac83b494541..683d9aa0180a 100644 --- a/dev-lisp/cl-s-xml/cl-s-xml-20060521.ebuild +++ b/dev-lisp/cl-s-xml/cl-s-xml-20060521.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-s-xml/cl-s-xml-20060521.ebuild,v 1.1 2006/05/21 06:26:21 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-s-xml/cl-s-xml-20060521.ebuild,v 1.2 2006/05/21 06:27:31 mkennedy Exp $ inherit common-lisp @@ -26,7 +26,7 @@ src_unpack() { src_install() { dodir /usr/share/common-lisp/source/s-xml dodir /usr/share/common-lisp/systems - cp -R src ${D}/usr/share/common-lisp/source/s-xml/ + cp -R src test ${D}/usr/share/common-lisp/source/s-xml/ common-lisp-install s-xml.asd common-lisp-system-symlink dosym /usr/share/common-lisp/source/s-xml/s-xml.asd \ |