summaryrefslogtreecommitdiff
path: root/dev-ml
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2010-07-17 12:31:21 +0000
committerAlexis Ballier <aballier@gentoo.org>2010-07-17 12:31:21 +0000
commit0239b5942c361f9b195feae6de54fdd7493f1b1f (patch)
treec8988f8bad6968a76a97005cb48b617c752f98e4 /dev-ml
parentAdded a new init script which should wrk with both baselayout-1 and openrc. (diff)
downloadgentoo-2-0239b5942c361f9b195feae6de54fdd7493f1b1f.tar.gz
gentoo-2-0239b5942c361f9b195feae6de54fdd7493f1b1f.tar.bz2
gentoo-2-0239b5942c361f9b195feae6de54fdd7493f1b1f.zip
remove old
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-ml')
-rw-r--r--dev-ml/camomile/ChangeLog5
-rw-r--r--dev-ml/camomile/camomile-0.7.2.ebuild35
2 files changed, 4 insertions, 36 deletions
diff --git a/dev-ml/camomile/ChangeLog b/dev-ml/camomile/ChangeLog
index e41e33259bc5..4f20b0a4c7b1 100644
--- a/dev-ml/camomile/ChangeLog
+++ b/dev-ml/camomile/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ml/camomile
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/camomile/ChangeLog,v 1.21 2010/07/11 12:46:17 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/camomile/ChangeLog,v 1.22 2010/07/17 12:31:21 aballier Exp $
+
+ 17 Jul 2010; Alexis Ballier <aballier@gentoo.org> -camomile-0.7.2.ebuild:
+ remove old
11 Jul 2010; Christian Faulhammer <fauli@gentoo.org>
camomile-0.7.3.ebuild:
diff --git a/dev-ml/camomile/camomile-0.7.2.ebuild b/dev-ml/camomile/camomile-0.7.2.ebuild
deleted file mode 100644
index 014aac4bafbe..000000000000
--- a/dev-ml/camomile/camomile-0.7.2.ebuild
+++ /dev/null
@@ -1,35 +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/camomile/camomile-0.7.2.ebuild,v 1.3 2009/09/01 06:49:38 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"
-}