Gentoo Archives: gentoo-commits

From: Craig Andrews <candrews@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libfmt/
Date: Wed, 01 Aug 2018 16:38:22
Message-Id: 1533141472.6419bd820d5e600e02ea0465d38bea7fec4c7a76.candrews@gentoo
1 commit: 6419bd820d5e600e02ea0465d38bea7fec4c7a76
2 Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 1 16:28:21 2018 +0000
4 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 1 16:37:52 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6419bd82
7
8 dev-libs/libfmt: Drop old versions
9
10 Package-Manager: Portage-2.3.44, Repoman-2.3.10
11
12 dev-libs/libfmt/Manifest | 5 -----
13 dev-libs/libfmt/libfmt-3.0.1.ebuild | 33 ---------------------------------
14 dev-libs/libfmt/libfmt-3.0.2.ebuild | 35 -----------------------------------
15 dev-libs/libfmt/libfmt-4.0.0.ebuild | 35 -----------------------------------
16 dev-libs/libfmt/libfmt-4.1.0.ebuild | 35 -----------------------------------
17 dev-libs/libfmt/libfmt-5.0.0.ebuild | 35 -----------------------------------
18 6 files changed, 178 deletions(-)
19
20 diff --git a/dev-libs/libfmt/Manifest b/dev-libs/libfmt/Manifest
21 index 023d1a11b36..79112bd9695 100644
22 --- a/dev-libs/libfmt/Manifest
23 +++ b/dev-libs/libfmt/Manifest
24 @@ -1,6 +1 @@
25 -DIST libfmt-3.0.1.tar.gz 606603 BLAKE2B faba3f2e1ab6677403141d7eb9a217857f1a18668fff802c8b027598b94b8a8227af890eb98d20a42dde62aa02584b208187f4a4c71bc2d55d029a2c5af12259 SHA512 daf5dfb2fe63eb611983fa248bd2182c6202cf1c4f0fc236f357040fce8e87ad531cdf59090306bb313ea333d546e516f467b385e05094e696d0ca091310aad6
26 -DIST libfmt-3.0.2.tar.gz 608369 BLAKE2B abc4634a8f3da9eed68e5f52497503a34a25e8cd3141819bfb8c08c4dd9eb47edac1e263d81d997d1465a221fa1958c6a5c40a8bdd06017430922a25716b1c34 SHA512 50f5a25d1a10fd5b265f3811fa11886b9efdae2952f2aefc9f22c87c1a748128369f4d530b320e5e9c67c745cdab4607d1cb08940f4cf968300dee22e1150117
27 -DIST libfmt-4.0.0.tar.gz 617818 BLAKE2B 0cbbbb86bb6ff488226786c40cdf919fa2004c25a3da7a11ec69b81b08ca58a6a721c4e11f42a684d790c61b6ba0012d04f3af8b75f38ff2fd80332e80795a82 SHA512 8b9f7ce4720c3caef6de4a75b8d4b0fd7db4f1638edca98d5ea95f4a5157aef8faefbac68438236691bd373111ca089b4d3864f7352f3fba1fe44392e9644f8b
28 -DIST libfmt-4.1.0.tar.gz 620863 BLAKE2B ff3a7db5a1eed3a6fc936be16caf2dd153d9452df16c07d6e0dc718bcfb9f51f52146498cb3f49591f1ad96d36a9561de2a78426d3bb8a0907b772e8be5a6f7f SHA512 8daaa4a61bfe63345a12df0a9bca0b1cd6a162d0f4e97d2d2978ae19a1a1357ec4d4cce948ce726cdbe9403e51ad995950a2a99de28f9b9085c02ce845540b22
29 -DIST libfmt-5.0.0.tar.gz 634165 BLAKE2B 32ef9f655e4864ef6decd6e8545260996834103cc7cbf0df7bce00afe88c15a9821fe2d46d3f6f1e3a729b45916c515e088e3a04a4e46e709e7c74fe3e04f34c SHA512 1ce93648ab7aca6082767ff009d5836e226fa42f183852ca15230f371ef0a34878110ca63d8669a68de7f115c137fdaa11de998986a9440f08d50f0f214ebb90
30 DIST libfmt-5.1.0.tar.gz 641502 BLAKE2B 8507e875a78de2e89b7fe2c1c049691bfef6e0a7375ef7958e2191bcc4c60972b54b6ebc213d1465826af8322d8f90b217c1c7e176b29351c733184ff95cca40 SHA512 b759a718353254fa8cd981e483bf01a45af0fc76901216404ace5e47f5d3edf43d42422184e5413c221e49832322fdf60d1860e8ec87349c674511064b31e5d6
31
32 diff --git a/dev-libs/libfmt/libfmt-3.0.1.ebuild b/dev-libs/libfmt/libfmt-3.0.1.ebuild
33 deleted file mode 100644
34 index 577be5b9940..00000000000
35 --- a/dev-libs/libfmt/libfmt-3.0.1.ebuild
36 +++ /dev/null
37 @@ -1,33 +0,0 @@
38 -# Copyright 1999-2017 Gentoo Foundation
39 -# Distributed under the terms of the GNU General Public License v2
40 -
41 -EAPI=6
42 -
43 -inherit cmake-utils
44 -
45 -DESCRIPTION="Small, safe and fast formatting library"
46 -HOMEPAGE="https://github.com/fmtlib/fmt"
47 -
48 -LICENSE="BSD-2"
49 -IUSE="test"
50 -SLOT="0"
51 -
52 -if [[ ${PV} == *9999 ]] ; then
53 - EGIT_REPO_URI="https://github.com/fmtlib/fmt.git"
54 - inherit git-r3
55 -else
56 - SRC_URI="https://github.com/fmtlib/fmt/archive/${PV}.tar.gz -> ${P}.tar.gz"
57 - KEYWORDS="~amd64 ~x86"
58 - S="${WORKDIR}/fmt-${PV}"
59 -fi
60 -
61 -DEPEND=""
62 -RDEPEND=""
63 -
64 -src_configure() {
65 - local mycmakeargs=(
66 - -DFMT_TEST=$(usex test)
67 - -DBUILD_SHARED_LIBS=ON
68 - )
69 - cmake-utils_src_configure
70 -}
71
72 diff --git a/dev-libs/libfmt/libfmt-3.0.2.ebuild b/dev-libs/libfmt/libfmt-3.0.2.ebuild
73 deleted file mode 100644
74 index 23798b4282f..00000000000
75 --- a/dev-libs/libfmt/libfmt-3.0.2.ebuild
76 +++ /dev/null
77 @@ -1,35 +0,0 @@
78 -# Copyright 1999-2017 Gentoo Foundation
79 -# Distributed under the terms of the GNU General Public License v2
80 -
81 -EAPI=6
82 -
83 -inherit cmake-multilib
84 -
85 -DESCRIPTION="Small, safe and fast formatting library"
86 -HOMEPAGE="https://github.com/fmtlib/fmt"
87 -
88 -LICENSE="BSD-2"
89 -IUSE="test"
90 -SLOT="0"
91 -
92 -if [[ ${PV} == *9999 ]] ; then
93 - EGIT_REPO_URI="https://github.com/fmtlib/fmt.git"
94 - inherit git-r3
95 -else
96 - SRC_URI="https://github.com/fmtlib/fmt/archive/${PV}.tar.gz -> ${P}.tar.gz"
97 - KEYWORDS="~amd64 ~x86"
98 - S="${WORKDIR}/fmt-${PV}"
99 -fi
100 -
101 -DEPEND=""
102 -RDEPEND=""
103 -
104 -multilib_src_configure() {
105 - local mycmakeargs=(
106 - -DFMT_CMAKE_DIR="$(get_libdir)/cmake/fmt"
107 - -DFMT_LIB_DIR="$(get_libdir)"
108 - -DFMT_TEST=$(usex test)
109 - -DBUILD_SHARED_LIBS=ON
110 - )
111 - cmake-utils_src_configure
112 -}
113
114 diff --git a/dev-libs/libfmt/libfmt-4.0.0.ebuild b/dev-libs/libfmt/libfmt-4.0.0.ebuild
115 deleted file mode 100644
116 index 51fea82ad48..00000000000
117 --- a/dev-libs/libfmt/libfmt-4.0.0.ebuild
118 +++ /dev/null
119 @@ -1,35 +0,0 @@
120 -# Copyright 1999-2017 Gentoo Foundation
121 -# Distributed under the terms of the GNU General Public License v2
122 -
123 -EAPI=6
124 -
125 -inherit cmake-multilib versionator
126 -
127 -DESCRIPTION="Small, safe and fast formatting library"
128 -HOMEPAGE="https://github.com/fmtlib/fmt"
129 -
130 -LICENSE="BSD-2"
131 -IUSE="test"
132 -SLOT="0/$(get_major_version)"
133 -
134 -if [[ ${PV} == *9999 ]] ; then
135 - EGIT_REPO_URI="https://github.com/fmtlib/fmt.git"
136 - inherit git-r3
137 -else
138 - SRC_URI="https://github.com/fmtlib/fmt/archive/${PV}.tar.gz -> ${P}.tar.gz"
139 - KEYWORDS="~amd64 ~x86"
140 - S="${WORKDIR}/fmt-${PV}"
141 -fi
142 -
143 -DEPEND=""
144 -RDEPEND=""
145 -
146 -multilib_src_configure() {
147 - local mycmakeargs=(
148 - -DFMT_CMAKE_DIR="$(get_libdir)/cmake/fmt"
149 - -DFMT_LIB_DIR="$(get_libdir)"
150 - -DFMT_TEST=$(usex test)
151 - -DBUILD_SHARED_LIBS=ON
152 - )
153 - cmake-utils_src_configure
154 -}
155
156 diff --git a/dev-libs/libfmt/libfmt-4.1.0.ebuild b/dev-libs/libfmt/libfmt-4.1.0.ebuild
157 deleted file mode 100644
158 index 51fea82ad48..00000000000
159 --- a/dev-libs/libfmt/libfmt-4.1.0.ebuild
160 +++ /dev/null
161 @@ -1,35 +0,0 @@
162 -# Copyright 1999-2017 Gentoo Foundation
163 -# Distributed under the terms of the GNU General Public License v2
164 -
165 -EAPI=6
166 -
167 -inherit cmake-multilib versionator
168 -
169 -DESCRIPTION="Small, safe and fast formatting library"
170 -HOMEPAGE="https://github.com/fmtlib/fmt"
171 -
172 -LICENSE="BSD-2"
173 -IUSE="test"
174 -SLOT="0/$(get_major_version)"
175 -
176 -if [[ ${PV} == *9999 ]] ; then
177 - EGIT_REPO_URI="https://github.com/fmtlib/fmt.git"
178 - inherit git-r3
179 -else
180 - SRC_URI="https://github.com/fmtlib/fmt/archive/${PV}.tar.gz -> ${P}.tar.gz"
181 - KEYWORDS="~amd64 ~x86"
182 - S="${WORKDIR}/fmt-${PV}"
183 -fi
184 -
185 -DEPEND=""
186 -RDEPEND=""
187 -
188 -multilib_src_configure() {
189 - local mycmakeargs=(
190 - -DFMT_CMAKE_DIR="$(get_libdir)/cmake/fmt"
191 - -DFMT_LIB_DIR="$(get_libdir)"
192 - -DFMT_TEST=$(usex test)
193 - -DBUILD_SHARED_LIBS=ON
194 - )
195 - cmake-utils_src_configure
196 -}
197
198 diff --git a/dev-libs/libfmt/libfmt-5.0.0.ebuild b/dev-libs/libfmt/libfmt-5.0.0.ebuild
199 deleted file mode 100644
200 index 205d52c52e7..00000000000
201 --- a/dev-libs/libfmt/libfmt-5.0.0.ebuild
202 +++ /dev/null
203 @@ -1,35 +0,0 @@
204 -# Copyright 1999-2018 Gentoo Foundation
205 -# Distributed under the terms of the GNU General Public License v2
206 -
207 -EAPI=6
208 -
209 -inherit cmake-multilib versionator
210 -
211 -DESCRIPTION="Small, safe and fast formatting library"
212 -HOMEPAGE="https://github.com/fmtlib/fmt"
213 -
214 -LICENSE="BSD-2"
215 -IUSE="test"
216 -SLOT="0/$(get_major_version)"
217 -
218 -if [[ ${PV} == *9999 ]] ; then
219 - EGIT_REPO_URI="https://github.com/fmtlib/fmt.git"
220 - inherit git-r3
221 -else
222 - SRC_URI="https://github.com/fmtlib/fmt/archive/${PV}.tar.gz -> ${P}.tar.gz"
223 - KEYWORDS="~amd64 ~x86"
224 - S="${WORKDIR}/fmt-${PV}"
225 -fi
226 -
227 -DEPEND=""
228 -RDEPEND=""
229 -
230 -multilib_src_configure() {
231 - local mycmakeargs=(
232 - -DFMT_CMAKE_DIR="$(get_libdir)/cmake/fmt"
233 - -DFMT_LIB_DIR="$(get_libdir)"
234 - -DFMT_TEST=$(usex test)
235 - -DBUILD_SHARED_LIBS=ON
236 - )
237 - cmake-utils_src_configure
238 -}