summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Kennedy <mkennedy@gentoo.org>2003-10-06 10:07:22 +0000
committerMatthew Kennedy <mkennedy@gentoo.org>2003-10-06 10:07:22 +0000
commit03e8125d34c1703cf8a2d687581de5368cd37f2c (patch)
tree106b8600496a53d4f57db8617ca7665e70145c85 /dev-lisp/cl-xlunit
parentinitial improt (diff)
downloadgentoo-2-03e8125d34c1703cf8a2d687581de5368cd37f2c.tar.gz
gentoo-2-03e8125d34c1703cf8a2d687581de5368cd37f2c.tar.bz2
gentoo-2-03e8125d34c1703cf8a2d687581de5368cd37f2c.zip
initial improt
Diffstat (limited to 'dev-lisp/cl-xlunit')
-rw-r--r--dev-lisp/cl-xlunit/ChangeLog8
-rw-r--r--dev-lisp/cl-xlunit/Manifest5
-rw-r--r--dev-lisp/cl-xlunit/cl-xlunit-0.6.1.ebuild25
-rw-r--r--dev-lisp/cl-xlunit/files/digest-cl-xlunit-0.6.11
4 files changed, 36 insertions, 3 deletions
diff --git a/dev-lisp/cl-xlunit/ChangeLog b/dev-lisp/cl-xlunit/ChangeLog
new file mode 100644
index 000000000000..6d1ef3ef1be8
--- /dev/null
+++ b/dev-lisp/cl-xlunit/ChangeLog
@@ -0,0 +1,8 @@
+# ChangeLog for dev-lisp/cl-xlunit
+# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-xlunit/ChangeLog,v 1.1 2003/10/06 10:07:20 mkennedy Exp $
+
+*cl-xlunit-0.6.1 (05 Oct 2003)
+
+ 26 Aug 2003; Matthew Kennedy <mkennedy@gentoo.org>
+ Initial import.
diff --git a/dev-lisp/cl-xlunit/Manifest b/dev-lisp/cl-xlunit/Manifest
index cf7cd391c376..399b08130900 100644
--- a/dev-lisp/cl-xlunit/Manifest
+++ b/dev-lisp/cl-xlunit/Manifest
@@ -1,4 +1,3 @@
-MD5 50df0daa9615bf83a475cfeda30f4a60 ChangeLog 321
-MD5 9ba34f157f1bb24dc3be039348e4091b cl-xlunit-0.6.1.ebuild 882
-MD5 be30151257e945a2fbd5c0e36a1ada99 cl-xlunit-0.6.1.ebuild~ 974
+MD5 6b8c054a96187a427b20a4802d954fc7 ChangeLog 324
+MD5 9095cc85f33fbe78a9fff4e7e349ab60 cl-xlunit-0.6.1.ebuild 896
MD5 b1c908c3bc7680c08e8ac0577a360350 files/digest-cl-xlunit-0.6.1 62
diff --git a/dev-lisp/cl-xlunit/cl-xlunit-0.6.1.ebuild b/dev-lisp/cl-xlunit/cl-xlunit-0.6.1.ebuild
new file mode 100644
index 000000000000..c93d2b0b9fcd
--- /dev/null
+++ b/dev-lisp/cl-xlunit/cl-xlunit-0.6.1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-xlunit/cl-xlunit-0.6.1.ebuild,v 1.1 2003/10/06 10:07:20 mkennedy Exp $
+
+inherit common-lisp
+
+DESCRIPTION="XLUnit is a Test Framework based on XPTest and JUnit. XLUnit strives to have a good balance between low programmer overhead and good support for fixture setup and teardown. XLUnit has greatly decreased programmer overhead compared to XPTest while adding more functionality from JUnit."
+HOMEPAGE="http://www.cliki.net/xlunit"
+SRC_URI="mirror://gentoo/xlunit-${PV}.tar.gz"
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+DEPEND="dev-lisp/common-lisp-controller
+ virtual/commonlisp"
+
+CLPACKAGE=xlunit
+
+S=${WORKDIR}/xlunit-${PV}
+
+src_install() {
+ common-lisp-install *.lisp *.asd
+ common-lisp-system-symlink
+ dodoc README LICENSE
+}
diff --git a/dev-lisp/cl-xlunit/files/digest-cl-xlunit-0.6.1 b/dev-lisp/cl-xlunit/files/digest-cl-xlunit-0.6.1
new file mode 100644
index 000000000000..8460916c1dd7
--- /dev/null
+++ b/dev-lisp/cl-xlunit/files/digest-cl-xlunit-0.6.1
@@ -0,0 +1 @@
+MD5 86ab2538e7f6d6ee50809c3ade6755ed xlunit-0.6.1.tar.gz 8283