aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Barbieri <lssndrbarbieri@gmail.com>2021-07-05 10:42:55 +0200
committerAlessandro Barbieri <lssndrbarbieri@gmail.com>2021-07-05 10:42:55 +0200
commitab978dfd6bd0f01b97160a483c7514b79661a132 (patch)
treec1ef240b4cd8e01fed37992d6819283d242c0b5a
parentdev-util/devscripts: add 2.21.3 (diff)
downloadguru-ab978dfd.tar.gz
guru-ab978dfd.tar.bz2
guru-ab978dfd.zip
dev-cpp/fbthrift: add 2021.06.28.00, drop 2021.05.24.00
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
-rw-r--r--dev-cpp/fbthrift/Manifest2
-rw-r--r--dev-cpp/fbthrift/fbthrift-2021.06.28.00.ebuild (renamed from dev-cpp/fbthrift/fbthrift-2021.05.24.00.ebuild)4
2 files changed, 2 insertions, 4 deletions
diff --git a/dev-cpp/fbthrift/Manifest b/dev-cpp/fbthrift/Manifest
index 5d9346eb6a..a514b10eeb 100644
--- a/dev-cpp/fbthrift/Manifest
+++ b/dev-cpp/fbthrift/Manifest
@@ -1,2 +1,2 @@
-DIST fbthrift-2021.05.24.00.tar.gz 5641993 BLAKE2B 47615d438d23bf3ce6dc5bcb264fe0b9db443b177b872b490711c360b33faeff2e364049e4fe666cf0759a681a0a5b799f5c79cca1eadeaa69d3a9973e9c816a SHA512 58c720373e9261b9968a3008a60a008c79b6cddf65944212d7e08f3be68519cc226860d1977b5dfee364c432cbd158b9f5295c0b2b16098a165decb144008040
DIST fbthrift-2021.06.14.00.tar.gz 5642360 BLAKE2B b5d05f9a6555e8b78438e025fd6757471b745aef58c6c8d4e49e8307f08035281f4e66f0d556f7cc3fc1f00609d760f7e724dd74f29b50516a3f7ec1a1d651d5 SHA512 e59465adcd57722626e5a4407529b164472cde3942bd100b3d6e92c5057f88f1a8544b7181a01e05ed3077ffd2b3811b687aa6741d08aedef6b79aea02305798
+DIST fbthrift-2021.06.28.00.tar.gz 5721750 BLAKE2B 67a60611245c89df070483d64114f7a5f0c9a8778acd260384010e78c1d44c63985ed2f05fecaf3264d93778df319ea2d175da5839821f6243088554e5eeb2dc SHA512 0718f2639a307bed9c492f8347781c4eb0d37a84fed7c9ab55e148fee2feabf81c25dc08c83a35a25aec5433265d5b328ec3e2d322469690d3c03728c202f91e
diff --git a/dev-cpp/fbthrift/fbthrift-2021.05.24.00.ebuild b/dev-cpp/fbthrift/fbthrift-2021.06.28.00.ebuild
index fe7319ed70..e63f770d82 100644
--- a/dev-cpp/fbthrift/fbthrift-2021.05.24.00.ebuild
+++ b/dev-cpp/fbthrift/fbthrift-2021.06.28.00.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2021 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -7,7 +7,6 @@ inherit cmake
DESCRIPTION="Facebook's branch of Apache Thrift, including a new C++ server"
HOMEPAGE="https://github.com/facebook/fbthrift"
-
SRC_URI="https://github.com/facebook/fbthrift/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="Apache-2.0"
@@ -35,6 +34,5 @@ src_configure() {
local mycmakeargs=(
-DLIB_INSTALL_DIR=$(get_libdir)
)
-
cmake_src_configure
}