diff options
Diffstat (limited to 'dev-lisp/cl-s-xml/cl-s-xml-20040709.ebuild')
-rw-r--r-- | dev-lisp/cl-s-xml/cl-s-xml-20040709.ebuild | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/dev-lisp/cl-s-xml/cl-s-xml-20040709.ebuild b/dev-lisp/cl-s-xml/cl-s-xml-20040709.ebuild deleted file mode 100644 index 368513a22c24..000000000000 --- a/dev-lisp/cl-s-xml/cl-s-xml-20040709.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2005 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-20040709.ebuild,v 1.5 2005/02/03 04:07:29 mkennedy Exp $ - -inherit common-lisp - -DESCRIPTION="S-XML is a simple XML parser implemented in Common Lisp." -HOMEPAGE="http://www.common-lisp.net/project/s-xml/" -SRC_URI="mirrors://gentoo/s-xml-20040709.tar.gz" -LICENSE="LLGPL-2.1" -SLOT="0" -KEYWORDS="~x86 ~ppc" -IUSE="" -DEPEND="dev-lisp/common-lisp-controller" - -S=${WORKDIR}/${PN#cl-} - -CLPACKAGE=s-xml - -src_compile() { - : -} - -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/ - common-lisp-install s-xml.asd - common-lisp-system-symlink - dosym /usr/share/common-lisp/source/s-xml/s-xml.asd \ - /usr/share/common-lisp/systems/ -} |