diff options
author | Matthieu Sozeau <mattam@gentoo.org> | 2004-08-09 02:00:37 +0000 |
---|---|---|
committer | Matthieu Sozeau <mattam@gentoo.org> | 2004-08-09 02:00:37 +0000 |
commit | 130d2fb1fe338b132825c0919c49b3e7f9229984 (patch) | |
tree | 91f0cf96b131a70753914d67c0c0cb9861a96415 /dev-ml/camomile | |
parent | fix gtk and kde USE flags (Manifest recommit) (diff) | |
download | gentoo-2-130d2fb1fe338b132825c0919c49b3e7f9229984.tar.gz gentoo-2-130d2fb1fe338b132825c0919c49b3e7f9229984.tar.bz2 gentoo-2-130d2fb1fe338b132825c0919c49b3e7f9229984.zip |
Fix repoman warnings.
Diffstat (limited to 'dev-ml/camomile')
-rw-r--r-- | dev-ml/camomile/Manifest | 2 | ||||
-rw-r--r-- | dev-ml/camomile/camomile-0.5.3.ebuild | 11 |
2 files changed, 7 insertions, 6 deletions
diff --git a/dev-ml/camomile/Manifest b/dev-ml/camomile/Manifest index 6d495148e69d..ec448d1a7b7d 100644 --- a/dev-ml/camomile/Manifest +++ b/dev-ml/camomile/Manifest @@ -1,4 +1,4 @@ -MD5 c2b4c3809da2d3a7e78056c463472e68 camomile-0.5.3.ebuild 798 +MD5 14ab02c135e6bd8d3cf3682629a504d0 camomile-0.5.3.ebuild 801 MD5 8b350f19c06fcabf1053b0421b7c3f5a metadata.xml 155 MD5 640af20348659f86e6200d7c300e4890 ChangeLog 383 MD5 f5acf743fc3456d4b1d4840defd8baa8 files/digest-camomile-0.5.3 68 diff --git a/dev-ml/camomile/camomile-0.5.3.ebuild b/dev-ml/camomile/camomile-0.5.3.ebuild index a3bac99aae72..8311349b8881 100644 --- a/dev-ml/camomile/camomile-0.5.3.ebuild +++ b/dev-ml/camomile/camomile-0.5.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/camomile/camomile-0.5.3.ebuild,v 1.1 2004/08/08 08:51:41 mattam Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/camomile/camomile-0.5.3.ebuild,v 1.2 2004/08/09 02:00:37 mattam Exp $ DESCRIPTION="Camomile is a comprehensive Unicode library for ocaml." HOMEPAGE="http://camomile.sourceforge.net/" @@ -10,18 +10,19 @@ LICENSE="LGPL-2" KEYWORDS="~x86 ~ppc" IUSE="" DEPEND=">=dev-lang/ocaml-3.07" +SLOT="0" src_compile() { econf || die # Does not support parallel builds. - make + make } -src_install() { +src_install() { local destdir=`ocamlfind printconf destdir` - dodir ${destdir} + dodir ${destdir} export OCAMLFIND_DESTDIR=${D}${destdir} - + # stublibs style dodir ${destdir}/stublibs |