summaryrefslogtreecommitdiff
path: root/dev-ml/ocaml-text
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/ocaml-text
parent7bc9c63c9da678a7e6fceb095d56c634afd22c56 (diff)
gentoo resync : 15.01.2020
Diffstat (limited to 'dev-ml/ocaml-text')
-rw-r--r--dev-ml/ocaml-text/Manifest3
-rw-r--r--dev-ml/ocaml-text/metadata.xml8
-rw-r--r--dev-ml/ocaml-text/ocaml-text-0.8.ebuild36
3 files changed, 0 insertions, 47 deletions
diff --git a/dev-ml/ocaml-text/Manifest b/dev-ml/ocaml-text/Manifest
deleted file mode 100644
index 4687231c3bd3..000000000000
--- a/dev-ml/ocaml-text/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST ocaml-text-0.8.tar.gz 80898 BLAKE2B 9e7395e43a488e6371e04a21a24aaa81eff82bb82802428d0bd64937a8f9e0c7b19a543b99453713d6e99b9c39b9d0fad02b0e627819346800b18f3c22c8e4b8 SHA512 712afd21f615a81dc361ce7f5d89aff0c341ed91cd0e4cce6a2000361023b006b10731ce0cc6c025bde5f5fe7d07fa85ca2af65a8ad4d50647e8dfa8ff7ad81f
-EBUILD ocaml-text-0.8.ebuild 751 BLAKE2B c6906563c3df23daa9227c85093f9ab9dbfd87bfe0b7604e2cd0bbad80d628311ea2360bfbd74b64e2d1d4a2284aafdbca19ab8f8ab5cce83bbcdd7943333742 SHA512 b7cd6e045542a3e0482e73b4d16a763bdc10d999bceb5b6bd1ad29252f0e5d8b78a5301827bcd6707af87ef02144c9a0daed439a87e4d0a532f8a9c5232e7471
-MISC metadata.xml 255 BLAKE2B 59ce8c1b8470705398907f9bc8f6917e159857d9fc9ead9c08d5321ec83b0a7883131b010732be61289d2f36605150fb3b46bab324542aa4975b06b129cb15dc SHA512 3f7379969f93a7fc91823da49bb17e753c1706747304598ad50af7cdb8f92e55c793f2a9925b4a4208e4004bb95eedd7b13e25be08d701b80acc36a120a35cf1
diff --git a/dev-ml/ocaml-text/metadata.xml b/dev-ml/ocaml-text/metadata.xml
deleted file mode 100644
index c5af31ed43e2..000000000000
--- a/dev-ml/ocaml-text/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">vbmithr/ocaml-text</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-ml/ocaml-text/ocaml-text-0.8.ebuild b/dev-ml/ocaml-text/ocaml-text-0.8.ebuild
deleted file mode 100644
index ebcdda2a93f6..000000000000
--- a/dev-ml/ocaml-text/ocaml-text-0.8.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-OASIS_BUILD_DOCS=1
-OASIS_BUILD_TESTS=1
-
-inherit oasis
-
-DESCRIPTION="Library for dealing with 'text'"
-HOMEPAGE="https://github.com/vbmithr/ocaml-text/"
-SRC_URI="https://github.com/vbmithr/ocaml-text/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64"
-IUSE="pcre"
-
-RDEPEND="virtual/libiconv
- dev-ml/camlp4:=
- pcre? ( dev-ml/pcre-ocaml:=[ocamlopt(+)?] )"
-DEPEND="${RDEPEND}
- doc? ( dev-tex/rubber virtual/latex-base )"
-
-DOCS=( "README" "CHANGES" )
-
-src_configure() {
- oasis_configure_opts="$(use_enable pcre)" \
- oasis_src_configure
-}
-
-src_install() {
- oasis_src_install
- use doc && dodoc manual/*.pdf
-}