From: "Alon Bar-Lev" <alonbl@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/crypto++/
Date: Sun, 26 May 2019 17:16:21 +0000 (UTC) [thread overview]
Message-ID: <1558890962.4b2ec9c3d31a0fc63e58fb53029c2901b0ea68f0.alonbl@gentoo> (raw)
commit: 4b2ec9c3d31a0fc63e58fb53029c2901b0ea68f0
Author: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
AuthorDate: Sun May 26 17:15:09 2019 +0000
Commit: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
CommitDate: Sun May 26 17:16:02 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b2ec9c3
dev-libs/crypto++: version bump
Closes: https://bugs.gentoo.org/686792
Signed-off-by: Alon Bar-Lev <alonbl <AT> gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
dev-libs/crypto++/Manifest | 1 +
dev-libs/crypto++/crypto++-8.2.0.ebuild | 48 +++++++++++++++++++++++++++++++++
2 files changed, 49 insertions(+)
diff --git a/dev-libs/crypto++/Manifest b/dev-libs/crypto++/Manifest
index ddba9587a28..cc7d5a7d796 100644
--- a/dev-libs/crypto++/Manifest
+++ b/dev-libs/crypto++/Manifest
@@ -1,2 +1,3 @@
DIST cryptopp565.zip 4220843 BLAKE2B 0c42da3564cdd175c2f2c5c4272caf826f21e47d2271c7f54acab86f5f79dcdad8d6cb946bc88f55fde6189bb2d24ad8fb03dda6b3b8c6f105434b55b8b217d0 SHA512 f13718d02ca69b0129aaf9e767c9d2e0333aa7538355f9c63d9eaf1ff369062084a18dc01489439ebf37797b3ea81b01beb072057d47ec962bfb824ddc72abc7
DIST cryptopp700.zip 7296665 BLAKE2B 1b1a60e240a9d94b4edfea16beef0ec48ec26c61f7f9a3d89d29bd2e77b13a83ce942f81467bb90d3086253560a3c4acd6b89178dcb416ed4328340ad5222dfd SHA512 8fd8d680e5ceaf10b3c32cb1504bda4b32abc9fcaa2c6e61e3b5e67aca805c792579884bc6a749c29a99105304c421d03d7fe7909fc58f750b3155c7c5cec8ec
+DIST cryptopp820.zip 8859815 BLAKE2B 67aa850b887ae7aa869c9485bb18784492f6eec6cb12bf7c7cf84c776731eabf3c31965b47a60287e4e5a79dd3e9f0928dcfb185a0010a76f7cb96d2c3e8c6ae SHA512 753513a4ec8dd0fff2f551853ce6bd265d82219c28b033565b565b5e567fbee17adb419f4cde58a97e62b7d6533f4099aa4996cd0ba4775c6a2e7ae63a879da5
diff --git a/dev-libs/crypto++/crypto++-8.2.0.ebuild b/dev-libs/crypto++/crypto++-8.2.0.ebuild
new file mode 100644
index 00000000000..2ee0f84db4b
--- /dev/null
+++ b/dev-libs/crypto++/crypto++-8.2.0.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit flag-o-matic toolchain-funcs
+
+DESCRIPTION="C++ class library of cryptographic schemes"
+HOMEPAGE="https://cryptopp.com"
+SRC_URI="https://www.cryptopp.com/cryptopp${PV//.}.zip"
+
+LICENSE="Boost-1.0"
+SLOT="0/7" # subslot is so version
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x64-macos"
+IUSE="+asm static-libs"
+
+BDEPEND="app-arch/unzip"
+
+S="${WORKDIR}"
+
+config_uncomment() {
+ sed -i -e "s://\s*\(#define\s*$1\):\1:" config.h || die
+}
+
+pkg_setup() {
+ export CXX="$(tc-getCXX)"
+ export LIBDIR="${EPREFIX}/usr/$(get_libdir)"
+ export PREFIX="${EPREFIX}/usr"
+}
+
+src_prepare() {
+ default
+
+ use asm || config_uncomment CRYPTOPP_DISABLE_ASM
+
+ # ASM isn't Darwin/Mach-O ready, #479554, buildsys doesn't grok CPPFLAGS
+ [[ ${CHOST} == *-darwin* ]] && config_uncomment CRYPTOPP_DISABLE_ASM
+}
+
+src_compile() {
+ emake -f GNUmakefile all shared libcryptopp.pc
+}
+
+src_install() {
+ default
+
+ use static-libs || rm -f "${ED}${EPREFIX}"/usr/$(get_libdir)/*.a
+}
next reply other threads:[~2019-05-26 17:16 UTC|newest]
Thread overview: 97+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-05-26 17:16 Alon Bar-Lev [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-24 4:07 [gentoo-commits] repo/gentoo:master commit in: dev-libs/crypto++/ Sam James
2024-09-01 9:04 Sam James
2023-10-03 3:14 Sam James
2023-08-20 10:58 Sam James
2023-08-19 11:38 Sam James
2023-08-19 11:38 Sam James
2023-08-19 7:23 Sam James
2023-08-19 6:36 Sam James
2023-06-26 19:27 Sam James
2023-06-26 19:27 Sam James
2022-08-14 20:46 Sam James
2022-06-28 4:18 WANG Xuerui
2021-10-16 22:05 Sam James
2021-10-13 20:37 Sam James
2021-10-13 6:01 Agostino Sarubbo
2021-10-13 3:23 Sam James
2021-10-13 3:23 Sam James
2021-09-25 18:11 Sam James
2021-08-18 0:35 Yixun Lan
2021-07-31 13:40 Michał Górny
2021-05-24 12:06 Sergei Trofimovich
2021-05-24 0:32 Sam James
2021-05-24 0:32 Sam James
2021-05-22 15:15 Sam James
2021-05-22 15:10 Sam James
2021-05-22 15:10 Sam James
2021-04-16 3:58 Sam James
2021-03-12 15:28 Sam James
2021-03-12 15:25 Sam James
2021-03-11 13:33 Sam James
2021-03-11 13:33 Sam James
2021-03-11 13:33 Sam James
2021-03-11 13:33 Sam James
2021-03-11 5:20 Sam James
2021-03-08 5:30 Sam James
2021-01-02 7:12 Sam James
2020-12-29 7:43 Sam James
2020-12-29 7:26 Sam James
2020-12-28 8:18 Sam James
2020-12-27 23:56 Sam James
2020-12-25 23:30 Sam James
2020-12-20 11:30 Sam James
2020-06-13 16:28 Mike Gilbert
2020-01-09 4:22 Joonas Niilola
2019-08-11 11:50 David Seifert
2019-07-23 1:17 Aaron Bauman
2019-07-19 18:15 Michał Górny
2019-07-08 13:43 Alon Bar-Lev
2019-07-08 13:31 Alon Bar-Lev
2019-07-03 7:11 Agostino Sarubbo
2019-07-03 6:35 Agostino Sarubbo
2019-07-02 20:42 Sergei Trofimovich
2019-07-02 14:04 Agostino Sarubbo
2019-07-02 12:36 Agostino Sarubbo
2019-07-02 12:14 Agostino Sarubbo
2019-07-02 10:33 Agostino Sarubbo
2019-05-27 5:10 Alon Bar-Lev
2019-04-29 19:49 Sergei Trofimovich
2018-10-23 5:15 Alon Bar-Lev
2018-10-22 10:38 Jeroen Roovers
2018-10-01 21:47 Thomas Deutschmann
2018-09-27 23:55 Alon Bar-Lev
2018-09-15 19:30 Mikle Kolyada
2018-09-07 20:23 Matt Turner
2018-08-22 17:52 Mart Raudsepp
2018-08-19 7:26 Matt Turner
2018-08-18 22:31 Sergei Trofimovich
2018-05-04 19:22 Alon Bar-Lev
2018-05-03 11:58 Alon Bar-Lev
2018-05-01 19:16 Alon Bar-Lev
2018-04-10 19:24 Alon Bar-Lev
2017-10-07 8:22 Alon Bar-Lev
2017-09-30 6:30 Sergei Trofimovich
2017-09-02 11:55 Alexis Ballier
2017-06-13 12:31 Agostino Sarubbo
2017-06-10 13:45 Agostino Sarubbo
2017-06-09 10:19 Agostino Sarubbo
2017-06-06 11:31 Agostino Sarubbo
2017-04-08 19:09 Alon Bar-Lev
2017-03-15 6:00 Jeroen Roovers
2017-03-08 7:46 Michael Weber
2017-03-04 14:02 Agostino Sarubbo
2017-03-04 13:46 Agostino Sarubbo
2017-03-04 13:38 Agostino Sarubbo
2016-10-24 19:27 Alon Bar-Lev
2016-10-24 17:26 Alon Bar-Lev
2016-10-23 13:29 Alon Bar-Lev
2016-10-22 17:52 Alon Bar-Lev
2016-10-21 17:58 Alon Bar-Lev
2016-10-08 15:45 Alon Bar-Lev
2016-10-08 8:10 Alon Bar-Lev
2016-10-08 8:10 Alon Bar-Lev
2016-10-08 1:30 Alon Bar-Lev
2016-10-03 22:49 Alon Bar-Lev
2016-04-07 20:40 Alon Bar-Lev
2015-08-27 23:58 Manuel Rüger
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=1558890962.4b2ec9c3d31a0fc63e58fb53029c2901b0ea68f0.alonbl@gentoo \
--to=alonbl@gentoo.org \
--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