Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/yojson/
Date: Tue, 24 Jan 2017 11:06:02
Message-Id: 1485254396.108dd0f3c4f829f04876d7801e070428508ac529.aballier@gentoo
1 commit: 108dd0f3c4f829f04876d7801e070428508ac529
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 24 10:39:56 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 24 10:39:56 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=108dd0f3
7
8 dev-ml/yojson: remove old
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-ml/yojson/Manifest | 3 ---
13 dev-ml/yojson/yojson-1.3.0.ebuild | 38 --------------------------------------
14 dev-ml/yojson/yojson-1.3.1.ebuild | 38 --------------------------------------
15 dev-ml/yojson/yojson-1.3.2.ebuild | 38 --------------------------------------
16 4 files changed, 117 deletions(-)
17
18 diff --git a/dev-ml/yojson/Manifest b/dev-ml/yojson/Manifest
19 index 43693f8..09e8613 100644
20 --- a/dev-ml/yojson/Manifest
21 +++ b/dev-ml/yojson/Manifest
22 @@ -1,4 +1 @@
23 -DIST yojson-1.3.0.tar.gz 26610 SHA256 80e26e6d902c57bbacf44467f2a5cc30e4e189260093c66a3269fb1b1cc37094 SHA512 65e2d5bb7649cad3d395ec8fead11b18fd0ca5e59e87194a39a77561bcdaa04cecdc71f0da32ac268a36c0e7b21f56e9f40a08610f84cf7f81d0da20daf90fc0 WHIRLPOOL ed5ba5a5c397d47616282272573f9940d02035698a45dc7bc377c1fb2918d4a72fc789a4332ff7c09113d6bdcb223e2321f46f21f9576ff85197825bdc661d0d
24 -DIST yojson-1.3.1.tar.gz 26725 SHA256 ea97f150bb8270730165f7727518aa533c784b84f17016d339060161250124b8 SHA512 f0fb6dad88f75d279a4341384238d4b6fd63c7b34a5a7892fbf278604a4011ea744c355377246e92595696fc5a5298968802c40a12a3ddcd89412ee1ce1e1402 WHIRLPOOL 558cc3258ee4e27a4507c1383d5e2fc6542d2f8178430d73020b37184624df2879a56cee30cc9844d0531f2f1199613591500cf888f606b1788dd3c166e0b7dc
25 -DIST yojson-1.3.2.tar.gz 26928 SHA256 eff510621efd6dcfb86b65eaf1d4d6f3b9b680143d88e652b6f14072523a2351 SHA512 9bdda0bdeea1988f37b4b56154995dc0f5391de659ba15f452d0755afcbd213ef0d5b1ec8fd691bb4e25e99af866b4c282b078a49208f61c51eaea8e21733509 WHIRLPOOL 7973dbbf7e2b74ac82f39261f7db6ec6952e624d05c35c5ba8fd426153d148b17c0dba8a510128c1598ea17a5fe5190417e9b8cf6a9a9473c4a16e7c34489760
26 DIST yojson-1.3.3.tar.gz 26940 SHA256 de5ad4fd681f58ae5a670f0a43684873cc6ca50bdf52e63ac0c4b8a8bbe1d51a SHA512 78d88d470bb64360d020ebc70d9faaa7abca6476fd20d0224e188b44d147c42cea8723adff0845e5444d684b2d0e186154cca288cb236de94a83a44229fcb426 WHIRLPOOL 4594fdd1b6e467afb204b319d3672100eb3a8ccf88cdb47c4c60fbbdb339df9694695f75e63ecef8a3c8aa1096a7fc3e3d864229ffbb244900c2084ce3e48afc
27
28 diff --git a/dev-ml/yojson/yojson-1.3.0.ebuild b/dev-ml/yojson/yojson-1.3.0.ebuild
29 deleted file mode 100644
30 index cab42fd..00000000
31 --- a/dev-ml/yojson/yojson-1.3.0.ebuild
32 +++ /dev/null
33 @@ -1,38 +0,0 @@
34 -# Copyright 1999-2015 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -# $Id$
37 -
38 -EAPI=5
39 -
40 -inherit findlib
41 -
42 -DESCRIPTION="JSON parsing and pretty-printing library for OCaml"
43 -HOMEPAGE="http://mjambon.com/yojson.html"
44 -SRC_URI="https://github.com/mjambon/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
45 -
46 -SLOT="0/${PV}"
47 -LICENSE="BSD"
48 -KEYWORDS="~amd64"
49 -IUSE="examples"
50 -
51 -RDEPEND=">=dev-lang/ocaml-3.11:=[ocamlopt]
52 - dev-ml/easy-format:=[ocamlopt]
53 - dev-ml/biniou:=[ocamlopt]
54 -"
55 -DEPEND="${RDEPEND}
56 - dev-ml/cppo
57 -"
58 -
59 -src_compile() {
60 - emake -j1
61 -}
62 -
63 -src_install() {
64 - dodir /usr/bin
65 - findlib_src_install BINDIR="${ED}"/usr/bin
66 - dodoc README.md Changes
67 - if use examples ; then
68 - dodoc -r examples
69 - docompress -x /usr/share/doc/${PF}/examples
70 - fi
71 -}
72
73 diff --git a/dev-ml/yojson/yojson-1.3.1.ebuild b/dev-ml/yojson/yojson-1.3.1.ebuild
74 deleted file mode 100644
75 index cab42fd..00000000
76 --- a/dev-ml/yojson/yojson-1.3.1.ebuild
77 +++ /dev/null
78 @@ -1,38 +0,0 @@
79 -# Copyright 1999-2015 Gentoo Foundation
80 -# Distributed under the terms of the GNU General Public License v2
81 -# $Id$
82 -
83 -EAPI=5
84 -
85 -inherit findlib
86 -
87 -DESCRIPTION="JSON parsing and pretty-printing library for OCaml"
88 -HOMEPAGE="http://mjambon.com/yojson.html"
89 -SRC_URI="https://github.com/mjambon/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
90 -
91 -SLOT="0/${PV}"
92 -LICENSE="BSD"
93 -KEYWORDS="~amd64"
94 -IUSE="examples"
95 -
96 -RDEPEND=">=dev-lang/ocaml-3.11:=[ocamlopt]
97 - dev-ml/easy-format:=[ocamlopt]
98 - dev-ml/biniou:=[ocamlopt]
99 -"
100 -DEPEND="${RDEPEND}
101 - dev-ml/cppo
102 -"
103 -
104 -src_compile() {
105 - emake -j1
106 -}
107 -
108 -src_install() {
109 - dodir /usr/bin
110 - findlib_src_install BINDIR="${ED}"/usr/bin
111 - dodoc README.md Changes
112 - if use examples ; then
113 - dodoc -r examples
114 - docompress -x /usr/share/doc/${PF}/examples
115 - fi
116 -}
117
118 diff --git a/dev-ml/yojson/yojson-1.3.2.ebuild b/dev-ml/yojson/yojson-1.3.2.ebuild
119 deleted file mode 100644
120 index cab42fd..00000000
121 --- a/dev-ml/yojson/yojson-1.3.2.ebuild
122 +++ /dev/null
123 @@ -1,38 +0,0 @@
124 -# Copyright 1999-2015 Gentoo Foundation
125 -# Distributed under the terms of the GNU General Public License v2
126 -# $Id$
127 -
128 -EAPI=5
129 -
130 -inherit findlib
131 -
132 -DESCRIPTION="JSON parsing and pretty-printing library for OCaml"
133 -HOMEPAGE="http://mjambon.com/yojson.html"
134 -SRC_URI="https://github.com/mjambon/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
135 -
136 -SLOT="0/${PV}"
137 -LICENSE="BSD"
138 -KEYWORDS="~amd64"
139 -IUSE="examples"
140 -
141 -RDEPEND=">=dev-lang/ocaml-3.11:=[ocamlopt]
142 - dev-ml/easy-format:=[ocamlopt]
143 - dev-ml/biniou:=[ocamlopt]
144 -"
145 -DEPEND="${RDEPEND}
146 - dev-ml/cppo
147 -"
148 -
149 -src_compile() {
150 - emake -j1
151 -}
152 -
153 -src_install() {
154 - dodir /usr/bin
155 - findlib_src_install BINDIR="${ED}"/usr/bin
156 - dodoc README.md Changes
157 - if use examples ; then
158 - dodoc -r examples
159 - docompress -x /usr/share/doc/${PF}/examples
160 - fi
161 -}