summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2012-08-07 16:31:01 +0000
committerAlexis Ballier <aballier@gentoo.org>2012-08-07 16:31:01 +0000
commitb5b18169d9c04777bd84d9c095465d5c10368f43 (patch)
treeaf2156c692919f591262555b44510fc6f39fbcb8 /dev-ml/lwt
parentremove old (diff)
downloadgentoo-2-b5b18169d9c04777bd84d9c095465d5c10368f43.tar.gz
gentoo-2-b5b18169d9c04777bd84d9c095465d5c10368f43.tar.bz2
gentoo-2-b5b18169d9c04777bd84d9c095465d5c10368f43.zip
remove old
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Diffstat (limited to 'dev-ml/lwt')
-rw-r--r--dev-ml/lwt/ChangeLog5
-rw-r--r--dev-ml/lwt/lwt-2.3.2.ebuild37
2 files changed, 4 insertions, 38 deletions
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
-}