diff options
author | Alexis Ballier <aballier@gentoo.org> | 2007-11-10 14:19:58 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2007-11-10 14:19:58 +0000 |
commit | bbcf7a2d1fc438c37b2726f4bbe555f9a07a052e (patch) | |
tree | 98f357a8d00ba48e6b7f8bf14ebc06a0da7d0349 /dev-ml | |
parent | amd64 stable (diff) | |
download | gentoo-2-bbcf7a2d1fc438c37b2726f4bbe555f9a07a052e.tar.gz gentoo-2-bbcf7a2d1fc438c37b2726f4bbe555f9a07a052e.tar.bz2 gentoo-2-bbcf7a2d1fc438c37b2726f4bbe555f9a07a052e.zip |
cleanup unused version
(Portage version: 2.1.3.19)
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/camlzip/ChangeLog | 5 | ||||
-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, 4 insertions, 40 deletions
diff --git a/dev-ml/camlzip/ChangeLog b/dev-ml/camlzip/ChangeLog index ffba10ccd88e..6cd41cd484c7 100644 --- a/dev-ml/camlzip/ChangeLog +++ b/dev-ml/camlzip/ChangeLog @@ -1,6 +1,9 @@ # 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.6 2007/11/10 14:18:20 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlzip/ChangeLog,v 1.7 2007/11/10 14:19:58 aballier Exp $ + + 10 Nov 2007; Alexis Ballier <aballier@gentoo.org> -camlzip-1.03.ebuild: + cleanup unused version *camlzip-1.03-r1 (10 Nov 2007) diff --git a/dev-ml/camlzip/camlzip-1.03.ebuild b/dev-ml/camlzip/camlzip-1.03.ebuild deleted file mode 100644 index 2ba95437a3ee..000000000000 --- a/dev-ml/camlzip/camlzip-1.03.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# 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 deleted file mode 100644 index f287fc345617..000000000000 --- a/dev-ml/camlzip/files/digest-camlzip-1.03 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 65cee9abf1df6544cae554b94128d441 camlzip-1.03.tar.gz 24562 -RMD160 fc773c0e351863538817f5c803a1b1d6cf9bc6e5 camlzip-1.03.tar.gz 24562 -SHA256 d45af5deee6126137eb1bd896373ceeabacb916e30b977122de2eb3134336f08 camlzip-1.03.tar.gz 24562 |