summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStelian Ionescu <sionescu@common-lisp.net>2008-12-07 16:39:42 +0100
committerStelian Ionescu <sionescu@common-lisp.net>2008-12-07 16:39:42 +0100
commitf8edb15e1be053d224a19618d963d169fc152490 (patch)
tree64ea4c62d6de80132ca836c04f8fd7681d97c273 /dev-lisp/cxml-stp
parentAdded dev-lisp/plexippus-xpath-20081207 (diff)
downloadlisp-f8edb15e1be053d224a19618d963d169fc152490.tar.gz
lisp-f8edb15e1be053d224a19618d963d169fc152490.tar.bz2
lisp-f8edb15e1be053d224a19618d963d169fc152490.zip
dev-lisp/cxml-stp: bump to version 20081130
Diffstat (limited to 'dev-lisp/cxml-stp')
-rw-r--r--dev-lisp/cxml-stp/Manifest4
-rw-r--r--dev-lisp/cxml-stp/cxml-stp-20081130.ebuild (renamed from dev-lisp/cxml-stp/cxml-stp-20071021.ebuild)7
2 files changed, 6 insertions, 5 deletions
diff --git a/dev-lisp/cxml-stp/Manifest b/dev-lisp/cxml-stp/Manifest
index dd792585..0384f01d 100644
--- a/dev-lisp/cxml-stp/Manifest
+++ b/dev-lisp/cxml-stp/Manifest
@@ -1,2 +1,2 @@
-DIST cxml-stp-2007-10-21.tgz 142535 RMD160 98aec8a9a67cb31281956db01fdb3fe6ddcdc91b SHA1 33e51c91915501a41108702f7394c605f54bcf5a SHA256 e5c23dee3578ea36152078eb71ba10a764394cb5e20143c81ff70ef3f0481232
-EBUILD cxml-stp-20071021.ebuild 811 RMD160 5e4a21d4dab2e359368a4bdbf1c8bfa085190c62 SHA1 a961f0f8f06b777ceb611808590c94c39984380b SHA256 7488205e57939665ef347211fa1b2ce9ac9c71920d3723cb14d917a7b03c9425
+DIST cxml-stp-2008-11-30.tgz 92183 RMD160 1813d83a4b47bc336e98ac06c3db2d37f994ae5c SHA1 94abc595a9459c1f283bd36dfda22693452b068d SHA256 0356895ce846641c73fe14113dce9709661824819eac90193ca8db8eeaf268d4
+EBUILD cxml-stp-20081130.ebuild 846 RMD160 874d4a800ebca1505f9d77d94f95000ed80c286f SHA1 07c03b7f5a84be54b8b28808bf740d7a42313efd SHA256 685864419d76523ee04a22c3864975a625d3aa9277493d2bf15bbaf1cec36524
diff --git a/dev-lisp/cxml-stp/cxml-stp-20071021.ebuild b/dev-lisp/cxml-stp/cxml-stp-20081130.ebuild
index f1a1604b..99623da6 100644
--- a/dev-lisp/cxml-stp/cxml-stp-20071021.ebuild
+++ b/dev-lisp/cxml-stp/cxml-stp-20081130.ebuild
@@ -7,7 +7,7 @@ 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}/"
+HOMEPAGE="http://www.lichteblau.com/cxml-stp/"
SRC_URI="http://www.lichteblau.com/${PN}/download/${PN}-${MY_PV}.tgz"
LICENSE="MIT"
SLOT="0"
@@ -15,7 +15,8 @@ KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE=""
DEPEND="dev-lisp/cxml
- dev-lisp/alexandria"
+ dev-lisp/alexandria
+ dev-lisp/plexippus-xpath"
S="${WORKDIR}"/${PN}-${MY_PV}
@@ -28,6 +29,6 @@ src_install() {
common-lisp-install *.{lisp,asd}
common-lisp-symlink-asdf
dodoc DOM-COMPARISON README
- dohtml -r doc || die "Cannot install documentation"
+ dohtml -r doc || die "Cannot install HTML documentation"
dohtml -r tutorial || die "Cannot install tutorial"
}