summaryrefslogtreecommitdiff
path: root/dev-ml
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2012-08-07 16:38:15 +0000
committerAlexis Ballier <aballier@gentoo.org>2012-08-07 16:38:15 +0000
commit4b021be3239118fea013e6006c29504c13706155 (patch)
tree37f65924c1aa3c80fa0b83fdf37bf30e6856fd25 /dev-ml
parentremove old (diff)
downloadgentoo-2-4b021be3239118fea013e6006c29504c13706155.tar.gz
gentoo-2-4b021be3239118fea013e6006c29504c13706155.tar.bz2
gentoo-2-4b021be3239118fea013e6006c29504c13706155.zip
remove old
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Diffstat (limited to 'dev-ml')
-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
3 files changed, 5 insertions, 93 deletions
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
-}