summaryrefslogtreecommitdiff
path: root/dev-ml/pgocaml
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/pgocaml
parent8d5dbd847cbc704a6a06405856e94b461011afe3 (diff)
gentoo resync : 28.04.2021
Diffstat (limited to 'dev-ml/pgocaml')
-rw-r--r--dev-ml/pgocaml/Manifest3
-rw-r--r--dev-ml/pgocaml/metadata.xml11
-rw-r--r--dev-ml/pgocaml/pgocaml-2.3-r1.ebuild32
3 files changed, 0 insertions, 46 deletions
diff --git a/dev-ml/pgocaml/Manifest b/dev-ml/pgocaml/Manifest
deleted file mode 100644
index af35d1f05482..000000000000
--- a/dev-ml/pgocaml/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST pgocaml-2.3.tgz 90383 BLAKE2B 3e536b4a310846688a3fd55b7a807e1aeebd12ce5f551d66572f8f3014007058a6843da1bfaf6acf16d0c1ab8b8c61551b85c29b95a79d604e9314849c1b1e05 SHA512 f42ca8ccf31f9e03cfa9f81a9cd19c2a6010c33f5a578e76924683fd10ab4acf2727b09b71c5a8f200bc39765a5d876a289976fea367b49ae54335c007fd3ff7
-EBUILD pgocaml-2.3-r1.ebuild 751 BLAKE2B 786997be6758d84b625a251231dce96d8c24d308b8e410d4cc4be91e3aa80461a1e98e1f68a998f056763a3c9607f26bea18c092cc1d598604499f10f2f3a86a SHA512 ee7502a2bca4c22d0e1013bac5d5226c4d28a1e2502c4dff8d3999b49b4eb30a4d9fe4012c4aa32ee600d2444540b60c7c13e63fc7a9095e9aa062576b17af81
-MISC metadata.xml 310 BLAKE2B a8815f61329171a03ad48302558e1cde2a7150b7538e9af2a4d4656bd433124b81ea4cd675c1b636906864f3f720745bc6c990d7e2ec5fa07dc6ef2e99b73ea5 SHA512 7f09e40d89364360d2031427193202b7c29b5a635c456993c2f69b0ff659ba50c38b2dfc474a589b667a7af9d6b95eb620792d3190a281cd804bcd8414fbc034
diff --git a/dev-ml/pgocaml/metadata.xml b/dev-ml/pgocaml/metadata.xml
deleted file mode 100644
index 1c104aae19ab..000000000000
--- a/dev-ml/pgocaml/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>ml@gentoo.org</email>
- <name>ML</name>
- </maintainer>
- <use>
- <flag name="camlp4">Enable PG'Ocaml syntax extension.</flag>
- </use>
-</pkgmetadata>
diff --git a/dev-ml/pgocaml/pgocaml-2.3-r1.ebuild b/dev-ml/pgocaml/pgocaml-2.3-r1.ebuild
deleted file mode 100644
index db6b18302050..000000000000
--- a/dev-ml/pgocaml/pgocaml-2.3-r1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-OASIS_BUILD_DOCS=1
-
-inherit oasis
-
-DESCRIPTION="PG'OCaml is a set of OCaml bindings for the PostgreSQL database"
-HOMEPAGE="http://pgocaml.forge.ocamlcore.org/"
-SRC_URI="http://forge.ocamlcore.org/frs/download.php/1597/${P}.tgz"
-
-LICENSE="LGPL-2.1-with-linking-exception"
-SLOT="0/${PV}"
-KEYWORDS="~amd64"
-IUSE="+camlp4 doc"
-
-DEPEND="dev-ml/calendar:=
- dev-ml/csv:=
- dev-ml/re:=
- camlp4? ( dev-ml/camlp4:= )"
-RDEPEND="${DEPEND}"
-
-DOCS=( "README.md" "CHANGELOG.txt"
- "doc/BUGS.txt" "doc/CONTRIBUTORS.txt"
- "doc/HOW_IT_WORKS.txt" "doc/PROFILING.txt"
- )
-
-src_configure() {
- oasis_configure_opts="$(use_enable camlp4 p4)" oasis_src_configure
-}