diff options
author | Alexis Ballier <aballier@gentoo.org> | 2007-05-26 20:34:04 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2007-05-26 20:34:04 +0000 |
commit | dbcab479d127e3f472633fab53d98e0d7950498b (patch) | |
tree | 36b2d03a02dc71a95d3968ec3e0f50ec6ea24fed /dev-ml/camlzip | |
parent | Remove console and custom-cflags use flag from pidgin (diff) | |
download | gentoo-2-dbcab479d127e3f472633fab53d98e0d7950498b.tar.gz gentoo-2-dbcab479d127e3f472633fab53d98e0d7950498b.tar.bz2 gentoo-2-dbcab479d127e3f472633fab53d98e0d7950498b.zip |
Version bump, ~amd64, closes bug #147523
(Portage version: 2.1.2.7)
Diffstat (limited to 'dev-ml/camlzip')
-rw-r--r-- | dev-ml/camlzip/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ml/camlzip/camlzip-1.03.ebuild | 36 | ||||
-rw-r--r-- | dev-ml/camlzip/files/digest-camlzip-1.03 | 3 |
3 files changed, 45 insertions, 1 deletions
diff --git a/dev-ml/camlzip/ChangeLog b/dev-ml/camlzip/ChangeLog index 176effd6ab8b..25796618009d 100644 --- a/dev-ml/camlzip/ChangeLog +++ b/dev-ml/camlzip/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-ml/camlzip # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlzip/ChangeLog,v 1.4 2007/02/09 02:45:34 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlzip/ChangeLog,v 1.5 2007/05/26 20:34:04 aballier Exp $ + +*camlzip-1.03 (26 May 2007) + + 26 May 2007; Alexis Ballier <aballier@gentoo.org> +camlzip-1.03.ebuild: + Version bump, ~amd64, closes bug #147523 09 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog: Regenerate digest in Manifest2 format. diff --git a/dev-ml/camlzip/camlzip-1.03.ebuild b/dev-ml/camlzip/camlzip-1.03.ebuild new file mode 100644 index 000000000000..2ba95437a3ee --- /dev/null +++ b/dev-ml/camlzip/camlzip-1.03.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlzip/camlzip-1.03.ebuild,v 1.1 2007/05/26 20:34:04 aballier Exp $ + +inherit findlib eutils + +IUSE="" + +DESCRIPTION="Compressed file access ML library (ZIP, GZIP and JAR)" +HOMEPAGE="http://cristal.inria.fr/~xleroy/software.html#camlzip" +SRC_URI="http://caml.inria.fr/distrib/bazar-ocaml/${P}.tar.gz" + +SLOT="1" +LICENSE="LGPL-2.1" +KEYWORDS="~amd64 ~ppc ~x86" + +DEPEND=">=dev-lang/ocaml-3.04 \ + >=sys-libs/zlib-1.1.3" + +src_unpack() { + unpack ${A} + cd ${S} + epatch "${FILESDIR}/${PN}-1.01-Makefile-findlib.patch" + sed -e "s/VERSION/${PV}/" ${FILESDIR}/META >> META +} + +src_compile() { + emake all || die "Failed at compilation step !!!" + emake allopt || die "Failed at ML compilation step !!!" +} + +src_install() { + findlib_src_install + + dodoc README +} diff --git a/dev-ml/camlzip/files/digest-camlzip-1.03 b/dev-ml/camlzip/files/digest-camlzip-1.03 new file mode 100644 index 000000000000..f287fc345617 --- /dev/null +++ b/dev-ml/camlzip/files/digest-camlzip-1.03 @@ -0,0 +1,3 @@ +MD5 65cee9abf1df6544cae554b94128d441 camlzip-1.03.tar.gz 24562 +RMD160 fc773c0e351863538817f5c803a1b1d6cf9bc6e5 camlzip-1.03.tar.gz 24562 +SHA256 d45af5deee6126137eb1bd896373ceeabacb916e30b977122de2eb3134336f08 camlzip-1.03.tar.gz 24562 |