summaryrefslogtreecommitdiff
path: root/dev-ml/pa_structural_sexp
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-01-15 15:51:32 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-01-15 15:51:32 +0000
commit21435953e16cda318a82334ddbadb3b5c36d9ea7 (patch)
treee1810a4b135afce04b34862ef0fab2bfaeb8aeca /dev-ml/pa_structural_sexp
parent7bc9c63c9da678a7e6fceb095d56c634afd22c56 (diff)
gentoo resync : 15.01.2020
Diffstat (limited to 'dev-ml/pa_structural_sexp')
-rw-r--r--dev-ml/pa_structural_sexp/Manifest3
-rw-r--r--dev-ml/pa_structural_sexp/metadata.xml8
-rw-r--r--dev-ml/pa_structural_sexp/pa_structural_sexp-113.00.00.ebuild22
3 files changed, 0 insertions, 33 deletions
diff --git a/dev-ml/pa_structural_sexp/Manifest b/dev-ml/pa_structural_sexp/Manifest
deleted file mode 100644
index 0041a0b80c46..000000000000
--- a/dev-ml/pa_structural_sexp/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST pa_structural_sexp-113.00.00.tar.gz 51825 BLAKE2B 6cb06ad1fed826b91f3eed176bb8873bc43ceeb3c3c0590123fb21d1eac671009d8418430c3eea2b1dd932801f5b26d0b47df6d5d8c72fdc0f1075b43d9d5c8a SHA512 7d1cbb1122b735e7aece71c7b50328a33dc72e63b336d5801433b5017bb94e2baa9a056cf076a2e8747afdf33e5a736154e4b74d5f7b079a6a144f9273e87f9c
-EBUILD pa_structural_sexp-113.00.00.ebuild 527 BLAKE2B 864dfeee946255d6d564c2f1db69c1e63305dd3c8c2085cadddbd46a0092b2629c95c708d0a9f344dfd114d05b4f02365d8ab610b95ba2aa39d0ce367b988f6e SHA512 1d5c2896b29381980a48796ba9560b9eb9fef8ac93b722163f3dacdbb11a5e4fb8ba309a09ab4ab93c5cf5897e6abace01dc40d248bc208d6c52870b428cfd63
-MISC metadata.xml 258 BLAKE2B 64ea4aca869f7dc64c54f6cb9d860d6205fdea1ce5ab3697f71c56946ffd5541324b8d254a3365ad32ee6e765e5f9deeb01e033ef48e1ca631ecc4b73da53165 SHA512 137d7bfdf23268b50a5dcbd3145d4c4eca4551eddfe2a9014c0872081321ca7653c6edc7b6094f54880764a2bae7fed53dc83a9008194993e7f734ac1bc321b2
diff --git a/dev-ml/pa_structural_sexp/metadata.xml b/dev-ml/pa_structural_sexp/metadata.xml
deleted file mode 100644
index 4799f5329f6d..000000000000
--- a/dev-ml/pa_structural_sexp/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="bitbucket">yminsky/ocaml-core</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-ml/pa_structural_sexp/pa_structural_sexp-113.00.00.ebuild b/dev-ml/pa_structural_sexp/pa_structural_sexp-113.00.00.ebuild
deleted file mode 100644
index 13a95c0e3804..000000000000
--- a/dev-ml/pa_structural_sexp/pa_structural_sexp-113.00.00.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit oasis
-
-DESCRIPTION="Quotation expanders to simplify building s-expressions from ocaml values"
-HOMEPAGE="https://bitbucket.org/yminsky/ocaml-core/wiki/Home"
-SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}/files/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0/${PV}"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND="dev-ml/camlp4:=
- dev-ml/type-conv:=
- dev-ml/sexplib:="
-RDEPEND="${DEPEND}"
-
-DOCS=( "README.md" )