summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2008-04-06 19:44:51 +0000
committerAlexis Ballier <aballier@gentoo.org>2008-04-06 19:44:51 +0000
commit221b80d6e5d39e2243f69207214340c3e5980cdb (patch)
treeb691e759ee0357ce99952f295e79adb7b8b7703c /dev-ml/camlzip
parentamd64 stable, bug #215736 (diff)
downloadgentoo-2-221b80d6e5d39e2243f69207214340c3e5980cdb.tar.gz
gentoo-2-221b80d6e5d39e2243f69207214340c3e5980cdb.tar.bz2
gentoo-2-221b80d6e5d39e2243f69207214340c3e5980cdb.zip
remove old
(Portage version: 2.1.5_rc2)
Diffstat (limited to 'dev-ml/camlzip')
-rw-r--r--dev-ml/camlzip/ChangeLog6
-rw-r--r--dev-ml/camlzip/camlzip-1.01-r1.ebuild36
-rw-r--r--dev-ml/camlzip/files/camlzip-1.01-Makefile-findlib.patch23
3 files changed, 5 insertions, 60 deletions
diff --git a/dev-ml/camlzip/ChangeLog b/dev-ml/camlzip/ChangeLog
index b920eac7ada2..2401c398cd6e 100644
--- a/dev-ml/camlzip/ChangeLog
+++ b/dev-ml/camlzip/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ml/camlzip
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlzip/ChangeLog,v 1.12 2008/04/06 19:30:39 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlzip/ChangeLog,v 1.13 2008/04/06 19:44:51 aballier Exp $
+
+ 06 Apr 2008; Alexis Ballier <aballier@gentoo.org>
+ -files/camlzip-1.01-Makefile-findlib.patch, -camlzip-1.01-r1.ebuild:
+ remove old
06 Apr 2008; Markus Meier <maekke@gentoo.org> camlzip-1.03-r1.ebuild:
x86 stable, bug #215748
diff --git a/dev-ml/camlzip/camlzip-1.01-r1.ebuild b/dev-ml/camlzip/camlzip-1.01-r1.ebuild
deleted file mode 100644
index abf828de5de4..000000000000
--- a/dev-ml/camlzip/camlzip-1.01-r1.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.01-r1.ebuild,v 1.3 2007/11/10 14:22:03 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="x86 ppc"
-
-DEPEND=">=dev-lang/ocaml-3.04 \
- >=sys-libs/zlib-1.1.3"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}/${P}-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/camlzip-1.01-Makefile-findlib.patch b/dev-ml/camlzip/files/camlzip-1.01-Makefile-findlib.patch
deleted file mode 100644
index e7c4014d3c82..000000000000
--- a/dev-ml/camlzip/files/camlzip-1.01-Makefile-findlib.patch
+++ /dev/null
@@ -1,23 +0,0 @@
---- Makefile.orig 2004-08-25 14:34:02.963205056 +0200
-+++ Makefile 2004-08-25 14:35:28.916138224 +0200
-@@ -55,18 +55,8 @@
- rm -f *.o *.a
-
- install:
-- mkdir -p $(INSTALLDIR)
-- cp zip.cma zip.cmi gzip.cmi zip.mli gzip.mli libcamlzip.a $(INSTALLDIR)
-- if test -f dllcamlzip.so; then \
-- cp dllcamlzip.so $(INSTALLDIR); \
-- ldconf=`$(OCAMLC) -where`/ld.conf; \
-- installdir=$(INSTALLDIR); \
-- if test `grep -s -c $$installdir'$$' $$ldconf || :` = 0; \
-- then echo $$installdir >> $$ldconf; fi \
-- fi
--
--installopt:
-- cp zip.cmxa zip.a zip.cmx gzip.cmx $(INSTALLDIR)
-+ ocamlfind install camlzip META zip.cma zip.cmi gzip.cmi zip.mli gzip.mli libcamlzip.a dllcamlzip.so \
-+ zip.cmxa zip.a zip.cmx gzip.cmx
-
- depend:
- gcc -MM -I$(ZLIB_INCLUDE) *.c > .depend