summaryrefslogtreecommitdiff
path: root/dev-ml
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2015-08-06 10:20:29 +0000
committerAlexis Ballier <aballier@gentoo.org>2015-08-06 10:20:29 +0000
commit5c728270add0695ad202813a65922be7ced472a7 (patch)
tree0af80482ebed3216a7d5ca8cfd332b1df3f2c634 /dev-ml
parentversion bump (diff)
downloadgentoo-2-5c728270add0695ad202813a65922be7ced472a7.tar.gz
gentoo-2-5c728270add0695ad202813a65922be7ced472a7.tar.bz2
gentoo-2-5c728270add0695ad202813a65922be7ced472a7.zip
remove old
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-ml')
-rw-r--r--dev-ml/tyxml/ChangeLog6
-rw-r--r--dev-ml/tyxml/tyxml-3.0.0.ebuild23
-rw-r--r--dev-ml/tyxml/tyxml-3.3.0.ebuild25
-rw-r--r--dev-ml/tyxml/tyxml-3.4.0.ebuild25
4 files changed, 5 insertions, 74 deletions
diff --git a/dev-ml/tyxml/ChangeLog b/dev-ml/tyxml/ChangeLog
index fa8419c4049a..c234e9b5cf58 100644
--- a/dev-ml/tyxml/ChangeLog
+++ b/dev-ml/tyxml/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ml/tyxml
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/tyxml/ChangeLog,v 1.17 2015/08/06 10:19:50 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/tyxml/ChangeLog,v 1.18 2015/08/06 10:20:29 aballier Exp $
+
+ 06 Aug 2015; Alexis Ballier <aballier@gentoo.org> -tyxml-3.0.0.ebuild,
+ -tyxml-3.3.0.ebuild, -tyxml-3.4.0.ebuild:
+ remove old
*tyxml-3.5.0 (06 Aug 2015)
diff --git a/dev-ml/tyxml/tyxml-3.0.0.ebuild b/dev-ml/tyxml/tyxml-3.0.0.ebuild
deleted file mode 100644
index 6336942390be..000000000000
--- a/dev-ml/tyxml/tyxml-3.0.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/tyxml/tyxml-3.0.0.ebuild,v 1.2 2014/11/28 17:23:29 aballier Exp $
-
-EAPI=5
-
-OASIS_BUILD_DOCS=1
-
-inherit oasis
-
-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/${PV}"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND="|| ( dev-ml/camlp4:= <dev-lang/ocaml-4.02.0 )"
-RDEPEND="${DEPEND}"
-
-DOCS=( CHANGES README.md )
diff --git a/dev-ml/tyxml/tyxml-3.3.0.ebuild b/dev-ml/tyxml/tyxml-3.3.0.ebuild
deleted file mode 100644
index bd0950528b76..000000000000
--- a/dev-ml/tyxml/tyxml-3.3.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/tyxml/tyxml-3.3.0.ebuild,v 1.1 2014/12/01 09:48:40 aballier Exp $
-
-EAPI=5
-
-OASIS_BUILD_DOCS=1
-
-inherit oasis
-
-DESCRIPTION="A libary to build xml trees typechecked by OCaml"
-HOMEPAGE="http://ocsigen.org/tyxml/"
-SRC_URI="https://github.com/ocsigen/tyxml/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="LGPL-2.1-with-linking-exception"
-SLOT="0/${PV}"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND="
- dev-ml/uutf:=
- || ( dev-ml/camlp4:= <dev-lang/ocaml-4.02.0 )"
-RDEPEND="${DEPEND}"
-
-DOCS=( CHANGES README.md )
diff --git a/dev-ml/tyxml/tyxml-3.4.0.ebuild b/dev-ml/tyxml/tyxml-3.4.0.ebuild
deleted file mode 100644
index c5bc4d6d7c8a..000000000000
--- a/dev-ml/tyxml/tyxml-3.4.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/tyxml/tyxml-3.4.0.ebuild,v 1.1 2014/12/16 08:59:37 aballier Exp $
-
-EAPI=5
-
-OASIS_BUILD_DOCS=1
-
-inherit oasis
-
-DESCRIPTION="A libary to build xml trees typechecked by OCaml"
-HOMEPAGE="http://ocsigen.org/tyxml/"
-SRC_URI="https://github.com/ocsigen/tyxml/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="LGPL-2.1-with-linking-exception"
-SLOT="0/${PV}"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND="
- dev-ml/uutf:=
- dev-ml/camlp4:="
-RDEPEND="${DEPEND}"
-
-DOCS=( CHANGES README.md )