diff options
author | Alexis Ballier <aballier@gentoo.org> | 2014-03-13 20:23:18 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2014-03-13 20:23:18 +0000 |
commit | f666628613c8394ce6dc68d23f01b66768c2adc7 (patch) | |
tree | 12c22a532b9011b7504030b3bd02d955550d933b /dev-ml/tyxml/tyxml-3.0.0.ebuild | |
parent | initial import, ebuild by me (diff) | |
download | historical-f666628613c8394ce6dc68d23f01b66768c2adc7.tar.gz historical-f666628613c8394ce6dc68d23f01b66768c2adc7.tar.bz2 historical-f666628613c8394ce6dc68d23f01b66768c2adc7.zip |
version bump
Package-Manager: portage-2.2.8-r1/cvs/Linux x86_64
Manifest-Sign-Key: 0x160F534A
Diffstat (limited to 'dev-ml/tyxml/tyxml-3.0.0.ebuild')
-rw-r--r-- | dev-ml/tyxml/tyxml-3.0.0.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-ml/tyxml/tyxml-3.0.0.ebuild b/dev-ml/tyxml/tyxml-3.0.0.ebuild new file mode 100644 index 000000000000..234a1752bec3 --- /dev/null +++ b/dev-ml/tyxml/tyxml-3.0.0.ebuild @@ -0,0 +1,23 @@ +# 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.1 2014/03/13 20:23:15 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="" +RDEPEND="${DEPEND}" + +DOCS=( CHANGES README.md ) |