summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2011-07-06 18:28:16 +0000
committerAlexis Ballier <aballier@gentoo.org>2011-07-06 18:28:16 +0000
commit68f4493d329285bdcbce7eff6f2b2dfe78dfc456 (patch)
treedee2f410bce275632574a7c5fee1e8abc98b62cd /dev-ml/fieldslib
parentremove old (diff)
downloadgentoo-2-68f4493d329285bdcbce7eff6f2b2dfe78dfc456.tar.gz
gentoo-2-68f4493d329285bdcbce7eff6f2b2dfe78dfc456.tar.bz2
gentoo-2-68f4493d329285bdcbce7eff6f2b2dfe78dfc456.zip
remove old
(Portage version: 2.2.0_alpha43/cvs/Linux x86_64)
Diffstat (limited to 'dev-ml/fieldslib')
-rw-r--r--dev-ml/fieldslib/ChangeLog5
-rw-r--r--dev-ml/fieldslib/fieldslib-0.1.1.ebuild41
2 files changed, 4 insertions, 42 deletions
diff --git a/dev-ml/fieldslib/ChangeLog b/dev-ml/fieldslib/ChangeLog
index 90c2603a30aa..ebd89933f472 100644
--- a/dev-ml/fieldslib/ChangeLog
+++ b/dev-ml/fieldslib/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ml/fieldslib
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/fieldslib/ChangeLog,v 1.4 2011/06/25 18:56:36 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/fieldslib/ChangeLog,v 1.5 2011/07/06 18:28:16 aballier Exp $
+
+ 06 Jul 2011; Alexis Ballier <aballier@gentoo.org> -fieldslib-0.1.1.ebuild:
+ remove old
*fieldslib-0.1.2 (25 Jun 2011)
diff --git a/dev-ml/fieldslib/fieldslib-0.1.1.ebuild b/dev-ml/fieldslib/fieldslib-0.1.1.ebuild
deleted file mode 100644
index ada562bdd4e4..000000000000
--- a/dev-ml/fieldslib/fieldslib-0.1.1.ebuild
+++ /dev/null
@@ -1,41 +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/fieldslib/fieldslib-0.1.1.ebuild,v 1.2 2011/01/20 19:54:03 aballier Exp $
-
-EAPI="2"
-inherit findlib multilib
-
-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-linking-exception"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="debug +ocamlopt"
-
-DEPEND=">=dev-lang/ocaml-3.10.2[ocamlopt?]
- dev-ml/type-conv"
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/${PN}
-
-oasis_use_enable() {
- echo "--override $2 `use $1 && echo \"true\" || echo \"false\"`"
-}
-
-src_configure() {
- ./configure --prefix usr \
- --libdir /usr/$(get_libdir) \
- --destdir "${D}" \
- $(oasis_use_enable debug debug) \
- $(oasis_use_enable ocamlopt is_native) \
- || die
-}
-
-src_install() {
- findlib_src_install
-
- # install documentation
- dodoc README || die
-}