From 4b021be3239118fea013e6006c29504c13706155 Mon Sep 17 00:00:00 2001 From: Alexis Ballier Date: Tue, 7 Aug 2012 16:38:15 +0000 Subject: remove old (Portage version: 2.2.0_alpha120/cvs/Linux x86_64) --- dev-ml/tyxml/ChangeLog | 6 +++++- dev-ml/tyxml/tyxml-2.0.2.ebuild | 46 ----------------------------------------- dev-ml/tyxml/tyxml-2.1.ebuild | 46 ----------------------------------------- 3 files changed, 5 insertions(+), 93 deletions(-) delete mode 100644 dev-ml/tyxml/tyxml-2.0.2.ebuild delete mode 100644 dev-ml/tyxml/tyxml-2.1.ebuild (limited to 'dev-ml') 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 -tyxml-2.0.2.ebuild, + -tyxml-2.1.ebuild: + remove old 09 Jul 2012; Ulrich Müller 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 -} -- cgit v1.2.3-65-gdbad