diff options
author | Alexis Ballier <aballier@gentoo.org> | 2011-01-20 19:43:18 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2011-01-20 19:43:18 +0000 |
commit | b22956d90ced8cc686674f363d43ddeaa43429da (patch) | |
tree | e030773c68319ba071ed5136a4414d5c5025ea11 /dev-ml | |
parent | version bump, by Olivier Huber <oli.huber@gmail.com>, bug #350145 (diff) | |
download | gentoo-2-b22956d90ced8cc686674f363d43ddeaa43429da.tar.gz gentoo-2-b22956d90ced8cc686674f363d43ddeaa43429da.tar.bz2 gentoo-2-b22956d90ced8cc686674f363d43ddeaa43429da.zip |
remove old
(Portage version: 2.2.0_alpha18/cvs/Linux x86_64)
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/ounit/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ml/ounit/ounit-1.0.3.ebuild | 31 |
2 files changed, 4 insertions, 32 deletions
diff --git a/dev-ml/ounit/ChangeLog b/dev-ml/ounit/ChangeLog index 67743746e5fa..9a5aa85f24c6 100644 --- a/dev-ml/ounit/ChangeLog +++ b/dev-ml/ounit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ml/ounit # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ounit/ChangeLog,v 1.23 2011/01/13 22:16:36 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ounit/ChangeLog,v 1.24 2011/01/20 19:43:18 aballier Exp $ + + 20 Jan 2011; Alexis Ballier <aballier@gentoo.org> -ounit-1.0.3.ebuild: + remove old 13 Jan 2011; Brent Baude <ranger@gentoo.org> ounit-1.1.0.ebuild: stable ppc, bug 349760 diff --git a/dev-ml/ounit/ounit-1.0.3.ebuild b/dev-ml/ounit/ounit-1.0.3.ebuild deleted file mode 100644 index 8c2145bdb49a..000000000000 --- a/dev-ml/ounit/ounit-1.0.3.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ounit/ounit-1.0.3.ebuild,v 1.4 2009/09/28 16:26:13 betelgeuse Exp $ - -EAPI="2" - -inherit findlib eutils - -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="amd64 ppc x86" -DEPEND=">=dev-lang/ocaml-3.10.2[ocamlopt?]" -RDEPEND="${DEPEND}" -IUSE="+ocamlopt" - -src_compile() { - emake all || die "emake failed" - if use ocamlopt; then - emake allopt || die "failed to build native code" - fi -} - -src_install() { - findlib_src_install - - # install documentation - dodoc README changelog || die -} |