summaryrefslogtreecommitdiff
path: root/dev-ml
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2011-07-06 16:38:12 +0000
committerAlexis Ballier <aballier@gentoo.org>2011-07-06 16:38:12 +0000
commit5646f2f43da2466d19b12d5a829b0dcf0ac03bb1 (patch)
treec7c08e818e00743083585103419fccbcb9e4bf74 /dev-ml
parentunmask ocaml-3.12.1 (diff)
downloadgentoo-2-5646f2f43da2466d19b12d5a829b0dcf0ac03bb1.tar.gz
gentoo-2-5646f2f43da2466d19b12d5a829b0dcf0ac03bb1.tar.bz2
gentoo-2-5646f2f43da2466d19b12d5a829b0dcf0ac03bb1.zip
remove old
(Portage version: 2.2.0_alpha43/cvs/Linux x86_64)
Diffstat (limited to 'dev-ml')
-rw-r--r--dev-ml/ocamlduce/ChangeLog6
-rw-r--r--dev-ml/ocamlduce/ocamlduce-3.11.2.0.ebuild70
-rw-r--r--dev-ml/ocamlduce/ocamlduce-3.12.0.0-r10.ebuild70
-rw-r--r--dev-ml/ocamlduce/ocamlduce-3.12.0.0.ebuild70
4 files changed, 5 insertions, 211 deletions
diff --git a/dev-ml/ocamlduce/ChangeLog b/dev-ml/ocamlduce/ChangeLog
index b5893c6e5fc8..e0f9eb63cf61 100644
--- a/dev-ml/ocamlduce/ChangeLog
+++ b/dev-ml/ocamlduce/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ml/ocamlduce
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlduce/ChangeLog,v 1.19 2011/07/06 16:32:39 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlduce/ChangeLog,v 1.20 2011/07/06 16:38:12 aballier Exp $
+
+ 06 Jul 2011; Alexis Ballier <aballier@gentoo.org> -ocamlduce-3.11.2.0.ebuild,
+ -ocamlduce-3.12.0.0.ebuild, -ocamlduce-3.12.0.0-r10.ebuild:
+ remove old
*ocamlduce-3.12.0.0-r20 (06 Jul 2011)
diff --git a/dev-ml/ocamlduce/ocamlduce-3.11.2.0.ebuild b/dev-ml/ocamlduce/ocamlduce-3.11.2.0.ebuild
deleted file mode 100644
index 48085e66d70a..000000000000
--- a/dev-ml/ocamlduce/ocamlduce-3.11.2.0.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlduce/ocamlduce-3.11.2.0.ebuild,v 1.1 2010/04/09 14:26:35 aballier Exp $
-
-EAPI="2"
-
-inherit versionator eutils toolchain-funcs flag-o-matic multilib
-
-OCAML_VERSION=3.11.2
-OCAML_TARBALL=ocaml-${OCAML_VERSION}.tar.bz2
-OCAML_PATCHLEVEL=1
-OCAML_GENTOO_PATCHES=ocaml-patches-${OCAML_PATCHLEVEL}.tar.bz2
-
-DESCRIPTION="OCamlDuce is a merger between OCaml and CDuce"
-HOMEPAGE="http://ocamlduce.forge.ocamlcore.org/"
-SRC_URI="https://forge.ocamlcore.org/frs/download.php/356/${P}.tar.gz
- ftp://ftp.inria.fr/INRIA/cristal/ocaml/ocaml-$(get_version_component_range 1-2 ${OCAML_VERSION})/${OCAML_TARBALL}
- mirror://gentoo/${OCAML_GENTOO_PATCHES}"
-
-LICENSE="QPL-1.0 LGPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~x86-fbsd"
-IUSE="+ocamlopt"
-
-DEPEND="~dev-lang/ocaml-${OCAML_VERSION}[ocamlopt?]
- >=dev-ml/findlib-1.2.4-r1
- !!<dev-ml/${P}"
-
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/${P}/ocaml-${OCAML_VERSION}
-
-src_unpack() {
- unpack ${P}.tar.gz ${OCAML_GENTOO_PATCHES}
-}
-
-src_prepare() {
- cd "${WORKDIR}/${P}"
- emake OCAML_SOURCE="${DISTDIR}/${OCAML_TARBALL}" prepare || die "failed to prepare"
- cd "${S}"
- EPATCH_SUFFIX="patch" epatch "${WORKDIR}/patches"
-}
-
-src_configure() {
- RAW_LDFLAGS="$(raw-ldflags)" ./configure -prefix /usr \
- --bindir /usr/bin \
- --libdir /usr/$(get_libdir)/ocaml \
- --mandir /usr/share/man \
- -host "${CHOST}" \
- -cc "$(tc-getCC)" \
- -as "$(tc-getAS)" \
- -aspp "$(tc-getCC) -c" \
- --with-pthread || die "configure failed!"
-}
-
-src_compile() {
- if use ocamlopt; then
- emake -f Makefile.ocamlduce -j1 world.opt || die
- else
- emake -f Makefile.ocamlduce -j1 world || die
- fi
-}
-
-src_install() {
- emake -f Makefile.ocamlduce BINDIR="${D}/usr/bin" LIBDIR="${D}/usr/$(get_libdir)/ocaml" installbyte || die
- if use ocamlopt; then
- emake -f Makefile.ocamlduce BINDIR="${D}/usr/bin" LIBDIR="${D}/usr/$(get_libdir)/ocaml" installopt || die
- fi
- dodoc Changes README
-}
diff --git a/dev-ml/ocamlduce/ocamlduce-3.12.0.0-r10.ebuild b/dev-ml/ocamlduce/ocamlduce-3.12.0.0-r10.ebuild
deleted file mode 100644
index 281d106b33ee..000000000000
--- a/dev-ml/ocamlduce/ocamlduce-3.12.0.0-r10.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlduce/ocamlduce-3.12.0.0-r10.ebuild,v 1.1 2011/06/26 20:00:53 aballier Exp $
-
-EAPI="2"
-
-inherit versionator eutils toolchain-funcs flag-o-matic multilib
-
-OCAML_VERSION=3.12.1+rc1
-OCAML_TARBALL=ocaml-${OCAML_VERSION}.tar.bz2
-OCAML_PATCHLEVEL=3
-OCAML_GENTOO_PATCHES=ocaml-patches-${OCAML_PATCHLEVEL}.tar.bz2
-
-DESCRIPTION="OCamlDuce is a merger between OCaml and CDuce"
-HOMEPAGE="http://ocamlduce.forge.ocamlcore.org/"
-SRC_URI="https://forge.ocamlcore.org/frs/download.php/441/${P}.tar.gz
- ftp://ftp.inria.fr/INRIA/cristal/ocaml/ocaml-$(get_version_component_range 1-2 ${OCAML_VERSION})/${OCAML_TARBALL}
- mirror://gentoo/${OCAML_GENTOO_PATCHES}"
-
-LICENSE="QPL-1.0 LGPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~x86-fbsd"
-IUSE="+ocamlopt"
-
-DEPEND="~dev-lang/ocaml-${OCAML_VERSION/+/_}[ocamlopt?]
- >=dev-ml/findlib-1.2.4-r1
- !!<dev-ml/${P}"
-
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/${P}/ocaml-${OCAML_VERSION}
-
-src_unpack() {
- unpack ${P}.tar.gz ${OCAML_GENTOO_PATCHES}
-}
-
-src_prepare() {
- cd "${WORKDIR}/${P}"
- emake OCAML_SOURCE="${DISTDIR}/${OCAML_TARBALL}" prepare || die "failed to prepare"
- cd "${S}"
- EPATCH_SUFFIX="patch" epatch "${WORKDIR}/patches"
-}
-
-src_configure() {
- RAW_LDFLAGS="$(raw-ldflags)" ./configure -prefix /usr \
- --bindir /usr/bin \
- --libdir /usr/$(get_libdir)/ocaml \
- --mandir /usr/share/man \
- -host "${CHOST}" \
- -cc "$(tc-getCC)" \
- -as "$(tc-getAS)" \
- -aspp "$(tc-getCC) -c" \
- --with-pthread || die "configure failed!"
-}
-
-src_compile() {
- if use ocamlopt; then
- emake -f Makefile.ocamlduce -j1 world.opt || die
- else
- emake -f Makefile.ocamlduce -j1 world || die
- fi
-}
-
-src_install() {
- emake -f Makefile.ocamlduce BINDIR="${D}/usr/bin" LIBDIR="${D}/usr/$(get_libdir)/ocaml" installbyte || die
- if use ocamlopt; then
- emake -f Makefile.ocamlduce BINDIR="${D}/usr/bin" LIBDIR="${D}/usr/$(get_libdir)/ocaml" installopt || die
- fi
- dodoc Changes README
-}
diff --git a/dev-ml/ocamlduce/ocamlduce-3.12.0.0.ebuild b/dev-ml/ocamlduce/ocamlduce-3.12.0.0.ebuild
deleted file mode 100644
index 8c837c7b8c51..000000000000
--- a/dev-ml/ocamlduce/ocamlduce-3.12.0.0.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlduce/ocamlduce-3.12.0.0.ebuild,v 1.2 2011/02/27 13:14:40 aballier Exp $
-
-EAPI="2"
-
-inherit versionator eutils toolchain-funcs flag-o-matic multilib
-
-OCAML_VERSION=3.12.0
-OCAML_TARBALL=ocaml-${OCAML_VERSION}.tar.bz2
-OCAML_PATCHLEVEL=3
-OCAML_GENTOO_PATCHES=ocaml-patches-${OCAML_PATCHLEVEL}.tar.bz2
-
-DESCRIPTION="OCamlDuce is a merger between OCaml and CDuce"
-HOMEPAGE="http://ocamlduce.forge.ocamlcore.org/"
-SRC_URI="https://forge.ocamlcore.org/frs/download.php/441/${P}.tar.gz
- ftp://ftp.inria.fr/INRIA/cristal/ocaml/ocaml-$(get_version_component_range 1-2 ${OCAML_VERSION})/${OCAML_TARBALL}
- mirror://gentoo/${OCAML_GENTOO_PATCHES}"
-
-LICENSE="QPL-1.0 LGPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~x86-fbsd"
-IUSE="+ocamlopt"
-
-DEPEND="~dev-lang/ocaml-${OCAML_VERSION}[ocamlopt?]
- >=dev-ml/findlib-1.2.4-r1
- !!<dev-ml/${P}"
-
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/${P}/ocaml-${OCAML_VERSION}
-
-src_unpack() {
- unpack ${P}.tar.gz ${OCAML_GENTOO_PATCHES}
-}
-
-src_prepare() {
- cd "${WORKDIR}/${P}"
- emake OCAML_SOURCE="${DISTDIR}/${OCAML_TARBALL}" prepare || die "failed to prepare"
- cd "${S}"
- EPATCH_SUFFIX="patch" epatch "${WORKDIR}/patches"
-}
-
-src_configure() {
- RAW_LDFLAGS="$(raw-ldflags)" ./configure -prefix /usr \
- --bindir /usr/bin \
- --libdir /usr/$(get_libdir)/ocaml \
- --mandir /usr/share/man \
- -host "${CHOST}" \
- -cc "$(tc-getCC)" \
- -as "$(tc-getAS)" \
- -aspp "$(tc-getCC) -c" \
- --with-pthread || die "configure failed!"
-}
-
-src_compile() {
- if use ocamlopt; then
- emake -f Makefile.ocamlduce -j1 world.opt || die
- else
- emake -f Makefile.ocamlduce -j1 world || die
- fi
-}
-
-src_install() {
- emake -f Makefile.ocamlduce BINDIR="${D}/usr/bin" LIBDIR="${D}/usr/$(get_libdir)/ocaml" installbyte || die
- if use ocamlopt; then
- emake -f Makefile.ocamlduce BINDIR="${D}/usr/bin" LIBDIR="${D}/usr/$(get_libdir)/ocaml" installopt || die
- fi
- dodoc Changes README
-}