diff options
author | Alexis Ballier <aballier@gentoo.org> | 2008-03-01 20:51:47 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2008-03-01 20:51:47 +0000 |
commit | 30b082156f203b81e688235b815e5e5eba955799 (patch) | |
tree | a002b774beddd6d50732d849aa42d2ba1d7695da /dev-ml | |
parent | Version bump. (diff) | |
download | gentoo-2-30b082156f203b81e688235b815e5e5eba955799.tar.gz gentoo-2-30b082156f203b81e688235b815e5e5eba955799.tar.bz2 gentoo-2-30b082156f203b81e688235b815e5e5eba955799.zip |
remove old
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/ocamlduce/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ml/ocamlduce/ocamlduce-3.09.3_p1.ebuild | 31 |
2 files changed, 5 insertions, 32 deletions
diff --git a/dev-ml/ocamlduce/ChangeLog b/dev-ml/ocamlduce/ChangeLog index 605bd688b3b0..5220390d31c0 100644 --- a/dev-ml/ocamlduce/ChangeLog +++ b/dev-ml/ocamlduce/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ml/ocamlduce # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlduce/ChangeLog,v 1.5 2008/01/03 23:43:12 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlduce/ChangeLog,v 1.6 2008/03/01 20:51:47 aballier Exp $ + + 01 Mar 2008; Alexis Ballier <aballier@gentoo.org> + -ocamlduce-3.09.3_p1.ebuild: + remove old 03 Jan 2008; Alexis Ballier <aballier@gentoo.org> ocamlduce-3.10.0.ebuild: allow building without ocamlopt diff --git a/dev-ml/ocamlduce/ocamlduce-3.09.3_p1.ebuild b/dev-ml/ocamlduce/ocamlduce-3.09.3_p1.ebuild deleted file mode 100644 index bf7f47af6503..000000000000 --- a/dev-ml/ocamlduce/ocamlduce-3.09.3_p1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlduce/ocamlduce-3.09.3_p1.ebuild,v 1.2 2007/04/24 05:52:35 aballier Exp $ - -inherit eutils findlib - -MY_P="${P/_p/pl}" -DESCRIPTION="OCamlDuce is a merger between OCaml and CDuce" -HOMEPAGE="http://www.cduce.org/ocaml.html" -SRC_URI="http://gallium.inria.fr/~frisch/ocamlcduce/download/${MY_P}.tar.gz" - -LICENSE="QPL-1.0 LGPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND=">=dev-lang/ocaml-3.09.3 - >=dev-ml/findlib-1.1.2" - -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${MY_P}" - -src_compile() { - emake -j1 all opt || die "emake failed" -} - -src_install() { - mkdir -p "${D}/usr/bin" - findlib_src_install BINDIR="${D}/usr/bin" -} |