* [gentoo-commits] gentoo-x86 commit in dev-ml/opam: opam-1.2.0.ebuild metadata.xml ChangeLog
@ 2014-10-29 9:05 Alexis Ballier (aballier)
0 siblings, 0 replies; only message in thread
From: Alexis Ballier (aballier) @ 2014-10-29 9:05 UTC (permalink / raw
To: gentoo-commits
aballier 14/10/29 09:05:04
Added: opam-1.2.0.ebuild metadata.xml ChangeLog
Log:
initial import, ebuild by OGINO Masanori & Guillaume Horel in bug #497184 with some modifications by me
Signed-off-by: aballier@gentoo.org
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Revision Changes Path
1.1 dev-ml/opam/opam-1.2.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/opam/opam-1.2.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/opam/opam-1.2.0.ebuild?rev=1.1&content-type=text/plain
Index: opam-1.2.0.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ml/opam/opam-1.2.0.ebuild,v 1.1 2014/10/29 09:05:04 aballier Exp $
EAPI=5
inherit eutils
DESCRIPTION="A source-based package manager for OCaml"
HOMEPAGE="http://opam.ocaml.org/"
LICENSE="LGPL-3-with-linking-exception"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
if [[ ${PV} != 9999 ]]; then
SRC_URI="https://github.com/ocaml/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
else
inherit git-r3
EGIT_REPO_URI="https://github.com/ocaml/opam.git"
fi
DEPEND="dev-lang/ocaml:=
|| ( net-misc/wget net-misc/curl )
dev-ml/extlib:=
dev-ml/ocaml-re:=
dev-ml/ocamlgraph:=
dev-ml/cmdliner:=
dev-ml/cudf:=
dev-ml/dose3:=
dev-ml/uutf:=
dev-ml/jsonm:=
"
RDEPEND="${DEPEND}
dev-ml/findlib
"
src_compile() {
emake -j1
cd doc
emake man
}
src_test() {
EMAIL=foo@bar.com emake -j1 tests
}
src_install() {
default
emake DESTDIR="${D}" OPAMINSTALLER_FLAGS="--prefix=\"${ED}/usr\" --libdir=\"${D}/$(ocamlc -where)\"" libinstall
}
1.1 dev-ml/opam/metadata.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/opam/metadata.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/opam/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/opam/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/opam/ChangeLog?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/opam/ChangeLog?rev=1.1&content-type=text/plain
Index: ChangeLog
===================================================================
# ChangeLog for dev-ml/opam
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-ml/opam/ChangeLog,v 1.1 2014/10/29 09:05:04 aballier Exp $
*opam-1.2.0 (29 Oct 2014)
29 Oct 2014; Alexis Ballier <aballier@gentoo.org> +opam-1.2.0.ebuild,
+metadata.xml:
initial import, ebuild by OGINO Masanori & Guillaume Horel in bug #497184
with some modifications by me
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2014-10-29 9:05 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-29 9:05 [gentoo-commits] gentoo-x86 commit in dev-ml/opam: opam-1.2.0.ebuild metadata.xml ChangeLog Alexis Ballier (aballier)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox