diff options
author | Alexis Ballier <aballier@gentoo.org> | 2008-04-13 18:13:53 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2008-04-13 18:13:53 +0000 |
commit | 734f2aa06a4299e790f698702296692645df7030 (patch) | |
tree | e9a90d211c07afd0ce899f5f78efa57aaffbae6b | |
parent | Fix pam file (#210862). (diff) | |
download | gentoo-2-734f2aa06a4299e790f698702296692645df7030.tar.gz gentoo-2-734f2aa06a4299e790f698702296692645df7030.tar.bz2 gentoo-2-734f2aa06a4299e790f698702296692645df7030.zip |
remove old
(Portage version: 2.1.5_rc3)
-rw-r--r-- | dev-ml/ounit/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ml/ounit/ounit-1.0.0.ebuild | 27 | ||||
-rw-r--r-- | dev-ml/ounit/ounit-1.0.1.ebuild | 27 |
3 files changed, 5 insertions, 55 deletions
diff --git a/dev-ml/ounit/ChangeLog b/dev-ml/ounit/ChangeLog index 3cb5e98c87cd..617c16ff6888 100644 --- a/dev-ml/ounit/ChangeLog +++ b/dev-ml/ounit/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ml/ounit # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ounit/ChangeLog,v 1.11 2008/04/11 22:02:25 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ounit/ChangeLog,v 1.12 2008/04/13 18:13:53 aballier Exp $ + + 13 Apr 2008; Alexis Ballier <aballier@gentoo.org> -ounit-1.0.0.ebuild, + -ounit-1.0.1.ebuild: + remove old 11 Apr 2008; Markus Meier <maekke@gentoo.org> ounit-1.0.2.ebuild: x86 stable, bug #216987 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 -} diff --git a/dev-ml/ounit/ounit-1.0.1.ebuild b/dev-ml/ounit/ounit-1.0.1.ebuild deleted file mode 100644 index 3e0ec8999769..000000000000 --- a/dev-ml/ounit/ounit-1.0.1.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.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 -} |