* [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-crypt/
@ 2017-12-24 15:23 Patrick Lauer
0 siblings, 0 replies; 11+ messages in thread
From: Patrick Lauer @ 2017-12-24 15:23 UTC (permalink / raw
To: gentoo-commits
commit: 2fb2a1425fcbdcab6e138c113f5dfe852af03ac8
Author: Patrick Lauer <patrick <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 24 14:23:04 2017 +0000
Commit: Patrick Lauer <patrick <AT> gentoo <DOT> org>
CommitDate: Sun Dec 24 15:23:53 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fb2a142
dev-vcs/git-crypt: Bump
Package-Manager: Portage-2.3.19, Repoman-2.3.6
dev-vcs/git-crypt/Manifest | 1 +
dev-vcs/git-crypt/git-crypt-0.6.0.ebuild | 20 ++++++++++++++++++++
2 files changed, 21 insertions(+)
diff --git a/dev-vcs/git-crypt/Manifest b/dev-vcs/git-crypt/Manifest
index e29eb32d8a7..01b51c86384 100644
--- a/dev-vcs/git-crypt/Manifest
+++ b/dev-vcs/git-crypt/Manifest
@@ -1,3 +1,4 @@
DIST git-crypt-0.3.tar.gz 20660 BLAKE2B 7bc71c247faa773ec4866492ae5917a6b5c7a7a2f676cfcbb4ab3642d8433c15476049165c37bf8d1aaf5fdbb1db9ce7e5137865f126086a4b575da4b21b38d8 SHA512 526630e58a2e74bffe954bc2f489311fb2261337092a1c4462788d9412b7fa7b1aa744402558bba39fe776cfa6333700c4e0ad651d262a7ca14d920485192adc
DIST git-crypt-0.4.tar.gz 44146 BLAKE2B 69e8c9a99f763c0b20c0d467ea8212a4688cb7e8f6d9b8241a20ae65680f7faea76a14794f2b01992b570a7adae518a79945b0e477cc539b7eb515c3729a853c SHA512 aa146d922258c4a68ad1a211b58e3b1e1b1135661ebecf3ede1b344fc93401eb9d0aa51cfa068f76fab3ab7c936ad6cf46e61e0e9505aaf4f338e54826ae88f6
DIST git-crypt-0.5.0.tar.gz 56694 BLAKE2B c82af3313523615a3839ee68210134cca898c78009e9b6edcfbdf14146dff81eafc909f135992367181278c584733affad307bdd1e1f2d32f9b8298c6d862c54 SHA512 0ed75e6962d8e8260811e048c22d724bdd63d461615e8f99c1d65a07f931f9630c1b853112f202b612dc69746a9ad03995f2947ad6fa39af56a878d993d65d77
+DIST git-crypt-0.6.0.tar.gz 57584 BLAKE2B 6557121ef4a3f49b2294f7c6268a55323b7ec192b851fac548e76a9301c65655be72f67eecc248205cefcb0184d52a55f8a462ccec0082552fce3115a18b7267 SHA512 06fd9f6dbdc5c9fa9196f3e81a87cd3688089623b2658daf9c98809d5ca14df0b7ca69fdfe8279abf575957c366f2f93bd5a6885092eb533bd0d1ed9fe9dfac5
diff --git a/dev-vcs/git-crypt/git-crypt-0.6.0.ebuild b/dev-vcs/git-crypt/git-crypt-0.6.0.ebuild
new file mode 100644
index 00000000000..f107562053a
--- /dev/null
+++ b/dev-vcs/git-crypt/git-crypt-0.6.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+DESCRIPTION="transparent file encryption in git"
+HOMEPAGE="https://www.agwa.name/projects/git-crypt/"
+SRC_URI="https://github.com/AGWA/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="GPL-3"
+SLOT="0"
+
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="dev-vcs/git"
+DEPEND="${RDEPEND}"
+
+src_install() {
+ mkdir -p "${D}"/usr/bin
+ emake PREFIX="${D}"/usr install
+}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-crypt/
@ 2019-03-26 13:19 Lars Wendler
0 siblings, 0 replies; 11+ messages in thread
From: Lars Wendler @ 2019-03-26 13:19 UTC (permalink / raw
To: gentoo-commits
commit: 0c7db11c056a1affc8f30e096c3a08ab079b23f5
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 26 13:18:02 2019 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Tue Mar 26 13:19:07 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c7db11c
dev-vcs/git-crypt: Removed old.
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
dev-vcs/git-crypt/Manifest | 3 ---
dev-vcs/git-crypt/git-crypt-0.3.ebuild | 20 --------------------
dev-vcs/git-crypt/git-crypt-0.4.ebuild | 20 --------------------
dev-vcs/git-crypt/git-crypt-0.5.0.ebuild | 20 --------------------
4 files changed, 63 deletions(-)
diff --git a/dev-vcs/git-crypt/Manifest b/dev-vcs/git-crypt/Manifest
index 01b51c86384..f861fde81c8 100644
--- a/dev-vcs/git-crypt/Manifest
+++ b/dev-vcs/git-crypt/Manifest
@@ -1,4 +1 @@
-DIST git-crypt-0.3.tar.gz 20660 BLAKE2B 7bc71c247faa773ec4866492ae5917a6b5c7a7a2f676cfcbb4ab3642d8433c15476049165c37bf8d1aaf5fdbb1db9ce7e5137865f126086a4b575da4b21b38d8 SHA512 526630e58a2e74bffe954bc2f489311fb2261337092a1c4462788d9412b7fa7b1aa744402558bba39fe776cfa6333700c4e0ad651d262a7ca14d920485192adc
-DIST git-crypt-0.4.tar.gz 44146 BLAKE2B 69e8c9a99f763c0b20c0d467ea8212a4688cb7e8f6d9b8241a20ae65680f7faea76a14794f2b01992b570a7adae518a79945b0e477cc539b7eb515c3729a853c SHA512 aa146d922258c4a68ad1a211b58e3b1e1b1135661ebecf3ede1b344fc93401eb9d0aa51cfa068f76fab3ab7c936ad6cf46e61e0e9505aaf4f338e54826ae88f6
-DIST git-crypt-0.5.0.tar.gz 56694 BLAKE2B c82af3313523615a3839ee68210134cca898c78009e9b6edcfbdf14146dff81eafc909f135992367181278c584733affad307bdd1e1f2d32f9b8298c6d862c54 SHA512 0ed75e6962d8e8260811e048c22d724bdd63d461615e8f99c1d65a07f931f9630c1b853112f202b612dc69746a9ad03995f2947ad6fa39af56a878d993d65d77
DIST git-crypt-0.6.0.tar.gz 57584 BLAKE2B 6557121ef4a3f49b2294f7c6268a55323b7ec192b851fac548e76a9301c65655be72f67eecc248205cefcb0184d52a55f8a462ccec0082552fce3115a18b7267 SHA512 06fd9f6dbdc5c9fa9196f3e81a87cd3688089623b2658daf9c98809d5ca14df0b7ca69fdfe8279abf575957c366f2f93bd5a6885092eb533bd0d1ed9fe9dfac5
diff --git a/dev-vcs/git-crypt/git-crypt-0.3.ebuild b/dev-vcs/git-crypt/git-crypt-0.3.ebuild
deleted file mode 100644
index f660d477da5..00000000000
--- a/dev-vcs/git-crypt/git-crypt-0.3.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="transparent file encryption in git"
-HOMEPAGE="https://www.agwa.name/projects/git-crypt/"
-SRC_URI="https://github.com/AGWA/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="GPL-3"
-SLOT="0"
-
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="dev-vcs/git"
-DEPEND="${RDEPEND}"
-
-src_install() {
- mkdir -p "${D}"/usr/bin
- emake PREFIX="${D}"/usr install
-}
diff --git a/dev-vcs/git-crypt/git-crypt-0.4.ebuild b/dev-vcs/git-crypt/git-crypt-0.4.ebuild
deleted file mode 100644
index f660d477da5..00000000000
--- a/dev-vcs/git-crypt/git-crypt-0.4.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="transparent file encryption in git"
-HOMEPAGE="https://www.agwa.name/projects/git-crypt/"
-SRC_URI="https://github.com/AGWA/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="GPL-3"
-SLOT="0"
-
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="dev-vcs/git"
-DEPEND="${RDEPEND}"
-
-src_install() {
- mkdir -p "${D}"/usr/bin
- emake PREFIX="${D}"/usr install
-}
diff --git a/dev-vcs/git-crypt/git-crypt-0.5.0.ebuild b/dev-vcs/git-crypt/git-crypt-0.5.0.ebuild
deleted file mode 100644
index 4dfc91650e2..00000000000
--- a/dev-vcs/git-crypt/git-crypt-0.5.0.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="transparent file encryption in git"
-HOMEPAGE="https://www.agwa.name/projects/git-crypt/"
-SRC_URI="https://github.com/AGWA/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="GPL-3"
-SLOT="0"
-
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="dev-vcs/git"
-DEPEND="${RDEPEND}"
-
-src_install() {
- mkdir -p "${D}"/usr/bin
- emake PREFIX="${D}"/usr install
-}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-crypt/
@ 2021-04-03 21:58 Sam James
0 siblings, 0 replies; 11+ messages in thread
From: Sam James @ 2021-04-03 21:58 UTC (permalink / raw
To: gentoo-commits
commit: c41892cbb1631d938876c57086e2c5680ba0c718
Author: Matt Smith <matt <AT> offtopica <DOT> uk>
AuthorDate: Sat Apr 3 16:14:44 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Apr 3 21:58:09 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c41892cb
dev-vcs/git-crypt: EAPI 7
Also `|| die` after external command.
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Matt Smith <matt <AT> offtopica.uk>
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-vcs/git-crypt/git-crypt-0.6.0.ebuild | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/dev-vcs/git-crypt/git-crypt-0.6.0.ebuild b/dev-vcs/git-crypt/git-crypt-0.6.0.ebuild
index f107562053a..c7e0f1a2401 100644
--- a/dev-vcs/git-crypt/git-crypt-0.6.0.ebuild
+++ b/dev-vcs/git-crypt/git-crypt-0.6.0.ebuild
@@ -1,20 +1,20 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
DESCRIPTION="transparent file encryption in git"
HOMEPAGE="https://www.agwa.name/projects/git-crypt/"
SRC_URI="https://github.com/AGWA/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
LICENSE="GPL-3"
SLOT="0"
-
KEYWORDS="~amd64 ~x86"
RDEPEND="dev-vcs/git"
DEPEND="${RDEPEND}"
src_install() {
- mkdir -p "${D}"/usr/bin
+ mkdir -p "${D}"/usr/bin || die
emake PREFIX="${D}"/usr install
}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-crypt/
@ 2022-11-01 23:21 Sam James
0 siblings, 0 replies; 11+ messages in thread
From: Sam James @ 2022-11-01 23:21 UTC (permalink / raw
To: gentoo-commits
commit: 9ed1d27647a029173d731f95bb6da7a4e8baf08a
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 1 23:10:59 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Nov 1 23:10:59 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ed1d276
dev-vcs/git-crypt: add missing OpenSSL dep
Bug: https://bugs.gentoo.org/805545
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../{git-crypt-0.6.0.ebuild => git-crypt-0.6.0-r1.ebuild} | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/dev-vcs/git-crypt/git-crypt-0.6.0.ebuild b/dev-vcs/git-crypt/git-crypt-0.6.0-r1.ebuild
similarity index 83%
rename from dev-vcs/git-crypt/git-crypt-0.6.0.ebuild
rename to dev-vcs/git-crypt/git-crypt-0.6.0-r1.ebuild
index c7e0f1a2401a..d1f3a018f685 100644
--- a/dev-vcs/git-crypt/git-crypt-0.6.0.ebuild
+++ b/dev-vcs/git-crypt/git-crypt-0.6.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -11,7 +11,10 @@ LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-RDEPEND="dev-vcs/git"
+RDEPEND="
+ dev-libs/openssl:=
+ dev-vcs/git
+"
DEPEND="${RDEPEND}"
src_install() {
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-crypt/
@ 2022-11-01 23:21 Sam James
0 siblings, 0 replies; 11+ messages in thread
From: Sam James @ 2022-11-01 23:21 UTC (permalink / raw
To: gentoo-commits
commit: a64dc4af762e1cfeb246b755f41821bbd2d0c27a
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 1 23:16:55 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Nov 1 23:16:55 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a64dc4af
dev-vcs/git-crypt: drop to maintainer-needed
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-vcs/git-crypt/metadata.xml | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/dev-vcs/git-crypt/metadata.xml b/dev-vcs/git-crypt/metadata.xml
index 351d3eb7d9e4..ec02737047b7 100644
--- a/dev-vcs/git-crypt/metadata.xml
+++ b/dev-vcs/git-crypt/metadata.xml
@@ -1,10 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>patrick@gentoo.org</email>
- <name>Patrick Lauer</name>
- </maintainer>
+ <!-- maintainer-needed -->
<upstream>
<remote-id type="github">AGWA/git-crypt</remote-id>
</upstream>
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-crypt/
@ 2022-11-01 23:21 Sam James
0 siblings, 0 replies; 11+ messages in thread
From: Sam James @ 2022-11-01 23:21 UTC (permalink / raw
To: gentoo-commits
commit: afcb7f713732686924071d264af386df97b757bb
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 1 23:14:39 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Nov 1 23:16:05 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afcb7f71
dev-vcs/git-crypt: add 0.7.0
Closes: https://bugs.gentoo.org/522286
Closes: https://bugs.gentoo.org/689180
Closes: https://bugs.gentoo.org/805545
Thanks-to: John R. Graham <john_r_graham <AT> gentoo.org>
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-vcs/git-crypt/Manifest | 1 +
dev-vcs/git-crypt/git-crypt-0.7.0.ebuild | 34 ++++++++++++++++++++++++++++++++
2 files changed, 35 insertions(+)
diff --git a/dev-vcs/git-crypt/Manifest b/dev-vcs/git-crypt/Manifest
index f861fde81c85..1dee4d421921 100644
--- a/dev-vcs/git-crypt/Manifest
+++ b/dev-vcs/git-crypt/Manifest
@@ -1 +1,2 @@
DIST git-crypt-0.6.0.tar.gz 57584 BLAKE2B 6557121ef4a3f49b2294f7c6268a55323b7ec192b851fac548e76a9301c65655be72f67eecc248205cefcb0184d52a55f8a462ccec0082552fce3115a18b7267 SHA512 06fd9f6dbdc5c9fa9196f3e81a87cd3688089623b2658daf9c98809d5ca14df0b7ca69fdfe8279abf575957c366f2f93bd5a6885092eb533bd0d1ed9fe9dfac5
+DIST git-crypt-0.7.0.tar.gz 57621 BLAKE2B 3307420f2ddeb6742ea53b8e58351dfa68e34e8d83cf6eada626fc9778387c356cd38cfa29f70729ebe39fb9acb9388e489487be7839e40d0a4a47a1b12f4ece SHA512 88eb730f0f0b4622c1a3ce64c62fa97a9a4da0716f4cce86fad8d700e2cb248dae8fc9e92996448564903564dbcddaa1f87201cf7ebc77144660f3044ae92904
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..8a641959908a
--- /dev/null
+++ b/dev-vcs/git-crypt/git-crypt-0.7.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2022 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() {
+ append-cppflags -DOPENSSL_API_COMPAT=0x30000000L
+ tc-export CXX
+
+ # bug #689180
+ export ENABLE_MAN=yes
+}
+
+src_install() {
+ mkdir -p "${D}"/usr/bin || die
+ emake PREFIX="${D}"/usr install
+}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-crypt/
@ 2022-11-01 23:32 Sam James
0 siblings, 0 replies; 11+ messages in thread
From: Sam James @ 2022-11-01 23:32 UTC (permalink / raw
To: gentoo-commits
commit: 3166b03a17604fcb8be69b6cee56c0231ea979c6
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 1 23:32:41 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Nov 1 23:32:41 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3166b03a
dev-vcs/git-crypt: use dodir
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-vcs/git-crypt/git-crypt-0.7.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-vcs/git-crypt/git-crypt-0.7.0.ebuild b/dev-vcs/git-crypt/git-crypt-0.7.0.ebuild
index 8d7bbe2dd685..d9424c732212 100644
--- a/dev-vcs/git-crypt/git-crypt-0.7.0.ebuild
+++ b/dev-vcs/git-crypt/git-crypt-0.7.0.ebuild
@@ -30,6 +30,6 @@ src_configure() {
}
src_install() {
- mkdir -p "${D}"/usr/bin || die
+ dodir /usr/bin
emake PREFIX="${D}"/usr install
}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-crypt/
@ 2022-11-01 23:32 Sam James
0 siblings, 0 replies; 11+ messages in thread
From: Sam James @ 2022-11-01 23:32 UTC (permalink / raw
To: gentoo-commits
commit: 6ba65a2a73c50057347f9da7c787851069865306
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 1 23:30:04 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Nov 1 23:30:04 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ba65a2a
dev-vcs/git-crypt: add openssl 3 bug ref
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-vcs/git-crypt/git-crypt-0.7.0.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-vcs/git-crypt/git-crypt-0.7.0.ebuild b/dev-vcs/git-crypt/git-crypt-0.7.0.ebuild
index 8a641959908a..8d7bbe2dd685 100644
--- a/dev-vcs/git-crypt/git-crypt-0.7.0.ebuild
+++ b/dev-vcs/git-crypt/git-crypt-0.7.0.ebuild
@@ -21,6 +21,7 @@ DEPEND="${RDEPEND}"
BDEPEND="dev-libs/libxslt"
src_configure() {
+ # bug #805545, https://github.com/AGWA/git-crypt/issues/232
append-cppflags -DOPENSSL_API_COMPAT=0x30000000L
tc-export CXX
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-crypt/
@ 2022-11-02 20:06 Sam James
0 siblings, 0 replies; 11+ messages in thread
From: Sam James @ 2022-11-02 20:06 UTC (permalink / raw
To: gentoo-commits
commit: 96aabb34b436d4cd0e5bec4367c457f44756b1e0
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 2 20:06:02 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Nov 2 20:06:02 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96aabb34
dev-vcs/git-crypt: fix build w/ OpenSSL 1.1.x
Closes: https://bugs.gentoo.org/879095
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-vcs/git-crypt/git-crypt-0.7.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-vcs/git-crypt/git-crypt-0.7.0.ebuild b/dev-vcs/git-crypt/git-crypt-0.7.0.ebuild
index d9424c732212..9df1724c5b16 100644
--- a/dev-vcs/git-crypt/git-crypt-0.7.0.ebuild
+++ b/dev-vcs/git-crypt/git-crypt-0.7.0.ebuild
@@ -22,7 +22,7 @@ BDEPEND="dev-libs/libxslt"
src_configure() {
# bug #805545, https://github.com/AGWA/git-crypt/issues/232
- append-cppflags -DOPENSSL_API_COMPAT=0x30000000L
+ append-cppflags -DOPENSSL_API_COMPAT=10101
tc-export CXX
# bug #689180
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-crypt/
@ 2022-12-01 15:52 Jakov Smolić
0 siblings, 0 replies; 11+ messages in thread
From: Jakov Smolić @ 2022-12-01 15:52 UTC (permalink / raw
To: gentoo-commits
commit: 80323543b456c322416ced95dd0e39027e3c4a53
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 1 15:52:33 2022 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Thu Dec 1 15:52:33 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80323543
dev-vcs/git-crypt: Stabilize 0.7.0 amd64, #883815
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
dev-vcs/git-crypt/git-crypt-0.7.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-vcs/git-crypt/git-crypt-0.7.0.ebuild b/dev-vcs/git-crypt/git-crypt-0.7.0.ebuild
index 9df1724c5b16..5703128011f4 100644
--- a/dev-vcs/git-crypt/git-crypt-0.7.0.ebuild
+++ b/dev-vcs/git-crypt/git-crypt-0.7.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://www.agwa.name/projects/git-crypt/downloads/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
RDEPEND="
dev-libs/openssl:=
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-crypt/
@ 2024-09-11 6:52 Petr Vaněk
0 siblings, 0 replies; 11+ messages in thread
From: Petr Vaněk @ 2024-09-11 6:52 UTC (permalink / raw
To: gentoo-commits
commit: 91998426611fbd34377ea6efbbfb81c95798c754
Author: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 11 06:36:28 2024 +0000
Commit: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Wed Sep 11 06:52:19 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91998426
dev-vcs/git-crypt: drop 0.6.0-r1
Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>
dev-vcs/git-crypt/Manifest | 1 -
dev-vcs/git-crypt/git-crypt-0.6.0-r1.ebuild | 23 -----------------------
2 files changed, 24 deletions(-)
diff --git a/dev-vcs/git-crypt/Manifest b/dev-vcs/git-crypt/Manifest
index 1dee4d421921..67eb27b5cce9 100644
--- a/dev-vcs/git-crypt/Manifest
+++ b/dev-vcs/git-crypt/Manifest
@@ -1,2 +1 @@
-DIST git-crypt-0.6.0.tar.gz 57584 BLAKE2B 6557121ef4a3f49b2294f7c6268a55323b7ec192b851fac548e76a9301c65655be72f67eecc248205cefcb0184d52a55f8a462ccec0082552fce3115a18b7267 SHA512 06fd9f6dbdc5c9fa9196f3e81a87cd3688089623b2658daf9c98809d5ca14df0b7ca69fdfe8279abf575957c366f2f93bd5a6885092eb533bd0d1ed9fe9dfac5
DIST git-crypt-0.7.0.tar.gz 57621 BLAKE2B 3307420f2ddeb6742ea53b8e58351dfa68e34e8d83cf6eada626fc9778387c356cd38cfa29f70729ebe39fb9acb9388e489487be7839e40d0a4a47a1b12f4ece SHA512 88eb730f0f0b4622c1a3ce64c62fa97a9a4da0716f4cce86fad8d700e2cb248dae8fc9e92996448564903564dbcddaa1f87201cf7ebc77144660f3044ae92904
diff --git a/dev-vcs/git-crypt/git-crypt-0.6.0-r1.ebuild b/dev-vcs/git-crypt/git-crypt-0.6.0-r1.ebuild
deleted file mode 100644
index d1f3a018f685..000000000000
--- a/dev-vcs/git-crypt/git-crypt-0.6.0-r1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="transparent file encryption in git"
-HOMEPAGE="https://www.agwa.name/projects/git-crypt/"
-SRC_URI="https://github.com/AGWA/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
- dev-libs/openssl:=
- dev-vcs/git
-"
-DEPEND="${RDEPEND}"
-
-src_install() {
- mkdir -p "${D}"/usr/bin || die
- emake PREFIX="${D}"/usr install
-}
^ permalink raw reply related [flat|nested] 11+ messages in thread
end of thread, other threads:[~2024-09-11 6:52 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-01 23:21 [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-crypt/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2024-09-11 6:52 Petr Vaněk
2022-12-01 15:52 Jakov Smolić
2022-11-02 20:06 Sam James
2022-11-01 23:32 Sam James
2022-11-01 23:32 Sam James
2022-11-01 23:21 Sam James
2022-11-01 23:21 Sam James
2021-04-03 21:58 Sam James
2019-03-26 13:19 Lars Wendler
2017-12-24 15:23 Patrick Lauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox