From 56bd759df1d0c750a065b8c845e93d5dfa6b549d Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Sat, 8 Aug 2015 13:49:04 -0700 Subject: proj/gentoo: Initial commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson X-Thanks: Alec Warner - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring - wrote much python to improve cvs2svn X-Thanks: Rich Freeman - validation scripts X-Thanks: Patrick Lauer - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed --- app-crypt/codecrypt/Manifest | 2 ++ app-crypt/codecrypt/codecrypt-1.4.1.ebuild | 23 +++++++++++++++++++++++ app-crypt/codecrypt/codecrypt-1.6.ebuild | 23 +++++++++++++++++++++++ app-crypt/codecrypt/metadata.xml | 21 +++++++++++++++++++++ 4 files changed, 69 insertions(+) create mode 100644 app-crypt/codecrypt/Manifest create mode 100644 app-crypt/codecrypt/codecrypt-1.4.1.ebuild create mode 100644 app-crypt/codecrypt/codecrypt-1.6.ebuild create mode 100644 app-crypt/codecrypt/metadata.xml (limited to 'app-crypt/codecrypt') diff --git a/app-crypt/codecrypt/Manifest b/app-crypt/codecrypt/Manifest new file mode 100644 index 000000000000..277b1b9031e4 --- /dev/null +++ b/app-crypt/codecrypt/Manifest @@ -0,0 +1,2 @@ +DIST codecrypt-1.4.1.tar.gz 411794 SHA256 a3b26bb4d9488bf0569d69db3de57f5109ce64c7900b568fc6da78c4c3fe920f SHA512 d6c03d5e45346ed5c12350ae04e50eed936d45fce9e08ec2ddba8edb1bbbcfc2a3b7415a3f686af2e05630cab3c4ccfea2fe85c6fc471cface7e9038dd37425f WHIRLPOOL b37a5804a81876347ef690bfd7832c7e2a298313fec52b0517c36701fe5e34a8c701c62bd92d562a7f7d8a02b65e060bfc66acf9419f006a0bf60ae4aae049a1 +DIST codecrypt-1.6.tar.gz 436127 SHA256 8d3ea24228160546f747feff3909f21814c280bbce41bfe71956c0a9069f95a5 SHA512 d4e696956d034e2f3d212697c325bb90e6a998865890700e143572953e76e3b8adf3680a9b1fdf3ff8f24cd1c94125da97b587978b6870791a4307e1a75be08d WHIRLPOOL b8a335219b904b6bde11d4a11e612cc4b13962aa5ebe8ecaa99321f6fba5ac30a6b63d212eb4761279048361f69eb338248643157fd1d413caae436a9ec15070 diff --git a/app-crypt/codecrypt/codecrypt-1.4.1.ebuild b/app-crypt/codecrypt/codecrypt-1.4.1.ebuild new file mode 100644 index 000000000000..20d2f0053b45 --- /dev/null +++ b/app-crypt/codecrypt/codecrypt-1.4.1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +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 ~x86" +IUSE="+cryptopp" + +DEPEND="dev-libs/gmp + cryptopp? ( dev-libs/crypto++ )" +RDEPEND="${DEPEND}" + +src_configure() { + econf \ + $(use_with cryptopp) +} diff --git a/app-crypt/codecrypt/codecrypt-1.6.ebuild b/app-crypt/codecrypt/codecrypt-1.6.ebuild new file mode 100644 index 000000000000..20d2f0053b45 --- /dev/null +++ b/app-crypt/codecrypt/codecrypt-1.6.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +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 ~x86" +IUSE="+cryptopp" + +DEPEND="dev-libs/gmp + cryptopp? ( dev-libs/crypto++ )" +RDEPEND="${DEPEND}" + +src_configure() { + econf \ + $(use_with cryptopp) +} diff --git a/app-crypt/codecrypt/metadata.xml b/app-crypt/codecrypt/metadata.xml new file mode 100644 index 000000000000..6b725ff17ca7 --- /dev/null +++ b/app-crypt/codecrypt/metadata.xml @@ -0,0 +1,21 @@ + + + + proxy-maintainers + + exa.exa@gmail.com + Mirek Kratochvil + Proxied Maintainer + + + This is a GnuPG-like unix program for encryption and signing + that uses only quantum-computer-resistant algorithms + + + + Build algorithms that need Crypto++ support + dev-libs/crypto++ + + + + -- cgit v1.2.3-65-gdbad