summaryrefslogtreecommitdiff
path: root/app-crypt/codecrypt
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-12 11:50:53 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-12 11:50:53 -0500
commit290aebdea65a02557706eaeda477fef0437b6a48 (patch)
treef87a939169a508a2e943570501b64cc16b411cda /app-crypt/codecrypt
parent6783ddcd4b73d9ce586a71770caed352bec93b16 (diff)
downloadbaldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.gz
baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.xz
baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.zip
Adding metadata
Diffstat (limited to 'app-crypt/codecrypt')
-rw-r--r--app-crypt/codecrypt/Manifest1
-rw-r--r--app-crypt/codecrypt/codecrypt-1.8-r3.ebuild33
-rw-r--r--app-crypt/codecrypt/files/codecrypt-1.8-libcryptopp.pc-rename.patch13
-rw-r--r--app-crypt/codecrypt/metadata.xml25
4 files changed, 0 insertions, 72 deletions
diff --git a/app-crypt/codecrypt/Manifest b/app-crypt/codecrypt/Manifest
deleted file mode 100644
index 2b8abf3d87ff..000000000000
--- a/app-crypt/codecrypt/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST codecrypt-1.8.tar.gz 471273 BLAKE2B 30547c299689547b50e2742e12dbfd32f420217a81813446b36bf5ea52929ca1f3b1968d76937de17e0f003c82186abfa683a6e30dc1fa5dc2ffe89594827ae4 SHA512 0e452f4e93498faa671a5927a3dd93b6dc66cbda7eb71cb33a509f8608573eff5ac8fed0d5e09911e03c153b88c9cb1bb54f7b2aeeb7b6c31eec918ad9685102
diff --git a/app-crypt/codecrypt/codecrypt-1.8-r3.ebuild b/app-crypt/codecrypt/codecrypt-1.8-r3.ebuild
deleted file mode 100644
index 9c7a5e971a3c..000000000000
--- a/app-crypt/codecrypt/codecrypt-1.8-r3.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-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:=
- sci-libs/fftw:3.0=
- cryptopp? ( >=dev-libs/crypto++-7:= )"
-RDEPEND="${DEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-PATCHES=( "${FILESDIR}"/${P}-libcryptopp.pc-rename.patch )
-
-src_prepare() {
- default
- eautoreconf
-}
-
-src_configure() {
- econf $(use_with cryptopp)
-}
diff --git a/app-crypt/codecrypt/files/codecrypt-1.8-libcryptopp.pc-rename.patch b/app-crypt/codecrypt/files/codecrypt-1.8-libcryptopp.pc-rename.patch
deleted file mode 100644
index 36cdf8bf4663..000000000000
--- a/app-crypt/codecrypt/files/codecrypt-1.8-libcryptopp.pc-rename.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-workaround -- the library renamed the pkg-config file
-
---- a/configure.ac
-+++ b/configure.ac
-@@ -37,7 +37,7 @@
-
- PKG_PROG_PKG_CONFIG([0.25])
-
-- PKG_CHECK_MODULES([CRYPTOPP],[libcrypto++])
-+ PKG_CHECK_MODULES([CRYPTOPP],[libcryptopp])
-
- #crypto++ headers are either in include/crypto++ or include/cryptopp,
- #the information is otherwise unavailable from standard configuration
diff --git a/app-crypt/codecrypt/metadata.xml b/app-crypt/codecrypt/metadata.xml
deleted file mode 100644
index ba366b123ae7..000000000000
--- a/app-crypt/codecrypt/metadata.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person" proxied="yes">
- <email>exa.exa@gmail.com</email>
- <name>Mirek Kratochvil</name>
- </maintainer>
- <maintainer type="person">
- <email>amynka@gentoo.org</email>
- <name>Amy Liffey</name>
- </maintainer>
- <maintainer type="project" proxied="proxy">
- <email>proxy-maint@gentoo.org</email>
- <name>Proxy Maintainers</name>
- </maintainer>
- <longdescription lang="en">
- This is a GnuPG-like unix program for encryption and signing
- that uses only quantum-computer-resistant algorithms
- </longdescription>
- <use>
- <flag name="cryptopp">Build algorithms that need Crypto++ support <pkg>dev-libs/crypto++</pkg>
- </flag>
- </use>
- <origin>baldeagleos-repo</origin>
-</pkgmetadata>