summaryrefslogtreecommitdiff
path: root/dev-ml/ocplib-endian
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-03-20 14:27:17 +0000
committerV3n3RiX <venerix@redcorelinux.org>2021-03-20 14:27:17 +0000
commit5bb9ff1ee56d2b5e75e01a7f066d8b0cec84ec02 (patch)
tree66e860a5099bcad013f1cf667255dc372a7c11b3 /dev-ml/ocplib-endian
parent7218e1b46bceac05841e90472501742d905fb3fc (diff)
gentoo resync : 20.03.2021
Diffstat (limited to 'dev-ml/ocplib-endian')
-rw-r--r--dev-ml/ocplib-endian/Manifest4
-rw-r--r--dev-ml/ocplib-endian/ocplib-endian-1.0.ebuild24
-rw-r--r--dev-ml/ocplib-endian/ocplib-endian-1.1-r1.ebuild2
3 files changed, 2 insertions, 28 deletions
diff --git a/dev-ml/ocplib-endian/Manifest b/dev-ml/ocplib-endian/Manifest
index bee7477c1f95..c386e3b6e84d 100644
--- a/dev-ml/ocplib-endian/Manifest
+++ b/dev-ml/ocplib-endian/Manifest
@@ -1,5 +1,3 @@
-DIST ocplib-endian-1.0.tar.gz 62753 BLAKE2B d343343eb22b7ff591219ad0d45502e3450cd4200d8f3cc7f8a4783bdd93752d015b686b57aa574f58344dc44cec751ba89e68f93770ca5df73a98d95a604b8d SHA512 a08fd58ec5e72510c40e8b75e0ee8327ee658f479e45dd4632bc04e3907d04aaa3684df3b993ab63fc2a6c1f1a4fb32784e9b5258730d3b89a716300522d8d7f
DIST ocplib-endian-1.1.tar.gz 17544 BLAKE2B 62e4b1cb998ac00fd3cfd7178939b6c9f8c1bebe7c0dc072fbb45b79172cb07f4466e5f1e6e93b41e3fb8c3df8020d2033eb24abfec4906d3ad003fa22bdcd27 SHA512 39351c666d1394770696fa89ac62f7c137ad1697d99888bfba2cc8de2c61df05dd8b3aa327c117bf38f3e29e081026d2c575c5ad0022bde92b3d43aba577d3f9
-EBUILD ocplib-endian-1.0.ebuild 567 BLAKE2B ecafe568edef8828f8a5828f272006f43a783ede73fcbfe5912c6e2f32d86a3d81b5b4fa03d901d5c7819308f6485eafe402d9296a75dd72381c65dae1411364 SHA512 9d7e7db49577d98be5d4a6b861c04766d12e3368bdcef29ac61c6a91471adfea49c638cdb633225fa6e5dd06e4c6862dceaaf85a04365a62667d0ede0214773c
-EBUILD ocplib-endian-1.1-r1.ebuild 536 BLAKE2B 2866aceb535b73b74373f3c4808c7c145716efd2e257e3744b7dc7cf13dacec3ad77310e71b72560f402f5bf1dd96c982b0d7d1067cb80f7381ae490b4a8eecc SHA512 3d2db470f58475cc8864b92e0973db38decc7f73bc7588c4c8d6fcbfb01bc3cabbd329089e3ee370770955eb74bd245f2128be515bb8ca9f619b87d9e494115e
+EBUILD ocplib-endian-1.1-r1.ebuild 534 BLAKE2B a49be0d8aa8bbea325e35d3a1b291a1f6b19f0c1b186db7c5099f4f42e7137433df5ab3a395c779444e63be8666d7f228c0309d7a20e4fa7c47958488fee70ae SHA512 ab097ff00d0d16479d9dee944acbc94367002268cb4668a7668e596ed6402fb3a0b754aea0a66c5df1ca39ca4abd885c6ae84a5f5adcec4a9544bb5cfe5bb4a4
MISC metadata.xml 331 BLAKE2B 99f5f2a85b64311e955383fbd71c64c917376f9b831a7edaf202ef4bfa0e613c64bc889099db33d5837d5c4bab28e77ae210e40597c30586b97b69fbc719b7b7 SHA512 8dc69602c2b6c4296a4d8c8777baa73b00a39b5b2d2893a9d4896d96595223bc9be74d01bdc9051852ba96e6157f7fe145d42fc5816cc6c53a3b548ea2681e30
diff --git a/dev-ml/ocplib-endian/ocplib-endian-1.0.ebuild b/dev-ml/ocplib-endian/ocplib-endian-1.0.ebuild
deleted file mode 100644
index c3947fbc9c87..000000000000
--- a/dev-ml/ocplib-endian/ocplib-endian-1.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-OASIS_BUILD_TESTS=1
-
-inherit oasis
-
-DESCRIPTION="Functions to read and write int16/32/64 from strings, bytes, and bigarrays"
-HOMEPAGE="https://github.com/OCamlPro/ocplib-endian"
-SRC_URI="https://github.com/OCamlPro/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="LGPL-2.1-with-linking-exception"
-SLOT="0/${PV}"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND="
- >=dev-lang/ocaml-4.01
- >=dev-ml/cppo-1.1.0
-"
-RDEPEND=""
-
-DOCS=( CHANGES.md COPYING.txt README.md )
diff --git a/dev-ml/ocplib-endian/ocplib-endian-1.1-r1.ebuild b/dev-ml/ocplib-endian/ocplib-endian-1.1-r1.ebuild
index 80766f8c55dc..f771d8ce93d5 100644
--- a/dev-ml/ocplib-endian/ocplib-endian-1.1-r1.ebuild
+++ b/dev-ml/ocplib-endian/ocplib-endian-1.1-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/OCamlPro/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="LGPL-2.1-with-linking-exception"
SLOT="0/${PV}"
-KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 x86"
+KEYWORDS="amd64 arm arm64 ppc ppc64 x86"
IUSE="+ocamlopt"
# 2 of 70 tests fail