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/tyxml/
Date: Tue, 24 Jan 2017 11:06:04
Message-Id: 1485254561.f57abfbef4b836c896c35a228a76e91da9bb7797.aballier@gentoo
1 commit: f57abfbef4b836c896c35a228a76e91da9bb7797
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 24 10:42:41 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 24 10:42:41 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f57abfbe
7
8 dev-ml/tyxml: remove old
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-ml/tyxml/Manifest | 3 ---
13 dev-ml/tyxml/tyxml-3.5.0.ebuild | 25 -------------------------
14 dev-ml/tyxml/tyxml-3.6.0.ebuild | 25 -------------------------
15 dev-ml/tyxml/tyxml-4.0.0.ebuild | 35 -----------------------------------
16 4 files changed, 88 deletions(-)
17
18 diff --git a/dev-ml/tyxml/Manifest b/dev-ml/tyxml/Manifest
19 index d4d03e5..753893a 100644
20 --- a/dev-ml/tyxml/Manifest
21 +++ b/dev-ml/tyxml/Manifest
22 @@ -1,4 +1 @@
23 -DIST tyxml-3.5.0.tar.gz 127891 SHA256 e5f55f30b74470cb1400b92c478f320b4b4778678cf6029582716e0e138f4532 SHA512 189dd18a07f19b36ab616bfc512fc739dd704d0e84d720ecf69c7716a48fff43e851dd5bb09488b835f840ce859c8085437e56c5cce68c5d595d183dd66fb5ec WHIRLPOOL 7967aa2f2047aac7deb8d814f14c2beb29f116c39eec442b2383d487aa442d3b2f4ed75a9045c65bf8bb9b397e26b93ed555a67b7a98ab2dd37dbec91c4aecb4
24 -DIST tyxml-3.6.0.tar.gz 129924 SHA256 ea591587dd29799fff3b4d1390af062d9f7b0bdac5e6210e18355cd41171e0e7 SHA512 f750f80dce92d42172dd9601ec5201c34e1de6587270d00bc86673b2b220b0baed3d91586d4334d98a453cf388b2fa8d1abb763971365ffbf93992c7fde1d127 WHIRLPOOL f91c3934fc922c601b7d1c059a1c010e70ef947dcbb16dfe82b358c18109bf35b5762958449cdcdf6367d01f05fa038e4e8b1b53c961fe7a772d0e2e997a6210
25 -DIST tyxml-4.0.0.tar.gz 172367 SHA256 1ec7d175d0ad22290c06d1872e869444415edcc04bfa75b993f8ac2db84eb1de SHA512 3e0267bef7ee339697c86a211b76983683066102f5e1ed194cf4a0dbcc358971b58b820e092a74cb614b9fd5a1d866bff48b3cd7ca66297cd97ba4fa40d03f05 WHIRLPOOL d81ee355951bff5454fb15121cf48c379e8567db5d1e7fde4ce6d0cd83d19b7c7f1783916cbd1d8e85033a6730f74d88ef20c8c3bd7ac86a99210e1b2e053a0d
26 DIST tyxml-4.0.1.tar.gz 179609 SHA256 b7dbb6dbb8a02c0ab62f078695af6fbb636d162bd0f341fc9bda7d88ef9a1dfa SHA512 ebc0f148602375d8df16df7815f60ad6edcc7b4830af9479fb0e71a394d5d6dd7cb36e592d026b06677537d29be4359201e52f047ad3e23f34d82401b33b31e3 WHIRLPOOL 0b1f5c790f1d11fa503a23ff265b5e2cdb570fb61879d19c95f1d454f325066945607f5f54ffbf822500a58bd19a88906b92d7e9dc1a142bd051a5845ba1db91
27
28 diff --git a/dev-ml/tyxml/tyxml-3.5.0.ebuild b/dev-ml/tyxml/tyxml-3.5.0.ebuild
29 deleted file mode 100644
30 index 0ea29eb..00000000
31 --- a/dev-ml/tyxml/tyxml-3.5.0.ebuild
32 +++ /dev/null
33 @@ -1,25 +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 -OASIS_BUILD_DOCS=1
41 -
42 -inherit oasis
43 -
44 -DESCRIPTION="A libary to build xml trees typechecked by OCaml"
45 -HOMEPAGE="http://ocsigen.org/tyxml/"
46 -SRC_URI="https://github.com/ocsigen/tyxml/archive/${PV}.tar.gz -> ${P}.tar.gz"
47 -
48 -LICENSE="LGPL-2.1-with-linking-exception"
49 -SLOT="0/${PV}"
50 -KEYWORDS="~amd64"
51 -IUSE=""
52 -
53 -DEPEND="
54 - dev-ml/uutf:=
55 - dev-ml/camlp4:="
56 -RDEPEND="${DEPEND}"
57 -
58 -DOCS=( CHANGES README.md )
59
60 diff --git a/dev-ml/tyxml/tyxml-3.6.0.ebuild b/dev-ml/tyxml/tyxml-3.6.0.ebuild
61 deleted file mode 100644
62 index 0ea29eb..00000000
63 --- a/dev-ml/tyxml/tyxml-3.6.0.ebuild
64 +++ /dev/null
65 @@ -1,25 +0,0 @@
66 -# Copyright 1999-2015 Gentoo Foundation
67 -# Distributed under the terms of the GNU General Public License v2
68 -# $Id$
69 -
70 -EAPI=5
71 -
72 -OASIS_BUILD_DOCS=1
73 -
74 -inherit oasis
75 -
76 -DESCRIPTION="A libary to build xml trees typechecked by OCaml"
77 -HOMEPAGE="http://ocsigen.org/tyxml/"
78 -SRC_URI="https://github.com/ocsigen/tyxml/archive/${PV}.tar.gz -> ${P}.tar.gz"
79 -
80 -LICENSE="LGPL-2.1-with-linking-exception"
81 -SLOT="0/${PV}"
82 -KEYWORDS="~amd64"
83 -IUSE=""
84 -
85 -DEPEND="
86 - dev-ml/uutf:=
87 - dev-ml/camlp4:="
88 -RDEPEND="${DEPEND}"
89 -
90 -DOCS=( CHANGES README.md )
91
92 diff --git a/dev-ml/tyxml/tyxml-4.0.0.ebuild b/dev-ml/tyxml/tyxml-4.0.0.ebuild
93 deleted file mode 100644
94 index f18fea8..00000000
95 --- a/dev-ml/tyxml/tyxml-4.0.0.ebuild
96 +++ /dev/null
97 @@ -1,35 +0,0 @@
98 -# Copyright 1999-2016 Gentoo Foundation
99 -# Distributed under the terms of the GNU General Public License v2
100 -# $Id$
101 -
102 -EAPI=5
103 -
104 -OASIS_BUILD_DOCS=1
105 -
106 -inherit oasis
107 -
108 -DESCRIPTION="A libary to build xml trees typechecked by OCaml"
109 -HOMEPAGE="http://ocsigen.org/tyxml/"
110 -SRC_URI="https://github.com/ocsigen/tyxml/archive/${PV}.tar.gz -> ${P}.tar.gz"
111 -
112 -LICENSE="LGPL-2.1-with-linking-exception"
113 -SLOT="0/${PV}"
114 -KEYWORDS="~amd64"
115 -IUSE="+ppx +camlp4"
116 -
117 -DEPEND="
118 - >=dev-ml/uutf-1.0:=
119 - dev-ml/ocaml-re:=
120 - ppx? ( >=dev-ml/ppx_tools-5:= dev-ml/markup:= )
121 - camlp4? ( dev-ml/camlp4:= )"
122 -RDEPEND="${DEPEND}"
123 -
124 -DOCS=( CHANGES README.md )
125 -PATCHES=( "${FILESDIR}/uutf.patch" )
126 -
127 -src_configure() {
128 - oasis_configure_opts="
129 - $(use_enable camlp4 syntax)
130 - $(use_enable ppx)
131 - " oasis_src_configure
132 -}