* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-make/
@ 2017-08-02 11:29 Alexis Ballier
0 siblings, 0 replies; 2+ messages in thread
From: Alexis Ballier @ 2017-08-02 11:29 UTC (permalink / raw
To: gentoo-commits
commit: 451d1a4a629391718e1cb11628941b43fefb65c3
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 2 11:28:41 2017 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Wed Aug 2 11:29:08 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=451d1a4a
dev-ml/ocaml-make: bump to 6.39.0 from github
Package-Manager: Portage-2.3.6, Repoman-2.3.3
dev-ml/ocaml-make/Manifest | 1 +
dev-ml/ocaml-make/metadata.xml | 2 +-
dev-ml/ocaml-make/ocaml-make-6.39.0.ebuild | 31 ++++++++++++++++++++++++++++++
3 files changed, 33 insertions(+), 1 deletion(-)
diff --git a/dev-ml/ocaml-make/Manifest b/dev-ml/ocaml-make/Manifest
index c975f758384..637f296a1a4 100644
--- a/dev-ml/ocaml-make/Manifest
+++ b/dev-ml/ocaml-make/Manifest
@@ -1 +1,2 @@
DIST ocaml-makefile-6.37.0.tar.gz 49202 SHA256 99ff58080ed154cc4bd70f915fe4760dffb026a1c0447caa0b3bdb982b24b0a8 SHA512 19d318f8b03116c3e999b61c1a2708f483873ab7ae9260225df79888a86eb39e77867fdefe0df23a50ac1fd422b3b774f96b5b58d9dec449710527df1075a36d WHIRLPOOL d681ae29db4dc6c2731f7a7655295e4c462f3dd24608cf4c4c628f00615531d3ec8f869f1732702e5c2523605a7a7d84a043b8b6deddafed6d0e4ee530e19c7c
+DIST ocaml-makefile-6.39.0.tbz 42477 SHA256 96fb83f9edc5dcda956c332c3300248463370bd1442734ee12951536fecb6277 SHA512 54a52c243ce23eba286502aa28ccdbb412aba7cf3ed90e3079ab1b187e61edc8a3197536d5c054b03a871eadbdd0e3b93c47904cb0594ccc2c4ce66ed31daa21 WHIRLPOOL 3f16e4f2a42508eb2b2f168467e36d07fb4f2cb13052d5f6a625cf2d724cfb7cf385ffaadc3518d5fe05e28789a60184e6791db2d81d339377321a569e8e2367
diff --git a/dev-ml/ocaml-make/metadata.xml b/dev-ml/ocaml-make/metadata.xml
index e9d7d07d42e..c6bc6c199a2 100644
--- a/dev-ml/ocaml-make/metadata.xml
+++ b/dev-ml/ocaml-make/metadata.xml
@@ -6,6 +6,6 @@
<name>Gentoo ML Project</name>
</maintainer>
<upstream>
- <remote-id type="bitbucket">mmottl/ocaml-makefile</remote-id>
+ <remote-id type="github">mmottl/ocaml-makefile</remote-id>
</upstream>
</pkgmetadata>
diff --git a/dev-ml/ocaml-make/ocaml-make-6.39.0.ebuild b/dev-ml/ocaml-make/ocaml-make-6.39.0.ebuild
new file mode 100644
index 00000000000..e220e306ac9
--- /dev/null
+++ b/dev-ml/ocaml-make/ocaml-make-6.39.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=4
+
+DESCRIPTION="Generic O'Caml Makefile for GNU Make"
+HOMEPAGE="http://mmottl.github.io/ocaml-makefile/ https://github.com/mmottl/ocaml-makefile"
+LICENSE="LGPL-2.1"
+
+DEPEND=""
+RDEPEND=">=dev-lang/ocaml-3.06-r1
+ >=dev-ml/findlib-0.8"
+SRC_URI="https://github.com/mmottl/ocaml-makefile/releases/download/${PV}/ocaml-makefile-${PV}.tbz"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE="examples"
+S="${WORKDIR}/${PN}file-${PV}"
+
+src_install () {
+ # Just put the OCamlMakefile into /usr/include
+ # where GNU Make will automatically pick it up.
+ insinto /usr/include
+ doins OCamlMakefile
+ # install documentation
+ dodoc README.md CHANGES.md
+
+ if use examples; then
+ insinto /usr/share/doc/${PF}
+ doins -r calc camlp4 gtk idl threads
+ fi
+}
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-make/
@ 2019-11-13 2:10 Aaron Bauman
0 siblings, 0 replies; 2+ messages in thread
From: Aaron Bauman @ 2019-11-13 2:10 UTC (permalink / raw
To: gentoo-commits
commit: bc72c629155a3e72418c3a89b107494f09f864e0
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 13 02:09:29 2019 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Wed Nov 13 02:10:46 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc72c629
dev-ml/ocaml-make: drop old
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
dev-ml/ocaml-make/Manifest | 1 -
dev-ml/ocaml-make/ocaml-make-6.37.0.ebuild | 31 ------------------------------
2 files changed, 32 deletions(-)
diff --git a/dev-ml/ocaml-make/Manifest b/dev-ml/ocaml-make/Manifest
index c4973e63ff3..9d5c90a35d5 100644
--- a/dev-ml/ocaml-make/Manifest
+++ b/dev-ml/ocaml-make/Manifest
@@ -1,2 +1 @@
-DIST ocaml-makefile-6.37.0.tar.gz 49202 BLAKE2B e636b3baf2e088507deb3b6c98f682cd21857988963801ede02a0b8acac4c9bec3f9ae48d76122ab96a6d16d3ede5bcda2a62e351f7f34c230497ee99a1081d8 SHA512 19d318f8b03116c3e999b61c1a2708f483873ab7ae9260225df79888a86eb39e77867fdefe0df23a50ac1fd422b3b774f96b5b58d9dec449710527df1075a36d
DIST ocaml-makefile-6.39.0.tbz 42477 BLAKE2B 35cffde17f8554f09da24aa1dbc0036b75fcf97516d87d727359899e48c2ccd512d4ae8fcac5319ff30c26e2c9ef813419926a8be103b9de4a9ad6418d1f253e SHA512 54a52c243ce23eba286502aa28ccdbb412aba7cf3ed90e3079ab1b187e61edc8a3197536d5c054b03a871eadbdd0e3b93c47904cb0594ccc2c4ce66ed31daa21
diff --git a/dev-ml/ocaml-make/ocaml-make-6.37.0.ebuild b/dev-ml/ocaml-make/ocaml-make-6.37.0.ebuild
deleted file mode 100644
index 35b705224bc..00000000000
--- a/dev-ml/ocaml-make/ocaml-make-6.37.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-DESCRIPTION="Generic O'Caml Makefile for GNU Make"
-HOMEPAGE="https://bitbucket.org/mmottl/ocaml-makefile"
-LICENSE="LGPL-2.1"
-
-DEPEND=""
-RDEPEND=">=dev-lang/ocaml-3.06-r1
- >=dev-ml/findlib-0.8"
-SRC_URI="https://bitbucket.org/mmottl/ocaml-makefile/downloads/${PN}file-${PV}.tar.gz"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE="examples"
-S="${WORKDIR}/${PN}file-${PV}"
-
-src_install () {
- # Just put the OCamlMakefile into /usr/include
- # where GNU Make will automatically pick it up.
- insinto /usr/include
- doins OCamlMakefile
- # install documentation
- dodoc README.md CHANGES.txt
-
- if use examples; then
- insinto /usr/share/doc/${PF}
- doins -r calc camlp4 gtk idl threads
- fi
-}
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-11-13 2:11 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-13 2:10 [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-make/ Aaron Bauman
-- strict thread matches above, loose matches on Subject: below --
2017-08-02 11:29 Alexis Ballier
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox