summaryrefslogtreecommitdiff
path: root/dev-ml/yojson
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2017-08-02 12:10:17 +0200
committerAlexis Ballier <aballier@gentoo.org>2017-08-02 13:22:38 +0200
commit9c5a88055ed308fa12e5f5542eeabf515765bd86 (patch)
treedd715ba100ddc6512553ef8e68d345d421398920 /dev-ml/yojson
parenta2860b77dc20bc18d7473d63e247383621fd765b (diff)
downloadgentoo-9c5a88055ed308fa12e5f5542eeabf515765bd86.tar.gz
gentoo-9c5a88055ed308fa12e5f5542eeabf515765bd86.tar.xz
dev-ml/yojson: Remove old
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'dev-ml/yojson')
-rw-r--r--dev-ml/yojson/Manifest1
-rw-r--r--dev-ml/yojson/yojson-1.3.3.ebuild37
2 files changed, 0 insertions, 38 deletions
diff --git a/dev-ml/yojson/Manifest b/dev-ml/yojson/Manifest
index ca650320012..abda4b94c36 100644
--- a/dev-ml/yojson/Manifest
+++ b/dev-ml/yojson/Manifest
@@ -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
index 963151b394c..00000000000
--- a/dev-ml/yojson/yojson-1.3.3.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
-
-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
-}