Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/camlp4/
Date: Sat, 28 Nov 2020 18:37:28
Message-Id: 1606588635.a609c8f9ff7a39c15905d1c1e8ea713578f75f59.bman@gentoo
1 commit: a609c8f9ff7a39c15905d1c1e8ea713578f75f59
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 28 18:08:21 2020 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 28 18:37:15 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a609c8f9
7
8 dev-ml/camlp4: drop old
9
10 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
11
12 dev-ml/camlp4/Manifest | 2 --
13 dev-ml/camlp4/camlp4-4.04_p1.ebuild | 43 -------------------------------------
14 dev-ml/camlp4/camlp4-4.05_p1.ebuild | 43 -------------------------------------
15 3 files changed, 88 deletions(-)
16
17 diff --git a/dev-ml/camlp4/Manifest b/dev-ml/camlp4/Manifest
18 index 5a0713d643b..41d84baaecb 100644
19 --- a/dev-ml/camlp4/Manifest
20 +++ b/dev-ml/camlp4/Manifest
21 @@ -1,5 +1,3 @@
22 -DIST camlp4-4.04_p1.tar.gz 648320 BLAKE2B d383a366facaaa440b24184bb54a8e1c3bb22ae02387a0bc4f9ee4331ecdc60e5bf22715c1022c987041fb081eb448794a74026736df9f70e05c7213e08bfa44 SHA512 7db8eebcf3d230f60650ba62d9cb630c069394237e97b678a40b61d3dcaded752a2b7e089a50ff528f1ea0740d0291b722df123a072f2cee489cadc5201c6776
23 -DIST camlp4-4.05_p1.tar.gz 647566 BLAKE2B 068c1016a75616811787eb480b61349a32960997f03e0bc99d63e15357a8932a6019d9e7195541fd942ef99fc1d71c067fb5fcb0fd0c2c3efb77aac494589854 SHA512 0ee9720286d0d832fb7d2d21a8877856e0e47c94c86b1b58d28f8e757a18472eecb56a16e3a04ce815f240dd5048f5d597515461d084fd1cf4da1b121f97a3fe
24 DIST camlp4-4.08_p1.tar.gz 649830 BLAKE2B 8dff6f82618d0f61a56acfa71ae679d4ba5ed4aea272019da7b19ea64960c80e50c55482ff9782748dad5042aa1bcd8728ff0825f8f900ff27239db0e0db3515 SHA512 1f8d6df42935ecdbed96a7b02d05564665b4bf0cbe4f5fd1800a1f292d8b3864d973df1e9e8c566c0fd00b5a55ba47ecd9bd07f134a9be83601e010b0246e075
25 DIST camlp4-4.10_p1.tar.gz 650092 BLAKE2B d7a6221dba5f6ec6963fe35236c29f39b8ae8f928618b5a58f72e7b1cc1f50d716b110f9684150716b56784cf703c0d8fcbc1aad32aeab638faca9c1bf2d5b9e SHA512 7ae0e20053a43399daa4ee9b93b6f4dbebc3e17c5ee79d069c4903cdfb2bf1cfc7d6badecf92fcf62e97a5f85f3be6ed82a62eb2a311bf6398b2792eacf763d8
26 DIST camlp4-4.11_p1.tar.gz 650280 BLAKE2B 6fe46b49c1f2b2e5fc87fbbbdba3ccae795c555737495c298456b84f0dca79c750aa6e4ab2c23bbc7ba4724defdfb739e370f468a78658035474d2f3ad255995 SHA512 8e572602c1c465017a234565efa2249c935ba1ad3d399a6b264bfbec345958130a96311c79e437ac995e3ead9ff7b4f2d3fe6aa4a3a82431ae0cc6257a300f4c
27
28 diff --git a/dev-ml/camlp4/camlp4-4.04_p1.ebuild b/dev-ml/camlp4/camlp4-4.04_p1.ebuild
29 deleted file mode 100644
30 index dd82d7f3b23..00000000000
31 --- a/dev-ml/camlp4/camlp4-4.04_p1.ebuild
32 +++ /dev/null
33 @@ -1,43 +0,0 @@
34 -# Copyright 1999-2020 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=5
38 -
39 -MY_PV=${PV/_p/+}
40 -MY_P=${PN}-${MY_PV}
41 -
42 -DESCRIPTION="System for writing extensible parsers for programming languages"
43 -HOMEPAGE="https://github.com/camlp4/camlp4"
44 -SRC_URI="https://github.com/camlp4/camlp4/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
45 -
46 -LICENSE="LGPL-2-with-linking-exception"
47 -SLOT="0/${PV}"
48 -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 x86 ~amd64-linux ~x86-linux"
49 -IUSE="+ocamlopt"
50 -
51 -DEPEND="=dev-lang/ocaml-4.04*:=[ocamlopt?]"
52 -RDEPEND="${DEPEND}"
53 -DEPEND="${DEPEND}
54 - dev-ml/ocamlbuild"
55 -
56 -S=${WORKDIR}/${P/_p/-}
57 -
58 -src_configure() {
59 - ./configure \
60 - --bindir="${EPREFIX}/usr/bin" \
61 - --libdir="$(ocamlc -where)" \
62 - --pkgdir="$(ocamlc -where)" \
63 - || die
64 -}
65 -
66 -src_compile() {
67 - # Increase stack limit to 11GiB to avoid stack overflow error.
68 - ulimit -s 11530000
69 - emake byte
70 - use ocamlopt && emake native
71 -}
72 -
73 -src_install() {
74 - emake DESTDIR="${D}" install install-META
75 - dodoc CHANGES.md README.md
76 -}
77
78 diff --git a/dev-ml/camlp4/camlp4-4.05_p1.ebuild b/dev-ml/camlp4/camlp4-4.05_p1.ebuild
79 deleted file mode 100644
80 index d59f89100ed..00000000000
81 --- a/dev-ml/camlp4/camlp4-4.05_p1.ebuild
82 +++ /dev/null
83 @@ -1,43 +0,0 @@
84 -# Copyright 1999-2020 Gentoo Authors
85 -# Distributed under the terms of the GNU General Public License v2
86 -
87 -EAPI=5
88 -
89 -MY_PV=${PV/_p/+}
90 -MY_P=${PN}-${MY_PV}
91 -
92 -DESCRIPTION="System for writing extensible parsers for programming languages"
93 -HOMEPAGE="https://github.com/camlp4/camlp4"
94 -SRC_URI="https://github.com/camlp4/camlp4/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
95 -
96 -LICENSE="LGPL-2-with-linking-exception"
97 -SLOT="0/${PV}"
98 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
99 -IUSE="+ocamlopt"
100 -
101 -DEPEND="=dev-lang/ocaml-4.05*:=[ocamlopt?]"
102 -RDEPEND="${DEPEND}"
103 -DEPEND="${DEPEND}
104 - dev-ml/ocamlbuild"
105 -
106 -S=${WORKDIR}/${P/_p/-}
107 -
108 -src_configure() {
109 - ./configure \
110 - --bindir="${EPREFIX}/usr/bin" \
111 - --libdir="$(ocamlc -where)" \
112 - --pkgdir="$(ocamlc -where)" \
113 - || die
114 -}
115 -
116 -src_compile() {
117 - # Increase stack limit to 11GiB to avoid stack overflow error.
118 - ulimit -s 11530000
119 - emake byte
120 - use ocamlopt && emake native
121 -}
122 -
123 -src_install() {
124 - emake DESTDIR="${D}" install install-META
125 - dodoc CHANGES.md README.md
126 -}