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/deriving/files/, dev-ml/deriving/
Date: Tue, 24 Jan 2017 11:07:45
Message-Id: 1485256043.708434734580a7c191dc3b12445169d20bf42563.aballier@gentoo
1 commit: 708434734580a7c191dc3b12445169d20bf42563
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 24 10:58:23 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 24 11:07:23 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70843473
7
8 dev-ml/deriving: remove old
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-ml/deriving/Manifest | 2 --
13 dev-ml/deriving/deriving-0.6.2.ebuild | 28 --------------------------
14 dev-ml/deriving/deriving-0.7.ebuild | 37 -----------------------------------
15 dev-ml/deriving/files/oc43.patch | 24 -----------------------
16 4 files changed, 91 deletions(-)
17
18 diff --git a/dev-ml/deriving/Manifest b/dev-ml/deriving/Manifest
19 index a72ad58..0b39012 100644
20 --- a/dev-ml/deriving/Manifest
21 +++ b/dev-ml/deriving/Manifest
22 @@ -1,3 +1 @@
23 -DIST deriving-0.6.2.tar.gz 62722 SHA256 467995a27ad84ef70289bf168507741c635aa1c839c450f20671f93e469a9968 SHA512 f5e14737af085e0f9d2b6a7981d9f63435750fb9cf32401eeaf7f700d0e222e1e5ec647d8a552f8c16ad136da19396d4aea8e739ecf179a6c8ba09b035497fc1 WHIRLPOOL c1f29cfc18e6676a9469b655f202ebab1b6b86c7d867ba3061ac9a07279885d07b5d3a19a3f2766dc8d2a5f9d021c24e82cf71cf08fdb0a84ddb135c475dace4
24 DIST deriving-0.7.1.tar.gz 68550 SHA256 4794d455cb65d053fbbd49f94b1eb70c1b577dad9e4c277e5292086e13ea299b SHA512 d4c4b38321f2fc5ed1a9ea7910ec4fae15b08485ae9067048a609d5b9d76188da02995cd18a034c561494cdd3aa8dbb57a1a1c69918b1f79d70f89c96a26d342 WHIRLPOOL 2af7f1a94d891345264021a081b04cd31fd5460e9f2423746370371385407b3b65284269b79b1f21315fcb3dcdd17503c292d0c159b947bb02c883c0aac28f1e
25 -DIST deriving-0.7.tar.gz 68471 SHA256 0a26763f8579a558fb3bbc8268bd009208165131b66afd5b5c03e0cff73f2e6c SHA512 c473106aeb36888ff80070ce3646f19a603cee15dcc8d702efdb3d6ac91dd409e94fa36940cb6289004238c130631efe680344324904815c2bf380f28a6c3b79 WHIRLPOOL 9c35cc69fe17f3a0178f8907a66cf610d6c234e11fa7041171a490858ab7542d632ea2e97da08a97d6cbdce0fd322433d577d513dd160b816efd839a0dce01d5
26
27 diff --git a/dev-ml/deriving/deriving-0.6.2.ebuild b/dev-ml/deriving/deriving-0.6.2.ebuild
28 deleted file mode 100644
29 index 08f62de..00000000
30 --- a/dev-ml/deriving/deriving-0.6.2.ebuild
31 +++ /dev/null
32 @@ -1,28 +0,0 @@
33 -# Copyright 1999-2014 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -# $Id$
36 -
37 -EAPI=5
38 -
39 -OASIS_BUILD_TESTS=1
40 -
41 -inherit oasis
42 -
43 -DESCRIPTION="A deriving library for Ocsigen"
44 -HOMEPAGE="https://github.com/ocsigen/deriving"
45 -SRC_URI="https://github.com/ocsigen/deriving/archive/${PV}.tar.gz -> ${P}.tar.gz"
46 -
47 -LICENSE="MIT"
48 -SLOT="0/${PV}"
49 -KEYWORDS="~amd64"
50 -IUSE=""
51 -
52 -RDEPEND="
53 - >=dev-ml/type-conv-108:=
54 - dev-ml/optcomp:=
55 -"
56 -DEPEND="${RDEPEND}
57 - dev-ml/oasis"
58 -
59 -DOCS=( CHANGES README.md )
60 -oasis_configure_opts=( --enable-tc )
61
62 diff --git a/dev-ml/deriving/deriving-0.7.ebuild b/dev-ml/deriving/deriving-0.7.ebuild
63 deleted file mode 100644
64 index a37c6ee..00000000
65 --- a/dev-ml/deriving/deriving-0.7.ebuild
66 +++ /dev/null
67 @@ -1,37 +0,0 @@
68 -# Copyright 1999-2015 Gentoo Foundation
69 -# Distributed under the terms of the GNU General Public License v2
70 -# $Id$
71 -
72 -EAPI=5
73 -
74 -OASIS_BUILD_TESTS=1
75 -
76 -inherit oasis
77 -
78 -DESCRIPTION="A deriving library for Ocsigen"
79 -HOMEPAGE="https://github.com/ocsigen/deriving"
80 -SRC_URI="https://github.com/ocsigen/deriving/archive/${PV}.tar.gz -> ${P}.tar.gz"
81 -
82 -LICENSE="MIT"
83 -SLOT="0/${PV}"
84 -KEYWORDS="~amd64"
85 -IUSE=""
86 -
87 -RDEPEND="
88 - >=dev-ml/type-conv-108:=
89 - dev-ml/optcomp:=
90 - dev-ml/findlib:=
91 - dev-ml/camlp4:=
92 -"
93 -DEPEND="${RDEPEND}
94 - dev-ml/oasis"
95 -
96 -DOCS=( CHANGES README.md )
97 -oasis_configure_opts="--enable-tc"
98 -OASIS_SETUP_COMMAND="./setup.exe"
99 -PATCHES=( "${FILESDIR}/oc43.patch" )
100 -
101 -src_configure() {
102 - emake setup.exe
103 - oasis_src_configure
104 -}
105
106 diff --git a/dev-ml/deriving/files/oc43.patch b/dev-ml/deriving/files/oc43.patch
107 deleted file mode 100644
108 index 0369343..00000000
109 --- a/dev-ml/deriving/files/oc43.patch
110 +++ /dev/null
111 @@ -1,24 +0,0 @@
112 -commit 926305bb6fc95494064e75ceafc6443b62d3773b
113 -Author: Vasilis Papavasileiou <git@×××××××××××××××.net>
114 -Date: Tue Mar 29 15:42:38 2016 +0200
115 -
116 - Fix DELETE_RULE for 4.03 (nonrec flag)
117 -
118 -diff --git a/syntax/std/pa_deriving_std.ml b/syntax/std/pa_deriving_std.ml
119 -index 1ec000c..dde8d9e 100644
120 ---- a/syntax/std/pa_deriving_std.ml
121 -+++ b/syntax/std/pa_deriving_std.ml
122 -@@ -18,8 +18,13 @@ struct
123 - open Camlp4.PreCast
124 - include Syntax
125 -
126 -+#if ocaml_version >= (4, 03)
127 -+ DELETE_RULE Gram str_item: "type"; opt_nonrec; type_declaration END
128 -+ DELETE_RULE Gram sig_item: "type"; opt_nonrec; type_declaration END
129 -+#else
130 - DELETE_RULE Gram str_item: "type"; type_declaration END
131 - DELETE_RULE Gram sig_item: "type"; type_declaration END
132 -+#endif
133 -
134 - open Ast
135 -