dev-ml/findlib: ia64 stable
authorMikle Kolyada <zlogene@gentoo.org>
Sat, 14 Jan 2017 17:13:14 +0000 (20:13 +0300)
committerMikle Kolyada <zlogene@gentoo.org>
Sat, 14 Jan 2017 17:13:14 +0000 (20:13 +0300)
Package-Manager: portage-2.3.0

dev-ml/findlib/Manifest
dev-ml/findlib/findlib-1.4.ebuild [deleted file]
dev-ml/findlib/findlib-1.5.6.ebuild

index f1286eff2de0154bf47b33f89a0e5ee558b284ba..2d93ca5e34496699f5d82a54bc88b0067888ea05 100644 (file)
@@ -1,3 +1,2 @@
-DIST findlib-1.4.tar.gz 231526 SHA256 6e4065e5d79d31176ec213ff94599c4eae17c3904c2896e845d0379a99f1bdf8 SHA512 7ee5bee74f6fc14c8d85496e673d42b63e056d35a724fe4f78fd1010a5af4506a9a962c0403fd96d5bf51f2278bfbe98a60aad65a171803cbde935cc3889157b WHIRLPOOL 31f1d0b9f1605a9a536ae996fb4abe5e1d5c47012759cb7bb45185d58a81e827d80285628b113f79d51b8b260cdff181c3eb05596adeea9a87070994058fce17
 DIST findlib-1.5.6.tar.gz 250865 SHA256 7743b3dcaf8a344c882e89f61601f7f086d46c0f2ea4fcc3e54069236825e3f8 SHA512 18d23861a25b1508cb419af4cdd6e3cd83d51bef259f162c86b91460cf3dad75d6c2fc11173f60fe36b61ce3f81b78e69344f093adb9a82c36256d95180e93d8 WHIRLPOOL eb374e60c3f2fcc6172ec08803fbc5b0e83ea0d38644b4c13cb3d27b3dc13c7240a4f49a9ee51f9465ac6ff6075140c3e98b3eb0ea48690f260f139f37dfb63c
 DIST findlib-1.7.1.tar.gz 256883 SHA256 5d4b9a79e9abf8be0b509f6b8cf5696221cbe14fa2fbb2bb352342755fd15eef SHA512 1c8002dc2ed1804afc78c2aa92ab55d2b6501fbb021a7ca46698b4de0dea8ad6485a64f7bf9ec5f3df888da1a420ab270efb5e26f1e408cc8b78fa3ccb981ba4 WHIRLPOOL e58d4939277a2b37fbf0ea4055281494d6b163ba806249d8019e4f3dc8c6ca079d9e904a5de6e86fe0d8bc59ed3894c962f86d6d87512f5b80757b8a59458dd1
diff --git a/dev-ml/findlib/findlib-1.4.ebuild b/dev-ml/findlib/findlib-1.4.ebuild
deleted file mode 100644 (file)
index 9786570..0000000
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit multilib
-
-DESCRIPTION="OCaml tool to find/use non-standard packages"
-HOMEPAGE="http://projects.camlcity.org/projects/findlib.html"
-SRC_URI="http://download.camlcity.org/download/${P}.tar.gz"
-IUSE="doc +ocamlopt tk"
-
-LICENSE="MIT"
-
-SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
-
-DEPEND=">=dev-lang/ocaml-3.10:=[ocamlopt?,tk?]"
-RDEPEND="${DEPEND}"
-
-ocamlfind_destdir="${EPREFIX}/usr/$(get_libdir)/ocaml"
-stublibs="${ocamlfind_destdir}/stublibs"
-
-src_configure() {
-       local myconf
-       use tk && myconf="-with-toolbox"
-       ./configure -bindir "${EPREFIX}"/usr/bin -mandir "${EPREFIX}"/usr/share/man \
-               -sitelib ${ocamlfind_destdir} \
-               -config ${ocamlfind_destdir}/findlib/findlib.conf \
-               -no-custom \
-               ${myconf} || die "configure failed"
-}
-
-src_compile() {
-       emake all
-       if use ocamlopt; then
-               emake opt # optimized code
-       fi
-}
-
-src_install() {
-       emake prefix="${D}" install
-
-       dodir "${stublibs#${EPREFIX}}"
-
-       cd "${S}/doc"
-       dodoc QUICKSTART README DOCINFO
-       use doc && dohtml -r ref-html guide-html
-}
-
-check_stublibs() {
-       local ocaml_stdlib=`ocamlc -where`
-       local ldconf="${ocaml_stdlib}/ld.conf"
-
-       if [ ! -e ${ldconf} ]
-       then
-               echo "${ocaml_stdlib}" > ${ldconf}
-               echo "${ocaml_stdlib}/stublibs" >> ${ldconf}
-       fi
-
-       if [ -z `grep -e ${stublibs} ${ldconf}` ]
-       then
-               echo ${stublibs} >> ${ldconf}
-       fi
-}
-
-pkg_postinst() {
-       check_stublibs
-}
index fd1108390a0e2cc9220d0e71455a23c06f855102..6574f5aa51d155b35cc2a3e045cc863b3986fb3c 100644 (file)
@@ -14,7 +14,7 @@ IUSE="doc +ocamlopt tk"
 LICENSE="MIT"
 
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ~ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
 
 DEPEND=">=dev-lang/ocaml-4.02.1:=[ocamlopt?]
        tk? ( dev-ml/labltk:= )"