diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2005-04-17 00:16:14 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2005-04-17 00:16:14 +0000 |
commit | 094bb4124e6d74f5a14e072c6e799af13daf22f1 (patch) | |
tree | 992b099b8bf73759cbc67fabf4479236c7015340 /dev-lisp/cl-s-xml | |
parent | (Portage version: 2.0.51.19) (Manifest recommit) (diff) | |
download | gentoo-2-094bb4124e6d74f5a14e072c6e799af13daf22f1.tar.gz gentoo-2-094bb4124e6d74f5a14e072c6e799af13daf22f1.tar.bz2 gentoo-2-094bb4124e6d74f5a14e072c6e799af13daf22f1.zip |
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-lisp/cl-s-xml')
-rw-r--r-- | dev-lisp/cl-s-xml/ChangeLog | 6 | ||||
-rw-r--r-- | dev-lisp/cl-s-xml/cl-s-xml-20040709.ebuild | 32 | ||||
-rw-r--r-- | dev-lisp/cl-s-xml/cl-s-xml-20050202.ebuild | 7 | ||||
-rw-r--r-- | dev-lisp/cl-s-xml/files/digest-cl-s-xml-20040709 | 1 |
4 files changed, 9 insertions, 37 deletions
diff --git a/dev-lisp/cl-s-xml/ChangeLog b/dev-lisp/cl-s-xml/ChangeLog index 40c86a323493..e3f6e82800f2 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-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-s-xml/ChangeLog,v 1.4 2005/04/11 08:09:49 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-s-xml/ChangeLog,v 1.5 2005/04/17 00:15:56 mkennedy Exp $ + + 17 Apr 2005; Matthew Kennedy <mkennedy@gentoo.org> + -cl-s-xml-20040709.ebuild, cl-s-xml-20050202.ebuild: + Removed old ebuilds; Keywording 11 Apr 2005; Matthew Kennedy <mkennedy@gentoo.org> cl-s-xml-20050202.ebuild: 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/ -} diff --git a/dev-lisp/cl-s-xml/cl-s-xml-20050202.ebuild b/dev-lisp/cl-s-xml/cl-s-xml-20050202.ebuild index aab09e3ad84d..c71a7e0cc242 100644 --- a/dev-lisp/cl-s-xml/cl-s-xml-20050202.ebuild +++ b/dev-lisp/cl-s-xml/cl-s-xml-20050202.ebuild @@ -1,6 +1,6 @@ # 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-20050202.ebuild,v 1.2 2005/04/11 08:09:49 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-s-xml/cl-s-xml-20050202.ebuild,v 1.3 2005/04/17 00:15:56 mkennedy Exp $ inherit common-lisp @@ -9,9 +9,10 @@ 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 ~amd64" +KEYWORDS="x86 ~ppc ~amd64" IUSE="" -DEPEND="dev-lisp/common-lisp-controller" +DEPEND="virtual/commonlisp + dev-lisp/common-lisp-controller" S=${WORKDIR}/${PN#cl-} diff --git a/dev-lisp/cl-s-xml/files/digest-cl-s-xml-20040709 b/dev-lisp/cl-s-xml/files/digest-cl-s-xml-20040709 deleted file mode 100644 index 7fcd7d92c834..000000000000 --- a/dev-lisp/cl-s-xml/files/digest-cl-s-xml-20040709 +++ /dev/null @@ -1 +0,0 @@ -MD5 47d56b9602d3afedd40d0e306227a255 s-xml-20040709.tar.gz 16447 |