dev-ml/camomile: Clean up old.
authorPatrice Clement <monsieurp@gentoo.org>
Sun, 26 Jun 2016 09:13:31 +0000 (09:13 +0000)
committerPatrice Clement <monsieurp@gentoo.org>
Sun, 26 Jun 2016 09:26:49 +0000 (09:26 +0000)
Package-Manager: portage-2.2.28

dev-ml/camomile/Manifest
dev-ml/camomile/camomile-0.8.4.ebuild [deleted file]

index 10f7f1ebec182c6cc5e562c33fc48b23ab6bfc47..c1ee1903b62eb6c3f35722ab027732143a73874e 100644 (file)
@@ -1,2 +1 @@
-DIST camomile-0.8.4.tar.bz2 2649800 SHA256 ef521f96fe984e6b0118041ed68a7a165beda54d8541c248ed402b7ef693de50 SHA512 f8d9b5288636eb3123b539a2c09bcd2f674acf10b16b83abea5d9e7f7f34a7359e36572f4ab3bc1ebeb42562e30f4fa9a1986e50060175186c0c2739e64130d1 WHIRLPOOL d2eb6b3c413424cb0c7e53cffeb01431f805f9124db6822e3b0fd8101cabee0ecec4caf2436d5151cd658bf53fe971842a3f5e3e901cc74b9ae35353e4be96a9
 DIST camomile-0.8.5.tar.bz2 2607084 SHA256 85806b051cf059b93676a10a3f66051f7f322cad6e3248172c3e5275f79d7100 SHA512 ef4da32f955e69e0b2958b4b2bf12ae94e210d8aa7cee5a9030607b79ac43a884758549f3164c223fb07d987a4a50b15f0bc5083ff67120270409f7fb9928014 WHIRLPOOL 72bed65fb030548430a352b76a63b1171b964ad78676a6ce0bb2a8d3555ea097e0002321a3c2d13ec933ca29755f4780c77f28e485053d9ddbd6908e8c4cf6b5
diff --git a/dev-ml/camomile/camomile-0.8.4.ebuild b/dev-ml/camomile/camomile-0.8.4.ebuild
deleted file mode 100644 (file)
index e8c05fe..0000000
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-inherit findlib eutils
-
-DESCRIPTION="Camomile is a comprehensive Unicode library for ocaml"
-HOMEPAGE="https://github.com/yoriyuki/Camomile/wiki"
-SRC_URI="https://github.com/downloads/yoriyuki/Camomile/${P}.tar.bz2"
-
-LICENSE="LGPL-2"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ppc x86"
-IUSE="debug +ocamlopt"
-
-RDEPEND="
-       >=dev-lang/ocaml-3.10.2:=[ocamlopt?]
-       || ( dev-ml/camlp4:= <dev-lang/ocaml-4.02.0 )
-"
-DEPEND="${RDEPEND}"
-
-src_configure() {
-       econf $(use_enable debug)
-}
-
-src_compile() {
-       emake -j1 byte unidata unimaps charmap_data locale_data
-       if use ocamlopt; then
-               emake -j1 opt
-       fi
-}
-
-src_install() {
-       dodir /usr/bin
-       findlib_src_install DATADIR="${D}/usr/share" BINDIR="${D}/usr/bin"
-}