diff options
Diffstat (limited to 'dev-ml/pomap/pomap-2.9.4.ebuild')
-rw-r--r-- | dev-ml/pomap/pomap-2.9.4.ebuild | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/dev-ml/pomap/pomap-2.9.4.ebuild b/dev-ml/pomap/pomap-2.9.4.ebuild deleted file mode 100644 index 84cc3ef6dfa4..000000000000 --- a/dev-ml/pomap/pomap-2.9.4.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/pomap/pomap-2.9.4.ebuild,v 1.6 2005/04/22 09:47:26 blubb Exp $ - -inherit findlib - -DESCRIPTION="Partially Ordered Map ADT for O'Caml" -HOMEPAGE="http://www.ai.univie.ac.at/~markus/home/ocaml_sources.html" -LICENSE="LGPL-2.1" -DEPEND=">=dev-lang/ocaml-3.06" -SRC_URI="http://www.oefai.at/~markus/ocaml_sources/${P}.tar.bz2" - -SLOT="0" -KEYWORDS="x86 ppc amd64" -IUSE="" - -src_compile() { - emake -j1 all || die -} - -src_install () { - findlib_src_install - - # install documentation - dodoc LICENSE README VERSION Changes - - #install examples - mv ${S}/examples/ ${D}/usr/share/doc/${PF}/ -} |