commit:     678f3714216c99134193684cd114a68f67b7edf9
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 22 17:43:11 2025 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Jan 22 17:43:11 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=678f3714

app-crypt/cfssl: drop 1.4.1-r1, 1.6.0, 1.6.4-r1

Closes: https://bugs.gentoo.org/905997 (obsolete)
Closes: https://bugs.gentoo.org/889728 (obsolete)
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-crypt/cfssl/Manifest              |  3 ---
 app-crypt/cfssl/cfssl-1.4.1-r1.ebuild | 37 -----------------------------------
 app-crypt/cfssl/cfssl-1.6.0.ebuild    | 33 -------------------------------
 app-crypt/cfssl/cfssl-1.6.4-r1.ebuild | 37 -----------------------------------
 4 files changed, 110 deletions(-)

diff --git a/app-crypt/cfssl/Manifest b/app-crypt/cfssl/Manifest
index a3ab67c527c7..c744d631bd94 100644
--- a/app-crypt/cfssl/Manifest
+++ b/app-crypt/cfssl/Manifest
@@ -1,4 +1 @@
-DIST cfssl-1.4.1.tar.gz 5736648 BLAKE2B 
581627eb269fcbbbe9ff3afe558c6ddc7afa10f563444899244045baa0ae195d8822b389e7c59bec6c9135b1159b18d2a5e497c83cd26eaa47a3a87de23ce694
 SHA512 
0aa557708a300e2eaf48a99d55794069530b6842584cdd867a864272b205c89d5abc2acf3a19d34b3b5519a6429b5f55685129638e65d574ad6afe5b7e1e1e8f
-DIST cfssl-1.6.0.tar.gz 7428162 BLAKE2B 
100313b756885e00a09003bfd326f8b0d69a14d148cd65b97a53667716c14a8841d862740b7dafbca74da30a8f1d6465ca3f3bad6ccd2ed39379bb1de80fd225
 SHA512 
a1470c50a6ffa506d2c1798a9e8af5a60206cd41d24cc3ca8a071e9ddfc3249a07fa79c03dabc3df0800985be7e930018045ae95ee83d31486cba93e516da111
-DIST cfssl-1.6.4.tar.gz 7890450 BLAKE2B 
d179f8768894b3686b377698120df6dd33f7dd82b4f8c74b626ca62168f59eff350129793f0954cc7db5e621d26d99f4e26ea579cf7eb5d5f89520cad060f5ee
 SHA512 
6327d15dda24bf072958c74f4cd0bf1aa4023f935bb24da7f5655739992970fa777f6771603dd3a6edfee6cd2ed418a2fef335f7209ce88cf07674d592c3110f
 DIST cfssl-1.6.5.tar.gz 8164981 BLAKE2B 
e82a80969f1b51142753bb9a8fcd4ec4854eb3a456bc1170159117ca8a29d6cb883c25e37981e7922f91480e161b1d0eea0c5265caaa550ccf31e01b092dac8b
 SHA512 
b59863d534474ba73efe2dc38b55ba4eb1e0911346b6b9fff7778a3bdc77bf58290ab7173e3ce2cd69f38594dc471ce78632c2aa1cf9188eb6163ca272391185

diff --git a/app-crypt/cfssl/cfssl-1.4.1-r1.ebuild 
b/app-crypt/cfssl/cfssl-1.4.1-r1.ebuild
deleted file mode 100644
index d9a5facf5a3f..000000000000
--- a/app-crypt/cfssl/cfssl-1.4.1-r1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit go-module
-
-DESCRIPTION="Cloudflare's PKI and TLS toolkit"
-HOMEPAGE="https://github.com/cloudflare/cfssl";
-SRC_URI="https://github.com/cloudflare/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="Apache-2.0 BSD BSD-1 MIT MPL-2.0"
-SLOT="0"
-KEYWORDS="amd64"
-IUSE="hardened"
-
-PATCHES=(
-       "${FILESDIR}/${P}-build-fix.patch"
-)
-
-src_compile() {
-       # bug 905997
-       use elibc_musl && export CGO_CFLAGS="-D_LARGEFILE64_SOURCE"
-
-       CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')" emake VERSION="${PV}"
-}
-
-src_install() {
-       dobin bin/*
-       dodoc CHANGELOG README.md
-       mv -iv "${ED}"/usr/bin/mkbundle{,.cfssl} || die
-}
-
-pkg_postinst() {
-       ewarn "Please note that mkbundle is renamed to mkbundle.cfssl, to avoid"
-       ewarn "collision with mkbundle in dev-lang/mono"
-}

diff --git a/app-crypt/cfssl/cfssl-1.6.0.ebuild 
b/app-crypt/cfssl/cfssl-1.6.0.ebuild
deleted file mode 100644
index 3d244721ab37..000000000000
--- a/app-crypt/cfssl/cfssl-1.6.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit go-module
-
-DESCRIPTION="Cloudflare's PKI and TLS toolkit"
-HOMEPAGE="https://github.com/cloudflare/cfssl";
-SRC_URI="https://github.com/cloudflare/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="Apache-2.0 BSD BSD-1 MIT MPL-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64"
-IUSE="hardened"
-
-RDEPEND="!!dev-lang/mono" #File collision (bug 614364)
-
-PATCHES=(
-       "${FILESDIR}/${PN}-1.4.1-build-fix.patch"
-)
-
-src_compile() {
-       # bug 905997
-       use elibc_musl && export CGO_CFLAGS="-D_LARGEFILE64_SOURCE"
-
-       CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')" emake VERSION="${PV}"
-}
-
-src_install() {
-       dobin bin/*
-       dodoc CHANGELOG README.md
-}

diff --git a/app-crypt/cfssl/cfssl-1.6.4-r1.ebuild 
b/app-crypt/cfssl/cfssl-1.6.4-r1.ebuild
deleted file mode 100644
index 83786737696b..000000000000
--- a/app-crypt/cfssl/cfssl-1.6.4-r1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit go-module
-
-DESCRIPTION="Cloudflare's PKI and TLS toolkit"
-HOMEPAGE="https://github.com/cloudflare/cfssl";
-SRC_URI="https://github.com/cloudflare/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="Apache-2.0 BSD BSD-1 MIT MPL-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64"
-IUSE="hardened"
-
-PATCHES=(
-       "${FILESDIR}/${PN}-1.4.1-build-fix.patch"
-)
-
-src_compile() {
-       # bug 905997
-       use elibc_musl && export CGO_CFLAGS="-D_LARGEFILE64_SOURCE"
-
-       CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')" emake VERSION="${PV}"
-}
-
-src_install() {
-       dobin bin/*
-       dodoc CHANGELOG README.md
-       mv -iv "${ED}"/usr/bin/mkbundle{,.cfssl} || die
-}
-
-pkg_postinst() {
-       ewarn "Please note that mkbundle is renamed to mkbundle.cfssl, to avoid"
-       ewarn "collision with mkbundle in dev-lang/mono"
-}

Reply via email to