summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStelian Ionescu <sionescu@common-lisp.net>2007-10-25 19:26:32 +0200
committerStelian Ionescu <sionescu@common-lisp.net>2007-10-25 19:27:18 +0200
commitfd067e3946570355e16f447854bb3fade98ff987 (patch)
treeb0c20054e24459c050fabd1e422814b9d8c203f6 /dev-lisp/cxml-stp
parentAdded dev-lisp/alexandria-20071025(my snapshot). (diff)
downloadlisp-fd067e3946570355e16f447854bb3fade98ff987.tar.gz
lisp-fd067e3946570355e16f447854bb3fade98ff987.tar.bz2
lisp-fd067e3946570355e16f447854bb3fade98ff987.zip
Added dev-lisp/cxml-stp-20071021(upstream snapshot).
Signed-off-by: Stelian Ionescu <sionescu@common-lisp.net>
Diffstat (limited to 'dev-lisp/cxml-stp')
-rw-r--r--dev-lisp/cxml-stp/Manifest8
-rw-r--r--dev-lisp/cxml-stp/cxml-stp-20071021.ebuild33
-rw-r--r--dev-lisp/cxml-stp/files/digest-cxml-stp-200710213
3 files changed, 44 insertions, 0 deletions
diff --git a/dev-lisp/cxml-stp/Manifest b/dev-lisp/cxml-stp/Manifest
new file mode 100644
index 00000000..ca203962
--- /dev/null
+++ b/dev-lisp/cxml-stp/Manifest
@@ -0,0 +1,8 @@
+DIST cxml-stp-2007-10-21.tgz 142535 RMD160 98aec8a9a67cb31281956db01fdb3fe6ddcdc91b SHA1 33e51c91915501a41108702f7394c605f54bcf5a SHA256 e5c23dee3578ea36152078eb71ba10a764394cb5e20143c81ff70ef3f0481232
+EBUILD cxml-stp-20071021.ebuild 811 RMD160 fbedb0103ea422faee0b25a22e89f284b0fac9a0 SHA1 c0d2f4b61510c96001a6aef17018f1ab393a7d81 SHA256 ea93ef2c2cad88208e0106f92b160060a2b47615cb8ee9890d000c31d33fb607
+MD5 96cb9b80474acc66232677d42c3477ad cxml-stp-20071021.ebuild 811
+RMD160 fbedb0103ea422faee0b25a22e89f284b0fac9a0 cxml-stp-20071021.ebuild 811
+SHA256 ea93ef2c2cad88208e0106f92b160060a2b47615cb8ee9890d000c31d33fb607 cxml-stp-20071021.ebuild 811
+MD5 39c022213b206df59a8fdbbc23b15e3d files/digest-cxml-stp-20071021 250
+RMD160 441612c3e940df0a90b8bee163e8775b2d89d059 files/digest-cxml-stp-20071021 250
+SHA256 409d04b76b6c477bfeffccc39787f69aa7a29861fe1d4cf7d163cd3b47122edc files/digest-cxml-stp-20071021 250
diff --git a/dev-lisp/cxml-stp/cxml-stp-20071021.ebuild b/dev-lisp/cxml-stp/cxml-stp-20071021.ebuild
new file mode 100644
index 00000000..1feaed1b
--- /dev/null
+++ b/dev-lisp/cxml-stp/cxml-stp-20071021.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+inherit common-lisp-2
+
+MY_PV=${PV:0:4}-${PV:4:2}-${PV:6:2}
+
+DESCRIPTION="A Common Lisp alternative to the W3C's DOM."
+HOMEPAGE="http://www.lichteblau.com/${PN}/"
+SRC_URI="http://www.lichteblau.com/${PN}/download/${PN}-${MY_PV}.tgz"
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+DEPEND="dev-lisp/cxml
+ dev-lisp/alexandria"
+
+S="${WORKDIR}"/${PN}-${MY_PV}
+
+src_unpack() {
+ unpack ${A}
+ rm "${S}"/{tutorial,}/GNUmakefile "${S}"/tutorial/tutorial.{xml,xsl}
+}
+
+src_install() {
+ common-lisp-install *.{lisp,asd}
+ common-lisp-symlink-asdf
+ dodoc DOM-COMPARISON README
+ dohtml -r doc || die "Cannot install documentation"
+ dohtml -r tutorial || die "Cannot install tutorial"
+}
diff --git a/dev-lisp/cxml-stp/files/digest-cxml-stp-20071021 b/dev-lisp/cxml-stp/files/digest-cxml-stp-20071021
new file mode 100644
index 00000000..c0bb1f05
--- /dev/null
+++ b/dev-lisp/cxml-stp/files/digest-cxml-stp-20071021
@@ -0,0 +1,3 @@
+MD5 6d1c5288e828c80886f9274729c771c7 cxml-stp-2007-10-21.tgz 142535
+RMD160 98aec8a9a67cb31281956db01fdb3fe6ddcdc91b cxml-stp-2007-10-21.tgz 142535
+SHA256 e5c23dee3578ea36152078eb71ba10a764394cb5e20143c81ff70ef3f0481232 cxml-stp-2007-10-21.tgz 142535