diff options
Diffstat (limited to 'dev-ml/ocaml-autoconf')
-rw-r--r-- | dev-ml/ocaml-autoconf/Manifest | 3 | ||||
-rw-r--r-- | dev-ml/ocaml-autoconf/ocaml-autoconf-1.1-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-ml/ocaml-autoconf/ocaml-autoconf-1.1.ebuild | 21 |
3 files changed, 3 insertions, 25 deletions
diff --git a/dev-ml/ocaml-autoconf/Manifest b/dev-ml/ocaml-autoconf/Manifest index 8a5447d76043..1967985a9f8c 100644 --- a/dev-ml/ocaml-autoconf/Manifest +++ b/dev-ml/ocaml-autoconf/Manifest @@ -1,4 +1,3 @@ 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 +EBUILD ocaml-autoconf-1.1-r1.ebuild 462 BLAKE2B 180369fb8bb59f11ef4ec43e48510d553d27d958fc4b18225627ef6d3d8a67a5bb16d3515bd6c85865e6a27c69011ec4e00c4b3f83fe1ff67bf717801e3ca8d2 SHA512 f3e45a790687ddf8e769a956ea5df5cbbe67d01bbb84f101cf6741ae8114177b40b4d79e31b66d27012ca1a2a189e4c4dca4eab73feb7dd35313943dea5a641b 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 index 9fba6468f10e..7b2ab99fb8e2 100644 --- a/dev-ml/ocaml-autoconf/ocaml-autoconf-1.1-r1.ebuild +++ b/dev-ml/ocaml-autoconf/ocaml-autoconf-1.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -9,7 +9,7 @@ SRC_URI="http://forge.ocamlcore.org/frs/download.php/282/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86" +KEYWORDS="amd64 ~arm ~arm64 ppc x86" src_install() { emake DESTDIR="${D}" prefix="/usr" install diff --git a/dev-ml/ocaml-autoconf/ocaml-autoconf-1.1.ebuild b/dev-ml/ocaml-autoconf/ocaml-autoconf-1.1.ebuild deleted file mode 100644 index 194d83a15951..000000000000 --- a/dev-ml/ocaml-autoconf/ocaml-autoconf-1.1.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="2" - -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" -IUSE="" - -DEPEND="" -RDEPEND="${DEPEND}" - -src_install() { - emake DESTDIR="${D}" prefix="/usr" install || die - dodoc README -} |