summaryrefslogtreecommitdiff
path: root/dev-ml/ocaml-autoconf
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-02-10 15:40:27 +0000
committerV3n3RiX <venerix@redcorelinux.org>2019-02-10 15:40:27 +0000
commit6bc2e4d7c5906e46a8f275a876ead6ec41aca5bb (patch)
treecee0a97398040001220ece3cd48c3d568bcddb4a /dev-ml/ocaml-autoconf
parent1db00cc6e94b90c08090bb5b8c406622946c4ae5 (diff)
gentoo resync : 10.02.2019
Diffstat (limited to 'dev-ml/ocaml-autoconf')
-rw-r--r--dev-ml/ocaml-autoconf/Manifest1
-rw-r--r--dev-ml/ocaml-autoconf/ocaml-autoconf-1.1-r1.ebuild17
2 files changed, 18 insertions, 0 deletions
diff --git a/dev-ml/ocaml-autoconf/Manifest b/dev-ml/ocaml-autoconf/Manifest
index ab25f4dbddf1..8a5447d76043 100644
--- a/dev-ml/ocaml-autoconf/Manifest
+++ b/dev-ml/ocaml-autoconf/Manifest
@@ -1,3 +1,4 @@
DIST ocaml-autoconf-1.1.tar.gz 10987 BLAKE2B 830a5f5055866054fe251a5e67aad51985b047c1fa8f233453cea95cbc2a41c76e89bc1cf61c56562b0f2880fd6a40695358aea8c36a13df89f7f7ece2309e54 SHA512 ee99766df98b003a3caf33d1109fb0e0c068cecd16a4ea77f39adab910df3198981de45302bdedf17d9ae6b4801a1c45ce5a5f47860d789ba06027910aeea3a5
+EBUILD ocaml-autoconf-1.1-r1.ebuild 468 BLAKE2B 2c4a76b5e1f12f4939c0c18fecd09c1ef3e9027a74cfec8a479b6f7cde7766a695db2c8bb267a04ac7761e94b063c7c54b2ba9eb42465ecac85212444d31a416 SHA512 ad41ef661cb404bd03aaa6b5bc92559d17196fa66cf3678c94891d23e2b50de4d13a3f2d928f07dd8a006f4e2fa5958b2e2eb39696741e5daa2020a9b0f8fc14
EBUILD ocaml-autoconf-1.1.ebuild 513 BLAKE2B bca8d71871934d24f1bd6b5d041a073423a79c74ae8e0840bed91d0334f34be4c7b9d2db7172bedd45208326d09fa96e06b307b1df718c65e0b79cebb347ab1d SHA512 dbfda7562ded9badc90b04863cee8affa5d9c6e4f51896068f22b8eefd777b13b54c3dbdbe3f59b91adae858a8c8a35c64f85e6a81d0f3afae19a81cd1063201
MISC metadata.xml 243 BLAKE2B 010ca240ae06e9a9f6d7ba213eb06df36d9ba862ff2d2458d98a9fea1a1e7f3026d13832a73bce1b3ad9345029425e6abfae9e03bf126f2329b3f030ed3753fd SHA512 1c5b4b2163017e496999d1f87e5c9c5ac6c11b2e9187450ccfb3df258f34e54d278972f04ee0e8429476c6f87e091a869ac2a28c6e8c8e6d20678c3e74061449
diff --git a/dev-ml/ocaml-autoconf/ocaml-autoconf-1.1-r1.ebuild b/dev-ml/ocaml-autoconf/ocaml-autoconf-1.1-r1.ebuild
new file mode 100644
index 000000000000..9fba6468f10e
--- /dev/null
+++ b/dev-ml/ocaml-autoconf/ocaml-autoconf-1.1-r1.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="autoconf macros to support configuration of OCaml programs and libraries"
+HOMEPAGE="http://ocaml-autoconf.forge.ocamlcore.org/"
+SRC_URI="http://forge.ocamlcore.org/frs/download.php/282/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
+
+src_install() {
+ emake DESTDIR="${D}" prefix="/usr" install
+ dodoc README
+}