diff options
author | Alexis Ballier <aballier@gentoo.org> | 2007-05-26 21:19:46 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2007-05-26 21:19:46 +0000 |
commit | 17422a312b1bac3ee48c40cc606de8c50db33a76 (patch) | |
tree | 47922b68c72a6cc56b2a289154882b63a6a8932f /dev-ml/camomile | |
parent | Fixing the grsecurity patch, had one '};' too much. (diff) | |
download | gentoo-2-17422a312b1bac3ee48c40cc606de8c50db33a76.tar.gz gentoo-2-17422a312b1bac3ee48c40cc606de8c50db33a76.tar.bz2 gentoo-2-17422a312b1bac3ee48c40cc606de8c50db33a76.zip |
Version bump, ~amd64
(Portage version: 2.1.2.7)
Diffstat (limited to 'dev-ml/camomile')
-rw-r--r-- | dev-ml/camomile/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ml/camomile/camomile-0.7.1.ebuild | 26 | ||||
-rw-r--r-- | dev-ml/camomile/files/digest-camomile-0.7.1 | 3 |
3 files changed, 35 insertions, 1 deletions
diff --git a/dev-ml/camomile/ChangeLog b/dev-ml/camomile/ChangeLog index a6ba372f4325..17979944d188 100644 --- a/dev-ml/camomile/ChangeLog +++ b/dev-ml/camomile/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-ml/camomile # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/camomile/ChangeLog,v 1.8 2007/02/09 02:46:18 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/camomile/ChangeLog,v 1.9 2007/05/26 21:19:46 aballier Exp $ + +*camomile-0.7.1 (26 May 2007) + + 26 May 2007; Alexis Ballier <aballier@gentoo.org> +camomile-0.7.1.ebuild: + Version bump, ~amd64 09 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog: Regenerate digest in Manifest2 format. diff --git a/dev-ml/camomile/camomile-0.7.1.ebuild b/dev-ml/camomile/camomile-0.7.1.ebuild new file mode 100644 index 000000000000..143148123e6c --- /dev/null +++ b/dev-ml/camomile/camomile-0.7.1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/camomile/camomile-0.7.1.ebuild,v 1.1 2007/05/26 21:19:46 aballier 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="~amd64 ~ppc ~x86" +IUSE="debug" + +DEPEND=">=dev-lang/ocaml-3.07" + +src_compile() { + econf $(use_enable debug) || die + emake -j1 +} + +src_install() { + mkdir -p "${D}/usr/bin" + findlib_src_install DATADIR="${D}/usr/share" BINDIR="${D}/usr/bin" +} diff --git a/dev-ml/camomile/files/digest-camomile-0.7.1 b/dev-ml/camomile/files/digest-camomile-0.7.1 new file mode 100644 index 000000000000..21160ad34895 --- /dev/null +++ b/dev-ml/camomile/files/digest-camomile-0.7.1 @@ -0,0 +1,3 @@ +MD5 9b8cedcf91e9795f85aaade5a6f1c515 camomile-0.7.1.tar.bz2 2133102 +RMD160 6272341b0f5987e40d001bd81523173f3e38a168 camomile-0.7.1.tar.bz2 2133102 +SHA256 9103ff245ab8265e5bdbb2cfa1028ab5ea06b660bf59ecb4c3fd6ae4ad523e9f camomile-0.7.1.tar.bz2 2133102 |