diff options
author | Matthieu Sozeau <mattam@gentoo.org> | 2004-08-25 12:48:48 +0000 |
---|---|---|
committer | Matthieu Sozeau <mattam@gentoo.org> | 2004-08-25 12:48:48 +0000 |
commit | d5cfdcbc5f5e31fa021046772d356e4d46af5860 (patch) | |
tree | b6168a04cb2f5fe7462aa9f8bd0825ba80cd9d40 /dev-ml | |
parent | New revision using findlib eclass. (diff) | |
download | historical-d5cfdcbc5f5e31fa021046772d356e4d46af5860.tar.gz historical-d5cfdcbc5f5e31fa021046772d356e4d46af5860.tar.bz2 historical-d5cfdcbc5f5e31fa021046772d356e4d46af5860.zip |
Use findlib eclass.
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/pomap/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ml/pomap/pomap-2.9.4.ebuild | 15 |
2 files changed, 9 insertions, 11 deletions
diff --git a/dev-ml/pomap/ChangeLog b/dev-ml/pomap/ChangeLog index f4173420f316..a63e029bf7df 100644 --- a/dev-ml/pomap/ChangeLog +++ b/dev-ml/pomap/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ml/pomap # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/dev-ml/pomap/ChangeLog,v 1.4 2004/08/08 09:28:17 mattam Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/pomap/ChangeLog,v 1.5 2004/08/25 12:48:48 mattam Exp $ + + 25 Aug 2004; Matthieu Sozeau <mattam@gentoo.org> pomap-2.9.4.ebuild: + Use findlib eclass. *pomap-2.9.4 (08 Aug 2004) diff --git a/dev-ml/pomap/pomap-2.9.4.ebuild b/dev-ml/pomap/pomap-2.9.4.ebuild index 319dbb1ca4eb..1b5928b15067 100644 --- a/dev-ml/pomap/pomap-2.9.4.ebuild +++ b/dev-ml/pomap/pomap-2.9.4.ebuild @@ -1,12 +1,13 @@ # Copyright 1999-2004 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.1 2004/08/08 09:28:17 mattam Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/pomap/pomap-2.9.4.ebuild,v 1.2 2004/08/25 12:48:48 mattam 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 - >=dev-ml/findlib-0.8" +DEPEND=">=dev-lang/ocaml-3.06" SRC_URI="http://www.oefai.at/~markus/ocaml_sources/${P}.tar.bz2" SLOT="0" @@ -18,13 +19,7 @@ src_compile() { } src_install () { - # which directory does the lib go into? - destdir=`ocamlfind printconf destdir` - - # install - mkdir -p ${D}${destdir} || die - make OCAMLFIND_DESTDIR=${D}${destdir} \ - OCAMLFIND_LDCONF=dummy install || die + findlib_src_install # install documentation dodoc LICENSE README VERSION Changes |