dev-ml/yojson: Remove old
authorAlexis Ballier <aballier@gentoo.org>
Wed, 2 Aug 2017 10:10:17 +0000 (12:10 +0200)
committerAlexis Ballier <aballier@gentoo.org>
Wed, 2 Aug 2017 11:22:38 +0000 (13:22 +0200)
Package-Manager: Portage-2.3.6, Repoman-2.3.3

dev-ml/yojson/Manifest
dev-ml/yojson/yojson-1.3.3.ebuild [deleted file]

index ca650320012c47ec72e95a7f97e9161de4ae8397..abda4b94c36fbe49a4293f631bf0a0429c65a2fd 100644 (file)
@@ -1,2 +1 @@
-DIST yojson-1.3.3.tar.gz 26940 SHA256 de5ad4fd681f58ae5a670f0a43684873cc6ca50bdf52e63ac0c4b8a8bbe1d51a SHA512 78d88d470bb64360d020ebc70d9faaa7abca6476fd20d0224e188b44d147c42cea8723adff0845e5444d684b2d0e186154cca288cb236de94a83a44229fcb426 WHIRLPOOL 4594fdd1b6e467afb204b319d3672100eb3a8ccf88cdb47c4c60fbbdb339df9694695f75e63ecef8a3c8aa1096a7fc3e3d864229ffbb244900c2084ce3e48afc
 DIST yojson-1.4.0.tar.gz 26197 SHA256 7d06340b769ed6ff5b2171a0e820d1e8f4337aef3929090fc976efe845639146 SHA512 dc019ecf0387299282c3df9a548456d2529993241911a83acb14f2361ed14886e5ebebe415773b6bc718cb0b12a25529184f3b5b62c71b42960fbd62e1c63bf6 WHIRLPOOL d48c6fd6f05349139b8d3fc847d479ad4bfa28ad2fec42f58660ce482955548e961fd19efab5969f686ca2e528d0b38686d255778b9a0812d8c0eccd255435c5
diff --git a/dev-ml/yojson/yojson-1.3.3.ebuild b/dev-ml/yojson/yojson-1.3.3.ebuild
deleted file mode 100644 (file)
index 963151b..0000000
+++ /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
-
-DESCRIPTION="JSON parsing and pretty-printing library for OCaml"
-HOMEPAGE="http://mjambon.com/yojson.html"
-SRC_URI="https://github.com/mjambon/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-SLOT="0/${PV}"
-LICENSE="BSD"
-KEYWORDS="~amd64"
-IUSE="examples"
-
-RDEPEND=">=dev-lang/ocaml-3.11:=[ocamlopt]
-       dev-ml/easy-format:=[ocamlopt]
-       dev-ml/biniou:=[ocamlopt]
-"
-DEPEND="${RDEPEND}
-       dev-ml/cppo
-"
-
-src_compile() {
-       emake -j1
-}
-
-src_install() {
-       dodir /usr/bin
-       findlib_src_install BINDIR="${ED}"/usr/bin
-       dodoc README.md Changes
-       if use examples ; then
-               dodoc -r examples
-               docompress -x /usr/share/doc/${PF}/examples
-       fi
-}