Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/macaque/
Date: Mon, 22 Feb 2016 10:11:11
Message-Id: 1456135855.bff1d5e742e490a65c75da96f9c80b7a7ef559fd.aballier@gentoo
1 commit: bff1d5e742e490a65c75da96f9c80b7a7ef559fd
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 22 10:10:55 2016 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 22 10:10:55 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bff1d5e7
7
8 dev-ml/macaque: bump to 0.7.4
9
10 Package-Manager: portage-2.2.27
11 Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
12
13 dev-ml/macaque/Manifest | 1 +
14 dev-ml/macaque/macaque-0.7.4.ebuild | 27 +++++++++++++++++++++++++++
15 2 files changed, 28 insertions(+)
16
17 diff --git a/dev-ml/macaque/Manifest b/dev-ml/macaque/Manifest
18 index 9117b84..f1c7373 100644
19 --- a/dev-ml/macaque/Manifest
20 +++ b/dev-ml/macaque/Manifest
21 @@ -1 +1,2 @@
22 DIST macaque-0.7.2.tar.gz 106245 SHA256 8b20335419cb640f9c86eced851a7349351b0825a955043465a41de1d72ec715 SHA512 9823052350083d8042db11eb103cbc71ba85580884a4dcf82c5fb011e59875595ad49b5a6c800f1f6cf5ae86aa5659bab81b623db58bcf1290e18900112d3c5c WHIRLPOOL 11fa5be1189edbadc37348e5b285e998adb4aec58481e0c0eb8bf5ff35e645c155c60cd43239671b1e1d9f66d132fda1755f9f6eec7ed3dcfe606796fdab0c05
23 +DIST macaque-0.7.4.tar.gz 64896 SHA256 16629ee969aa02d7e0b01b98d6b0c9f19e32b91672c2ebc432d30ee522ae5352 SHA512 db664226e58ad3db2dc00e920dcc757242b0bcc8d1b6406e6743afe6cdbe789546af131a00c07a5e2e63ed39b9017c2d8e2f5bbce63a741df58bf14633aae89a WHIRLPOOL 032582ed6ca98f840ba7de57dc838c6d0702239b15a83a52b7b6551b90a86e367927ec8005d2adf1053c646a1d6bd90744c250c2bb58619a2a0ad0b7d1e94937
24
25 diff --git a/dev-ml/macaque/macaque-0.7.4.ebuild b/dev-ml/macaque/macaque-0.7.4.ebuild
26 new file mode 100644
27 index 0000000..19d2258
28 --- /dev/null
29 +++ b/dev-ml/macaque/macaque-0.7.4.ebuild
30 @@ -0,0 +1,27 @@
31 +# Copyright 1999-2015 Gentoo Foundation
32 +# Distributed under the terms of the GNU General Public License v2
33 +# $Id$
34 +
35 +EAPI=5
36 +
37 +inherit oasis
38 +
39 +DESCRIPTION="DSL for SQL Queries in Caml"
40 +HOMEPAGE="http://ocsigen.org/macaque/"
41 +SRC_URI="https://github.com/ocsigen/macaque/archive/${PV}.tar.gz -> ${P}.tar.gz"
42 +
43 +LICENSE="LGPL-2.1-with-linking-exception"
44 +SLOT="0/${PV}"
45 +KEYWORDS="~amd64"
46 +IUSE=""
47 +
48 +DEPEND=">=dev-ml/pgocaml-2.1:=
49 + dev-ml/camlp4:="
50 +RDEPEND="${DEPEND}"
51 +DOCS=( Changelog README.md )
52 +OASIS_SETUP_COMMAND="./setup.exe"
53 +
54 +src_configure() {
55 + emake setup.exe
56 + oasis_src_configure
57 +}