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/ocamlify | |
parent | 8d5dbd847cbc704a6a06405856e94b461011afe3 (diff) |
gentoo resync : 28.04.2021
Diffstat (limited to 'dev-ml/ocamlify')
-rw-r--r-- | dev-ml/ocamlify/Manifest | 3 | ||||
-rw-r--r-- | dev-ml/ocamlify/metadata.xml | 5 | ||||
-rw-r--r-- | dev-ml/ocamlify/ocamlify-0.0.2.ebuild | 20 |
3 files changed, 0 insertions, 28 deletions
diff --git a/dev-ml/ocamlify/Manifest b/dev-ml/ocamlify/Manifest deleted file mode 100644 index c6cc9ec37c82..000000000000 --- a/dev-ml/ocamlify/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST ocamlify-0.0.2.tar.gz 53184 BLAKE2B fff11edce964a0552f9a7f130872f393e764a9413ac526d643dd575969a47cbc6a0f9c5040c0fcd3e5beb11c42a8a3a35fe55898eab176b11c659bdd74729b90 SHA512 e36dd09de6163be1e4d1a54944bb66871a5d461b3ead9ee8393d91a624cf6f7d038be8d8b9db36b04786adff67eb830d9aa3e81475e774dc0dee73adb985079e -EBUILD ocamlify-0.0.2.ebuild 519 BLAKE2B 3081c21b0f220a55d3ccec96c3d70129109f156be94b95b502722cb1b476097ffdc85403c06b4a64529148708e9e191ab948db27beca1777eec4c4adff4df93c SHA512 f4f9dc715ed90155817652f298473f27428b45c11985916e19b9db043d46a740664bc44f9ea6d6d39fcced87fc13f3a2bb5a3b0e66f42dba5bd274971723d927 -MISC metadata.xml 166 BLAKE2B c254f1fb642881aba57637be14fb0a89b10384f91a128feaec3a8c870d76efc2cbacb92caccc0dee2dd19a5ac5eaf8643080dafa05c4e2ac96a68568927e5afd SHA512 a56648c974a1d14dd4c18237532773c72057a13ab90c58b5da04f185e3c12a8bd8d5c21fb06053507f31766291a82dc7d87b34cd65fd94cfe2af7295c813ef84 diff --git a/dev-ml/ocamlify/metadata.xml b/dev-ml/ocamlify/metadata.xml deleted file mode 100644 index 6f49eba8f496..000000000000 --- a/dev-ml/ocamlify/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/ocamlify/ocamlify-0.0.2.ebuild b/dev-ml/ocamlify/ocamlify-0.0.2.ebuild deleted file mode 100644 index f5e146b1104b..000000000000 --- a/dev-ml/ocamlify/ocamlify-0.0.2.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit oasis - -DESCRIPTION="OCamlify creates OCaml code by including files into strings or string lists" -HOMEPAGE="http://forge.ocamlcore.org/projects/ocamlify" -SRC_URI="http://forge.ocamlcore.org/frs/download.php/1209/${P}.tar.gz" - -LICENSE="LGPL-2.1-with-linking-exception" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND="~dev-lang/ocaml-4.05.0" -DEPEND="${RDEPEND}" -IUSE="" - -DOCS=( "README.txt" "AUTHORS.txt" ) |