Gentoo Archives: gentoo-commits

From: Haelwenn Monnier <contact@×××××××××.me>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-cpp/fbthrift/
Date: Mon, 05 Jul 2021 15:48:20
Message-Id: 1625474575.ab978dfd6bd0f01b97160a483c7514b79661a132.lanodan@gentoo
1 commit: ab978dfd6bd0f01b97160a483c7514b79661a132
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Mon Jul 5 08:42:55 2021 +0000
4 Commit: Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
5 CommitDate: Mon Jul 5 08:42:55 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ab978dfd
7
8 dev-cpp/fbthrift: add 2021.06.28.00, drop 2021.05.24.00
9
10 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11
12 dev-cpp/fbthrift/Manifest | 2 +-
13 .../{fbthrift-2021.05.24.00.ebuild => fbthrift-2021.06.28.00.ebuild} | 4 +---
14 2 files changed, 2 insertions(+), 4 deletions(-)
15
16 diff --git a/dev-cpp/fbthrift/Manifest b/dev-cpp/fbthrift/Manifest
17 index 5d9346eb6..a514b10ee 100644
18 --- a/dev-cpp/fbthrift/Manifest
19 +++ b/dev-cpp/fbthrift/Manifest
20 @@ -1,2 +1,2 @@
21 -DIST fbthrift-2021.05.24.00.tar.gz 5641993 BLAKE2B 47615d438d23bf3ce6dc5bcb264fe0b9db443b177b872b490711c360b33faeff2e364049e4fe666cf0759a681a0a5b799f5c79cca1eadeaa69d3a9973e9c816a SHA512 58c720373e9261b9968a3008a60a008c79b6cddf65944212d7e08f3be68519cc226860d1977b5dfee364c432cbd158b9f5295c0b2b16098a165decb144008040
22 DIST fbthrift-2021.06.14.00.tar.gz 5642360 BLAKE2B b5d05f9a6555e8b78438e025fd6757471b745aef58c6c8d4e49e8307f08035281f4e66f0d556f7cc3fc1f00609d760f7e724dd74f29b50516a3f7ec1a1d651d5 SHA512 e59465adcd57722626e5a4407529b164472cde3942bd100b3d6e92c5057f88f1a8544b7181a01e05ed3077ffd2b3811b687aa6741d08aedef6b79aea02305798
23 +DIST fbthrift-2021.06.28.00.tar.gz 5721750 BLAKE2B 67a60611245c89df070483d64114f7a5f0c9a8778acd260384010e78c1d44c63985ed2f05fecaf3264d93778df319ea2d175da5839821f6243088554e5eeb2dc SHA512 0718f2639a307bed9c492f8347781c4eb0d37a84fed7c9ab55e148fee2feabf81c25dc08c83a35a25aec5433265d5b328ec3e2d322469690d3c03728c202f91e
24
25 diff --git a/dev-cpp/fbthrift/fbthrift-2021.05.24.00.ebuild b/dev-cpp/fbthrift/fbthrift-2021.06.28.00.ebuild
26 similarity index 94%
27 rename from dev-cpp/fbthrift/fbthrift-2021.05.24.00.ebuild
28 rename to dev-cpp/fbthrift/fbthrift-2021.06.28.00.ebuild
29 index fe7319ed7..e63f770d8 100644
30 --- a/dev-cpp/fbthrift/fbthrift-2021.05.24.00.ebuild
31 +++ b/dev-cpp/fbthrift/fbthrift-2021.06.28.00.ebuild
32 @@ -1,4 +1,4 @@
33 -# Copyright 2021 Gentoo Authors
34 +# Copyright 1999-2021 Gentoo Authors
35 # Distributed under the terms of the GNU General Public License v2
36
37 EAPI=7
38 @@ -7,7 +7,6 @@ inherit cmake
39
40 DESCRIPTION="Facebook's branch of Apache Thrift, including a new C++ server"
41 HOMEPAGE="https://github.com/facebook/fbthrift"
42 -
43 SRC_URI="https://github.com/facebook/fbthrift/archive/v${PV}.tar.gz -> ${P}.tar.gz"
44
45 LICENSE="Apache-2.0"
46 @@ -35,6 +34,5 @@ src_configure() {
47 local mycmakeargs=(
48 -DLIB_INSTALL_DIR=$(get_libdir)
49 )
50 -
51 cmake_src_configure
52 }