summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2011-06-30 15:32:24 +0000
committerAlexis Ballier <aballier@gentoo.org>2011-06-30 15:32:24 +0000
commit2b2a2e9ba443334a6915a09437b4a49fc4ea96fc (patch)
tree63d0bf081f7abe8369ed27aa60fc02eb5675e0e4 /dev-ml/camomile
parentMarking psi-0.14-r2 ppc for bug 372591 (diff)
downloadgentoo-2-2b2a2e9ba443334a6915a09437b4a49fc4ea96fc.tar.gz
gentoo-2-2b2a2e9ba443334a6915a09437b4a49fc4ea96fc.tar.bz2
gentoo-2-2b2a2e9ba443334a6915a09437b4a49fc4ea96fc.zip
remove ol
(Portage version: 2.2.0_alpha41/cvs/Linux x86_64)
Diffstat (limited to 'dev-ml/camomile')
-rw-r--r--dev-ml/camomile/ChangeLog6
-rw-r--r--dev-ml/camomile/camomile-0.7.3.ebuild35
-rw-r--r--dev-ml/camomile/camomile-0.8.2.ebuild35
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"
-}