summaryrefslogtreecommitdiff
path: root/dev-ml/opam-file-format
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/opam-file-format
parent7bc9c63c9da678a7e6fceb095d56c634afd22c56 (diff)
gentoo resync : 15.01.2020
Diffstat (limited to 'dev-ml/opam-file-format')
-rw-r--r--dev-ml/opam-file-format/Manifest3
-rw-r--r--dev-ml/opam-file-format/metadata.xml8
-rw-r--r--dev-ml/opam-file-format/opam-file-format-2.0.0_beta3.ebuild29
3 files changed, 0 insertions, 40 deletions
diff --git a/dev-ml/opam-file-format/Manifest b/dev-ml/opam-file-format/Manifest
deleted file mode 100644
index 69e755945d41..000000000000
--- a/dev-ml/opam-file-format/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST opam-file-format-2.0.0_beta3.tar.gz 7654 BLAKE2B fa9ea04af0973fd52e0147d751116484e65ffb64369a19701740f0e1c81504e4f10574c3aeb5052f2cba02355d0c14875cea0f55694b74e70afffc20fccd7e88 SHA512 7f4989711e4dc183086b6dccc512ecfe78bfbbd98af954560d5a2c945b8b32416f3a01902203ef78932451cd99a5c1b1571edf70581bd14a2a94e32f5d4dd818
-EBUILD opam-file-format-2.0.0_beta3.ebuild 671 BLAKE2B 974b186b8ff6d5b6a152b857fea05b78e96281823988b4d9dc52b117b1bbea6f7df648b2e99cd653493fce1eb4223d852f581c1237cc15dcc275497c14b44a65 SHA512 61ecff19fef0cbcaa2b52cecb2b0f573964c528f0eb8977fb433da89783897a98f8a0f396366282c3ec3e37b00264d4fff0389fc07f96c1834a2dd76a34d13a0
-MISC metadata.xml 259 BLAKE2B 42f5e3afbd4ea4bfdd85dcf5654bb839c3b619aa4261f80bf26f818142f86fd175cc990bb27927326af1692d560e0f4b11951e81297e564ef5c5a75135ff3f74 SHA512 6ff4d6b2750461053f904377a60f344542937c87e49a22e4d0694ac99b3e035835e4c20db712a240c44cb9c67f6a80fddac0448f21777d54c5d8f9067611474a
diff --git a/dev-ml/opam-file-format/metadata.xml b/dev-ml/opam-file-format/metadata.xml
deleted file mode 100644
index 05f58f9dae40..000000000000
--- a/dev-ml/opam-file-format/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">ocaml/opam-file-format</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-ml/opam-file-format/opam-file-format-2.0.0_beta3.ebuild b/dev-ml/opam-file-format/opam-file-format-2.0.0_beta3.ebuild
deleted file mode 100644
index e932f300db77..000000000000
--- a/dev-ml/opam-file-format/opam-file-format-2.0.0_beta3.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit findlib
-
-MY_PV="${PV/_beta/-beta}"
-S="${WORKDIR}/${PN}-${MY_PV}"
-
-DESCRIPTION="Parser and printer for the opam file syntax"
-HOMEPAGE="https://github.com/ocaml/opam-file-format"
-SRC_URI="https://github.com/ocaml/opam-file-format/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="+ocamlopt"
-
-DEPEND="dev-lang/ocaml:=[ocamlopt?]"
-RDEPEND="${DEPEND}"
-
-src_compile() {
- emake byte $(usex ocamlopt native "")
-}
-
-src_install() {
- emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" LIBDIR="$(ocamlc -where)" install
-}