summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ml/pcre-ocaml/pcre-ocaml-5.03.3.ebuild')
-rw-r--r--dev-ml/pcre-ocaml/pcre-ocaml-5.03.3.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/dev-ml/pcre-ocaml/pcre-ocaml-5.03.3.ebuild b/dev-ml/pcre-ocaml/pcre-ocaml-5.03.3.ebuild
deleted file mode 100644
index b2938612b2e2..000000000000
--- a/dev-ml/pcre-ocaml/pcre-ocaml-5.03.3.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/pcre-ocaml/pcre-ocaml-5.03.3.ebuild,v 1.6 2004/08/21 20:56:24 mattam Exp $
-
-inherit findlib
-
-DESCRIPTION="Perl Compatibility Regular Expressions for O'Caml"
-HOMEPAGE="http://www.ai.univie.ac.at/~markus/home/ocaml_sources.html"
-LICENSE="LGPL-2.1"
-
-DEPEND=">=dev-lang/ocaml-3.06-r1
- >=dev-libs/libpcre-4.2-r1"
-
-SRC_URI="http://www.oefai.at/~markus/ocaml_sources/${P}.tar.bz2"
-
-SLOT="3"
-
-KEYWORDS="x86 ppc"
-IUSE=""
-
-src_compile() {
- emake all || die
-}
-
-src_install () {
- findlib_src_install
-
- # install documentation
- dodoc LICENSE README VERSION
-}