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 | 0664031c99aa81707f841544521c67675a92f9b0 (patch) | |
tree | 9557ca17add45e58a75efb10de89426df44b8fef /dev-ml | |
parent | version bump, by Olivier Huber <oli.huber@gmail.com>, bug #350145 (diff) | |
download | historical-0664031c99aa81707f841544521c67675a92f9b0.tar.gz historical-0664031c99aa81707f841544521c67675a92f9b0.tar.bz2 historical-0664031c99aa81707f841544521c67675a92f9b0.zip |
remove old
Package-Manager: portage-2.2.0_alpha18/cvs/Linux x86_64
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/camlp5/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ml/camlp5/camlp5-6.02.1.ebuild | 46 | ||||
-rw-r--r-- | dev-ml/ounit/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ml/ounit/ounit-1.0.3.ebuild | 31 |
4 files changed, 8 insertions, 79 deletions
diff --git a/dev-ml/camlp5/ChangeLog b/dev-ml/camlp5/ChangeLog index 253a741ae27b..7d2095d28bd3 100644 --- a/dev-ml/camlp5/ChangeLog +++ b/dev-ml/camlp5/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ml/camlp5 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlp5/ChangeLog,v 1.53 2011/01/20 19:39:06 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlp5/ChangeLog,v 1.54 2011/01/20 19:40:10 aballier Exp $ + + 20 Jan 2011; Alexis Ballier <aballier@gentoo.org> -camlp5-6.02.1.ebuild: + remove old *camlp5-6.02.1-r1 (20 Jan 2011) diff --git a/dev-ml/camlp5/camlp5-6.02.1.ebuild b/dev-ml/camlp5/camlp5-6.02.1.ebuild deleted file mode 100644 index b9ed5dfe9b62..000000000000 --- a/dev-ml/camlp5/camlp5-6.02.1.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlp5/camlp5-6.02.1.ebuild,v 1.1 2010/12/07 15:12:12 aballier Exp $ - -EAPI="2" - -inherit multilib findlib - -DESCRIPTION="A preprocessor-pretty-printer of ocaml" -HOMEPAGE="http://pauillac.inria.fr/~ddr/camlp5/" -SRC_URI="http://pauillac.inria.fr/~ddr/camlp5/distrib/src/${P}.tgz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-fbsd" -IUSE="doc +ocamlopt" - -DEPEND=">=dev-lang/ocaml-3.10[ocamlopt?]" -RDEPEND="${DEPEND}" - -src_configure() { - ./configure \ - -prefix /usr \ - -bindir /usr/bin \ - -libdir /usr/$(get_libdir)/ocaml \ - -mandir /usr/share/man || die "configure failed" -} - -src_compile(){ - emake || die "emake failed" - if use ocamlopt; then - emake opt || die "Compiling native code programs failed" - emake opt.opt || die "Compiling native code programs failed" - fi -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - # findlib support - insinto "$(ocamlfind printconf destdir)/${PN}" - doins etc/META || die "failed to install META file for findlib support" - - use doc && dohtml -r doc/* - - dodoc CHANGES DEVEL ICHANGES README UPGRADING MODE -} 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 -} |