diff options
author | Alexis Ballier <aballier@gentoo.org> | 2010-04-12 06:40:32 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2010-04-12 06:40:32 +0000 |
commit | 85505147e7a6212bd7906671854e32f94e48c959 (patch) | |
tree | 6d6a0de2bbe2dd4b27025233a8bc1e59beb65536 /dev-ml | |
parent | remove old (diff) | |
download | historical-85505147e7a6212bd7906671854e32f94e48c959.tar.gz historical-85505147e7a6212bd7906671854e32f94e48c959.tar.bz2 historical-85505147e7a6212bd7906671854e32f94e48c959.zip |
remove old
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/ocaml-sqlite3/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ml/ocaml-sqlite3/ocaml-sqlite3-1.5.6.ebuild | 46 | ||||
-rw-r--r-- | dev-ml/ocamlduce/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ml/ocamlduce/ocamlduce-3.11.1.0.ebuild | 69 | ||||
-rw-r--r-- | dev-ml/sexplib/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ml/sexplib/sexplib-4.2.16.ebuild | 38 |
6 files changed, 15 insertions, 157 deletions
diff --git a/dev-ml/ocaml-sqlite3/ChangeLog b/dev-ml/ocaml-sqlite3/ChangeLog index f052966729fc..0f803ac3ffa1 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-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-sqlite3/ChangeLog,v 1.18 2009/12/21 11:24:49 aballier Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-sqlite3/ChangeLog,v 1.19 2010/04/12 06:40:32 aballier Exp $ + + 12 Apr 2010; Alexis Ballier <aballier@gentoo.org> + -ocaml-sqlite3-1.5.6.ebuild: + remove old *ocaml-sqlite3-1.5.7 (21 Dec 2009) diff --git a/dev-ml/ocaml-sqlite3/ocaml-sqlite3-1.5.6.ebuild b/dev-ml/ocaml-sqlite3/ocaml-sqlite3-1.5.6.ebuild deleted file mode 100644 index 376b3a83b632..000000000000 --- a/dev-ml/ocaml-sqlite3/ocaml-sqlite3-1.5.6.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/ocaml-sqlite3/ocaml-sqlite3-1.5.6.ebuild,v 1.1 2009/09/18 21:42:57 aballier Exp $ - -EAPI="2" - -inherit findlib eutils - -IUSE="doc +ocamlopt" - -DESCRIPTION="A package for ocaml that provides access to SQLite databases." -SRC_URI="http://ocaml.info/ocaml_sources/${P}.tar.gz" -HOMEPAGE="http://ocaml.info/home/ocaml_sources.html#ocaml-sqlite3" - -DEPEND=">=dev-lang/ocaml-3.11[ocamlopt?] - >=dev-db/sqlite-3.3.3" - -RDEPEND="${DEPEND}" - -SLOT="0" -LICENSE="MIT" -KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" - -src_prepare() { - epatch "${FILESDIR}/${PN}-0.22.0-destdir.patch" - epatch "${FILESDIR}/${PN}-0.23.0-noocamlopt.patch" - epatch "${FILESDIR}/${PN}-1.5.1-werror.patch" -} - -src_compile() { - emake -j1 bytecode || die "make bytecode failed" - if use ocamlopt; then - emake -j1 opt || die "make opt failed" - fi - if use doc; then - emake -j1 docs || die "make doc failed" - fi -} - -src_install() { - findlib_src_preinst - export OCAMLPATH="${OCAMLFIND_DESTDIR}" - emake DESTDIR="${D}" install || die "make install failed" - dodoc Changelog README.txt TODO - use doc && dohtml doc/* -} diff --git a/dev-ml/ocamlduce/ChangeLog b/dev-ml/ocamlduce/ChangeLog index 5ef55b6d8a51..a1bec0fabbf9 100644 --- a/dev-ml/ocamlduce/ChangeLog +++ b/dev-ml/ocamlduce/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ml/ocamlduce # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlduce/ChangeLog,v 1.14 2010/04/09 14:26:35 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlduce/ChangeLog,v 1.15 2010/04/12 06:34:53 aballier Exp $ + + 12 Apr 2010; Alexis Ballier <aballier@gentoo.org> + -ocamlduce-3.11.1.0.ebuild: + remove old *ocamlduce-3.11.2.0 (09 Apr 2010) diff --git a/dev-ml/ocamlduce/ocamlduce-3.11.1.0.ebuild b/dev-ml/ocamlduce/ocamlduce-3.11.1.0.ebuild deleted file mode 100644 index 5784a96e8219..000000000000 --- a/dev-ml/ocamlduce/ocamlduce-3.11.1.0.ebuild +++ /dev/null @@ -1,69 +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/ocamlduce/ocamlduce-3.11.1.0.ebuild,v 1.2 2009/09/18 22:45:34 aballier Exp $ - -EAPI="2" - -inherit versionator eutils toolchain-funcs flag-o-matic multilib - -OCAML_VERSION=3.11.1 -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="http://forge.ocamlcore.org/frs/download.php/225/${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" - -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/sexplib/ChangeLog b/dev-ml/sexplib/ChangeLog index 44980d79f340..a911b8f73b70 100644 --- a/dev-ml/sexplib/ChangeLog +++ b/dev-ml/sexplib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ml/sexplib # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/sexplib/ChangeLog,v 1.4 2010/01/03 15:09:12 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/sexplib/ChangeLog,v 1.5 2010/04/12 06:38:38 aballier Exp $ + + 12 Apr 2010; Alexis Ballier <aballier@gentoo.org> -sexplib-4.2.16.ebuild: + remove old *sexplib-4.2.17 (03 Jan 2010) diff --git a/dev-ml/sexplib/sexplib-4.2.16.ebuild b/dev-ml/sexplib/sexplib-4.2.16.ebuild deleted file mode 100644 index b9572b911c6f..000000000000 --- a/dev-ml/sexplib/sexplib-4.2.16.ebuild +++ /dev/null @@ -1,38 +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/sexplib/sexplib-4.2.16.ebuild,v 1.1 2009/10/13 07:05:11 aballier Exp $ - -EAPI="2" - -inherit findlib - -DESCRIPTION="Library for automated conversion of OCaml-values to and from S-expressions" -HOMEPAGE="http://www.ocaml.info/home/ocaml_sources.html" -SRC_URI="http://ocaml.info/ocaml_sources/${PN}310-${PV}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" -S=${WORKDIR}/${PN}310-${PV}/lib - -DEPEND=">=dev-lang/ocaml-3.10[ocamlopt] - dev-ml/type-conv" -RDEPEND="${DEPEND}" - -src_compile() { - emake -j1 || die -} - -src_test() { - cd "${S}/../lib_test" - emake -j1 || die - ./conv_test || die - ./sexp_test < test.sexp || die -} - -src_install() { - findlib_src_preinst - emake install || die "make install failed" - dodoc ../README.txt ../Changelog -} |