diff options
author | Alexis Ballier <aballier@gentoo.org> | 2008-04-20 14:24:21 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2008-04-20 14:24:21 +0000 |
commit | 364afff3ec18e7f2a23926dccff53667f52c3fe8 (patch) | |
tree | 1db1fe90a11d37f3896a20d19c8a946bc16763c2 /dev-ml/camomile/camomile-0.5.3-r1.ebuild | |
parent | x86 stable, bug #217700 (diff) | |
download | historical-364afff3ec18e7f2a23926dccff53667f52c3fe8.tar.gz historical-364afff3ec18e7f2a23926dccff53667f52c3fe8.tar.bz2 historical-364afff3ec18e7f2a23926dccff53667f52c3fe8.zip |
remove old
Package-Manager: portage-2.1.5_rc5
Diffstat (limited to 'dev-ml/camomile/camomile-0.5.3-r1.ebuild')
-rw-r--r-- | dev-ml/camomile/camomile-0.5.3-r1.ebuild | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/dev-ml/camomile/camomile-0.5.3-r1.ebuild b/dev-ml/camomile/camomile-0.5.3-r1.ebuild deleted file mode 100644 index e32fd33b6742..000000000000 --- a/dev-ml/camomile/camomile-0.5.3-r1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/camomile/camomile-0.5.3-r1.ebuild,v 1.1 2004/09/10 18:02:38 mattam Exp $ - -inherit findlib - -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="x86 ppc" -IUSE="" - -DEPEND=">=dev-lang/ocaml-3.07" - -src_compile() { - econf || die - emake -j1 -} - -src_install() { - findlib_src_install DATADIR="${D}/usr/share" -} |