diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2021-04-28 20:21:43 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2021-04-28 20:21:43 +0100 |
commit | 40aaaa64e86ba6710bbeb31c4615a6ce80e75e11 (patch) | |
tree | 758c221bad35c9288d0bd6df9c7dfc226728e52c /dev-ml/ounit | |
parent | 8d5dbd847cbc704a6a06405856e94b461011afe3 (diff) |
gentoo resync : 28.04.2021
Diffstat (limited to 'dev-ml/ounit')
-rw-r--r-- | dev-ml/ounit/Manifest | 3 | ||||
-rw-r--r-- | dev-ml/ounit/metadata.xml | 5 | ||||
-rw-r--r-- | dev-ml/ounit/ounit-2.0.6.ebuild | 20 |
3 files changed, 0 insertions, 28 deletions
diff --git a/dev-ml/ounit/Manifest b/dev-ml/ounit/Manifest deleted file mode 100644 index 98248af621f0..000000000000 --- a/dev-ml/ounit/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST ounit-2.0.6.tar.gz 114305 BLAKE2B 94ae4e2f7ace6fe5732253d724115cdc3e24af91db2066b36439501cb17df7f44fb9230242b8400ec59a72f9317c22361f068f7f2634d29ccfdcca63cb95c275 SHA512 466ec1f691a81e0abd93f698c7328e6db4fa2d617d8f5262d9f18b57ede3d389a3ee122ed7bccc8dff20600826fbbae1d17dd88d7c1329562798792fae54417d -EBUILD ounit-2.0.6.ebuild 474 BLAKE2B b2fe101070e188388d17423862e99d4da3fc45dd851058f7797940a01d4001601f25058073bbe70dc726a9538fad9b49cd7cd1c03be8d4e5d65727ed9aaf102e SHA512 a79fddf41d6000384c917c6ecbfa81349bc704492e4cb264f11a7e50e452c6795add9b9538857e49d874e0ffb786613b5277ca954bc853b56ae0f6d18d527ff7 -MISC metadata.xml 166 BLAKE2B c254f1fb642881aba57637be14fb0a89b10384f91a128feaec3a8c870d76efc2cbacb92caccc0dee2dd19a5ac5eaf8643080dafa05c4e2ac96a68568927e5afd SHA512 a56648c974a1d14dd4c18237532773c72057a13ab90c58b5da04f185e3c12a8bd8d5c21fb06053507f31766291a82dc7d87b34cd65fd94cfe2af7295c813ef84 diff --git a/dev-ml/ounit/metadata.xml b/dev-ml/ounit/metadata.xml deleted file mode 100644 index 6f49eba8f496..000000000000 --- a/dev-ml/ounit/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/ounit/ounit-2.0.6.ebuild b/dev-ml/ounit/ounit-2.0.6.ebuild deleted file mode 100644 index b39ae6572f54..000000000000 --- a/dev-ml/ounit/ounit-2.0.6.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -OASIS_BUILD_DOCS=1 - -inherit oasis - -DESCRIPTION="Unit testing framework for OCaml" -HOMEPAGE="http://ounit.forge.ocamlcore.org/" -SRC_URI="https://forge.ocamlcore.org/frs/download.php/1722/${P}.tar.gz" -LICENSE="MIT" -SLOT="0/${PV}" -KEYWORDS="amd64 arm ~arm64 ~ppc ~ppc64 x86" -DEPEND="" -RDEPEND="${DEPEND}" -IUSE="" - -DOCS=( "README.txt" "AUTHORS.txt" "changelog" ) |