summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2017-01-24 12:23:47 +0100
committerAlexis Ballier <aballier@gentoo.org>2017-01-24 12:23:47 +0100
commit231394216aa81a41272595c790cd168c93f75d06 (patch)
tree1af925198269ff2148cc174d7210c7251436d30f /dev-ml/ocaml-uri
parentdev-ml/ocaml-ssl: remove old (diff)
downloadgentoo-231394216aa81a41272595c790cd168c93f75d06.tar.gz
gentoo-231394216aa81a41272595c790cd168c93f75d06.tar.bz2
gentoo-231394216aa81a41272595c790cd168c93f75d06.zip
dev-ml/ocaml-uri: remove old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-ml/ocaml-uri')
-rw-r--r--dev-ml/ocaml-uri/Manifest1
-rw-r--r--dev-ml/ocaml-uri/files/sexpl.patch42
-rw-r--r--dev-ml/ocaml-uri/ocaml-uri-1.9.1-r1.ebuild39
3 files changed, 0 insertions, 82 deletions
diff --git a/dev-ml/ocaml-uri/Manifest b/dev-ml/ocaml-uri/Manifest
index 3214f297d491..de2a7c2c678c 100644
--- a/dev-ml/ocaml-uri/Manifest
+++ b/dev-ml/ocaml-uri/Manifest
@@ -1,2 +1 @@
-DIST ocaml-uri-1.9.1.tar.gz 256457 SHA256 e7e9f53150bf67eceb556d48119db169aa05e8a8227cde3655545bcace034402 SHA512 9a5acac8c15928ce6e52d7f9001701c63223607db800ab5247cdecfedf96133912af59d388f51e9d4fafe3b1c1658d56bf2c79d754c92f626da33c8a30e79609 WHIRLPOOL e13d77aa1bd2c2b852ea0857d25ded71d10fd3cb082ed2d6691aa623ef437ab96b19809a3680bb72dc4e8c3c72c3f906afe06d4ca1610690201aebaeeb242784
DIST ocaml-uri-1.9.2.tar.gz 256642 SHA256 8c3250d3b6bf872e02b888ba4b1d71fc2672a6a235b99e83113ddf749eca7f09 SHA512 c71cb8cdda7823139475c9f4d915fb41ccf621f1f2460eba15c537ff8655520ea6daf248e22e8e9f6dfb1a4a204753ee77f458549b35c0b5b6e26e31b07b0ea7 WHIRLPOOL 9ed0308b7fcfb9dded2519e3d02e3fff1c358cd28972af3ff617e36ad963f220125bd31ebacfa615de19745c69a91d0fc6acadee37e0f7f7a6709c949d301f4f
diff --git a/dev-ml/ocaml-uri/files/sexpl.patch b/dev-ml/ocaml-uri/files/sexpl.patch
deleted file mode 100644
index 85008d11537d..000000000000
--- a/dev-ml/ocaml-uri/files/sexpl.patch
+++ /dev/null
@@ -1,42 +0,0 @@
-Index: ocaml-uri-1.9.1/_tags
-===================================================================
---- ocaml-uri-1.9.1.orig/_tags
-+++ ocaml-uri-1.9.1/_tags
-@@ -22,7 +22,7 @@ true: annot, bin_annot
- "lib/services_full.cmxs": use_services_full
- <lib/*.ml{,i,y}>: package(re.posix)
- <lib/*.ml{,i,y}>: package(sexplib)
--<lib/*.ml{,i,y}>: package(sexplib.syntax)
-+<lib/*.ml{,i,y}>: package(pa_sexp_conv.syntax)
- <lib/*.ml{,i,y}>: package(stringext)
- <lib/*.ml{,i,y}>: use_uri
- # Library uri_top
-@@ -32,13 +32,13 @@ true: annot, bin_annot
- <lib_test/test_runner.{native,byte}>: package(oUnit)
- <lib_test/test_runner.{native,byte}>: package(re.posix)
- <lib_test/test_runner.{native,byte}>: package(sexplib)
--<lib_test/test_runner.{native,byte}>: package(sexplib.syntax)
-+<lib_test/test_runner.{native,byte}>: package(pa_sexp_conv)
- <lib_test/test_runner.{native,byte}>: package(stringext)
- <lib_test/test_runner.{native,byte}>: use_uri
- <lib_test/*.ml{,i,y}>: package(oUnit)
- <lib_test/*.ml{,i,y}>: package(re.posix)
- <lib_test/*.ml{,i,y}>: package(sexplib)
--<lib_test/*.ml{,i,y}>: package(sexplib.syntax)
-+<lib_test/*.ml{,i,y}>: package(pa_sexp_conv)
- <lib_test/*.ml{,i,y}>: package(stringext)
- <lib_test/*.ml{,i,y}>: use_uri
- <lib_test/test_runner.{native,byte}>: custom
-Index: ocaml-uri-1.9.1/setup.ml
-===================================================================
---- ocaml-uri-1.9.1.orig/setup.ml
-+++ ocaml-uri-1.9.1/setup.ml
-@@ -6964,7 +6964,7 @@ let setup_t =
- [
- FindlibPackage ("re.posix", None);
- FindlibPackage ("stringext", None);
-- FindlibPackage ("sexplib.syntax", None);
-+ FindlibPackage ("pa_sexp_conv.syntax", None);
- FindlibPackage ("sexplib", None)
- ];
- bs_build_tools = [ExternalTool "ocamlbuild"];
diff --git a/dev-ml/ocaml-uri/ocaml-uri-1.9.1-r1.ebuild b/dev-ml/ocaml-uri/ocaml-uri-1.9.1-r1.ebuild
deleted file mode 100644
index 62fa77aebb81..000000000000
--- a/dev-ml/ocaml-uri/ocaml-uri-1.9.1-r1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-OASIS_BUILD_DOCS=1
-OASIS_BUILD_TESTS=1
-
-inherit oasis
-
-DESCRIPTION="RFC3986 URI parsing library for OCaml"
-HOMEPAGE="https://github.com/mirage/ocaml-uri https://mirage.io"
-SRC_URI="https://github.com/mirage/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="ISC"
-SLOT="0/${PV}"
-KEYWORDS="~amd64"
-IUSE="allservices"
-
-RDEPEND="
- dev-ml/ocaml-re:=
- >=dev-ml/sexplib-109.53.00:=
- dev-ml/pa_sexp_conv:=
- dev-ml/stringext:=
- dev-ml/type-conv:=
-"
-DEPEND="
- test? ( >=dev-ml/ounit-1.0.2 )
- ${RDEPEND}
-"
-PATCHES=( "${FILESDIR}/sexpl.patch" )
-
-src_configure() {
- oasis_configure_opts="
- $(use_enable allservices)
- " oasis_src_configure
-}
-
-DOCS=( CHANGES README.md )