summaryrefslogtreecommitdiff
path: root/dev-ml
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2012-08-07 16:39:57 +0000
committerAlexis Ballier <aballier@gentoo.org>2012-08-07 16:39:57 +0000
commit36297557ab77d6e395d446d3c41581dbdb125e30 (patch)
tree342b5d76d78a4331a822b3ac9f867eadfa4e5bcb /dev-ml
parentRespect CFLAGS. #428244 (diff)
downloadhistorical-36297557ab77d6e395d446d3c41581dbdb125e30.tar.gz
historical-36297557ab77d6e395d446d3c41581dbdb125e30.tar.bz2
historical-36297557ab77d6e395d446d3c41581dbdb125e30.zip
remove old
Package-Manager: portage-2.2.0_alpha120/cvs/Linux x86_64
Diffstat (limited to 'dev-ml')
-rw-r--r--dev-ml/bin-prot/ChangeLog5
-rw-r--r--dev-ml/bin-prot/bin-prot-2.0.3.ebuild40
-rw-r--r--dev-ml/core/ChangeLog5
-rw-r--r--dev-ml/core/core-107.01.ebuild26
-rw-r--r--dev-ml/core_extended/ChangeLog6
-rw-r--r--dev-ml/core_extended/core_extended-107.01.ebuild26
-rw-r--r--dev-ml/fieldslib/ChangeLog5
-rw-r--r--dev-ml/fieldslib/fieldslib-0.1.2.ebuild20
-rw-r--r--dev-ml/lambda-term/ChangeLog5
-rw-r--r--dev-ml/lambda-term/lambda-term-1.1.ebuild23
-rw-r--r--dev-ml/lwt/ChangeLog5
-rw-r--r--dev-ml/lwt/lwt-2.3.2.ebuild37
-rw-r--r--dev-ml/oasis/ChangeLog5
-rw-r--r--dev-ml/oasis/oasis-0.3.0_rc6.ebuild35
-rw-r--r--dev-ml/ocaml-data-notation/ChangeLog6
-rw-r--r--dev-ml/ocaml-data-notation/ocaml-data-notation-0.0.8.ebuild24
-rw-r--r--dev-ml/ocaml-sqlite3/ChangeLog6
-rw-r--r--dev-ml/ocaml-sqlite3/ocaml-sqlite3-2.0.1.ebuild29
-rw-r--r--dev-ml/ocamlweb/ChangeLog6
-rw-r--r--dev-ml/ocamlweb/files/ocamlweb-1.37-tests.patch15
-rw-r--r--dev-ml/ocamlweb/ocamlweb-1.37.ebuild37
-rw-r--r--dev-ml/sexplib/ChangeLog6
-rw-r--r--dev-ml/sexplib/sexplib-7.0.4.ebuild39
-rw-r--r--dev-ml/sexplib/sexplib-7.0.5.ebuild42
-rw-r--r--dev-ml/type-conv/ChangeLog6
-rw-r--r--dev-ml/type-conv/type-conv-3.0.4.ebuild21
-rw-r--r--dev-ml/type-conv/type-conv-3.0.5.ebuild23
-rw-r--r--dev-ml/tyxml/ChangeLog6
-rw-r--r--dev-ml/tyxml/tyxml-2.0.2.ebuild46
-rw-r--r--dev-ml/tyxml/tyxml-2.1.ebuild46
-rw-r--r--dev-ml/utop/ChangeLog5
-rw-r--r--dev-ml/utop/utop-1.1.ebuild53
-rw-r--r--dev-ml/zed/ChangeLog5
-rw-r--r--dev-ml/zed/zed-1.1.ebuild27
34 files changed, 67 insertions, 624 deletions
diff --git a/dev-ml/bin-prot/ChangeLog b/dev-ml/bin-prot/ChangeLog
index 7cc9b59607e5..3150cf8a54d7 100644
--- a/dev-ml/bin-prot/ChangeLog
+++ b/dev-ml/bin-prot/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ml/bin-prot
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/bin-prot/ChangeLog,v 1.16 2012/07/09 20:51:07 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/bin-prot/ChangeLog,v 1.17 2012/08/07 16:23:28 aballier Exp $
+
+ 07 Aug 2012; Alexis Ballier <aballier@gentoo.org> -bin-prot-2.0.3.ebuild:
+ remove old
09 Jul 2012; Ulrich Müller <ulm@gentoo.org> bin-prot-108.00.01.ebuild,
bin-prot-2.0.3.ebuild:
diff --git a/dev-ml/bin-prot/bin-prot-2.0.3.ebuild b/dev-ml/bin-prot/bin-prot-2.0.3.ebuild
deleted file mode 100644
index c571cc6cd3a5..000000000000
--- a/dev-ml/bin-prot/bin-prot-2.0.3.ebuild
+++ /dev/null
@@ -1,40 +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/bin-prot/bin-prot-2.0.3.ebuild,v 1.4 2012/07/09 20:51:07 ulm Exp $
-
-EAPI=3
-
-inherit oasis
-
-DESCRIPTION="A binary protocol generator"
-HOMEPAGE="http://ocaml.janestreet.com/?q=node/13"
-SRC_URI="http://www.janestreet.com/ocaml/${P}.tar.gz"
-
-LICENSE="LGPL-2.1-with-linking-exception"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="doc"
-
-RDEPEND=">=dev-ml/ounit-1.0.2
- >=dev-ml/type-conv-2.3.0"
-DEPEND="${RDEPEND}
- doc? ( virtual/latex-base dev-texlive/texlive-latexextra )"
-
-DOCS=( "README.txt" "Changelog" )
-
-src_compile() {
- oasis_src_compile
- if use doc ; then
- cd "${S}/doc"
- pdflatex README || die
- pdflatex README || die
- fi
-}
-
-src_install() {
- oasis_src_install
-
- if use doc; then
- dodoc doc/README.pdf || die
- fi
-}
diff --git a/dev-ml/core/ChangeLog b/dev-ml/core/ChangeLog
index 01f2d8243c4b..5b45c4441879 100644
--- a/dev-ml/core/ChangeLog
+++ b/dev-ml/core/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ml/core
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/core/ChangeLog,v 1.11 2012/07/09 20:52:33 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/core/ChangeLog,v 1.12 2012/08/07 16:24:57 aballier Exp $
+
+ 07 Aug 2012; Alexis Ballier <aballier@gentoo.org> -core-107.01.ebuild:
+ remove old
09 Jul 2012; Ulrich Müller <ulm@gentoo.org> core-107.01.ebuild,
core-108.00.01.ebuild:
diff --git a/dev-ml/core/core-107.01.ebuild b/dev-ml/core/core-107.01.ebuild
deleted file mode 100644
index 209aa6060770..000000000000
--- a/dev-ml/core/core-107.01.ebuild
+++ /dev/null
@@ -1,26 +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/core/core-107.01.ebuild,v 1.4 2012/07/09 20:52:33 ulm Exp $
-
-EAPI="3"
-
-OASIS_BUILD_DOCS=1
-
-inherit oasis
-
-MY_P=${P/_/\~}
-DESCRIPTION="Jane Street's alternative to the standard library"
-HOMEPAGE="http://www.janestreet.com/ocaml"
-SRC_URI="http://www.janestreet.com/ocaml/${P}.tar.gz"
-
-LICENSE="LGPL-2.1-with-linking-exception"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-
-RDEPEND="dev-ml/res
- >=dev-ml/sexplib-5.2.1
- >=dev-ml/bin-prot-1.3.1
- >=dev-ml/fieldslib-0.1.2"
-DEPEND="${RDEPEND}
- test? ( >=dev-ml/ounit-1.0.2 )"
diff --git a/dev-ml/core_extended/ChangeLog b/dev-ml/core_extended/ChangeLog
index a413551daff5..3f2ee6d9b3a0 100644
--- a/dev-ml/core_extended/ChangeLog
+++ b/dev-ml/core_extended/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ml/core_extended
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/core_extended/ChangeLog,v 1.4 2012/07/09 20:53:35 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/core_extended/ChangeLog,v 1.5 2012/08/07 16:26:15 aballier Exp $
+
+ 07 Aug 2012; Alexis Ballier <aballier@gentoo.org>
+ -core_extended-107.01.ebuild:
+ remove old
09 Jul 2012; Ulrich Müller <ulm@gentoo.org> core_extended-107.01.ebuild,
core_extended-108.00.01.ebuild:
diff --git a/dev-ml/core_extended/core_extended-107.01.ebuild b/dev-ml/core_extended/core_extended-107.01.ebuild
deleted file mode 100644
index ea493becc409..000000000000
--- a/dev-ml/core_extended/core_extended-107.01.ebuild
+++ /dev/null
@@ -1,26 +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/core_extended/core_extended-107.01.ebuild,v 1.2 2012/07/09 20:53:35 ulm Exp $
-
-EAPI=4
-
-OASIS_BUILD_DOCS=1
-
-inherit oasis
-
-DESCRIPTION="Jane Street's extended library"
-HOMEPAGE="http://www.janestreet.com/ocaml"
-SRC_URI="http://www.janestreet.com/ocaml/${P}.tar.gz"
-
-LICENSE="LGPL-2.1-with-linking-exception"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-
-RDEPEND="dev-ml/res
- >=dev-ml/sexplib-7.0.4
- >=dev-ml/core-107.01
- >=dev-ml/bin-prot-2.0.3
- >=dev-ml/fieldslib-0.1.2"
-DEPEND="${RDEPEND}
- test? ( >=dev-ml/ounit-1.1.1 )"
diff --git a/dev-ml/fieldslib/ChangeLog b/dev-ml/fieldslib/ChangeLog
index 2309634f59b7..7cfb585b1769 100644
--- a/dev-ml/fieldslib/ChangeLog
+++ b/dev-ml/fieldslib/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ml/fieldslib
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/fieldslib/ChangeLog,v 1.8 2012/07/09 20:54:36 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/fieldslib/ChangeLog,v 1.9 2012/08/07 16:28:12 aballier Exp $
+
+ 07 Aug 2012; Alexis Ballier <aballier@gentoo.org> -fieldslib-0.1.2.ebuild:
+ remove old
09 Jul 2012; Ulrich Müller <ulm@gentoo.org> fieldslib-0.1.2.ebuild,
fieldslib-108.00.01.ebuild:
diff --git a/dev-ml/fieldslib/fieldslib-0.1.2.ebuild b/dev-ml/fieldslib/fieldslib-0.1.2.ebuild
deleted file mode 100644
index 8b415727a602..000000000000
--- a/dev-ml/fieldslib/fieldslib-0.1.2.ebuild
+++ /dev/null
@@ -1,20 +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/fieldslib/fieldslib-0.1.2.ebuild,v 1.3 2012/07/09 20:54:36 ulm Exp $
-
-EAPI="3"
-inherit oasis
-
-DESCRIPTION="Folding over record fields"
-HOMEPAGE="http://www.janestreet.com/ocaml"
-SRC_URI="http://www.janestreet.com/ocaml/${P}.tar.gz"
-
-LICENSE="LGPL-2.1-with-linking-exception"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND=">=dev-ml/type-conv-2.3.0"
-RDEPEND="${DEPEND}"
-
-DOCS=( "README" )
diff --git a/dev-ml/lambda-term/ChangeLog b/dev-ml/lambda-term/ChangeLog
index 3cd7cc860751..90ef3ebfcb1f 100644
--- a/dev-ml/lambda-term/ChangeLog
+++ b/dev-ml/lambda-term/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ml/lambda-term
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/lambda-term/ChangeLog,v 1.2 2012/08/02 12:25:10 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/lambda-term/ChangeLog,v 1.3 2012/08/07 16:29:42 aballier Exp $
+
+ 07 Aug 2012; Alexis Ballier <aballier@gentoo.org> -lambda-term-1.1.ebuild:
+ remove old
*lambda-term-1.2 (02 Aug 2012)
diff --git a/dev-ml/lambda-term/lambda-term-1.1.ebuild b/dev-ml/lambda-term/lambda-term-1.1.ebuild
deleted file mode 100644
index e596254769e2..000000000000
--- a/dev-ml/lambda-term/lambda-term-1.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/lambda-term/lambda-term-1.1.ebuild,v 1.1 2012/03/30 11:48:39 aballier Exp $
-
-EAPI=4
-
-OASIS_BUILD_DOCS=1
-inherit oasis
-
-DESCRIPTION="A cross-platform library for manipulating the terminal"
-HOMEPAGE="http://forge.ocamlcore.org/projects/lambda-term/"
-SRC_URI="http://forge.ocamlcore.org/frs/download.php/673/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND="dev-ml/lwt[react]
- dev-ml/zed"
-RDEPEND="${DEPEND}"
-
-DOCS=( "CHANGES" )
diff --git a/dev-ml/lwt/ChangeLog b/dev-ml/lwt/ChangeLog
index 815a230a8b10..21ce54cf9e83 100644
--- a/dev-ml/lwt/ChangeLog
+++ b/dev-ml/lwt/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ml/lwt
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/lwt/ChangeLog,v 1.19 2012/07/19 23:23:54 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/lwt/ChangeLog,v 1.20 2012/08/07 16:31:01 aballier Exp $
+
+ 07 Aug 2012; Alexis Ballier <aballier@gentoo.org> -lwt-2.3.2.ebuild:
+ remove old
*lwt-2.4.0 (19 Jul 2012)
diff --git a/dev-ml/lwt/lwt-2.3.2.ebuild b/dev-ml/lwt/lwt-2.3.2.ebuild
deleted file mode 100644
index e4b4073590e0..000000000000
--- a/dev-ml/lwt/lwt-2.3.2.ebuild
+++ /dev/null
@@ -1,37 +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/lwt/lwt-2.3.2.ebuild,v 1.3 2012/07/09 20:55:40 ulm Exp $
-
-EAPI=3
-
-inherit oasis
-
-MY_P=${P/_/+}
-DESCRIPTION="Cooperative light-weight thread library for OCaml"
-SRC_URI="http://ocsigen.org/download/${MY_P}.tar.gz"
-HOMEPAGE="http://ocsigen.org/lwt"
-
-IUSE="gtk +react +ssl"
-
-DEPEND="react? ( dev-ml/react )
- dev-libs/libev
- ssl? ( >=dev-ml/ocaml-ssl-0.4.0 )
- gtk? ( dev-ml/lablgtk dev-libs/glib:2 )"
-
-RDEPEND="${DEPEND}
- !<www-servers/ocsigen-1.1"
-
-SLOT="0"
-LICENSE="LGPL-2.1-with-linking-exception"
-KEYWORDS="~amd64 ~x86 ~x86-fbsd"
-
-S=${WORKDIR}/${MY_P}
-
-DOCS=( "CHANGES" "CHANGES.darcs" "README" )
-
-src_configure() {
- oasis_configure_opts="$(use_enable gtk glib)
- $(use_enable react)
- $(use_enable ssl)" \
- oasis_src_configure
-}
diff --git a/dev-ml/oasis/ChangeLog b/dev-ml/oasis/ChangeLog
index 93848d826053..f1f82a7806ce 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.7 2012/07/09 20:56:49 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/oasis/ChangeLog,v 1.8 2012/08/07 16:32:13 aballier Exp $
+
+ 07 Aug 2012; Alexis Ballier <aballier@gentoo.org> -oasis-0.3.0_rc6.ebuild:
+ remove old
09 Jul 2012; Ulrich Müller <ulm@gentoo.org> oasis-0.3.0.ebuild,
oasis-0.3.0_rc6.ebuild:
diff --git a/dev-ml/oasis/oasis-0.3.0_rc6.ebuild b/dev-ml/oasis/oasis-0.3.0_rc6.ebuild
deleted file mode 100644
index e0043cc10819..000000000000
--- a/dev-ml/oasis/oasis-0.3.0_rc6.ebuild
+++ /dev/null
@@ -1,35 +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_rc6.ebuild,v 1.2 2012/07/09 20:56:49 ulm 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/880/${MY_P}.tar.gz"
-
-LICENSE="LGPL-2.1-with-linking-exception"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND=">=dev-ml/ocaml-data-notation-0.0.3"
-DEPEND="${RDEPEND}
- dev-ml/ocamlify
- dev-ml/ocamlmod
- test? (
- >=dev-ml/ocaml-fileutils-0.4.2
- >=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-data-notation/ChangeLog b/dev-ml/ocaml-data-notation/ChangeLog
index bf880c09bddb..c345d65dbfd4 100644
--- a/dev-ml/ocaml-data-notation/ChangeLog
+++ b/dev-ml/ocaml-data-notation/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ml/ocaml-data-notation
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-data-notation/ChangeLog,v 1.9 2012/07/07 16:20:06 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-data-notation/ChangeLog,v 1.10 2012/08/07 16:33:06 aballier Exp $
+
+ 07 Aug 2012; Alexis Ballier <aballier@gentoo.org>
+ -ocaml-data-notation-0.0.8.ebuild:
+ remove old
*ocaml-data-notation-0.0.9 (07 Jul 2012)
diff --git a/dev-ml/ocaml-data-notation/ocaml-data-notation-0.0.8.ebuild b/dev-ml/ocaml-data-notation/ocaml-data-notation-0.0.8.ebuild
deleted file mode 100644
index 5b03696c2f1f..000000000000
--- a/dev-ml/ocaml-data-notation/ocaml-data-notation-0.0.8.ebuild
+++ /dev/null
@@ -1,24 +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/ocaml-data-notation/ocaml-data-notation-0.0.8.ebuild,v 1.1 2012/03/28 13:22:17 aballier Exp $
-
-EAPI=3
-
-OASIS_BUILD_TESTS=1
-
-inherit oasis
-
-DESCRIPTION="This project uses type-conv to dump OCaml data structure using OCaml data notation"
-HOMEPAGE="http://forge.ocamlcore.org/projects/odn"
-SRC_URI="http://forge.ocamlcore.org/frs/download.php/833/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND=">=dev-ml/type-conv-3.0.4"
-DEPEND="${RDEPEND}
- test? ( dev-ml/ounit[ocamlopt?] dev-ml/ocaml-fileutils[ocamlopt?] )"
-
-DOCS=( "README.txt" "AUTHORS.txt" "CHANGES.txt" )
diff --git a/dev-ml/ocaml-sqlite3/ChangeLog b/dev-ml/ocaml-sqlite3/ChangeLog
index 090c40b82c15..b4ff3425c0fd 100644
--- a/dev-ml/ocaml-sqlite3/ChangeLog
+++ b/dev-ml/ocaml-sqlite3/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ml/ocaml-sqlite3
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-sqlite3/ChangeLog,v 1.28 2012/08/02 12:52:01 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-sqlite3/ChangeLog,v 1.29 2012/08/07 16:35:18 aballier Exp $
+
+ 07 Aug 2012; Alexis Ballier <aballier@gentoo.org>
+ -ocaml-sqlite3-2.0.1.ebuild:
+ remove old
02 Aug 2012; Alexis Ballier <aballier@gentoo.org>
-files/ocaml-sqlite3-0.22.0-destdir.patch,
diff --git a/dev-ml/ocaml-sqlite3/ocaml-sqlite3-2.0.1.ebuild b/dev-ml/ocaml-sqlite3/ocaml-sqlite3-2.0.1.ebuild
deleted file mode 100644
index fe2a556a2fe7..000000000000
--- a/dev-ml/ocaml-sqlite3/ocaml-sqlite3-2.0.1.ebuild
+++ /dev/null
@@ -1,29 +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/ocaml-sqlite3/ocaml-sqlite3-2.0.1.ebuild,v 1.1 2012/07/19 23:15:43 aballier Exp $
-
-EAPI=4
-
-OASIS_BUILD_TESTS=1
-OASIS_BUILD_DOCS=1
-
-inherit oasis
-
-MY_PN="sqlite3-ocaml"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="A package for ocaml that provides access to SQLite databases."
-HOMEPAGE="http://bitbucket.org/mmottl/sqlite3-ocaml"
-SRC_URI="http://bitbucket.org/mmottl/${MY_PN}/downloads/${MY_P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
-IUSE=""
-
-DEPEND=">=dev-db/sqlite-3.3.3
- >=dev-ml/findlib-1.3.2"
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/${MY_P}
-DOCS=( "AUTHORS.txt" "CHANGES.txt" "README.md" "TODO.md" )
diff --git a/dev-ml/ocamlweb/ChangeLog b/dev-ml/ocamlweb/ChangeLog
index 4a12fe26e7fa..43c128aa1d32 100644
--- a/dev-ml/ocamlweb/ChangeLog
+++ b/dev-ml/ocamlweb/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ml/ocamlweb
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlweb/ChangeLog,v 1.18 2012/07/03 16:18:58 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlweb/ChangeLog,v 1.19 2012/08/07 16:35:09 aballier Exp $
+
+ 07 Aug 2012; Alexis Ballier <aballier@gentoo.org> -ocamlweb-1.37.ebuild,
+ -files/ocamlweb-1.37-tests.patch:
+ remove old
03 Jul 2012; Brent Baude <ranger@gentoo.org> ocamlweb-1.38.ebuild:
Marking ocamlweb-1.38 ppc for bug 422035
diff --git a/dev-ml/ocamlweb/files/ocamlweb-1.37-tests.patch b/dev-ml/ocamlweb/files/ocamlweb-1.37-tests.patch
deleted file mode 100644
index f148b1ffdb7d..000000000000
--- a/dev-ml/ocamlweb/files/ocamlweb-1.37-tests.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Index: ocamlweb-1.37/Makefile.in
-===================================================================
---- ocamlweb-1.37.orig/Makefile.in
-+++ ocamlweb-1.37/Makefile.in
-@@ -130,8 +130,8 @@ BOOTSTRAP= bootstrap.tex output.mli outp
-
- bootstrap: ocamlweb
- ./ocamlweb -o test/ocamlweb.tex $(BOOTSTRAP)
-- cd test; $(LATEX) ocamlweb
-- cd test; grep -q "Rerun" ocamlweb.log && ($(LATEX) ocamlweb) || true
-+ cd test; $(LATEX) ocamlweb.tex
-+ cd test; grep -q "Rerun" ocamlweb.log && ($(LATEX) ocamlweb.tex) || true
- - cd test; hevea -o ocamlweb.html ../ocamlweb.sty ocamlweb.tex
- cd test; dvips ocamlweb.dvi -o ocamlweb.ps
-
diff --git a/dev-ml/ocamlweb/ocamlweb-1.37.ebuild b/dev-ml/ocamlweb/ocamlweb-1.37.ebuild
deleted file mode 100644
index 1e37f77b6ce2..000000000000
--- a/dev-ml/ocamlweb/ocamlweb-1.37.ebuild
+++ /dev/null
@@ -1,37 +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/ocamlweb/ocamlweb-1.37.ebuild,v 1.10 2011/10/05 19:11:58 aballier Exp $
-
-inherit latex-package eutils
-
-DESCRIPTION="O'Caml literate programming tool"
-HOMEPAGE="http://www.lri.fr/~filliatr/ocamlweb/"
-SRC_URI="http://www.lri.fr/~filliatr/ftp/ocamlweb/${P}.tar.gz"
-
-IUSE=""
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ppc x86"
-
-DEPEND=">=dev-lang/ocaml-3.09
- virtual/latex-base
- dev-texlive/texlive-latexextra
- "
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}/${P}-tests.patch"
- epatch "${FILESDIR}/${P}-strip.patch"
-}
-
-src_compile() {
- econf || die
- emake || die
-}
-
-src_install() {
- emake UPDATETEX="" prefix="${D}/usr" MANDIR="${D}/usr/share/man" install || die
- dodoc README CHANGES
-}
diff --git a/dev-ml/sexplib/ChangeLog b/dev-ml/sexplib/ChangeLog
index bd8646638d37..37f97cfa0436 100644
--- a/dev-ml/sexplib/ChangeLog
+++ b/dev-ml/sexplib/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ml/sexplib
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/sexplib/ChangeLog,v 1.17 2012/06/30 15:03:03 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/sexplib/ChangeLog,v 1.18 2012/08/07 16:36:46 aballier Exp $
+
+ 07 Aug 2012; Alexis Ballier <aballier@gentoo.org> -sexplib-7.0.4.ebuild,
+ -sexplib-7.0.5.ebuild:
+ remove old
*sexplib-108.00.01 (30 Jun 2012)
diff --git a/dev-ml/sexplib/sexplib-7.0.4.ebuild b/dev-ml/sexplib/sexplib-7.0.4.ebuild
deleted file mode 100644
index 1e9454879b9a..000000000000
--- a/dev-ml/sexplib/sexplib-7.0.4.ebuild
+++ /dev/null
@@ -1,39 +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/sexplib/sexplib-7.0.4.ebuild,v 1.2 2012/03/27 21:08:38 aballier Exp $
-
-EAPI=3
-
-inherit oasis
-
-DESCRIPTION="Library for automated conversion of OCaml-values to and from S-expressions"
-HOMEPAGE="http://forge.ocamlcore.org/projects/sexplib/"
-SRC_URI="http://forge.ocamlcore.org/frs/download.php/699/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc"
-
-RDEPEND=">=dev-ml/type-conv-3.0.4"
-DEPEND="${RDEPEND}
- doc? ( virtual/latex-base dev-texlive/texlive-latexextra )"
-
-DOCS=( "README.txt" "Changelog" )
-
-src_compile() {
- oasis_src_compile
- if use doc ; then
- cd "${S}/doc"
- pdflatex README || die
- pdflatex README || die
- fi
-}
-
-src_install() {
- oasis_src_install
-
- if use doc; then
- dodoc doc/README.pdf || die
- fi
-}
diff --git a/dev-ml/sexplib/sexplib-7.0.5.ebuild b/dev-ml/sexplib/sexplib-7.0.5.ebuild
deleted file mode 100644
index 4fbaa197eecc..000000000000
--- a/dev-ml/sexplib/sexplib-7.0.5.ebuild
+++ /dev/null
@@ -1,42 +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/sexplib/sexplib-7.0.5.ebuild,v 1.1 2012/06/30 14:15:29 aballier Exp $
-
-EAPI=3
-
-OASIS_BUILD_DOCS=1
-OASIS_BUILD_TESTS=1
-
-inherit oasis
-
-DESCRIPTION="Library for automated conversion of OCaml-values to and from S-expressions"
-HOMEPAGE="http://forge.ocamlcore.org/projects/sexplib/"
-SRC_URI="http://forge.ocamlcore.org/frs/download.php/832/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-ml/type-conv-3.0.5"
-DEPEND="${RDEPEND}
- doc? ( virtual/latex-base dev-texlive/texlive-latexextra )"
-
-DOCS=( "README.txt" "Changelog" )
-
-src_compile() {
- oasis_src_compile
- if use doc ; then
- cd "${S}/doc"
- pdflatex README || die
- pdflatex README || die
- fi
-}
-
-src_install() {
- oasis_src_install
-
- if use doc; then
- dodoc doc/README.pdf || die
- fi
-}
diff --git a/dev-ml/type-conv/ChangeLog b/dev-ml/type-conv/ChangeLog
index 0c1509d0c9b2..1230a5eb70e9 100644
--- a/dev-ml/type-conv/ChangeLog
+++ b/dev-ml/type-conv/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ml/type-conv
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/type-conv/ChangeLog,v 1.18 2012/07/09 21:08:47 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/type-conv/ChangeLog,v 1.19 2012/08/07 16:37:19 aballier Exp $
+
+ 07 Aug 2012; Alexis Ballier <aballier@gentoo.org> -type-conv-3.0.4.ebuild,
+ -type-conv-3.0.5.ebuild:
+ remove old
09 Jul 2012; Ulrich Müller <ulm@gentoo.org> type-conv-108.00.01.ebuild,
type-conv-3.0.4.ebuild, type-conv-3.0.5.ebuild:
diff --git a/dev-ml/type-conv/type-conv-3.0.4.ebuild b/dev-ml/type-conv/type-conv-3.0.4.ebuild
deleted file mode 100644
index 978f597cdad9..000000000000
--- a/dev-ml/type-conv/type-conv-3.0.4.ebuild
+++ /dev/null
@@ -1,21 +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/type-conv/type-conv-3.0.4.ebuild,v 1.3 2012/07/09 21:08:47 ulm Exp $
-
-EAPI="3"
-
-inherit oasis
-
-DESCRIPTION="Mini library required for some other preprocessing libraries"
-HOMEPAGE="http://forge.ocamlcore.org/projects/type-conv/"
-SRC_URI="http://forge.ocamlcore.org/frs/download.php/697/${P}.tar.gz"
-
-LICENSE="LGPL-2.1-with-linking-exception"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}"
-
-DOCS=( "README.txt" "Changelog" )
diff --git a/dev-ml/type-conv/type-conv-3.0.5.ebuild b/dev-ml/type-conv/type-conv-3.0.5.ebuild
deleted file mode 100644
index e2803b4aa31f..000000000000
--- a/dev-ml/type-conv/type-conv-3.0.5.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/type-conv/type-conv-3.0.5.ebuild,v 1.2 2012/07/09 21:08:47 ulm Exp $
-
-EAPI="3"
-
-inherit oasis
-
-DESCRIPTION="Mini library required for some other preprocessing libraries"
-HOMEPAGE="http://forge.ocamlcore.org/projects/type-conv/"
-SRC_URI="http://forge.ocamlcore.org/frs/download.php/821/${P}.tar.gz"
-
-LICENSE="LGPL-2.1-with-linking-exception"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}"
-
-DOCS=( "README.txt" "Changelog" )
-
-S="${WORKDIR}/${PN/-/_}-${PV}"
diff --git a/dev-ml/tyxml/ChangeLog b/dev-ml/tyxml/ChangeLog
index 2183d9a2ee7b..5ff9efef7fd9 100644
--- a/dev-ml/tyxml/ChangeLog
+++ b/dev-ml/tyxml/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ml/tyxml
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/tyxml/ChangeLog,v 1.4 2012/07/09 21:10:42 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/tyxml/ChangeLog,v 1.5 2012/08/07 16:38:14 aballier Exp $
+
+ 07 Aug 2012; Alexis Ballier <aballier@gentoo.org> -tyxml-2.0.2.ebuild,
+ -tyxml-2.1.ebuild:
+ remove old
09 Jul 2012; Ulrich Müller <ulm@gentoo.org> tyxml-2.0.2.ebuild,
tyxml-2.1-r1.ebuild, tyxml-2.1.ebuild:
diff --git a/dev-ml/tyxml/tyxml-2.0.2.ebuild b/dev-ml/tyxml/tyxml-2.0.2.ebuild
deleted file mode 100644
index c096918c090a..000000000000
--- a/dev-ml/tyxml/tyxml-2.0.2.ebuild
+++ /dev/null
@@ -1,46 +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/tyxml/tyxml-2.0.2.ebuild,v 1.2 2012/07/09 21:10:41 ulm Exp $
-
-EAPI=4
-
-inherit eutils findlib
-
-DESCRIPTION="A libary to build xml trees typechecked by OCaml"
-HOMEPAGE="http://ocsigen.org/tyxml/"
-SRC_URI="http://www.ocsigen.org/download/${P}.tar.gz"
-
-LICENSE="LGPL-2.1-with-linking-exception"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="doc ocamlduce +ocamlopt"
-
-DEPEND="
- >=dev-lang/ocaml-3.12[ocamlopt?]
- dev-ml/ocamlnet
- ocamlduce? ( dev-ml/ocamlduce )"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- export myopts="OCAMLDUCE=$(usex ocamlduce yes no)"
-}
-
-src_compile() {
- if use ocamlopt; then
- emake "$myopts"
- else
- emake "$myopts" byte
- fi
- use doc && emake doc "$myopts"
-}
-
-src_install() {
- findlib_src_preinst
- if use ocamlopt; then
- emake DESTIR="${D}" OCAMLDUCE="$myopts" install
- else
- emake DESTIR="${D}" OCAMLDUCE="$myopts" install-byte
- fi
- dodoc CHANGES README
- use doc && dohtml -r doc/api-html
-}
diff --git a/dev-ml/tyxml/tyxml-2.1.ebuild b/dev-ml/tyxml/tyxml-2.1.ebuild
deleted file mode 100644
index 863a8be13872..000000000000
--- a/dev-ml/tyxml/tyxml-2.1.ebuild
+++ /dev/null
@@ -1,46 +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/tyxml/tyxml-2.1.ebuild,v 1.2 2012/07/09 21:10:42 ulm Exp $
-
-EAPI=4
-
-inherit eutils findlib
-
-DESCRIPTION="A libary to build xml trees typechecked by OCaml"
-HOMEPAGE="http://ocsigen.org/tyxml/"
-SRC_URI="http://www.ocsigen.org/download/${P}.tar.gz"
-
-LICENSE="LGPL-2.1-with-linking-exception"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="doc ocamlduce +ocamlopt"
-
-DEPEND="
- >=dev-lang/ocaml-3.12[ocamlopt?]
- dev-ml/ocamlnet
- ocamlduce? ( dev-ml/ocamlduce )"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- export myopts="OCAMLDUCE=$(usex ocamlduce yes no)"
-}
-
-src_compile() {
- if use ocamlopt; then
- emake "$myopts"
- else
- emake "$myopts" byte
- fi
- use doc && emake doc "$myopts"
-}
-
-src_install() {
- findlib_src_preinst
- if use ocamlopt; then
- emake DESTIR="${D}" OCAMLDUCE="$myopts" install
- else
- emake DESTIR="${D}" OCAMLDUCE="$myopts" install-byte
- fi
- dodoc CHANGES README
- use doc && dohtml -r doc/api-html
-}
diff --git a/dev-ml/utop/ChangeLog b/dev-ml/utop/ChangeLog
index fb8a6c9a5b32..f3512594f156 100644
--- a/dev-ml/utop/ChangeLog
+++ b/dev-ml/utop/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ml/utop
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/utop/ChangeLog,v 1.2 2012/08/02 12:37:53 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/utop/ChangeLog,v 1.3 2012/08/07 16:39:04 aballier Exp $
+
+ 07 Aug 2012; Alexis Ballier <aballier@gentoo.org> -utop-1.1.ebuild:
+ remove old
*utop-1.2 (02 Aug 2012)
diff --git a/dev-ml/utop/utop-1.1.ebuild b/dev-ml/utop/utop-1.1.ebuild
deleted file mode 100644
index 8f0d6d3e7499..000000000000
--- a/dev-ml/utop/utop-1.1.ebuild
+++ /dev/null
@@ -1,53 +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/utop/utop-1.1.ebuild,v 1.1 2012/03/30 11:52:39 aballier Exp $
-
-EAPI=4
-
-OASIS_BUILD_DOCS=1
-inherit oasis elisp-common
-
-DESCRIPTION="A new toplevel for OCaml with completion and colorization"
-HOMEPAGE="http://forge.ocamlcore.org/projects/utop/"
-SRC_URI="http://forge.ocamlcore.org/frs/download.php/674/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="emacs"
-
-DEPEND="dev-ml/lwt[react]
- dev-ml/lambda-term
- dev-ml/zed
- emacs? ( virtual/emacs )"
-RDEPEND="${DEPEND}"
-
-DOCS=( "CHANGES" "README" )
-SITEFILE="50${PN}-gentoo.el"
-
-src_prepare() {
- sed -i "s/(\"utop.el.*)//" setup.ml
-}
-
-src_compile() {
- oasis_src_compile
- if use emacs; then
- elisp-compile src/*.el
- fi
-}
-
-src_install() {
- oasis_src_install
- if use emacs; then
- elisp-install "${PN}" src/*.el src/*.elc || die
- elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die
- fi
-}
-
-pkg_postinst() {
- use emacs && elisp-site-regen
-}
-
-pkg_postrm() {
- use emacs && elisp-site-regen
-}
diff --git a/dev-ml/zed/ChangeLog b/dev-ml/zed/ChangeLog
index ae33eff87173..e60376daae9f 100644
--- a/dev-ml/zed/ChangeLog
+++ b/dev-ml/zed/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ml/zed
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/zed/ChangeLog,v 1.2 2012/08/02 12:04:25 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/zed/ChangeLog,v 1.3 2012/08/07 16:39:57 aballier Exp $
+
+ 07 Aug 2012; Alexis Ballier <aballier@gentoo.org> -zed-1.1.ebuild:
+ remove old
*zed-1.2 (02 Aug 2012)
diff --git a/dev-ml/zed/zed-1.1.ebuild b/dev-ml/zed/zed-1.1.ebuild
deleted file mode 100644
index 216e33dd51f3..000000000000
--- a/dev-ml/zed/zed-1.1.ebuild
+++ /dev/null
@@ -1,27 +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/zed/zed-1.1.ebuild,v 1.1 2012/03/30 11:29:30 aballier Exp $
-
-EAPI=4
-
-OASIS_BUILD_DOCS=1
-inherit oasis
-
-DESCRIPTION="Zed is an abstract engine for text edition"
-HOMEPAGE="http://forge.ocamlcore.org/projects/zed/"
-SRC_URI="http://forge.ocamlcore.org/frs/download.php/672/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND="dev-ml/camomile
- dev-ml/react"
-RDEPEND="${DEPEND}"
-DOCS=( "CHANGES" )
-
-src_prepare() {
- #bug 1105 upstream
- sed -i "s/<code>/< code >/" src/zed_edit.mli
-}