From: "Alfredo Tupone" <tupone@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/camlp5/
Date: Wed, 15 Jan 2020 08:16:34 +0000 (UTC) [thread overview]
Message-ID: <1579076162.35c15657737239094903650c6941b7ac0a9d5e95.tupone@gentoo> (raw)
commit: 35c15657737239094903650c6941b7ac0a9d5e95
Author: Tupone Alfredo <tupone <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 15 08:16:02 2020 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Wed Jan 15 08:16:02 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35c15657
dev-ml/camlp5: version bump
Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
dev-ml/camlp5/Manifest | 1 +
dev-ml/camlp5/camlp5-7.10.ebuild | 48 ++++++++++++++++++++++++++++++++++++++++
dev-ml/camlp5/metadata.xml | 5 ++++-
3 files changed, 53 insertions(+), 1 deletion(-)
diff --git a/dev-ml/camlp5/Manifest b/dev-ml/camlp5/Manifest
index 893ad6f7a26..8b95932ffc1 100644
--- a/dev-ml/camlp5/Manifest
+++ b/dev-ml/camlp5/Manifest
@@ -2,3 +2,4 @@ DIST camlp5-6.17.tar.gz 718935 BLAKE2B b0a573e1110d6ce0654325a1a7310ebee8c815998
DIST camlp5-7.00.tar.gz 755750 BLAKE2B b047422ff34c4d15c21b65bd7473ccdad8bfc1f484a0075f1beeaa50fdca72b2f900b437333c847a4e4fd7bb8ae5c37aa4ed984e3a850c4dcba045d8678502c4 SHA512 2d63451229f86fffeb287735ed26901ad43bb964b6ede1716cb82737001a5c1e4b77479a969509606f6a4f14bb6dbff32275d82f4a9640e0c16bb6594779e849
DIST camlp5-7.01.tar.gz 757118 BLAKE2B 5d7c6f39f24bfee545552aae5c126305d2c767d06762aa516c21bcc5b327b312b7c38d742717eb507b92ae1e27de9c0fcde4d616754a7ce616b5f56689c8dc5a SHA512 9930957f707d9d2c8903f87f5f3444f71bad3d84c944436c7abc6de19209595c974098cd60a6a391f8ae87c4fb53b5122cba8e42e34fcf46d798dbdc28840008
DIST camlp5-7.03.tar.gz 758136 BLAKE2B 4e1169adf7e119f1f659fe684a8b06c4730db3bcd7807169552de0e3fc115f8d45bc11961f3aee0a9c2d86e1130ec776a1bb7753d7d4e95f661d65d1f841406c SHA512 0c76d469c5f8c727088f3136107b6690349b50791ef8baefffdaa90141230907f977a7a886a9e8d88d39d8fa315637d882d0205c57d752e16575c888a8a1f54d
+DIST camlp5-7.10.tar.gz 849559 BLAKE2B b05624156e914c2657d76afbf3dfacd295fe5985ae3809959a40029a8052669be6ae8a6ff889fbf2c602d3f19c9995f013b388c140738f4bb4f4da9970911ed5 SHA512 faa9e88f56477162038fc80429d5839c93b3e38aec90366730babe737e2e6bb260dc39975947a6601212cc0c68f465bdbccb6337da23c07181909dfb11cf8640
diff --git a/dev-ml/camlp5/camlp5-7.10.ebuild b/dev-ml/camlp5/camlp5-7.10.ebuild
new file mode 100644
index 00000000000..542b744b42f
--- /dev/null
+++ b/dev-ml/camlp5/camlp5-7.10.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit findlib
+
+DESCRIPTION="A preprocessor-pretty-printer of ocaml"
+HOMEPAGE="https://camlp5.github.io/"
+SRC_URI="https://github.com/camlp5/camlp5/archive/rel$(ver_rs 1- '').tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${PN}-rel$(ver_rs 1- '')"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~alpha ~amd64 ~ppc ~x86"
+IUSE="doc +ocamlopt"
+
+DEPEND="dev-lang/ocaml"
+RDEPEND="${DEPEND}"
+
+DOCS="CHANGES DEVEL ICHANGES README.md UPGRADING MODE"
+
+src_configure() {
+ ./configure \
+ --strict \
+ -prefix /usr \
+ -bindir /usr/bin \
+ -libdir /usr/$(get_libdir)/ocaml \
+ -mandir /usr/share/man || die "configure failed"
+}
+
+src_compile(){
+ emake out
+ if use ocamlopt; then
+ emake opt
+ emake opt.opt
+ fi
+}
+
+src_install() {
+ use doc && HTML_DOCS="doc/*"
+
+ default
+
+ # findlib support
+ insinto "$(ocamlfind printconf destdir)/${PN}"
+ doins etc/META
+}
diff --git a/dev-ml/camlp5/metadata.xml b/dev-ml/camlp5/metadata.xml
index ccabf3b60ae..7994efd51d4 100644
--- a/dev-ml/camlp5/metadata.xml
+++ b/dev-ml/camlp5/metadata.xml
@@ -1,7 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <!-- maintainer-needed -->
+ <maintainer type="person">
+ <email>tupone@gentoo.org</email>
+ <name>Tupone Alfredo</name>
+ </maintainer>
<upstream>
<remote-id type="github">camlp5/camlp5</remote-id>
</upstream>
next reply other threads:[~2020-01-15 8:16 UTC|newest]
Thread overview: 77+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-01-15 8:16 Alfredo Tupone [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-15 20:43 [gentoo-commits] repo/gentoo:master commit in: dev-ml/camlp5/ Alfredo Tupone
2024-10-15 15:25 Arthur Zamarin
2024-07-10 12:20 Alfredo Tupone
2024-07-02 14:50 Maciej Barć
2024-07-02 14:50 Maciej Barć
2024-07-02 14:50 Maciej Barć
2024-07-02 14:50 Maciej Barć
2024-07-02 14:50 Maciej Barć
2024-07-02 14:50 Maciej Barć
2024-07-02 14:50 Maciej Barć
2024-07-02 14:50 Maciej Barć
2024-06-05 17:53 Alfredo Tupone
2024-05-30 6:28 Alfredo Tupone
2023-08-08 15:39 Alfredo Tupone
2023-08-06 14:11 Alfredo Tupone
2023-07-17 6:12 Sam James
2023-04-28 13:06 Alfredo Tupone
2023-03-17 11:27 Arthur Zamarin
2023-03-17 7:00 Arthur Zamarin
2023-03-17 6:39 Arthur Zamarin
2023-03-16 23:52 Sam James
2023-03-16 23:17 Sam James
2023-02-19 8:45 Alfredo Tupone
2023-02-18 21:40 Alfredo Tupone
2023-02-15 18:38 Matt Turner
2023-01-27 19:49 Alfredo Tupone
2022-05-03 18:01 Arthur Zamarin
2022-05-03 17:52 Arthur Zamarin
2022-05-03 17:47 Arthur Zamarin
2022-05-03 17:45 Arthur Zamarin
2022-05-01 21:51 Jakov Smolić
2022-04-04 16:26 Alfredo Tupone
2022-01-09 10:51 Alfredo Tupone
2021-10-06 1:02 Sam James
2021-07-29 7:08 Agostino Sarubbo
2021-07-29 6:45 Agostino Sarubbo
2021-07-28 3:12 Sam James
2021-07-28 3:12 Sam James
2021-06-10 3:54 Sam James
2021-05-04 19:23 Sam James
2021-01-27 7:01 Alfredo Tupone
2021-01-24 16:06 Sam James
2021-01-14 6:39 Alfredo Tupone
2020-12-29 4:14 Sam James
2020-11-10 1:04 Sam James
2020-11-10 1:04 Sam James
2020-10-28 3:36 Sam James
2020-10-22 13:59 Sam James
2020-10-22 13:59 Sam James
2020-05-14 5:58 Alfredo Tupone
2020-05-13 13:19 Joonas Niilola
2020-05-13 8:11 Alfredo Tupone
2020-02-17 13:36 Alfredo Tupone
2020-02-17 12:21 Agostino Sarubbo
2020-02-17 12:13 Agostino Sarubbo
2020-02-17 12:09 Agostino Sarubbo
2020-02-10 0:53 Miroslav Šulc
2020-02-10 0:53 Miroslav Šulc
2019-10-20 11:41 David Seifert
2017-11-04 9:53 Alexis Ballier
2017-07-17 11:54 Alexis Ballier
2017-06-26 11:43 Alexis Ballier
2017-06-25 14:42 Alexis Ballier
2017-04-27 10:40 Alexis Ballier
2017-01-24 10:55 Alexis Ballier
2017-01-23 18:27 Tobias Klausmann
2017-01-08 6:50 Aaron Bauman
2016-11-29 12:18 Alexis Ballier
2016-04-30 18:08 Alexis Ballier
2016-04-30 18:07 Alexis Ballier
2016-02-04 17:24 Tobias Klausmann
2016-02-02 8:51 Alexis Ballier
2015-11-12 11:58 Alexis Ballier
2015-11-12 11:21 Agostino Sarubbo
2015-11-11 9:54 Agostino Sarubbo
2015-11-10 12:01 Agostino Sarubbo
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1579076162.35c15657737239094903650c6941b7ac0a9d5e95.tupone@gentoo \
--to=tupone@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox