Gentoo Archives: gentoo-commits

From: Alessandro Barbieri <lssndrbarbieri@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: sci-mathematics/lean-mathlib/
Date: Sat, 26 Mar 2022 00:09:44
Message-Id: 1648253376.749e26c7ecb86356f3404da0b76efb2f7b801a73.Alessandro-Barbieri@gentoo
1 commit: 749e26c7ecb86356f3404da0b76efb2f7b801a73
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Fri Mar 25 23:41:16 2022 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Sat Mar 26 00:09:36 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=749e26c7
7
8 sci-mathematics/lean-mathlib: drop 0.1_p20211021, 0.1_p20220318
9
10 Closes: https://bugs.gentoo.org/835922
11 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
12
13 sci-mathematics/lean-mathlib/Manifest | 2 -
14 .../lean-mathlib/lean-mathlib-0.1_p20211021.ebuild | 43 ----------------------
15 .../lean-mathlib/lean-mathlib-0.1_p20220318.ebuild | 43 ----------------------
16 3 files changed, 88 deletions(-)
17
18 diff --git a/sci-mathematics/lean-mathlib/Manifest b/sci-mathematics/lean-mathlib/Manifest
19 index cff053911..b7e1f6439 100644
20 --- a/sci-mathematics/lean-mathlib/Manifest
21 +++ b/sci-mathematics/lean-mathlib/Manifest
22 @@ -1,3 +1 @@
23 -DIST lean-mathlib-0.1_p20211021.tar.gz 6665360 BLAKE2B 92d7627a095fd8cbc2bbdeccd9321c86badbd36152a034a15d005eadd0507c21aeeb73ecbef8199a267104b5b881ba5b100355e48003c68785205650c4a23876 SHA512 792e8074cba39d1baab87f47af64c49f2a95043c8e9d592f41fe87d8697405c2595933954e1fbf30cb657551e2350fa274e405996d030e47db166cd078a232e4
24 -DIST lean-mathlib-0.1_p20220318.tar.gz 8076743 BLAKE2B d8c76b93309f5b778654ccd7f8ecd68f9fed72b9bd5e40c5909c193bce96e2af0edf530232d71893a802f5292d7b34a83783826dbda619f8e4450431e0eda153 SHA512 a3708be6c1792de80015ff7ac242ed85ac2eb2e283774721e6f778fb98dd42380556f1238a4cd880f3f22377966cc06e7b92ca62cae078c01302c44c6377d608
25 DIST lean-mathlib-0.1_p20220324.tar.gz 8117563 BLAKE2B f183565927e9b957059995d301a20af45d9995ae159c7e3aa54114b91e8421908b6494ab8abfe38215c8cbf0d4e714d08b0a43f24ba85deaec58577d2ac47a5b SHA512 39effb1dbb659f0dbaeb008bc3a3181aafd4c1ad6429d6ff70aca13481ccaefb12f97335e870c9737620d08dffdcb1a94970158637dc37b9ad00faff6a700f01
26
27 diff --git a/sci-mathematics/lean-mathlib/lean-mathlib-0.1_p20211021.ebuild b/sci-mathematics/lean-mathlib/lean-mathlib-0.1_p20211021.ebuild
28 deleted file mode 100644
29 index 0f991487e..000000000
30 --- a/sci-mathematics/lean-mathlib/lean-mathlib-0.1_p20211021.ebuild
31 +++ /dev/null
32 @@ -1,43 +0,0 @@
33 -# Copyright 1999-2021 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=8
37 -
38 -COMMIT="3c11bd771ef17197a9e9fcd4a3fabfa2804d950c"
39 -
40 -DESCRIPTION="Lean mathematical components library"
41 -HOMEPAGE="https://github.com/leanprover-community/mathlib"
42 -SRC_URI="https://github.com/leanprover-community/mathlib/archive/${COMMIT}.tar.gz -> ${PF}.tar.gz"
43 -S="${WORKDIR}/mathlib-${COMMIT}"
44 -
45 -KEYWORDS="~amd64"
46 -LICENSE="Apache-2.0"
47 -SLOT="0"
48 -IUSE="test"
49 -
50 -RDEPEND=">=sci-mathematics/lean-3.34.0"
51 -DEPEND="
52 - ${RDEPEND}
53 - sci-mathematics/mathlib-tools
54 -"
55 -
56 -RESTRICT="!test? ( test )"
57 -
58 -src_configure() {
59 - leanpkg configure || die
60 -}
61 -
62 -src_compile() {
63 - leanpkg build || die
64 -}
65 -
66 -src_install() {
67 - dodoc -r docs/*
68 - rm -r docs || die
69 - insinto /usr/lib/lean/mathlib
70 - doins -r .
71 -}
72 -
73 -src_test() {
74 - leanpkg test || die
75 -}
76
77 diff --git a/sci-mathematics/lean-mathlib/lean-mathlib-0.1_p20220318.ebuild b/sci-mathematics/lean-mathlib/lean-mathlib-0.1_p20220318.ebuild
78 deleted file mode 100644
79 index a1e9902e3..000000000
80 --- a/sci-mathematics/lean-mathlib/lean-mathlib-0.1_p20220318.ebuild
81 +++ /dev/null
82 @@ -1,43 +0,0 @@
83 -# Copyright 1999-2022 Gentoo Authors
84 -# Distributed under the terms of the GNU General Public License v2
85 -
86 -EAPI=8
87 -
88 -COMMIT="d04fff95f686d5c372f7895551c40e7fa683ed6b"
89 -
90 -DESCRIPTION="Lean mathematical components library"
91 -HOMEPAGE="https://github.com/leanprover-community/mathlib"
92 -SRC_URI="https://github.com/leanprover-community/mathlib/archive/${COMMIT}.tar.gz -> ${PF}.tar.gz"
93 -S="${WORKDIR}/mathlib-${COMMIT}"
94 -
95 -KEYWORDS="~amd64"
96 -LICENSE="Apache-2.0"
97 -SLOT="0"
98 -IUSE="test"
99 -
100 -RDEPEND=">=sci-mathematics/lean-3.41.0"
101 -DEPEND="
102 - ${RDEPEND}
103 - sci-mathematics/mathlib-tools
104 -"
105 -
106 -RESTRICT="!test? ( test )"
107 -
108 -src_configure() {
109 - leanpkg configure || die
110 -}
111 -
112 -src_compile() {
113 - leanpkg build || die
114 -}
115 -
116 -src_install() {
117 - dodoc -r docs/*
118 - rm -r docs || die
119 - insinto /usr/lib/lean/mathlib
120 - doins -r .
121 -}
122 -
123 -src_test() {
124 - leanpkg test || die
125 -}