diff options
author | Alexis Ballier <aballier@gentoo.org> | 2010-05-25 11:47:09 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2010-05-25 11:47:09 +0000 |
commit | 5cc1f7d2efc99d5c332a52fe2f84ea62ad8eb64d (patch) | |
tree | a6deefd5e81dfa40fcf5208b480cd091edd1a8d5 /dev-ml | |
parent | Version bump (diff) | |
download | historical-5cc1f7d2efc99d5c332a52fe2f84ea62ad8eb64d.tar.gz historical-5cc1f7d2efc99d5c332a52fe2f84ea62ad8eb64d.tar.bz2 historical-5cc1f7d2efc99d5c332a52fe2f84ea62ad8eb64d.zip |
remove old
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/lwt/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ml/lwt/lwt-2.0.0.ebuild | 58 | ||||
-rw-r--r-- | dev-ml/type-conv/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ml/type-conv/type-conv-1.6.10.ebuild | 25 |
4 files changed, 9 insertions, 85 deletions
diff --git a/dev-ml/lwt/ChangeLog b/dev-ml/lwt/ChangeLog index 9353e0296fa6..a2d39c7316cc 100644 --- a/dev-ml/lwt/ChangeLog +++ b/dev-ml/lwt/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ml/lwt # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/lwt/ChangeLog,v 1.7 2010/04/23 14:15:04 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/lwt/ChangeLog,v 1.8 2010/05/25 11:46:40 aballier Exp $ + + 25 May 2010; Alexis Ballier <aballier@gentoo.org> -lwt-2.0.0.ebuild: + remove old *lwt-2.1.0 (23 Apr 2010) diff --git a/dev-ml/lwt/lwt-2.0.0.ebuild b/dev-ml/lwt/lwt-2.0.0.ebuild deleted file mode 100644 index cf69520e7e78..000000000000 --- a/dev-ml/lwt/lwt-2.0.0.ebuild +++ /dev/null @@ -1,58 +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/lwt/lwt-2.0.0.ebuild,v 1.1 2009/10/16 11:41:47 aballier Exp $ - -EAPI=2 - -inherit findlib eutils - -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 doc +ocamlopt ssl" - -DEPEND=">=dev-lang/ocaml-3.11[ocamlopt?] - dev-ml/react - 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 LGPL-2.1-linking-exception" -KEYWORDS="~amd64 ~x86 ~x86-fbsd" - -S=${WORKDIR}/${MY_P} - -disable_feature() { - use $1 || sed -i -e "s/ocamlfind query $2/ocamlfind query badpackage/" myocamlbuild.ml -} - -src_configure() { - disable_feature ssl ssl - disable_feature gtk lablgtk2 -} - -src_compile() { - # ocamlbuild is stupid and fails parallel make if it does not exist... - mkdir _build - emake byte || die "make failed" - if use ocamlopt ; then - emake opt || die "failed to build native code version" - fi - if use doc ; then - emake doc || die "failed to build the documentation" - fi -} - -src_install() { - findlib_src_preinst - emake DESTDIR="${OCAMLFIND_DESTDIR}" install || die "install failed" - dodoc CHANGES README - if use doc; then - dohtml _build/lwt.docdir/*.html - fi -} diff --git a/dev-ml/type-conv/ChangeLog b/dev-ml/type-conv/ChangeLog index d43f31b91c9b..57191c2ec4f3 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-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/type-conv/ChangeLog,v 1.3 2010/05/19 06:19:09 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/type-conv/ChangeLog,v 1.4 2010/05/25 11:47:09 aballier Exp $ + + 25 May 2010; Alexis Ballier <aballier@gentoo.org> + -type-conv-1.6.10.ebuild: + remove old *type-conv-1.7.0 (19 May 2010) diff --git a/dev-ml/type-conv/type-conv-1.6.10.ebuild b/dev-ml/type-conv/type-conv-1.6.10.ebuild deleted file mode 100644 index eebcd91efa36..000000000000 --- a/dev-ml/type-conv/type-conv-1.6.10.ebuild +++ /dev/null @@ -1,25 +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/type-conv/type-conv-1.6.10.ebuild,v 1.1 2009/09/26 12:23:48 aballier Exp $ - -EAPI="2" - -inherit findlib - -DESCRIPTION="Mini library required for some other preprocessing libraries" -HOMEPAGE="http://www.ocaml.info/home/ocaml_sources.html" -SRC_URI="http://ocaml.info/ocaml_sources/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -DEPEND=">=dev-lang/ocaml-3.10" -RDEPEND="${DEPEND}" - -src_install() { - findlib_src_preinst - emake install || die "make install failed" - dodoc README.txt Changelog -} |