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-uint | |
parent | 7bc9c63c9da678a7e6fceb095d56c634afd22c56 (diff) |
gentoo resync : 15.01.2020
Diffstat (limited to 'dev-ml/ocaml-uint')
-rw-r--r-- | dev-ml/ocaml-uint/Manifest | 3 | ||||
-rw-r--r-- | dev-ml/ocaml-uint/metadata.xml | 5 | ||||
-rw-r--r-- | dev-ml/ocaml-uint/ocaml-uint-1.2.0.ebuild | 20 |
3 files changed, 0 insertions, 28 deletions
diff --git a/dev-ml/ocaml-uint/Manifest b/dev-ml/ocaml-uint/Manifest deleted file mode 100644 index e7678f858fbd..000000000000 --- a/dev-ml/ocaml-uint/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST ocaml-uint-1.2.0.tar.gz 53467 BLAKE2B 3fd50623f518a8c0e9d97e31dc089591d6183b6bbeeec3e6808479c27b825e9027139eca442790556eba102b1746159c7d4c034d83bcc4b2169bcd80b9dca360 SHA512 74209cd04fc61debe8b846e7ca60efb9d8f274e4066abac9878fa68e048e5a9822278cfd7a65527c5c1933b0301cd4a92d9815db673fbfa4eae90fb2ee4fb77b -EBUILD ocaml-uint-1.2.0.ebuild 408 BLAKE2B f95cf5f9ae8a97b131f2fa539d6a39ad95518ee8060fae796bdf2f82821718170771494a85a8c5e7a5b6b2bd745a1e50cd4fff3a0d3c09974b5efd26db9b0bf4 SHA512 85359a1375b19ee236eb677178f59ccfc60c637a4a9f197ac020b4ca343104a100c6a49a640052b8d12303372ff56636143d15edca2ec2ade47884ecea6c19de -MISC metadata.xml 166 BLAKE2B c254f1fb642881aba57637be14fb0a89b10384f91a128feaec3a8c870d76efc2cbacb92caccc0dee2dd19a5ac5eaf8643080dafa05c4e2ac96a68568927e5afd SHA512 a56648c974a1d14dd4c18237532773c72057a13ab90c58b5da04f185e3c12a8bd8d5c21fb06053507f31766291a82dc7d87b34cd65fd94cfe2af7295c813ef84 diff --git a/dev-ml/ocaml-uint/metadata.xml b/dev-ml/ocaml-uint/metadata.xml deleted file mode 100644 index 6f49eba8f496..000000000000 --- a/dev-ml/ocaml-uint/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<!-- maintainer-needed --> -</pkgmetadata> diff --git a/dev-ml/ocaml-uint/ocaml-uint-1.2.0.ebuild b/dev-ml/ocaml-uint/ocaml-uint-1.2.0.ebuild deleted file mode 100644 index b1ac5795a0c0..000000000000 --- a/dev-ml/ocaml-uint/ocaml-uint-1.2.0.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -OASIS_BUILD_DOCS=1 - -inherit oasis - -DESCRIPTION="Unsigned ints for OCaml" -HOMEPAGE="https://forge.ocamlcore.org/projects/ocaml-uint/" -SRC_URI="https://forge.ocamlcore.org/frs/download.php/1516/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0/${PV}" -KEYWORDS="~amd64" -IUSE="" - -DEPEND="" -RDEPEND="${DEPEND}" |