diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-12-14 13:26:14 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-12-14 13:26:14 +0000 |
commit | 6abbf81ef2f298e3221ff5e67a1f3c5f23958212 (patch) | |
tree | 25413d1cb3a0cbfe36029db32398c0f333609215 /dev-ml/ocamlmod | |
parent | 9c417bacd51da6d8b57fa9f37425161d30d4b95b (diff) |
gentoo resync : 14.12.2020
Diffstat (limited to 'dev-ml/ocamlmod')
-rw-r--r-- | dev-ml/ocamlmod/Manifest | 2 | ||||
-rw-r--r-- | dev-ml/ocamlmod/ocamlmod-0.0.8.ebuild | 23 |
2 files changed, 0 insertions, 25 deletions
diff --git a/dev-ml/ocamlmod/Manifest b/dev-ml/ocamlmod/Manifest index 9de99005b224..7d09d6a179fe 100644 --- a/dev-ml/ocamlmod/Manifest +++ b/dev-ml/ocamlmod/Manifest @@ -1,5 +1,3 @@ -DIST ocamlmod-0.0.8.tar.gz 48985 BLAKE2B a153b172b14216b8e69a51c47a25cd796e6bb2adb5d0c45dac49a5bab8e99f0b8511e5e1818abe2bf86ea5280b9b1c19aa21db23ed686387c3414c0df6f2667c SHA512 beb64c109c241965f33a60b4868f5215e6c112742a3be214d3b7a0503b9d29494c0453fa5f2551bbc1975cd4b123d0b917116aeeba968d2a7d2c6fb9651a64f4 DIST ocamlmod-0.0.9.tar.gz 55025 BLAKE2B 26be662e814543b65a2fb293732257a803c0cfc544550d0339617ff3c59ce1cf44f2330582e6eeca313cf8e25984d7cbfc4fc1c1a3b830fc490a16551961974e SHA512 cf0d3671cf8fa83bdbd0e4b47888a50f9eab24691c71685c0612a9a8efaf36ba9fa66cee604c928a71f2d8da40b35453d2f2d3619f73141aba0f46de3bd97537 -EBUILD ocamlmod-0.0.8.ebuild 526 BLAKE2B b54898384d33a3b0b9e4a8d58aadfc0d56543ffd9dbd28ea8fb935d6bde8c1befc832f8c75866368cd54ea30c83197d1e6ed0f0419816a32310713574ce754e7 SHA512 6d1ce92fe21cccb2fbdc6bd1d3ccc95e6217111808cf813c447b866c51671ece77c12ee5523f3f76175286bd1bbd09ae76802b5484a5ce34998241bb6df7538c EBUILD ocamlmod-0.0.9.ebuild 522 BLAKE2B 7302c193286a7b8fbb9a0e60c19beed36d1861455fe6a2dd5ef3d7a51575c6c01d4ca520b257675a5039ed3bd8bc7ec5033a69cc9918977528a4ab21810bb2d6 SHA512 bf07f93cb0c37debc23040b2c7452e7400b39c09324a4fd619181174ecb2e7b8d6ca1ba4b852dc2fed734904427daa32ec1bf27ec1866d31180f93aa69263fa3 MISC metadata.xml 166 BLAKE2B c254f1fb642881aba57637be14fb0a89b10384f91a128feaec3a8c870d76efc2cbacb92caccc0dee2dd19a5ac5eaf8643080dafa05c4e2ac96a68568927e5afd SHA512 a56648c974a1d14dd4c18237532773c72057a13ab90c58b5da04f185e3c12a8bd8d5c21fb06053507f31766291a82dc7d87b34cd65fd94cfe2af7295c813ef84 diff --git a/dev-ml/ocamlmod/ocamlmod-0.0.8.ebuild b/dev-ml/ocamlmod/ocamlmod-0.0.8.ebuild deleted file mode 100644 index d8a4b5c50ad2..000000000000 --- a/dev-ml/ocamlmod/ocamlmod-0.0.8.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -#OASIS_BUILD_TESTS=1 - -inherit oasis - -DESCRIPTION="Generate OCaml modules from source files" -HOMEPAGE="http://forge.ocamlcore.org/projects/ocamlmod/" -SRC_URI="https://forge.ocamlcore.org/frs/download.php/1544/${P}.tar.gz" - -LICENSE="LGPL-2.1-with-linking-exception" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="" -DEPEND="${RDEPEND}" -# test? ( >=dev-ml/ounit-2.0.0 )" - -DOCS=( "AUTHORS.txt" "README.txt" ) |