summaryrefslogtreecommitdiff
path: root/dev-ml
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2008-04-01 18:19:35 +0000
committerAlexis Ballier <aballier@gentoo.org>2008-04-01 18:19:35 +0000
commitab66cc947c777c9af4ef599898163b067907971b (patch)
treeb95fa642398830728771d0446603db29fe3c64e8 /dev-ml
parentshorten die message (diff)
downloadgentoo-2-ab66cc947c777c9af4ef599898163b067907971b.tar.gz
gentoo-2-ab66cc947c777c9af4ef599898163b067907971b.tar.bz2
gentoo-2-ab66cc947c777c9af4ef599898163b067907971b.zip
remove old
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-ml')
-rw-r--r--dev-ml/findlib/ChangeLog7
-rw-r--r--dev-ml/findlib/files/findlib-1.1.2_p1-sandbox.patch13
-rw-r--r--dev-ml/findlib/findlib-1.0.4-r1.ebuild77
-rw-r--r--dev-ml/findlib/findlib-1.1.2_p1.ebuild85
4 files changed, 6 insertions, 176 deletions
diff --git a/dev-ml/findlib/ChangeLog b/dev-ml/findlib/ChangeLog
index 3bec2aec7e84..2ef0b9f5bc9c 100644
--- a/dev-ml/findlib/ChangeLog
+++ b/dev-ml/findlib/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-ml/findlib
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/findlib/ChangeLog,v 1.36 2008/03/10 15:06:44 beandog Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/findlib/ChangeLog,v 1.37 2008/04/01 18:19:34 aballier Exp $
+
+ 01 Apr 2008; Alexis Ballier <aballier@gentoo.org>
+ -files/findlib-1.1.2_p1-sandbox.patch, -findlib-1.0.4-r1.ebuild,
+ -findlib-1.1.2_p1.ebuild:
+ remove old
10 Mar 2008; Steve Dibb <beandog@gentoo.org> findlib-1.2.1.ebuild:
amd64 stable, bug 211966
diff --git a/dev-ml/findlib/files/findlib-1.1.2_p1-sandbox.patch b/dev-ml/findlib/files/findlib-1.1.2_p1-sandbox.patch
deleted file mode 100644
index f8b8c6f7bba9..000000000000
--- a/dev-ml/findlib/files/findlib-1.1.2_p1-sandbox.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: findlib-1.1.2pl1/Makefile
-===================================================================
---- findlib-1.1.2pl1.orig/Makefile
-+++ findlib-1.1.2pl1/Makefile
-@@ -22,7 +22,7 @@ install:
- $(MAKE) install-meta
- cd src/findlib; $(MAKE) install-num-top
- $(MAKE) install-config
-- cp tools/safe_camlp4 $(OCAMLFIND_BIN)
-+ cp tools/safe_camlp4 $(prefix)$(OCAMLFIND_BIN)
-
- uninstall:
- $(MAKE) uninstall-doc
diff --git a/dev-ml/findlib/findlib-1.0.4-r1.ebuild b/dev-ml/findlib/findlib-1.0.4-r1.ebuild
deleted file mode 100644
index b19643eed023..000000000000
--- a/dev-ml/findlib/findlib-1.0.4-r1.ebuild
+++ /dev/null
@@ -1,77 +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/findlib/findlib-1.0.4-r1.ebuild,v 1.15 2008/01/27 12:18:20 grobian Exp $
-
-inherit multilib
-
-IUSE="tk"
-
-DESCRIPTION="OCaml tool to find/use non-standard packages."
-HOMEPAGE="http://www.ocaml-programming.de/packages/"
-SRC_URI="http://www.ocaml-programming.de/packages/${P}.tar.gz"
-
-LICENSE="MIT X11"
-
-SLOT="0"
-KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86"
-
-DEPEND=">=dev-lang/ocaml-3.07"
-
-ocamlfind_destdir="/usr/$(get_libdir)/ocaml/site-packages"
-stublibs=${ocamlfind_destdir}/stublibs
-
-pkg_setup()
-{
- if ( use tk && which ocaml && ! which labltk ); then
- eerror "It seems you don't have ocaml compiled with tk support"
- eerror ""
- eerror "The findlib toolbox requires ocaml be built with tk support."
- eerror ""
- eerror "Please make sure that ocaml is installed with tk support or remove the USE flag"
-
- false;
- fi
-}
-
-src_compile() {
- ./configure
-
- ./configure -bindir /usr/bin -mandir /usr/share/man \
- -sitelib ${ocamlfind_destdir} \
- -config ${ocamlfind_destdir}/findlib/findlib.conf || die "configure failed"
-
- make all || die
- make opt || die # optimized code
-}
-
-src_install() {
- dodir `ocamlc -where`
-
- make prefix=${D} install || die
-
- dodir ${stublibs}
-
- cd ${S}/doc
- dodoc QUICKSTART README
- dohtml html/*
-}
-
-check_stublibs() {
- local ocaml_stdlib=`ocamlc -where`
- local ldconf=${ocaml_stdlib}/ld.conf
-
- if [ ! -e ${ldconf} ]
- then
- echo ${ocaml_stdlib} > ${ldconf}
- echo ${ocaml_stdlib}/stublibs >> ${ldconf}
- fi
-
- if [ -z `grep -e ${stublibs} ${ldconf}` ]
- then
- echo ${stublibs} >> ${ldconf}
- fi
-}
-
-pkg_postinst() {
- check_stublibs
-}
diff --git a/dev-ml/findlib/findlib-1.1.2_p1.ebuild b/dev-ml/findlib/findlib-1.1.2_p1.ebuild
deleted file mode 100644
index e5142e7401e1..000000000000
--- a/dev-ml/findlib/findlib-1.1.2_p1.ebuild
+++ /dev/null
@@ -1,85 +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/findlib/findlib-1.1.2_p1.ebuild,v 1.3 2008/01/27 12:18:20 grobian Exp $
-
-inherit multilib eutils
-
-IUSE="doc tk"
-
-MY_P=${P/_p/pl}
-
-DESCRIPTION="OCaml tool to find/use non-standard packages."
-HOMEPAGE="http://www.ocaml-programming.de/packages/"
-SRC_URI="http://www.ocaml-programming.de/packages/${MY_P}.tar.gz"
-
-LICENSE="MIT X11"
-
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-
-DEPEND=">=dev-lang/ocaml-3.07"
-
-ocamlfind_destdir="/usr/$(get_libdir)/ocaml/site-packages"
-stublibs="${ocamlfind_destdir}/stublibs"
-
-pkg_setup()
-{
- if ( use tk && ! built_with_use dev-lang/ocaml tk ); then
- eerror "It seems you don't have ocaml compiled with tk support"
- eerror ""
- eerror "The findlib toolbox requires ocaml be built with tk support."
- eerror ""
- die "Please make sure that ocaml is installed with tk support or remove the USE flag"
- fi
-}
-
-S="${WORKDIR}/${MY_P}"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- epatch "${FILESDIR}/${P}-sandbox.patch"
-
-}
-
-src_compile() {
- ./configure -bindir /usr/bin -mandir /usr/share/man \
- -sitelib ${ocamlfind_destdir} \
- -config ${ocamlfind_destdir}/findlib/findlib.conf || die "configure failed"
-
- emake all || die
- emake opt || die # optimized code
-}
-
-src_install() {
- dodir `ocamlc -where`
-
- emake prefix="${D}" install || die
-
- dodir "${stublibs}"
-
- cd "${S}/doc"
- dodoc QUICKSTART README DOCINFO
- use doc && dohtml -r ref-html guide-html
-}
-
-check_stublibs() {
- local ocaml_stdlib=`ocamlc -where`
- local ldconf="${ocaml_stdlib}/ld.conf"
-
- if [ ! -e ${ldconf} ]
- then
- echo "${ocaml_stdlib}" > ${ldconf}
- echo "${ocaml_stdlib}/stublibs" >> ${ldconf}
- fi
-
- if [ -z `grep -e ${stublibs} ${ldconf}` ]
- then
- echo ${stublibs} >> ${ldconf}
- fi
-}
-
-pkg_postinst() {
- check_stublibs
-}