diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-01-15 15:51:32 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-01-15 15:51:32 +0000 |
commit | 21435953e16cda318a82334ddbadb3b5c36d9ea7 (patch) | |
tree | e1810a4b135afce04b34862ef0fab2bfaeb8aeca /dev-ml/ocaml-extunix | |
parent | 7bc9c63c9da678a7e6fceb095d56c634afd22c56 (diff) |
gentoo resync : 15.01.2020
Diffstat (limited to 'dev-ml/ocaml-extunix')
-rw-r--r-- | dev-ml/ocaml-extunix/Manifest | 5 | ||||
-rw-r--r-- | dev-ml/ocaml-extunix/metadata.xml | 8 | ||||
-rw-r--r-- | dev-ml/ocaml-extunix/ocaml-extunix-0.1.4.ebuild | 23 | ||||
-rw-r--r-- | dev-ml/ocaml-extunix/ocaml-extunix-0.1.5.ebuild | 23 |
4 files changed, 0 insertions, 59 deletions
diff --git a/dev-ml/ocaml-extunix/Manifest b/dev-ml/ocaml-extunix/Manifest deleted file mode 100644 index 38b9672f3ab7..000000000000 --- a/dev-ml/ocaml-extunix/Manifest +++ /dev/null @@ -1,5 +0,0 @@ -DIST ocaml-extunix-0.1.4.tar.gz 104306 BLAKE2B a1941b0456cce45ec750c0d98e7f0f29bf137335de777664cbe827653bc5003860d52d0c2cce1a31a0b9f7c7348fe5112e389973ff58cc13279289d4684193dc SHA512 a2226235a5aa527a588bb5cfc163fb0767b0d8eb888cd0c902f69d6084f2252d38695c9f98b74e72726ab55753d739483cf5b9a9387206fd35b0b0578a7c30df -DIST ocaml-extunix-0.1.5.tar.gz 109375 BLAKE2B 78ab5e29b8fe876be54fa79104f9d9bda3ad146b62aa1cf276d8c4ac5b3ae1301362044ded4138967560b15a27706855a391f7532171fe35ab0083f90a00af95 SHA512 8c6f519bcd076be056424a295c7fdc678c1aedd8faa3c5a74c9849236f8102bf074ac7fe0b55c819206e8ad2c24878fe61a9a8df7ca785e8f6c71bb6a92e503c -EBUILD ocaml-extunix-0.1.4.ebuild 542 BLAKE2B 9d004cccf249a9091b6c26ff8b838ab5af014b457c22e366ffd589aa23028dc6f948c9fafba19a688eb62c072b645e0717966858b83edc6bdc53360b45071c29 SHA512 124d8160ff264456d0fab7a71e144e8dc3f388cad22dd7c955ba40a7509ade1f72660aa264a80a82ebcb20e95415640f9bfd43ca98686eeaa03d48849e518351 -EBUILD ocaml-extunix-0.1.5.ebuild 590 BLAKE2B d08f3697cf0e97baa6064117742afe83cc722aca2c2206506acd346e89a12bfdbcedd09cfb82ef670f644ddcc761e2cfc5ff21fe27711acf86597dc09e1d2528 SHA512 531dcee91521b5b0a342fbfcf119a3bd5741956a82a0b69b7b301c126eeb0e42b081dd397698a202fb3bb84a43264ede0aa7ef01fb3756436eb668d60c068421 -MISC metadata.xml 245 BLAKE2B 705caec845d2e8e72c4f7144bf69b78712bb809a49cbd92f3bad6064f9f845cf24835fae20f45b78bdc873a52e7836442b01eb63382bd42ca3012b190e24245f SHA512 2e90a247efe927de8823b6e2351036c2f99afd021773a0fc465f39c16c4b56a02fde39dcbcb7c1922e1f9d25889a7d93d0b6ee2124721d040a1feb4f588050fc diff --git a/dev-ml/ocaml-extunix/metadata.xml b/dev-ml/ocaml-extunix/metadata.xml deleted file mode 100644 index afcfa59d4490..000000000000 --- a/dev-ml/ocaml-extunix/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> - <upstream> - <remote-id type="github">ygrek/extunix</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-ml/ocaml-extunix/ocaml-extunix-0.1.4.ebuild b/dev-ml/ocaml-extunix/ocaml-extunix-0.1.4.ebuild deleted file mode 100644 index 13c89e4cce25..000000000000 --- a/dev-ml/ocaml-extunix/ocaml-extunix-0.1.4.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -OASIS_BUILD_TESTS=1 -OASIS_BUILD_DOCS=1 - -inherit oasis - -DESCRIPTION="Thin bindings to various low-level system APIs" -HOMEPAGE="http://extunix.forge.ocamlcore.org/" -SRC_URI="http://ygrek.org.ua/p/release/ocaml-extunix/${P}.tar.gz" - -LICENSE="LGPL-2.1-with-linking-exception" -SLOT="0/${PV}" -KEYWORDS="~amd64" -IUSE="" - -RDEPEND="dev-ml/camlp4:=" -DEPEND="${RDEPEND} - test? ( dev-ml/ounit )" -DOCS=( "README.md" "TODO" "CHANGES.txt" ) diff --git a/dev-ml/ocaml-extunix/ocaml-extunix-0.1.5.ebuild b/dev-ml/ocaml-extunix/ocaml-extunix-0.1.5.ebuild deleted file mode 100644 index e2f0e0c0cc9c..000000000000 --- a/dev-ml/ocaml-extunix/ocaml-extunix-0.1.5.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -OASIS_BUILD_TESTS=1 -OASIS_BUILD_DOCS=1 - -inherit oasis - -DESCRIPTION="Thin bindings to various low-level system APIs" -HOMEPAGE="http://ygrek.org.ua/p/ocaml-extunix/ https://github.com/ygrek/extunix" -SRC_URI="https://github.com/ygrek/extunix/releases/download/v${PV}/${P}.tar.gz" - -LICENSE="LGPL-2.1-with-linking-exception" -SLOT="0/${PV}" -KEYWORDS="~amd64" -IUSE="" - -RDEPEND="dev-ml/camlp4:=" -DEPEND="${RDEPEND} - test? ( dev-ml/ounit )" -DOCS=( "README.md" "TODO" "CHANGES.txt" ) |