summaryrefslogtreecommitdiff
path: root/dev-ml
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2012-05-18 17:11:35 +0000
committerAlexis Ballier <aballier@gentoo.org>2012-05-18 17:11:35 +0000
commit983d7e03e09f8839be088369c534bf1f0bae682a (patch)
tree1aa4da596a70d68a0a04f4fe6dcacecb3985416b /dev-ml
parentremove ol (diff)
downloadhistorical-983d7e03e09f8839be088369c534bf1f0bae682a.tar.gz
historical-983d7e03e09f8839be088369c534bf1f0bae682a.tar.bz2
historical-983d7e03e09f8839be088369c534bf1f0bae682a.zip
remove old
Package-Manager: portage-2.2.0_alpha107/cvs/Linux x86_64
Diffstat (limited to 'dev-ml')
-rw-r--r--dev-ml/batteries/ChangeLog5
-rw-r--r--dev-ml/batteries/batteries-1.4.1.ebuild22
-rw-r--r--dev-ml/findlib/ChangeLog6
-rw-r--r--dev-ml/findlib/findlib-1.2.8.ebuild77
-rw-r--r--dev-ml/findlib/findlib-1.3.0.ebuild77
-rw-r--r--dev-ml/oasis/ChangeLog5
-rw-r--r--dev-ml/oasis/oasis-0.3.0_rc3.ebuild38
-rw-r--r--dev-ml/ocaml-fileutils/ChangeLog6
-rw-r--r--dev-ml/ocaml-fileutils/ocaml-fileutils-0.4.2.ebuild30
-rw-r--r--dev-ml/ocamlmod/ChangeLog5
-rw-r--r--dev-ml/ocamlmod/ocamlmod-0.0.1.ebuild23
11 files changed, 22 insertions, 272 deletions
diff --git a/dev-ml/batteries/ChangeLog b/dev-ml/batteries/ChangeLog
index 3673ecd8d9c9..f84e9dae4443 100644
--- a/dev-ml/batteries/ChangeLog
+++ b/dev-ml/batteries/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ml/batteries
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/batteries/ChangeLog,v 1.2 2012/05/04 12:26:47 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/batteries/ChangeLog,v 1.3 2012/05/18 17:05:25 aballier Exp $
+
+ 18 May 2012; Alexis Ballier <aballier@gentoo.org> -batteries-1.4.1.ebuild:
+ remove old
*batteries-1.4.2 (04 May 2012)
diff --git a/dev-ml/batteries/batteries-1.4.1.ebuild b/dev-ml/batteries/batteries-1.4.1.ebuild
deleted file mode 100644
index 8a2cda87ae07..000000000000
--- a/dev-ml/batteries/batteries-1.4.1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/batteries/batteries-1.4.1.ebuild,v 1.1 2012/03/28 12:37:23 aballier Exp $
-
-EAPI=4
-
-inherit oasis
-
-DESCRIPTION="The community-maintained foundation library for your OCaml projects"
-HOMEPAGE="http://batteries.forge.ocamlcore.org/"
-SRC_URI="http://forge.ocamlcore.org/frs/download.php/684/${P}.tar.gz"
-
-LICENSE="LGPL-2.1-linking-exception"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-
-RDEPEND="dev-ml/camomile"
-DEPEND="${RDEPEND}
- test? ( dev-ml/ounit )"
-
-DOCS=( "ChangeLog" "FAQ" "README" "README.folders" "README.md" )
diff --git a/dev-ml/findlib/ChangeLog b/dev-ml/findlib/ChangeLog
index 31c611d70292..56e8e546c78c 100644
--- a/dev-ml/findlib/ChangeLog
+++ b/dev-ml/findlib/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ml/findlib
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/findlib/ChangeLog,v 1.83 2012/05/08 22:45:59 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/findlib/ChangeLog,v 1.84 2012/05/18 17:06:51 aballier Exp $
+
+ 18 May 2012; Alexis Ballier <aballier@gentoo.org> -findlib-1.2.8.ebuild,
+ -findlib-1.3.0.ebuild:
+ remove old
*findlib-1.3.1 (08 May 2012)
diff --git a/dev-ml/findlib/findlib-1.2.8.ebuild b/dev-ml/findlib/findlib-1.2.8.ebuild
deleted file mode 100644
index f752a024d501..000000000000
--- a/dev-ml/findlib/findlib-1.2.8.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/findlib/findlib-1.2.8.ebuild,v 1.1 2012/02/25 23:18:27 aballier Exp $
-
-EAPI=2
-
-inherit multilib
-
-RESTRICT="installsources"
-
-DESCRIPTION="OCaml tool to find/use non-standard packages."
-HOMEPAGE="http://projects.camlcity.org/projects/findlib.html"
-SRC_URI="http://download.camlcity.org/download/${P}.tar.gz"
-IUSE="doc +ocamlopt tk"
-
-LICENSE="MIT"
-
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-
-DEPEND=">=dev-lang/ocaml-3.10[ocamlopt?,tk?]"
-RDEPEND="${DEPEND}"
-
-ocamlfind_destdir="/usr/$(get_libdir)/ocaml"
-stublibs="${ocamlfind_destdir}/stublibs"
-
-src_configure() {
- local myconf
- use tk && myconf="-with-toolbox"
- ./configure -bindir /usr/bin -mandir /usr/share/man \
- -sitelib ${ocamlfind_destdir} \
- -config ${ocamlfind_destdir}/findlib/findlib.conf \
- ${myconf} || die "configure failed"
-}
-
-src_compile() {
- emake all || die
- if use ocamlopt; then
- emake opt || die # optimized code
- else
- # If using bytecode we dont want to strip the binary as it would remove the
- # bytecode and only leave ocamlrun...
- export STRIP_MASK="*/bin/*"
- fi
-}
-
-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
-}
diff --git a/dev-ml/findlib/findlib-1.3.0.ebuild b/dev-ml/findlib/findlib-1.3.0.ebuild
deleted file mode 100644
index 289622a97612..000000000000
--- a/dev-ml/findlib/findlib-1.3.0.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/findlib/findlib-1.3.0.ebuild,v 1.1 2012/05/08 12:15:23 aballier Exp $
-
-EAPI=2
-
-inherit multilib
-
-RESTRICT="installsources"
-
-DESCRIPTION="OCaml tool to find/use non-standard packages."
-HOMEPAGE="http://projects.camlcity.org/projects/findlib.html"
-SRC_URI="http://download.camlcity.org/download/${P}.tar.gz"
-IUSE="doc +ocamlopt tk"
-
-LICENSE="MIT"
-
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-
-DEPEND=">=dev-lang/ocaml-3.10[ocamlopt?,tk?]"
-RDEPEND="${DEPEND}"
-
-ocamlfind_destdir="/usr/$(get_libdir)/ocaml"
-stublibs="${ocamlfind_destdir}/stublibs"
-
-src_configure() {
- local myconf
- use tk && myconf="-with-toolbox"
- ./configure -bindir /usr/bin -mandir /usr/share/man \
- -sitelib ${ocamlfind_destdir} \
- -config ${ocamlfind_destdir}/findlib/findlib.conf \
- ${myconf} || die "configure failed"
-}
-
-src_compile() {
- emake all || die
- if use ocamlopt; then
- emake opt || die # optimized code
- else
- # If using bytecode we dont want to strip the binary as it would remove the
- # bytecode and only leave ocamlrun...
- export STRIP_MASK="*/bin/*"
- fi
-}
-
-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
-}
diff --git a/dev-ml/oasis/ChangeLog b/dev-ml/oasis/ChangeLog
index e22ba70d226b..30a381e1ded4 100644
--- a/dev-ml/oasis/ChangeLog
+++ b/dev-ml/oasis/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ml/oasis
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/oasis/ChangeLog,v 1.2 2012/05/03 23:53:34 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/oasis/ChangeLog,v 1.3 2012/05/18 17:10:20 aballier Exp $
+
+ 18 May 2012; Alexis Ballier <aballier@gentoo.org> -oasis-0.3.0_rc3.ebuild:
+ remove old
*oasis-0.3.0_rc5 (03 May 2012)
diff --git a/dev-ml/oasis/oasis-0.3.0_rc3.ebuild b/dev-ml/oasis/oasis-0.3.0_rc3.ebuild
deleted file mode 100644
index d2cf89f77126..000000000000
--- a/dev-ml/oasis/oasis-0.3.0_rc3.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/oasis/oasis-0.3.0_rc3.ebuild,v 1.1 2012/03/28 12:45:00 aballier Exp $
-
-EAPI=3
-
-OASIS_BUILD_TESTS=1
-OASIS_BUILD_DOCS=1
-
-inherit oasis
-
-MY_P=${P/_/\~}
-DESCRIPTION="OASIS is a tool to integrate a configure, build and install system in OCaml project"
-HOMEPAGE="http://oasis.forge.ocamlcore.org/index.php"
-SRC_URI="http://forge.ocamlcore.org/frs/download.php/829/${MY_P}.tar.gz"
-
-LICENSE="LGPL-2.1-linking-exception"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND=">=dev-ml/ocaml-fileutils-0.4.2
- dev-ml/batteries
- dev-ml/pcre-ocaml
- >=dev-ml/ocaml-data-notation-0.0.3
- dev-ml/ocamlgraph"
-DEPEND="${RDEPEND}
- dev-ml/ocamlify
- dev-ml/ocamlmod
- test? (
- >=dev-ml/ounit-1.1.0
- >=dev-ml/ocaml-expect-0.0.2
- dev-ml/extlib
- )"
-
-STRIP_MASK="*/bin/*"
-S="${WORKDIR}/${MY_P}"
-DOCS=( "README.txt" "TODO.txt" "AUTHORS.txt" "CHANGES.txt" )
diff --git a/dev-ml/ocaml-fileutils/ChangeLog b/dev-ml/ocaml-fileutils/ChangeLog
index af0acd1cd6ee..9ce913e6b059 100644
--- a/dev-ml/ocaml-fileutils/ChangeLog
+++ b/dev-ml/ocaml-fileutils/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ml/ocaml-fileutils
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-fileutils/ChangeLog,v 1.3 2012/05/05 14:16:49 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-fileutils/ChangeLog,v 1.4 2012/05/18 17:11:10 aballier Exp $
+
+ 18 May 2012; Alexis Ballier <aballier@gentoo.org>
+ -ocaml-fileutils-0.4.2.ebuild:
+ remove old
*ocaml-fileutils-0.4.3 (05 May 2012)
diff --git a/dev-ml/ocaml-fileutils/ocaml-fileutils-0.4.2.ebuild b/dev-ml/ocaml-fileutils/ocaml-fileutils-0.4.2.ebuild
deleted file mode 100644
index 5d9f10f1e893..000000000000
--- a/dev-ml/ocaml-fileutils/ocaml-fileutils-0.4.2.ebuild
+++ /dev/null
@@ -1,30 +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/ocaml-fileutils/ocaml-fileutils-0.4.2.ebuild,v 1.2 2011/03/15 20:05:37 aballier Exp $
-
-EAPI=3
-
-inherit findlib
-
-DESCRIPTION="Pure OCaml functions to manipulate real file (POSIX like) and filename"
-HOMEPAGE="http://forge.ocamlcore.org/projects/ocaml-fileutils"
-SRC_URI="http://forge.ocamlcore.org/frs/download.php/462/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test +ocamlopt"
-
-RDEPEND=">=dev-lang/ocaml-3.11[ocamlopt?]"
-DEPEND="${RDEPEND}
- test? ( dev-ml/ounit )"
-
-src_prepare() {
- use ocamlopt || sed -i -e 's/OCAMLBEST=.*/OCAMLBEST=byte/' configure
-}
-
-src_install() {
- findlib_src_preinst
- emake htmldir="${ED}/usr/share/doc/${PF}/html" install || die
- dodoc README CHANGELOG || die "doc isntall failed"
-}
diff --git a/dev-ml/ocamlmod/ChangeLog b/dev-ml/ocamlmod/ChangeLog
index c3e3bce1d82c..564182c8f48c 100644
--- a/dev-ml/ocamlmod/ChangeLog
+++ b/dev-ml/ocamlmod/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ml/ocamlmod
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlmod/ChangeLog,v 1.2 2012/05/05 14:08:35 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlmod/ChangeLog,v 1.3 2012/05/18 17:11:35 aballier Exp $
+
+ 18 May 2012; Alexis Ballier <aballier@gentoo.org> -ocamlmod-0.0.1.ebuild:
+ remove old
*ocamlmod-0.0.3 (05 May 2012)
diff --git a/dev-ml/ocamlmod/ocamlmod-0.0.1.ebuild b/dev-ml/ocamlmod/ocamlmod-0.0.1.ebuild
deleted file mode 100644
index 3d94420dca41..000000000000
--- a/dev-ml/ocamlmod/ocamlmod-0.0.1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlmod/ocamlmod-0.0.1.ebuild,v 1.1 2012/03/28 12:24:03 aballier Exp $
-
-EAPI=4
-
-inherit oasis
-
-DESCRIPTION="Generate OCaml modules from source files"
-HOMEPAGE="http://forge.ocamlcore.org/projects/ocamlmod/"
-SRC_URI="http://forge.ocamlcore.org/frs/download.php/623/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND="dev-ml/ocaml-fileutils
- dev-ml/pcre-ocaml"
-RDEPEND="${DEPEND}"
-
-STRIP_MASK="*/bin/*"
-DOCS=( "AUTHORS.txt" "README.txt" )