From 734f2aa06a4299e790f698702296692645df7030 Mon Sep 17 00:00:00 2001 From: Alexis Ballier Date: Sun, 13 Apr 2008 18:13:53 +0000 Subject: remove old (Portage version: 2.1.5_rc3) --- dev-ml/ounit/ounit-1.0.0.ebuild | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 dev-ml/ounit/ounit-1.0.0.ebuild (limited to 'dev-ml/ounit/ounit-1.0.0.ebuild') diff --git a/dev-ml/ounit/ounit-1.0.0.ebuild b/dev-ml/ounit/ounit-1.0.0.ebuild deleted file mode 100644 index 93a7efba026b..000000000000 --- a/dev-ml/ounit/ounit-1.0.0.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# 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.6 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 -} -- cgit v1.2.3-65-gdbad