public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Anna Vyalkova" <cyber+gentoo@sysrq.in>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-cpp/folly/
Date: Tue, 25 May 2021 08:10:11 +0000 (UTC)	[thread overview]
Message-ID: <1621930008.3d07fc6d4cc9ba40f5a403dd42d7fa30272c988e.cybertailor@gentoo> (raw)

commit:     3d07fc6d4cc9ba40f5a403dd42d7fa30272c988e
Author:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Mon May 24 19:24:04 2021 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Tue May 25 08:06:48 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3d07fc6d

dev-cpp/folly: drop 2020.11.30.00, 2021.04.19.00

Signed-off-by: Anna Vyalkova <cyber+gentoo <AT> sysrq.in>

 dev-cpp/folly/Manifest                   |  1 -
 dev-cpp/folly/folly-2020.11.30.00.ebuild | 38 --------------------------------
 dev-cpp/folly/folly-2021.04.19.00.ebuild | 37 -------------------------------
 3 files changed, 76 deletions(-)

diff --git a/dev-cpp/folly/Manifest b/dev-cpp/folly/Manifest
index cd997346b..0bc7557ae 100644
--- a/dev-cpp/folly/Manifest
+++ b/dev-cpp/folly/Manifest
@@ -1,3 +1,2 @@
-DIST folly-2020.11.30.00.tar.gz 3261437 BLAKE2B 5070819f1f8bac2030e761a8d2330379e8e5ba242d21330b98dcd598cb18e12046a9ad3fb6462f82dbc47c53cf0905c330e707201bfbbedb81f203ef1b30731e SHA512 e7e06bd8c8e38af345d20a04886b4497c4f0c9877263dbcb5a3f2d17c7a3252a2529086a5a04d07c2d3a457ca3930c43672fc4f74b7bdbc2ec0d07abdf1ed425
 DIST folly-2021.01.04.00.tar.gz 3281402 BLAKE2B d6af10b7bf1297c5fe2a6893e23e10b24d4e3534324da1a13f4910e50fe7cec9d7082af3abb8b74746d63995f16bc33bca3d5c5ce7f2449196f8aaa1ff7ebe7a SHA512 e4849e7d560d30b87fcf0af7c1536b18aa774de803104ccbacc1315e7962ad0c734dd06fe9ccca5b1f9ac97b3848085ef75a7dcdf6a685e24a36765a0aa4a181
 DIST folly-2021.04.19.00.tar.gz 3375288 BLAKE2B e230f8ab2d7a654e5fade9564bc53c4486b4adcacf2043007c89d03d1527a1c663766d6c6c562c521cec78bc1641d85b781a994143ed5add9c94d7834e9e85dc SHA512 056edc528bc0c30a4c7f926e08ff682f22b4b85f592213c359550aac5d4c6dd6b5f4e5d266a3fca6cd7fc88b90a6e14b4b613b223b663910544b477b03ac5c04

diff --git a/dev-cpp/folly/folly-2020.11.30.00.ebuild b/dev-cpp/folly/folly-2020.11.30.00.ebuild
deleted file mode 100644
index 7f638edb8..000000000
--- a/dev-cpp/folly/folly-2020.11.30.00.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-DESCRIPTION="An open-source C++ library developed and used at Facebook"
-HOMEPAGE="https://github.com/facebook/folly"
-
-SRC_URI="https://github.com/facebook/folly/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-KEYWORDS="~amd64 ~arm64 ~x86"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE=""
-
-DEPEND="app-arch/lz4
-		app-arch/snappy
-		app-arch/xz-utils
-		app-arch/zstd
-		dev-libs/double-conversion
-		dev-libs/libevent
-		dev-libs/libfmt
-		dev-cpp/gflags
-		dev-cpp/glog[gflags]
-		dev-libs/boost[context,threads]
-		sys-libs/binutils-libs
-		sys-libs/zlib
-		sys-devel/binutils:*"
-RDEPEND="${DEPEND}"
-
-src_prepare(){
-	einfo $(get_libdir)
-	sed "s/lib CACHE/$(get_libdir) CACHE/" -i CMakeLists.txt || die
-	sed "s/lib\/cmake\/folly CACHE/$(get_libdir)\/cmake\/folly CACHE/" -i CMakeLists.txt || die
-	cmake_src_prepare
-}

diff --git a/dev-cpp/folly/folly-2021.04.19.00.ebuild b/dev-cpp/folly/folly-2021.04.19.00.ebuild
deleted file mode 100644
index 0310ffd78..000000000
--- a/dev-cpp/folly/folly-2021.04.19.00.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-DESCRIPTION="An open-source C++ library developed and used at Facebook"
-HOMEPAGE="https://github.com/facebook/folly"
-SRC_URI="https://github.com/facebook/folly/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-
-DEPEND="
-	app-arch/lz4
-	app-arch/snappy
-	app-arch/zstd
-	dev-cpp/gflags
-	dev-cpp/glog[gflags]
-	dev-libs/boost[context,threads]
-	dev-libs/double-conversion
-	dev-libs/libevent
-	dev-libs/libfmt
-	sys-libs/binutils-libs
-	sys-libs/zlib
-"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-	cmake_src_prepare
-	sed \
-		-e "s/lib CACHE/$(get_libdir) CACHE/" \
-		-e "s/lib\/cmake\/folly CACHE/$(get_libdir)\/cmake\/folly CACHE/" \
-		-i CMakeLists.txt || die
-}


             reply	other threads:[~2021-05-25  8:10 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-25  8:10 Anna Vyalkova [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-03-07 18:01 [gentoo-commits] repo/proj/guru:dev commit in: dev-cpp/folly/ Matthew Smith
2022-03-07 17:56 Matthew Smith
2022-03-07  4:15 Alessandro Barbieri
2022-03-06  2:22 Alessandro Barbieri
2021-11-26 11:28 Denis Reva
2021-11-26 11:28 Denis Reva
2021-10-26 16:35 Alessandro Barbieri
2021-10-25 11:20 Alessandro Barbieri
2021-10-25 11:20 Alessandro Barbieri
2021-10-23 14:18 Alessandro Barbieri
2021-10-05 20:50 Alessandro Barbieri
2021-09-21 10:02 [gentoo-commits] repo/proj/guru:master " Arthur Zamarin
2021-09-21  9:59 ` [gentoo-commits] repo/proj/guru:dev " Arthur Zamarin
2021-07-05  8:44 Alessandro Barbieri
2021-06-17 16:26 Alessandro Barbieri
2021-06-15 23:32 Alessandro Barbieri
2021-06-14  2:27 Alessandro Barbieri
2021-05-27 10:23 Alessandro Barbieri
2021-05-03 10:11 Denis Reva
2021-04-28 21:15 Alessandro Barbieri
2021-01-05  9:18 Theo Anderson
2021-01-04 21:25 Theo Anderson
2021-01-04 21:25 Theo Anderson
2020-12-02  6:00 Denis Reva
2020-12-02  5:46 Denis Reva
2020-12-01 20:56 Denis Reva

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1621930008.3d07fc6d4cc9ba40f5a403dd42d7fa30272c988e.cybertailor@gentoo \
    --to=cyber+gentoo@sysrq.in \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox