summaryrefslogtreecommitdiff
path: root/dev-ml/optcomp
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-04-28 20:21:43 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-04-28 20:21:43 +0100
commit40aaaa64e86ba6710bbeb31c4615a6ce80e75e11 (patch)
tree758c221bad35c9288d0bd6df9c7dfc226728e52c /dev-ml/optcomp
parent8d5dbd847cbc704a6a06405856e94b461011afe3 (diff)
gentoo resync : 28.04.2021
Diffstat (limited to 'dev-ml/optcomp')
-rw-r--r--dev-ml/optcomp/Manifest3
-rw-r--r--dev-ml/optcomp/metadata.xml8
-rw-r--r--dev-ml/optcomp/optcomp-1.6-r1.ebuild22
3 files changed, 0 insertions, 33 deletions
diff --git a/dev-ml/optcomp/Manifest b/dev-ml/optcomp/Manifest
deleted file mode 100644
index 166021d955eb..000000000000
--- a/dev-ml/optcomp/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST optcomp-1.6.tar.gz 56370 BLAKE2B 15a349d7ce927d69b10424329abd59108803683cba85dcea66cea19d0465a18e43f990a8031e2b63dba5e8bfb97488b28c905dd09391de0a0ff919d62926381a SHA512 19fa04a42e5ed589979647469759017442598d170bf82d49c3b720d1b1b6bbe3066ae3ffee77a3f15dcbf51be5d7a8934300873391ebce423f3a0f3878250c18
-EBUILD optcomp-1.6-r1.ebuild 475 BLAKE2B 9cd0224cbbc5813247d13d516e84b815d0508d50eb6be243a90e7ee26b3493c7ba94899f56cf8a1d56480b6f25acc73d7e0244168f35a3d6fcec2ae27f9df9bc SHA512 70f0a86f7e0718809c900fd448381bd05032d2844e0b72c897217da3b660a038f2a3ba0f2c374f64da531503a9d74432e8d06961cdee2fa4cbb6c96ce9575e1a
-MISC metadata.xml 249 BLAKE2B 37c5fadfce090dfab733c96e3eea8ea6510661a126e5b1da15a7903215918c8fa205548bfed8cac200360ffee16c0d99d8ae92275c9659e3cb83e221f4512346 SHA512 29c6722d3298e19f0ea7115d1d0f747a5b824c045d6f009c07b12947af30e340acf17d51fc74c634234a56fd96401e6f2648dd1b7a361543900878ab1c2ef2cb
diff --git a/dev-ml/optcomp/metadata.xml b/dev-ml/optcomp/metadata.xml
deleted file mode 100644
index c143b4d35ed1..000000000000
--- a/dev-ml/optcomp/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">diml/optcomp</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-ml/optcomp/optcomp-1.6-r1.ebuild b/dev-ml/optcomp/optcomp-1.6-r1.ebuild
deleted file mode 100644
index e64a3633ee6b..000000000000
--- a/dev-ml/optcomp/optcomp-1.6-r1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-OASIS_BUILD_DOCS=1
-
-inherit oasis
-
-DESCRIPTION="Optional compilation for OCaml with cpp-like directives"
-HOMEPAGE="https://github.com/diml/optcomp"
-SRC_URI="https://github.com/diml/optcomp/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND="dev-ml/camlp4:="
-RDEPEND="${DEPEND}"
-
-DOCS=( CHANGES.md README.md )