aballier 15/07/27 07:49:45 Added: metadata.xml ocaml-base64-2.0.0.ebuild ChangeLog Log: initial import, ebuild by me (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Revision Changes Path 1.1 dev-ml/ocaml-base64/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-base64/metadata.xml?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-base64/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/ocaml-base64/ocaml-base64-2.0.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-base64/ocaml-base64-2.0.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-base64/ocaml-base64-2.0.0.ebuild?rev=1.1&content-type=text/plain Index: ocaml-base64-2.0.0.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-base64/ocaml-base64-2.0.0.ebuild,v 1.1 2015/07/27 07:49:45 aballier Exp $ EAPI="5" OASIS_BUILD_DOCS=1 inherit oasis DESCRIPTION="Library for radix-64 representation (de)coding" HOMEPAGE="https://github.com/mirage/ocaml-base64" SRC_URI="https://github.com/mirage/ocaml-base64/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="ISC" SLOT="0/${PV}" KEYWORDS="~amd64" IUSE="" RDEPEND=">=dev-lang/ocaml-4.02[ocamlopt?]" DEPEND="${RDEPEND} >=dev-ml/findlib-1.3.2" DOCS=( "README.md" "CHANGES.md" ) 1.1 dev-ml/ocaml-base64/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-base64/ChangeLog?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-base64/ChangeLog?rev=1.1&content-type=text/plain Index: ChangeLog =================================================================== # ChangeLog for dev-ml/ocaml-base64 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-base64/ChangeLog,v 1.1 2015/07/27 07:49:45 aballier Exp $ *ocaml-base64-2.0.0 (27 Jul 2015) 27 Jul 2015; Alexis Ballier <[email protected]> +ocaml-base64-2.0.0.ebuild, +metadata.xml: initial import, ebuild by me
