diff options
-rw-r--r-- | dev-ml/camomile/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ml/camomile/camomile-0.7.3.ebuild | 35 | ||||
-rw-r--r-- | dev-ml/camomile/camomile-0.8.2.ebuild | 35 |
3 files changed, 5 insertions, 71 deletions
diff --git a/dev-ml/camomile/ChangeLog b/dev-ml/camomile/ChangeLog index 2fd71fa56ea6..2427bcd12807 100644 --- a/dev-ml/camomile/ChangeLog +++ b/dev-ml/camomile/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ml/camomile # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/camomile/ChangeLog,v 1.27 2011/06/30 15:06:51 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/camomile/ChangeLog,v 1.28 2011/06/30 15:32:24 aballier Exp $ + + 30 Jun 2011; Alexis Ballier <aballier@gentoo.org> -camomile-0.7.3.ebuild, + -camomile-0.8.2.ebuild: + remove old 30 Jun 2011; Brent Baude <ranger@gentoo.org> camomile-0.8.1.ebuild: Marking camomile-0.8.1 ppc for bug 343745 diff --git a/dev-ml/camomile/camomile-0.7.3.ebuild b/dev-ml/camomile/camomile-0.7.3.ebuild deleted file mode 100644 index dd42a9844dec..000000000000 --- a/dev-ml/camomile/camomile-0.7.3.ebuild +++ /dev/null @@ -1,35 +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/camomile/camomile-0.7.3.ebuild,v 1.3 2010/07/11 12:46:17 fauli Exp $ - -EAPI="2" - -inherit findlib eutils - -DESCRIPTION="Camomile is a comprehensive Unicode library for ocaml." -HOMEPAGE="http://camomile.sourceforge.net/" -SRC_URI="mirror://sourceforge/camomile/${P}.tar.bz2" - -LICENSE="LGPL-2" -SLOT="0" -KEYWORDS="~amd64 ppc x86" -IUSE="debug +ocamlopt" - -RDEPEND=">=dev-lang/ocaml-3.10.2[ocamlopt?]" -DEPEND="${RDEPEND}" - -src_configure() { - econf $(use_enable debug) -} - -src_compile() { - emake -j1 byte unidata unimaps charmap_data locale_data || die "failed to build" - if use ocamlopt; then - emake -j1 opt || die "failed to build native code" - fi -} - -src_install() { - dodir /usr/bin - findlib_src_install DATADIR="${D}/usr/share" BINDIR="${D}/usr/bin" -} diff --git a/dev-ml/camomile/camomile-0.8.2.ebuild b/dev-ml/camomile/camomile-0.8.2.ebuild deleted file mode 100644 index 7350aebcc8ef..000000000000 --- a/dev-ml/camomile/camomile-0.8.2.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/camomile/camomile-0.8.2.ebuild,v 1.1 2011/04/14 18:34:52 aballier Exp $ - -EAPI="2" - -inherit findlib eutils - -DESCRIPTION="Camomile is a comprehensive Unicode library for ocaml." -HOMEPAGE="http://camomile.sourceforge.net/" -SRC_URI="mirror://sourceforge/camomile/${P}.tar.bz2" - -LICENSE="LGPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="debug +ocamlopt" - -RDEPEND=">=dev-lang/ocaml-3.10.2[ocamlopt?]" -DEPEND="${RDEPEND}" - -src_configure() { - econf $(use_enable debug) -} - -src_compile() { - emake -j1 byte unidata unimaps charmap_data locale_data || die "failed to build" - if use ocamlopt; then - emake -j1 opt || die "failed to build native code" - fi -} - -src_install() { - dodir /usr/bin - findlib_src_install DATADIR="${D}/usr/share" BINDIR="${D}/usr/bin" -} |