diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-12 19:09:37 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-12 19:09:37 -0500 |
| commit | b590c8d7572b727d565cc0b8ff660d43569845de (patch) | |
| tree | 06f7a4102ea4e845df8b66660f252920d52952f9 /dev-vcs/git-crypt | |
| parent | 24f9cbfc4c34fdb6a6e03311674414e881ceab47 (diff) | |
| download | baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.gz baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.xz baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.zip | |
Adding metadata
Diffstat (limited to 'dev-vcs/git-crypt')
| -rw-r--r-- | dev-vcs/git-crypt/Manifest | 2 | ||||
| -rw-r--r-- | dev-vcs/git-crypt/git-crypt-0.7.0.ebuild | 34 | ||||
| -rw-r--r-- | dev-vcs/git-crypt/git-crypt-0.8.0.ebuild | 32 | ||||
| -rw-r--r-- | dev-vcs/git-crypt/metadata.xml | 9 |
4 files changed, 77 insertions, 0 deletions
diff --git a/dev-vcs/git-crypt/Manifest b/dev-vcs/git-crypt/Manifest new file mode 100644 index 000000000000..e6a87d1db461 --- /dev/null +++ b/dev-vcs/git-crypt/Manifest @@ -0,0 +1,2 @@ +DIST git-crypt-0.7.0.tar.gz 57621 BLAKE2B 3307420f2ddeb6742ea53b8e58351dfa68e34e8d83cf6eada626fc9778387c356cd38cfa29f70729ebe39fb9acb9388e489487be7839e40d0a4a47a1b12f4ece SHA512 88eb730f0f0b4622c1a3ce64c62fa97a9a4da0716f4cce86fad8d700e2cb248dae8fc9e92996448564903564dbcddaa1f87201cf7ebc77144660f3044ae92904 +DIST git-crypt-0.8.0.tar.gz 57457 BLAKE2B 299ff66200831f84f01d53d7808610fefdeb59b8e85e61afcaaf470324fa63c2d6e35b60f05f79bd0377a6121318f4c0e1d6a16b552aec800d1acbd3a2edd6e9 SHA512 3167a53176180b914be2105f64cf097966e2da67c2c2394ceb4b56bf01bcbc7dcda9b2c9bc471ae82d55ba482dc8996e8063f332b4f088e347c17666a4b9adcb diff --git a/dev-vcs/git-crypt/git-crypt-0.7.0.ebuild b/dev-vcs/git-crypt/git-crypt-0.7.0.ebuild new file mode 100644 index 000000000000..6367769268c3 --- /dev/null +++ b/dev-vcs/git-crypt/git-crypt-0.7.0.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit flag-o-matic toolchain-funcs + +DESCRIPTION="Transparent file encryption in git" +HOMEPAGE="https://www.agwa.name/projects/git-crypt/" +SRC_URI="https://www.agwa.name/projects/git-crypt/downloads/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="amd64 ~x86" + +RDEPEND=" + dev-libs/openssl:= + dev-vcs/git +" +DEPEND="${RDEPEND}" +BDEPEND="dev-libs/libxslt" + +src_configure() { + # bug #805545, https://github.com/AGWA/git-crypt/issues/232 + append-cppflags -DOPENSSL_API_COMPAT=10101 + tc-export CXX + + # bug #689180 + export ENABLE_MAN=yes +} + +src_install() { + emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install +} diff --git a/dev-vcs/git-crypt/git-crypt-0.8.0.ebuild b/dev-vcs/git-crypt/git-crypt-0.8.0.ebuild new file mode 100644 index 000000000000..1e2259b1f921 --- /dev/null +++ b/dev-vcs/git-crypt/git-crypt-0.8.0.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit toolchain-funcs + +DESCRIPTION="Transparent file encryption in git" +HOMEPAGE="https://www.agwa.name/projects/git-crypt/" +SRC_URI="https://www.agwa.name/projects/git-crypt/downloads/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="amd64 ~x86" + +RDEPEND=" + dev-libs/openssl:= + dev-vcs/git +" +DEPEND="${RDEPEND}" +BDEPEND="dev-libs/libxslt" + +src_configure() { + tc-export CXX + + # bug #689180 + export ENABLE_MAN=yes +} + +src_install() { + emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install +} diff --git a/dev-vcs/git-crypt/metadata.xml b/dev-vcs/git-crypt/metadata.xml new file mode 100644 index 000000000000..69a19c59aa3a --- /dev/null +++ b/dev-vcs/git-crypt/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>eschwartz@gentoo.org</email> + <name>Eli Schwartz</name> + </maintainer> + <origin>baldeagleos-repo</origin> +</pkgmetadata> |
