diff options
author | Matthieu Sozeau <mattam@gentoo.org> | 2005-02-06 15:53:36 +0000 |
---|---|---|
committer | Matthieu Sozeau <mattam@gentoo.org> | 2005-02-06 15:53:36 +0000 |
commit | 48edfa7f7ce425bc97fe3b8d653663fb21bc922e (patch) | |
tree | e76011e5b3a2eec602f035e1a44691db141d2175 /dev-ml/ounit | |
parent | Version bump. (Manifest recommit) (diff) | |
download | gentoo-2-48edfa7f7ce425bc97fe3b8d653663fb21bc922e.tar.gz gentoo-2-48edfa7f7ce425bc97fe3b8d653663fb21bc922e.tar.bz2 gentoo-2-48edfa7f7ce425bc97fe3b8d653663fb21bc922e.zip |
Fix bug #78319, version bump.
Diffstat (limited to 'dev-ml/ounit')
-rw-r--r-- | dev-ml/ounit/ChangeLog | 10 | ||||
-rw-r--r-- | dev-ml/ounit/Manifest | 4 | ||||
-rw-r--r-- | dev-ml/ounit/files/digest-ounit-1.0.1 | 1 | ||||
-rw-r--r-- | dev-ml/ounit/ounit-1.0.0.ebuild | 8 | ||||
-rw-r--r-- | dev-ml/ounit/ounit-1.0.1.ebuild | 27 |
5 files changed, 43 insertions, 7 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..c57ed31f2e2e 100644 --- a/dev-ml/ounit/Manifest +++ b/dev-ml/ounit/Manifest @@ -1,4 +1,6 @@ -MD5 9e1722d89dc9259059959c4f3383f7a9 ounit-1.0.0.ebuild 645 +MD5 14e90b625b2eb150541f089d02797df4 ounit-1.0.1.ebuild 651 +MD5 14e90b625b2eb150541f089d02797df4 ounit-1.0.0.ebuild 651 MD5 951e7057f016f4e3c0a179f53553891d ChangeLog 744 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 +} |