aballier 15/02/15 09:07:18 Added: metadata.xml ChangeLog easy-format-1.0.2.ebuild Log: initial import, ebuild by José Romildo Malaquias, bug #539328 (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Revision Changes Path 1.1 dev-ml/easy-format/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/easy-format/metadata.xml?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/easy-format/metadata.xml?rev=1.1&content-type=text/plain Index: metadata.xml =================================================================== <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <herd>ml</herd> </pkgmetadata> 1.1 dev-ml/easy-format/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/easy-format/ChangeLog?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/easy-format/ChangeLog?rev=1.1&content-type=text/plain Index: ChangeLog =================================================================== # ChangeLog for dev-ml/easy-format # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: /var/cvsroot/gentoo-x86/dev-ml/easy-format/ChangeLog,v 1.1 2015/02/15 09:07:18 aballier Exp $ *easy-format-1.0.2 (15 Feb 2015) 15 Feb 2015; Alexis Ballier <[email protected]> +easy-format-1.0.2.ebuild, +metadata.xml: initial import, ebuild by José Romildo Malaquias, bug #539328 1.1 dev-ml/easy-format/easy-format-1.0.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/easy-format/easy-format-1.0.2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/easy-format/easy-format-1.0.2.ebuild?rev=1.1&content-type=text/plain Index: easy-format-1.0.2.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ml/easy-format/easy-format-1.0.2.ebuild,v 1.1 2015/02/15 09:07:18 aballier Exp $ EAPI=5 inherit findlib DESCRIPTION="Pretty-printing library for OCaml" HOMEPAGE="http://mjambon.com/easy-format.html" SRC_URI="http://mjambon.com/releases/${PN}/${P}.tar.gz" SLOT="0/${PV}" LICENSE="BSD" KEYWORDS="~amd64" IUSE="examples +ocamlopt" RDEPEND="dev-lang/ocaml:=[ocamlopt?]" DEPEND="${RDEPEND}" src_compile() { emake all use ocamlopt && emake opt } src_install() { findlib_src_install dodoc README.md Changes if use examples ; then dodoc -r examples docompress -x /usr/share/doc/${PF}/examples fi }
