diff options
author | Alexis Ballier <aballier@gentoo.org> | 2015-08-06 10:19:50 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2015-08-06 10:19:50 +0000 |
commit | 9f1b7df8942348f9ecd6b7c15fafd4c945b7b283 (patch) | |
tree | 25bfb1a2ac24dd643271dba63f80a0b357a9d8a6 /dev-ml | |
parent | Moved ebuild from e overlay. (diff) | |
download | gentoo-2-9f1b7df8942348f9ecd6b7c15fafd4c945b7b283.tar.gz gentoo-2-9f1b7df8942348f9ecd6b7c15fafd4c945b7b283.tar.bz2 gentoo-2-9f1b7df8942348f9ecd6b7c15fafd4c945b7b283.zip |
version bump
(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/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ml/tyxml/tyxml-3.5.0.ebuild | 25 |
2 files changed, 31 insertions, 1 deletions
diff --git a/dev-ml/tyxml/ChangeLog b/dev-ml/tyxml/ChangeLog index 1498f05097a0..fa8419c4049a 100644 --- a/dev-ml/tyxml/ChangeLog +++ b/dev-ml/tyxml/ChangeLog @@ -1,6 +1,11 @@ # 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.16 2015/06/07 09:34:36 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/tyxml/ChangeLog,v 1.17 2015/08/06 10:19:50 aballier Exp $ + +*tyxml-3.5.0 (06 Aug 2015) + + 06 Aug 2015; Alexis Ballier <aballier@gentoo.org> +tyxml-3.5.0.ebuild: + version bump 07 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml: Add github to remote-id in metadata.xml diff --git a/dev-ml/tyxml/tyxml-3.5.0.ebuild b/dev-ml/tyxml/tyxml-3.5.0.ebuild new file mode 100644 index 000000000000..aa43e2a0b9f4 --- /dev/null +++ b/dev-ml/tyxml/tyxml-3.5.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/tyxml/tyxml-3.5.0.ebuild,v 1.1 2015/08/06 10:19:50 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 ) |