summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Sozeau <mattam@gentoo.org>2005-02-06 15:53:36 +0000
committerMatthieu Sozeau <mattam@gentoo.org>2005-02-06 15:53:36 +0000
commit1ca59505fb45ebe9df66024e48f60f2ee58a4bbe (patch)
tree1c779d471de4d9dac0931809525cd6a14b075170 /dev-ml/ounit
parentVersion bump. (diff)
downloadhistorical-1ca59505fb45ebe9df66024e48f60f2ee58a4bbe.tar.gz
historical-1ca59505fb45ebe9df66024e48f60f2ee58a4bbe.tar.bz2
historical-1ca59505fb45ebe9df66024e48f60f2ee58a4bbe.zip
Fix bug #78319, version bump.
Diffstat (limited to 'dev-ml/ounit')
-rw-r--r--dev-ml/ounit/ChangeLog10
-rw-r--r--dev-ml/ounit/Manifest6
-rw-r--r--dev-ml/ounit/files/digest-ounit-1.0.11
-rw-r--r--dev-ml/ounit/ounit-1.0.0.ebuild8
-rw-r--r--dev-ml/ounit/ounit-1.0.1.ebuild27
5 files changed, 44 insertions, 8 deletions
diff --git a/dev-ml/ounit/ChangeLog b/dev-ml/ounit/ChangeLog
index fd71c7a59dfe..274dc6175567 100644
--- a/dev-ml/ounit/ChangeLog
+++ b/dev-ml/ounit/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-ml/ounit
-# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ounit/ChangeLog,v 1.4 2004/09/30 18:28:50 mattam Exp $
+# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ounit/ChangeLog,v 1.5 2005/02/06 15:53:36 mattam Exp $
+
+*ounit-1.0.1 (06 Feb 2005)
+
+ 06 Feb 2005; Matthieu Sozeau <mattam@gentoo.org> ounit-1.0.0.ebuild,
+ +ounit-1.0.1.ebuild:
+ Fix bug #78319, adds newer version.
30 Sep 2004; Matthieu Sozeau <mattam@gentoo.org> ounit-1.0.0.ebuild:
Mark stable on amd64, closes bug #65082
diff --git a/dev-ml/ounit/Manifest b/dev-ml/ounit/Manifest
index b86bfb532e80..c61501952be7 100644
--- a/dev-ml/ounit/Manifest
+++ b/dev-ml/ounit/Manifest
@@ -1,4 +1,6 @@
-MD5 9e1722d89dc9259059959c4f3383f7a9 ounit-1.0.0.ebuild 645
-MD5 951e7057f016f4e3c0a179f53553891d ChangeLog 744
+MD5 d5a08b6e20f8bc00783fface85cdbae1 ounit-1.0.1.ebuild 654
+MD5 1b542847431b02670b2ae974c66c0d57 ounit-1.0.0.ebuild 651
+MD5 e3654db7b6a3c7df8f4fc7c9eb5eb7af ChangeLog 905
MD5 8b350f19c06fcabf1053b0421b7c3f5a metadata.xml 155
MD5 02270b9f85472c60819e083e602cb39a files/digest-ounit-1.0.0 61
+MD5 316e681577ced4a2a103c329994975c6 files/digest-ounit-1.0.1 61
diff --git a/dev-ml/ounit/files/digest-ounit-1.0.1 b/dev-ml/ounit/files/digest-ounit-1.0.1
new file mode 100644
index 000000000000..cb1ab3f24604
--- /dev/null
+++ b/dev-ml/ounit/files/digest-ounit-1.0.1
@@ -0,0 +1 @@
+MD5 7cfe93ace3f12ea5a89c5b99fac03d0a ounit-1.0.1.tar.gz 9626
diff --git a/dev-ml/ounit/ounit-1.0.0.ebuild b/dev-ml/ounit/ounit-1.0.0.ebuild
index 06bbcb5a0c67..93a7efba026b 100644
--- a/dev-ml/ounit/ounit-1.0.0.ebuild
+++ b/dev-ml/ounit/ounit-1.0.0.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ounit/ounit-1.0.0.ebuild,v 1.5 2004/09/30 18:28:50 mattam Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ounit/ounit-1.0.0.ebuild,v 1.6 2005/02/06 15:53:36 mattam Exp $
inherit findlib
DESCRIPTION="Unit testing framework for OCaml"
-HOMEPAGE="http://home.wanadoo.nl/maas/ocaml/"
-SRC_URI="http://home.wanadoo.nl/maas/ocaml/${P}.tar.gz"
+HOMEPAGE="http://www.xs4all.nl/~mmzeeman/ocaml/"
+SRC_URI="http://www.xs4all.nl/~mmzeeman/ocaml/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="x86 ppc amd64"
diff --git a/dev-ml/ounit/ounit-1.0.1.ebuild b/dev-ml/ounit/ounit-1.0.1.ebuild
new file mode 100644
index 000000000000..3e0ec8999769
--- /dev/null
+++ b/dev-ml/ounit/ounit-1.0.1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ounit/ounit-1.0.1.ebuild,v 1.1 2005/02/06 15:53:36 mattam Exp $
+
+inherit findlib
+
+DESCRIPTION="Unit testing framework for OCaml"
+HOMEPAGE="http://www.xs4all.nl/~mmzeeman/ocaml/"
+SRC_URI="http://www.xs4all.nl/~mmzeeman/ocaml/${P}.tar.gz"
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~x86 ~ppc ~amd64"
+DEPEND="dev-lang/ocaml"
+IUSE=""
+
+src_compile() {
+ emake all allopt || die "emake failed"
+}
+
+src_install() {
+ findlib_src_install
+
+ # typo
+ mv LICENCE LICENSE
+ # install documentation
+ dodoc README LICENSE changelog
+}