commit:     218410bd7f4a01a29991a1589fc9993800c55cbc
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Fri Aug  4 18:47:55 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Sun Aug  6 06:45:12 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=218410bd

dev-ml/pomap: bump to 4.0.0

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 dev-ml/pomap/Manifest           |  1 +
 dev-ml/pomap/pomap-4.0.0.ebuild | 21 +++++++++++++++++++++
 2 files changed, 22 insertions(+)

diff --git a/dev-ml/pomap/Manifest b/dev-ml/pomap/Manifest
index 456600d07df..568b5d1ec3c 100644
--- a/dev-ml/pomap/Manifest
+++ b/dev-ml/pomap/Manifest
@@ -1,2 +1,3 @@
 DIST pomap-3.0.6.tar.gz 75345 SHA256 
b9884487c1692d01de3c985894e06f820113f05d08f92909d817528b51e23f55 SHA512 
c9b91b7eb3716f4ba735928bb7d33202fe4b05d3908afad36cffa01ffa5fa8f860b3a9d57a0b5bbf2577bb84f3a5b464ec85375e488a3fd5f8d99d7bbcf141a8
 WHIRLPOOL 
b4edb268417d7dbeb31e972f81ba3d4669aac8a82645b24474e8db62b70402c5737402c690a2b69599da101021a99b2350728b03d1f76654008c42bb398966cc
 DIST pomap-3.0.7.tar.gz 80880 SHA256 
a67e25d2e7cb80ab52f18cf9bb6cbf098c25ff28dfd01e7bab8d7d0e50266464 SHA512 
f4f59708c1a638211332444310aae903eead9dfe9900034698a19ead275fe8d95a32f74bd8e062f7d5d671bbd92cdf18052f26a1e2fd07724c37f60b304f66ba
 WHIRLPOOL 
fb82d50839e9082251b5d2c4e97f08ddefd6c989c5a190f45bf5d5181d06556a0f7efd31047365a80356c37e72e298d614c9ff5f10850da85e607c57b09d14ae
+DIST pomap-4.0.0.tbz 29684 SHA256 
8d7bb5358141e67b1d6eb15a78f5519242c3ae8d06ef2c0bc40f7f21aec11616 SHA512 
bf249664c8a70629ca088ce6940e1db47e26c8ecbbdb28428d1a79a6d1ef4f93c48835d22d7219b57a6e60f1a64a96c23826af55720033a0ce669234b3d29d06
 WHIRLPOOL 
8e04831b24bb9d24424bc0bdc6ee557cf2021d35c5119a4a0cd00af3b0819f630ba9e184744e7f731398adc2d1b655600413fdf21ac79c79e98c164354907e27

diff --git a/dev-ml/pomap/pomap-4.0.0.ebuild b/dev-ml/pomap/pomap-4.0.0.ebuild
new file mode 100644
index 00000000000..47b9be24bf9
--- /dev/null
+++ b/dev-ml/pomap/pomap-4.0.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+inherit opam
+
+DESCRIPTION="Partially Ordered Map ADT for O'Caml"
+HOMEPAGE="http://mmottl.github.io/pomap/";
+SRC_URI="https://github.com/mmottl/pomap/releases/download/${PV}/${P}.tbz";
+LICENSE="LGPL-2.1-with-linking-exception"
+
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+RDEPEND=""
+DEPEND="${RDEPEND} dev-ml/jbuilder"
+
+src_compile() {
+       jbuilder build @install || die
+}

Reply via email to