diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-01-15 15:51:32 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-01-15 15:51:32 +0000 |
commit | 21435953e16cda318a82334ddbadb3b5c36d9ea7 (patch) | |
tree | e1810a4b135afce04b34862ef0fab2bfaeb8aeca /dev-ml/ocamlpam | |
parent | 7bc9c63c9da678a7e6fceb095d56c634afd22c56 (diff) |
gentoo resync : 15.01.2020
Diffstat (limited to 'dev-ml/ocamlpam')
-rw-r--r-- | dev-ml/ocamlpam/Manifest | 5 | ||||
-rw-r--r-- | dev-ml/ocamlpam/files/ocaml404.patch | 12 | ||||
-rw-r--r-- | dev-ml/ocamlpam/files/ocamlpam-1.1-makefile.patch | 17 | ||||
-rw-r--r-- | dev-ml/ocamlpam/metadata.xml | 5 | ||||
-rw-r--r-- | dev-ml/ocamlpam/ocamlpam-1.1.ebuild | 37 |
5 files changed, 0 insertions, 76 deletions
diff --git a/dev-ml/ocamlpam/Manifest b/dev-ml/ocamlpam/Manifest deleted file mode 100644 index cb8671f9dfd2..000000000000 --- a/dev-ml/ocamlpam/Manifest +++ /dev/null @@ -1,5 +0,0 @@ -AUX ocaml404.patch 359 BLAKE2B 9d1570339b83e397217946bb8663e867b54a402ce5de34457c25a5f5a1a2a99029c750f7acc48160d90eb47e2ae082c2b07bd137e949a67de3f1d8c91cbc4f12 SHA512 998dcc89987fb237d5b89de81b5cd9ddee6bd86c5710614c61357c2e79864dd9a6dc43f7495a176a778c74485b71a1566669c5df36808b21e87e6fbf6efe1814 -AUX ocamlpam-1.1-makefile.patch 512 BLAKE2B 03d328726f6c6070c5f8003c78a22f0755fcd5f8e182a02d44ea419b431dde9ce03d1ea1171c3a3eb80a38aadea70a273f2ecc3503967614287b18a51b864c4b SHA512 895b33ede124fec4098e17b6042381657850f488f88f1f84dac1f220798f7f7147a4566c059564838c083fbd3c97e8c0f372cb2a60e771c4fa4c945b110397d7 -DIST ocamlpam-1.1.tar.gz 7739 BLAKE2B fcd6e7de8e948293f88a5fd8f7bda666334c80d580328dbbee1056a9dd5a788006a269adaf6eef419ef1f12a8641811f8c601146425a8ecbbc50dd25ed732fc8 SHA512 84199a1e94db93952fd058c3bf03865c058abc0bb5fe09b489717e7aa77687496d40d80ed00be99e59e58c13b044356a05cae5f5aebf4faec470b66696042762 -EBUILD ocamlpam-1.1.ebuild 849 BLAKE2B 4a65527781ad611920f7ac39ae4855ee32b90dc836d3d11915a178bf0c5e8957e23457b64cd9a577319f16d9d169494e69ae0d55f43e0867a6d2ba798bdd6005 SHA512 8911937324ee4a9644bc83e47b4d23d4e1a90f3de8f4ae8affc5c84ead9e57fbf055807138348c1b5f79ba52c22ccf2730f8ad7f43a485137cab2ae47a250852 -MISC metadata.xml 166 BLAKE2B c254f1fb642881aba57637be14fb0a89b10384f91a128feaec3a8c870d76efc2cbacb92caccc0dee2dd19a5ac5eaf8643080dafa05c4e2ac96a68568927e5afd SHA512 a56648c974a1d14dd4c18237532773c72057a13ab90c58b5da04f185e3c12a8bd8d5c21fb06053507f31766291a82dc7d87b34cd65fd94cfe2af7295c813ef84 diff --git a/dev-ml/ocamlpam/files/ocaml404.patch b/dev-ml/ocamlpam/files/ocaml404.patch deleted file mode 100644 index 4964edf951f4..000000000000 --- a/dev-ml/ocamlpam/files/ocaml404.patch +++ /dev/null @@ -1,12 +0,0 @@ -Index: ocamlpam-1.1/pam_stubs.c -=================================================================== ---- ocamlpam-1.1.orig/pam_stubs.c -+++ ocamlpam-1.1/pam_stubs.c -@@ -57,6 +57,7 @@ static int converse(int nMsg, const stru - struct pam_response * local_responses; - caml_pam_handle * h; - -+ CAMLparam0 (); - CAMLlocal1(ret); - - h = (caml_pam_handle *)data; diff --git a/dev-ml/ocamlpam/files/ocamlpam-1.1-makefile.patch b/dev-ml/ocamlpam/files/ocamlpam-1.1-makefile.patch deleted file mode 100644 index c9450b7f30dc..000000000000 --- a/dev-ml/ocamlpam/files/ocamlpam-1.1-makefile.patch +++ /dev/null @@ -1,17 +0,0 @@ ---- a/Makefile 2012-09-14 22:46:11.508415083 +0200 -+++ b/Makefile 2012-09-14 22:46:34.526338371 +0200 -@@ -35,10 +35,13 @@ - - install: - install -d $(DESTDIR)/pam -- install -m 644 -t $(DESTDIR)/pam META *.mli *.cmi *.cmx *.cma *.cmxa *.a -+ install -m 644 -t $(DESTDIR)/pam META *.mli *.cmi *.cma *.a - install -d $(DESTDIR)/stublibs - install -m 644 -t $(DESTDIR)/stublibs dll$(BASENAME).so - -+install-opt: -+ install -m 644 -t $(DESTDIR)/pam *.cmx *.cmxa -+ - dist: clean - mkdir -p $(DISTNAME) - -cp * $(DISTNAME) diff --git a/dev-ml/ocamlpam/metadata.xml b/dev-ml/ocamlpam/metadata.xml deleted file mode 100644 index 6f49eba8f496..000000000000 --- a/dev-ml/ocamlpam/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<!-- maintainer-needed --> -</pkgmetadata> diff --git a/dev-ml/ocamlpam/ocamlpam-1.1.ebuild b/dev-ml/ocamlpam/ocamlpam-1.1.ebuild deleted file mode 100644 index 47682ef120aa..000000000000 --- a/dev-ml/ocamlpam/ocamlpam-1.1.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit findlib eutils - -DESCRIPTION="OCamlPAM - an OCaml library for PAM" -HOMEPAGE="http://sharvil.nanavati.net/projects/ocamlpam/" -SRC_URI="http://sharvil.nanavati.net/projects/${PN}/files/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0/${PV}" -KEYWORDS="~amd64" -IUSE="+ocamlopt" - -DEPEND=">=dev-lang/ocaml-3.12:=[ocamlopt?] - sys-libs/pam" -RDEPEND="${DEPEND}" - -src_prepare() { - epatch "${FILESDIR}/${P}-makefile.patch" - has_version '>=dev-lang/ocaml-4.04_beta' && epatch "${FILESDIR}/ocaml404.patch" -} - -src_compile() { - emake META - emake byte - use ocamlopt && emake opt -} - -src_install() { - findlib_src_preinst - emake DESTDIR="${OCAMLFIND_DESTDIR}" install - use ocamlopt && emake DESTDIR="${OCAMLFIND_DESTDIR}" install-opt - dodoc CHANGES README -} |