diff options
author | Alexis Ballier <aballier@gentoo.org> | 2014-12-16 08:59:37 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2014-12-16 08:59:37 +0000 |
commit | ad131c891766b065e1ed6670dab44bcc3fe6709d (patch) | |
tree | 1ad8aaf012ce30baef593a7b7fef6f75aedf338d /dev-ml | |
parent | Bump (diff) | |
download | gentoo-2-ad131c891766b065e1ed6670dab44bcc3fe6709d.tar.gz gentoo-2-ad131c891766b065e1ed6670dab44bcc3fe6709d.tar.bz2 gentoo-2-ad131c891766b065e1ed6670dab44bcc3fe6709d.zip |
version bump
Signed-off-by: aballier@gentoo.org
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/tyxml/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ml/tyxml/tyxml-3.4.0.ebuild | 25 |
2 files changed, 31 insertions, 1 deletions
diff --git a/dev-ml/tyxml/ChangeLog b/dev-ml/tyxml/ChangeLog index 480c025bcd26..00bb5f2b4cc2 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.14 2014/12/01 09:48:40 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/tyxml/ChangeLog,v 1.15 2014/12/16 08:59:37 aballier Exp $ + +*tyxml-3.4.0 (16 Dec 2014) + + 16 Dec 2014; Alexis Ballier <aballier@gentoo.org> +tyxml-3.4.0.ebuild: + version bump *tyxml-3.3.0 (01 Dec 2014) diff --git a/dev-ml/tyxml/tyxml-3.4.0.ebuild b/dev-ml/tyxml/tyxml-3.4.0.ebuild new file mode 100644 index 000000000000..c5bc4d6d7c8a --- /dev/null +++ b/dev-ml/tyxml/tyxml-3.4.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.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 ) |