summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2008-07-09 10:46:03 +0000
committerAlexis Ballier <aballier@gentoo.org>2008-07-09 10:46:03 +0000
commit62864bb176f7e0eb33120bf48bfdb408540edb28 (patch)
tree24839095400d573fda1074c4a66fdb018bd441f4 /dev-ml/pcre-ocaml
parentamd64 stable - 231201 (diff)
downloadgentoo-2-62864bb176f7e0eb33120bf48bfdb408540edb28.tar.gz
gentoo-2-62864bb176f7e0eb33120bf48bfdb408540edb28.tar.bz2
gentoo-2-62864bb176f7e0eb33120bf48bfdb408540edb28.zip
remove old
(Portage version: 2.2_rc1/cvs/Linux 2.6.25.7 x86_64)
Diffstat (limited to 'dev-ml/pcre-ocaml')
-rw-r--r--dev-ml/pcre-ocaml/ChangeLog7
-rw-r--r--dev-ml/pcre-ocaml/pcre-ocaml-4.33.0.ebuild34
-rw-r--r--dev-ml/pcre-ocaml/pcre-ocaml-5.08.1.ebuild27
-rw-r--r--dev-ml/pcre-ocaml/pcre-ocaml-5.14.0.ebuild51
4 files changed, 6 insertions, 113 deletions
diff --git a/dev-ml/pcre-ocaml/ChangeLog b/dev-ml/pcre-ocaml/ChangeLog
index a58de70d85de..b53b9fedc367 100644
--- a/dev-ml/pcre-ocaml/ChangeLog
+++ b/dev-ml/pcre-ocaml/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-ml/pcre-ocaml
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/pcre-ocaml/ChangeLog,v 1.23 2008/07/05 15:59:43 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/pcre-ocaml/ChangeLog,v 1.24 2008/07/09 10:46:03 aballier Exp $
+
+ 09 Jul 2008; Alexis Ballier <aballier@gentoo.org>
+ -pcre-ocaml-4.33.0.ebuild, -pcre-ocaml-5.08.1.ebuild,
+ -pcre-ocaml-5.14.0.ebuild:
+ remove old
05 Jul 2008; Markus Meier <maekke@gentoo.org> pcre-ocaml-5.15.0.ebuild:
x86 stable, bug #229997
diff --git a/dev-ml/pcre-ocaml/pcre-ocaml-4.33.0.ebuild b/dev-ml/pcre-ocaml/pcre-ocaml-4.33.0.ebuild
deleted file mode 100644
index b2c01f91e150..000000000000
--- a/dev-ml/pcre-ocaml/pcre-ocaml-4.33.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/pcre-ocaml/pcre-ocaml-4.33.0.ebuild,v 1.5 2005/03/27 15:12:23 mattam Exp $
-
-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.04-r1
- >=dev-libs/libpcre-3.9-r1
- >=dev-ml/findlib-0.8"
-
-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 () {
- # which directory does the lib go into?
- destdir=`ocamlfind printconf destdir`
-
- # install
- mkdir -p ${D}${destdir} || die
- make OCAMLFIND_DESTDIR=${D}${destdir} \
- OCAMLFIND_LDCONF=dummy install || die
-
- # install documentation
- dodoc LICENSE README VERSION
-}
diff --git a/dev-ml/pcre-ocaml/pcre-ocaml-5.08.1.ebuild b/dev-ml/pcre-ocaml/pcre-ocaml-5.08.1.ebuild
deleted file mode 100644
index 79447f338f31..000000000000
--- a/dev-ml/pcre-ocaml/pcre-ocaml-5.08.1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2005 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.08.1.ebuild,v 1.4 2005/04/30 19:22:01 hansmi Exp $
-
-inherit findlib
-
-DESCRIPTION="Perl Compatibility Regular Expressions for O'Caml"
-HOMEPAGE="http://www.oefai.at/~markus/home/ocaml_sources.html"
-SRC_URI="http://www.oefai.at/~markus/ocaml_sources/${P}.tar.bz2"
-LICENSE="LGPL-2.1"
-
-DEPEND=">=dev-lang/ocaml-3.07
- >=dev-libs/libpcre-4.5"
-SLOT="0"
-IUSE=""
-KEYWORDS="x86 ppc amd64"
-
-src_compile() {
- make all || die
-}
-
-src_install () {
- findlib_src_install
-
- # install documentation
- dodoc LICENSE README VERSION
-}
diff --git a/dev-ml/pcre-ocaml/pcre-ocaml-5.14.0.ebuild b/dev-ml/pcre-ocaml/pcre-ocaml-5.14.0.ebuild
deleted file mode 100644
index 0545c779f298..000000000000
--- a/dev-ml/pcre-ocaml/pcre-ocaml-5.14.0.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2008 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.14.0.ebuild,v 1.1 2008/04/08 21:34:32 aballier Exp $
-
-inherit findlib eutils
-
-EAPI="1"
-
-DESCRIPTION="Perl Compatibility Regular Expressions for O'Caml"
-HOMEPAGE="http://www.ocaml.info/home/ocaml_sources.html"
-SRC_URI="http://www.ocaml.info/ocaml_sources/${P}.tar.bz2"
-LICENSE="LGPL-2.1"
-
-DEPEND=">=dev-lang/ocaml-3.07
- >=dev-libs/libpcre-4.5"
-SLOT="0"
-IUSE="examples +ocamlopt"
-KEYWORDS="~amd64 ~ppc ~x86"
-
-pkg_setup() {
- if use ocamlopt && ! built_with_use --missing true dev-lang/ocaml ocamlopt; then
- eerror "In order to build ${PN} with native code support from ocaml"
- eerror "You first need to have a native code ocaml compiler."
- eerror "You need to install dev-lang/ocaml with ocamlopt useflag on."
- die "Please install ocaml with ocamlopt useflag"
- fi
-}
-
-src_compile() {
- cd "${S}/lib"
- emake byte-code-library || die "Failed to build byte code library"
- if use ocamlopt; then
- emake native-code-library || die "Failed to build native code library"
- fi
-}
-
-src_install () {
- export OCAMLFIND_INSTFLAGS="-optional"
- findlib_src_install
-
- # install documentation
- dodoc README VERSION Changes
-
- if use examples; then
- for dir in examples/*
- do
- docinto $dir
- dodoc $dir/*
- done
- fi
-}