summaryrefslogtreecommitdiff
path: root/dev-ml
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2014-12-01 09:48:40 +0000
committerAlexis Ballier <aballier@gentoo.org>2014-12-01 09:48:40 +0000
commit2cf32903e9a13b9e70b0fb4508c17d9721325688 (patch)
tree15e5b34b5b6980339e78624146b02ea7d1ad8d31 /dev-ml
parentAutomated version bump to 3.18_rc7 (diff)
downloadgentoo-2-2cf32903e9a13b9e70b0fb4508c17d9721325688.tar.gz
gentoo-2-2cf32903e9a13b9e70b0fb4508c17d9721325688.tar.bz2
gentoo-2-2cf32903e9a13b9e70b0fb4508c17d9721325688.zip
version bump
Signed-off-by: aballier@gentoo.org (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-ml')
-rw-r--r--dev-ml/tyxml/ChangeLog7
-rw-r--r--dev-ml/tyxml/tyxml-3.3.0.ebuild25
2 files changed, 31 insertions, 1 deletions
diff --git a/dev-ml/tyxml/ChangeLog b/dev-ml/tyxml/ChangeLog
index d7e7c816f71f..480c025bcd26 100644
--- a/dev-ml/tyxml/ChangeLog
+++ b/dev-ml/tyxml/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-ml/tyxml
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/tyxml/ChangeLog,v 1.13 2014/11/28 17:23:29 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/tyxml/ChangeLog,v 1.14 2014/12/01 09:48:40 aballier Exp $
+
+*tyxml-3.3.0 (01 Dec 2014)
+
+ 01 Dec 2014; Alexis Ballier <aballier@gentoo.org> +tyxml-3.3.0.ebuild:
+ version bump
28 Nov 2014; Alexis Ballier <aballier@gentoo.org> tyxml-3.0.0.ebuild:
update deps for ocaml 4.02
diff --git a/dev-ml/tyxml/tyxml-3.3.0.ebuild b/dev-ml/tyxml/tyxml-3.3.0.ebuild
new file mode 100644
index 000000000000..bd0950528b76
--- /dev/null
+++ b/dev-ml/tyxml/tyxml-3.3.0.ebuild
@@ -0,0 +1,25 @@
+# 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 )