summaryrefslogtreecommitdiff
path: root/dev-ml
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2009-09-20 13:33:00 +0000
committerAlexis Ballier <aballier@gentoo.org>2009-09-20 13:33:00 +0000
commit5c5b0ae7c91318335f92691290145eb10e19e46a (patch)
tree9cf976943fa242ed49c6db63d7e4c157724757a8 /dev-ml
parentStable on ppc. (diff)
downloadhistorical-5c5b0ae7c91318335f92691290145eb10e19e46a.tar.gz
historical-5c5b0ae7c91318335f92691290145eb10e19e46a.tar.bz2
historical-5c5b0ae7c91318335f92691290145eb10e19e46a.zip
remove old
Package-Manager: portage-2.2_rc41/cvs/Linux x86_64
Diffstat (limited to 'dev-ml')
-rw-r--r--dev-ml/camlp5/ChangeLog5
-rw-r--r--dev-ml/camlp5/camlp5-5.11.ebuild46
-rw-r--r--dev-ml/ounit/ChangeLog5
-rw-r--r--dev-ml/ounit/ounit-1.0.2.ebuild40
-rw-r--r--dev-ml/res/ChangeLog5
-rw-r--r--dev-ml/res/res-2.2.5.ebuild55
6 files changed, 12 insertions, 144 deletions
diff --git a/dev-ml/camlp5/ChangeLog b/dev-ml/camlp5/ChangeLog
index 9ce88c9e7352..d97b6e8a292c 100644
--- a/dev-ml/camlp5/ChangeLog
+++ b/dev-ml/camlp5/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ml/camlp5
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlp5/ChangeLog,v 1.39 2009/08/09 16:18:08 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlp5/ChangeLog,v 1.40 2009/09/20 13:27:31 aballier Exp $
+
+ 20 Sep 2009; Alexis Ballier <aballier@gentoo.org> -camlp5-5.11.ebuild:
+ remove old
09 Aug 2009; nixnut <nixnut@gentoo.org> camlp5-5.12.ebuild:
ppc stable #276249
diff --git a/dev-ml/camlp5/camlp5-5.11.ebuild b/dev-ml/camlp5/camlp5-5.11.ebuild
deleted file mode 100644
index 1823c321662d..000000000000
--- a/dev-ml/camlp5/camlp5-5.11.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlp5/camlp5-5.11.ebuild,v 1.4 2009/05/14 19:06:32 fmccor Exp $
-
-EAPI="2"
-
-inherit multilib findlib eutils
-
-DESCRIPTION="A preprocessor-pretty-printer of ocaml"
-HOMEPAGE="http://pauillac.inria.fr/~ddr/camlp5/"
-SRC_URI="http://pauillac.inria.fr/~ddr/camlp5/distrib/src/${P}.tgz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ppc sparc x86 ~x86-fbsd"
-IUSE="doc +ocamlopt"
-
-DEPEND=">=dev-lang/ocaml-3.10[ocamlopt?]"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- ./configure \
- -prefix /usr \
- -bindir /usr/bin \
- -libdir /usr/$(get_libdir)/ocaml \
- -mandir /usr/share/man || die "configure failed"
-}
-
-src_compile(){
- emake -j1 || die "emake failed"
- if use ocamlopt; then
- emake -j1 opt || die "Compiling native code programs failed"
- emake -j1 opt.opt || die "Compiling native code programs failed"
- fi
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- # findlib support
- insinto "$(ocamlfind printconf destdir)/${PN}"
- doins etc/META || die "failed to install META file for findlib support"
-
- use doc && dohtml -r doc/*
-
- dodoc CHANGES DEVEL ICHANGES README UPGRADING MODE
-}
diff --git a/dev-ml/ounit/ChangeLog b/dev-ml/ounit/ChangeLog
index b18df5ecccab..f1c5e2f5b7dd 100644
--- a/dev-ml/ounit/ChangeLog
+++ b/dev-ml/ounit/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ml/ounit
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ounit/ChangeLog,v 1.17 2009/08/14 17:51:53 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ounit/ChangeLog,v 1.18 2009/09/20 13:31:29 aballier Exp $
+
+ 20 Sep 2009; Alexis Ballier <aballier@gentoo.org> -ounit-1.0.2.ebuild:
+ remove old
14 Aug 2009; Markus Meier <maekke@gentoo.org> ounit-1.0.3.ebuild:
amd64/x86 stable, bug #280416
diff --git a/dev-ml/ounit/ounit-1.0.2.ebuild b/dev-ml/ounit/ounit-1.0.2.ebuild
deleted file mode 100644
index 49a3457fafbf..000000000000
--- a/dev-ml/ounit/ounit-1.0.2.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ounit/ounit-1.0.2.ebuild,v 1.7 2009/06/20 15:32:42 aballier Exp $
-
-EAPI="1"
-
-inherit findlib eutils
-
-DESCRIPTION="Unit testing framework for OCaml"
-HOMEPAGE="http://www.xs4all.nl/~mmzeeman/ocaml/"
-SRC_URI="http://www.xs4all.nl/~mmzeeman/ocaml/${P}.tar.gz"
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-DEPEND="dev-lang/ocaml"
-RDEPEND="${DEPEND}"
-IUSE="+ocamlopt"
-
-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() {
- emake all || die "emake failed"
- if use ocamlopt; then
- emake allopt || die "failed to build native code"
- fi
-}
-
-src_install() {
- findlib_src_install
-
- # install documentation
- dodoc README changelog
-}
diff --git a/dev-ml/res/ChangeLog b/dev-ml/res/ChangeLog
index 507399655f9d..1f483a99199b 100644
--- a/dev-ml/res/ChangeLog
+++ b/dev-ml/res/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ml/res
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/res/ChangeLog,v 1.12 2009/08/14 18:15:11 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/res/ChangeLog,v 1.13 2009/09/20 13:33:00 aballier Exp $
+
+ 20 Sep 2009; Alexis Ballier <aballier@gentoo.org> -res-2.2.5.ebuild:
+ remove old
14 Aug 2009; Markus Meier <maekke@gentoo.org> res-3.2.0.ebuild:
amd64/x86 stable, bug #280422
diff --git a/dev-ml/res/res-2.2.5.ebuild b/dev-ml/res/res-2.2.5.ebuild
deleted file mode 100644
index c23d02f7cea5..000000000000
--- a/dev-ml/res/res-2.2.5.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/res/res-2.2.5.ebuild,v 1.5 2009/06/20 17:26:41 aballier Exp $
-
-EAPI="1"
-
-inherit findlib eutils
-
-DESCRIPTION="Resizable Array and Buffer modules for O'Caml"
-HOMEPAGE="http://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"
-RDEPEND="${DEPEND}"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE="doc examples +ocamlopt"
-
-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 -j1 byte-code-library || die "failed to build byte code library"
- if use ocamlopt; then
- emake -j1 native-code-library || die "failed to built nativde code library"
- fi
-
- if use doc; then
- emake htdoc || die "failed to build documentation"
- fi
-}
-
-src_install () {
- use ocamlopt || export OCAMLFIND_INSTFLAGS="-optional"
- findlib_src_install
-
- # install documentation
- dodoc README TODO VERSION Changes
-
- if use doc; then
- dohtml lib/doc/res/html/*
- fi
- if use examples; then
- insinto /usr/share/doc/${PF}
- doins -r examples
- fi
-}