public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Amy Liffey" <amynka@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/codecrypt/
Date: Thu,  2 Nov 2017 19:27:25 +0000 (UTC)	[thread overview]
Message-ID: <1509650830.942136754419da6b027d1b28625909819c6b8eac.amynka@gentoo> (raw)

commit:     942136754419da6b027d1b28625909819c6b8eac
Author:     Amy Liffey <amynka <AT> gentoo <DOT> org>
AuthorDate: Thu Nov  2 19:26:42 2017 +0000
Commit:     Amy Liffey <amynka <AT> gentoo <DOT> org>
CommitDate: Thu Nov  2 19:27:10 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94213675

app-crypt/codecrypt: version bump 1.8

Package-Manager: Portage-2.3.8, Repoman-2.3.1

 app-crypt/codecrypt/Manifest             |  1 +
 app-crypt/codecrypt/codecrypt-1.8.ebuild | 32 ++++++++++++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/app-crypt/codecrypt/Manifest b/app-crypt/codecrypt/Manifest
index 450088c5442..a746b40ac7f 100644
--- a/app-crypt/codecrypt/Manifest
+++ b/app-crypt/codecrypt/Manifest
@@ -1,3 +1,4 @@
 DIST codecrypt-1.7.2.tar.gz 446975 SHA256 dfe932b6aa18e85d3f1f5324dd11f1b02a75e2225748d91e07020b31eb721906 SHA512 4ad2ad9e665e486e353b48efff344436b276eac2dcbddcf4330796b8f1f06284eaeec9c4f4ef63f61e4477c3bce0973f60f76291dce11bee31a75658bee6a3a0 WHIRLPOOL 804980127104da801556a2bc09cd018a215a68c10147e0a2f2380e5f0c92f4063b390533d65a1a4d810e6c27ae912897a345a025d48362d2937c8e8ebfa5d527
 DIST codecrypt-1.7.5.tar.gz 464250 SHA256 873b6849bfb2ac0a530935da43422a763bc5763a01026c467ebe164eb41c3cc3 SHA512 237459ec4387f068d39946c1360e27b02f1cfd34a78eef0d3c3eccf31604f3d27b9e5c9c091b88257231bff02f7bf9fb82f7a9e8a8e8a6bbc27091c83ab1f880 WHIRLPOOL ecfcfaf62e59d1f62000e7c1c4a290483c7731f90e1271b1b0acfbc58cf1ce0799b23cb616f5b4d8ee5fc5a2e670d5c148ea1d893abae63aed18dec87ec843a6
 DIST codecrypt-1.7.6.tar.gz 463999 SHA256 6cb8728d7fee9eafdee1277fae810955f1c418755ccfa69ec8c1e86cac6c9873 SHA512 1bd1432c75985d2ff968095bcb9e23ea2c6e91bd7009c9c50a5ab90123e14db0937e0a945a20a6c7f540a5b52e3f1d9ea2dbf779406d43a203f1d1bcafb94406 WHIRLPOOL af45ef6d548ad5e39268ea408c54e2235a90566a22fe9dc9e38882c1ede093835460a81bae128e49272344e0332c2fe0379fcd6c2858d97f3c9521c9d0259d45
+DIST codecrypt-1.8.tar.gz 471273 SHA256 3be7c2a548aa336dbac706c3cab2071664d02b11652c16c02a8b4fb5cac6bc88 SHA512 0e452f4e93498faa671a5927a3dd93b6dc66cbda7eb71cb33a509f8608573eff5ac8fed0d5e09911e03c153b88c9cb1bb54f7b2aeeb7b6c31eec918ad9685102 WHIRLPOOL 7fec87cb92be770d2bf4e6a5b6d4c17ee26740b19155bb59ae1e0bef8ddd01922b388bf907207ab575155bcc18eab9e632b65e4f02ae0adc970528d058361ee7

diff --git a/app-crypt/codecrypt/codecrypt-1.8.ebuild b/app-crypt/codecrypt/codecrypt-1.8.ebuild
new file mode 100644
index 00000000000..f885b161e89
--- /dev/null
+++ b/app-crypt/codecrypt/codecrypt-1.8.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools
+
+DESCRIPTION="Post-quantum cryptography tool"
+HOMEPAGE="http://e-x-a.org/codecrypt/"
+SRC_URI="http://e-x-a.org/codecrypt/files/${P}.tar.gz"
+
+LICENSE="LGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="+cryptopp"
+
+DEPEND="dev-libs/gmp:=
+	cryptopp? ( dev-libs/crypto++ )
+	sci-libs/fftw:3.0"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+	default
+	# workaround -- gentoo is missing crypto++ pkg-config file
+	sed -i -e 's/PKG_CHECK_MODULES(\[CRYPTOPP\],.*/LDFLAGS="$LDFLAGS -lcrypto++"/' configure.ac || die
+	eautoreconf
+}
+
+src_configure() {
+	econf \
+		$(use_with cryptopp )
+}


             reply	other threads:[~2017-11-02 19:27 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-02 19:27 Amy Liffey [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-06-26 19:53 [gentoo-commits] repo/gentoo:master commit in: app-crypt/codecrypt/ Sam James
2022-03-13  5:54 Sam James
2022-03-13  5:54 Sam James
2021-01-02  7:12 Sam James
2021-01-02  7:12 Sam James
2020-01-08 19:55 Mikle Kolyada
2018-07-31 11:18 Amy Liffey
2018-05-29  7:33 Amy Liffey
2018-02-11 10:01 Michał Górny
2017-07-12 14:59 Amy Liffey
2016-04-28 20:03 Amy Winston
2016-04-28 20:03 Amy Winston
2016-02-08 12:13 Amy Winston
2016-02-08 11:34 Amy Winston

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=1509650830.942136754419da6b027d1b28625909819c6b8eac.amynka@gentoo \
    --to=amynka@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