From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CB5A11396D0 for ; Sat, 26 Aug 2017 18:34:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 08AA11FC006; Sat, 26 Aug 2017 18:34:11 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D934F1FC006 for ; Sat, 26 Aug 2017 18:34:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D0F463417E4 for ; Sat, 26 Aug 2017 18:34:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 52377838B for ; Sat, 26 Aug 2017 18:34:08 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1503772441.69cf2321446c95170077aa8e914817419e236b5d.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/mccs/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/mccs/Manifest dev-ml/mccs/mccs-1.1.2c.ebuild dev-ml/mccs/metadata.xml X-VCS-Directories: dev-ml/mccs/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 69cf2321446c95170077aa8e914817419e236b5d X-VCS-Branch: master Date: Sat, 26 Aug 2017 18:34:08 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 4fb1fbae-b520-4e0c-9055-ac4b930d1c5c X-Archives-Hash: 2835f6b3e2488c3d0b2990e6569c44b9 commit: 69cf2321446c95170077aa8e914817419e236b5d Author: Alexis Ballier gentoo org> AuthorDate: Sat Aug 26 17:50:20 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Sat Aug 26 18:34:01 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69cf2321 dev-ml/mccs: initial import Package-Manager: Portage-2.3.8, Repoman-2.3.3 dev-ml/mccs/Manifest | 1 + dev-ml/mccs/mccs-1.1.2c.ebuild | 30 ++++++++++++++++++++++++++++++ dev-ml/mccs/metadata.xml | 11 +++++++++++ 3 files changed, 42 insertions(+) diff --git a/dev-ml/mccs/Manifest b/dev-ml/mccs/Manifest new file mode 100644 index 00000000000..03cf3fbb95e --- /dev/null +++ b/dev-ml/mccs/Manifest @@ -0,0 +1 @@ +DIST mccs-1.1.2c.tar.gz 54497 SHA256 b54fd68ae50f02c83516412a5733836d11d12838e97ece2f895e663cb5a40b23 SHA512 53a96aab7abe02cc77ec35341f4e1ca3c5896fb13f7dc36902a014bfba29d50dfebe0457178abcc12dc065aa1e98b8175c2128fc9a799fd696d6ce9348b2281b WHIRLPOOL 005c946bb01c11084e2387c464375fd942803675679d8fa632a01b408ac6ab98b4e8fd35239e6c21de6a5d8536ab9144c6a7dd7515a772c40c087a01c3a9bd1c diff --git a/dev-ml/mccs/mccs-1.1.2c.ebuild b/dev-ml/mccs/mccs-1.1.2c.ebuild new file mode 100644 index 00000000000..3451a9f9423 --- /dev/null +++ b/dev-ml/mccs/mccs-1.1.2c.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit versionator opam + +MY_PV=$(replace_version_separator 2 '+') + +DESCRIPTION="Multi Criteria CUDF Solver" +HOMEPAGE="http://www.i3s.unice.fr/~cpjm/misc/ https://github.com/AltGr/ocaml-mccs/issues" +SRC_URI="https://github.com/AltGr/ocaml-mccs/archive/${MY_PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64" +IUSE="" + +RDEPEND=" + dev-ml/cudf:= + sci-mathematics/glpk:= +" +DEPEND="${RDEPEND} + dev-ml/jbuilder" + +S=${WORKDIR}/ocaml-${PN}-$(replace_version_separator 2 '-') + +src_compile() { + jbuilder build -p ${PN} || die +} diff --git a/dev-ml/mccs/metadata.xml b/dev-ml/mccs/metadata.xml new file mode 100644 index 00000000000..0ba4139391c --- /dev/null +++ b/dev-ml/mccs/metadata.xml @@ -0,0 +1,11 @@ + + + + + ml@gentoo.org + Gentoo ML Project + + + AltGr/ocaml-mccs + +