app-crypt/sequoia-sq: drop 1.1.0, 1.2.0, 1.3.0

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2025-07-20 18:15:55 +01:00
parent 113cd6542e
commit bf476998d3
4 changed files with 0 additions and 264 deletions

View File

@@ -1,8 +1,2 @@
DIST sequoia-sq-1.1.0-crates.tar.xz 47316236 BLAKE2B 78d7e18c1c62a5758c423fc41c57cd4429cb33559dad0aefb6d4628ce514835d61f2d1ab86e864a7b3083d9ccc7f6628af90f8fed472a8c0584aaa61ad05ff86 SHA512 8d7ea1e12b4a69a0f98d2381a0e953623ab1ec8cda3343e2730db886a5721168413d957d27291fc2749a531da6d281cbf34247fa9a91d598841731e1ca206ae8
DIST sequoia-sq-1.2.0-crates.tar.xz 47535108 BLAKE2B 509e5c71b4cb3727013a9d11a9ed0d72cdd56f58b3a000968c641a0c0477447868eb71191b269de5fa230eb24d9d5861f3c30d43838a9adbd7968af6783d54ad SHA512 70dd4a0c3149b2e4335cf9391fc8cd266a030a81533b65b98dae98a1b30e4bdbb212bfe471fc394249200cf8f275ab464ecf4df78a7f2458e73dbe588d86c6c8
DIST sequoia-sq-1.3.0-crates.tar.xz 45373732 BLAKE2B 767a4e07d95d5d6ee8f85b7e71464c5248715366cf8dfdd79bc2263fc8e001ad4234f26cb723cd98e060da0bee97c57ab575735b1b9cc7a43c0bef70a73a9e38 SHA512 9f7d67562da3cf403ac3ae06c6a8d28660fbe5fb7705aeb5c31c6a2ab0ead936fe02275db93509720ae14854752829e205cd7845b9c975964717db94f58050c2
DIST sequoia-sq-1.3.1-crates.tar.xz 45373732 BLAKE2B 767a4e07d95d5d6ee8f85b7e71464c5248715366cf8dfdd79bc2263fc8e001ad4234f26cb723cd98e060da0bee97c57ab575735b1b9cc7a43c0bef70a73a9e38 SHA512 9f7d67562da3cf403ac3ae06c6a8d28660fbe5fb7705aeb5c31c6a2ab0ead936fe02275db93509720ae14854752829e205cd7845b9c975964717db94f58050c2
DIST sequoia-sq-v1.1.0.tar.bz2 670352 BLAKE2B c69f77b0c8f1f3d4f02d3518d240b6c15a711838e565bb080c22863240a1bfd2a47958d39313ac274bbc4d808548043ad8dd07252f310cb9d51f5f098a0159a6 SHA512 f23103f1863dd6712e7830ed9d23b0209cddeeb4d209b4d71d920b41d58adaac22b9e19218f7a26d4f513e0a211646f6c2eb8b8cdf18da13c96c599cbf116f6f
DIST sequoia-sq-v1.2.0.tar.bz2 683728 BLAKE2B 12d1d4872804cf015526d0c2c07a1af3b3e200e349b6f9257819168daabed9246c670561f3b95b6ec6f966255ad8043a6f63aebf3610485ed6657ef8751e8c1c SHA512 49b5e48a5ac2eaaa5154164b453a778418c36a5c9a2659541e16c1fcc5615f4a8ceaa0311a631be6cbb6ee4a20982bc3d20c6533780d2d3d698d28f786f8a8bb
DIST sequoia-sq-v1.3.0.tar.bz2 675390 BLAKE2B f2b6d1a6dfbfb56594f420c005cde0dc2ffae69b62a88be4572982590be27640b081734d07f0664b86949a8289263fab50e32eb415f0a8b6d6d2d633a5e79fac SHA512 6a2a6720787d5643e773354c19206c6db2760b61103982be417d0cb0983ea459fc0803517e84c845b5d4b48051f3aaac4fabcb57ebc14968a0e7dbb88629e54c
DIST sequoia-sq-v1.3.1.tar.bz2 675650 BLAKE2B 516e6712b15108aec67ea218584e629be56086bf7dae8944d4ab5ea669aeefc56b88b2a86550133b130470f7a73decb839d6e6bcce8a994e7a4e9218d5f214b7 SHA512 043d7ff85333e4a126fe86001ebe0f99c1a2142a4d7ac49138c160b7ce9b9c21c013691ac50f4eb153512e38bb1b151cab1f358c65a8797c55ee0bd6c45fe8a1

View File

@@ -1,78 +0,0 @@
# Copyright 2021-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
CRATES="
"
LLVM_COMPAT=( {16..19} )
inherit cargo llvm-r1 shell-completion
DESCRIPTION="CLI of the Sequoia OpenPGP implementation"
HOMEPAGE="https://sequoia-pgp.org/ https://gitlab.com/sequoia-pgp/sequoia-sq"
SRC_URI="https://gitlab.com/sequoia-pgp/sequoia-sq/-/archive/v${PV}/${PN}-v${PV}.tar.bz2"
SRC_URI+=" https://github.com/gentoo-crate-dist/${PN}/releases/download/v${PV}/${P}-crates.tar.xz"
S="${WORKDIR}"/${PN}-v${PV}
LICENSE="LGPL-2.1+"
# Dependent crate licenses
LICENSE+="
Apache-2.0 BSD Boost-1.0 CC0-1.0 ISC LGPL-2+ MIT MIT-0 MPL-2.0
Unicode-3.0
|| ( GPL-2 GPL-3 LGPL-3 )
"
SLOT="0"
KEYWORDS="amd64 ~arm64 ~ppc64"
QA_FLAGS_IGNORED="usr/bin/sq"
COMMON_DEPEND="
dev-db/sqlite:3
dev-libs/gmp:=
dev-libs/nettle:=
dev-libs/openssl:=
"
DEPEND="
${COMMON_DEPEND}
dev-libs/capnproto
"
RDEPEND="
${COMMON_DEPEND}
"
# Clang needed for bindgen
BDEPEND="
$(llvm_gen_dep '
llvm-core/clang:${LLVM_SLOT}
')
virtual/pkgconfig
"
pkg_setup() {
llvm-r1_pkg_setup
rust_pkg_setup
}
src_compile() {
# Set this here so that it doesn't change if we run tests
# and cause a recompilation.
asset_dir="${T}"/assets
export ASSET_OUT_DIR="${asset_dir}"
# Setting CARGO_TARGET_DIR is required to have the build system
# create the bash and zsh completion files.
export CARGO_TARGET_DIR="${S}/target"
cargo_src_compile
}
src_install() {
cargo_src_install
doman "${asset_dir}"/man-pages/*
local completion_dir="${asset_dir}"/shell-completions
newbashcomp "${completion_dir}"/sq.bash sq
dozshcomp "${completion_dir}"/_sq
dofishcomp "${completion_dir}"/sq.fish
}

View File

@@ -1,90 +0,0 @@
# Copyright 2021-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
CRATES="
"
LLVM_COMPAT=( {16..20} )
inherit cargo llvm-r1 shell-completion
DESCRIPTION="CLI of the Sequoia OpenPGP implementation"
HOMEPAGE="https://sequoia-pgp.org/ https://gitlab.com/sequoia-pgp/sequoia-sq"
SRC_URI="https://gitlab.com/sequoia-pgp/sequoia-sq/-/archive/v${PV}/${PN}-v${PV}.tar.bz2"
SRC_URI+=" https://github.com/gentoo-crate-dist/${PN}/releases/download/v${PV}/${P}-crates.tar.xz"
S="${WORKDIR}"/${PN}-v${PV}
LICENSE="LGPL-2.1+"
# Dependent crate licenses
LICENSE+="
Apache-2.0 BSD Boost-1.0 CC0-1.0 ISC LGPL-2+ MIT MIT-0 MPL-2.0
Unicode-3.0
|| ( GPL-2 GPL-3 LGPL-3 )
"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~ppc64"
QA_FLAGS_IGNORED="usr/bin/sq"
COMMON_DEPEND="
app-arch/bzip2
dev-db/sqlite:3
dev-libs/gmp:=
dev-libs/nettle:=
dev-libs/openssl:=
"
DEPEND="
${COMMON_DEPEND}
dev-libs/capnproto
"
RDEPEND="
${COMMON_DEPEND}
"
# Clang needed for bindgen
BDEPEND="
$(llvm_gen_dep '
llvm-core/clang:${LLVM_SLOT}
')
virtual/pkgconfig
"
pkg_setup() {
llvm-r1_pkg_setup
rust_pkg_setup
}
src_compile() {
# Set this here so that it doesn't change if we run tests
# and cause a recompilation.
asset_dir="${T}"/assets
export ASSET_OUT_DIR="${asset_dir}"
# Setting CARGO_TARGET_DIR is required to have the build system
# create the bash and zsh completion files.
export CARGO_TARGET_DIR="${S}/target"
# https://wiki.gentoo.org/wiki/Project:Rust/sys_crates#bzip2-sys
mkdir "${T}/pkg-config" || die
export PKG_CONFIG_PATH=${T}/pkg-config${PKG_CONFIG_PATH+:${PKG_CONFIG_PATH}}
cat >> "${T}/pkg-config/bzip2.pc" <<-EOF || die
Name: bzip2
Version: 9999
Description:
Libs: -lbz2
EOF
cargo_src_compile
}
src_install() {
cargo_src_install
doman "${asset_dir}"/man-pages/*
local completion_dir="${asset_dir}"/shell-completions
newbashcomp "${completion_dir}"/sq.bash sq
dozshcomp "${completion_dir}"/_sq
dofishcomp "${completion_dir}"/sq.fish
}

View File

@@ -1,90 +0,0 @@
# Copyright 2021-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
CRATES="
"
LLVM_COMPAT=( {16..20} )
inherit cargo llvm-r1 shell-completion
DESCRIPTION="CLI of the Sequoia OpenPGP implementation"
HOMEPAGE="https://sequoia-pgp.org/ https://gitlab.com/sequoia-pgp/sequoia-sq"
SRC_URI="https://gitlab.com/sequoia-pgp/sequoia-sq/-/archive/v${PV}/${PN}-v${PV}.tar.bz2"
SRC_URI+=" https://github.com/gentoo-crate-dist/${PN}/releases/download/v${PV}/${P}-crates.tar.xz"
S="${WORKDIR}"/${PN}-v${PV}
LICENSE="LGPL-2.1+"
# Dependent crate licenses
LICENSE+="
Apache-2.0 BSD Boost-1.0 CC0-1.0 ISC LGPL-2+ MIT MIT-0 MPL-2.0
Unicode-3.0
|| ( GPL-2 GPL-3 LGPL-3 )
"
SLOT="0"
KEYWORDS="amd64 ~arm64 ~ppc64"
QA_FLAGS_IGNORED="usr/bin/sq"
COMMON_DEPEND="
app-arch/bzip2
dev-db/sqlite:3
dev-libs/gmp:=
dev-libs/nettle:=
dev-libs/openssl:=
"
DEPEND="
${COMMON_DEPEND}
dev-libs/capnproto
"
RDEPEND="
${COMMON_DEPEND}
"
# Clang needed for bindgen
BDEPEND="
$(llvm_gen_dep '
llvm-core/clang:${LLVM_SLOT}
')
virtual/pkgconfig
"
pkg_setup() {
llvm-r1_pkg_setup
rust_pkg_setup
}
src_compile() {
# Set this here so that it doesn't change if we run tests
# and cause a recompilation.
asset_dir="${T}"/assets
export ASSET_OUT_DIR="${asset_dir}"
# Setting CARGO_TARGET_DIR is required to have the build system
# create the bash and zsh completion files.
export CARGO_TARGET_DIR="${S}/target"
# https://wiki.gentoo.org/wiki/Project:Rust/sys_crates#bzip2-sys
mkdir "${T}/pkg-config" || die
export PKG_CONFIG_PATH=${T}/pkg-config${PKG_CONFIG_PATH+:${PKG_CONFIG_PATH}}
cat >> "${T}/pkg-config/bzip2.pc" <<-EOF || die
Name: bzip2
Version: 9999
Description:
Libs: -lbz2
EOF
cargo_src_compile
}
src_install() {
cargo_src_install
doman "${asset_dir}"/man-pages/*.1
local completion_dir="${asset_dir}"/shell-completions
newbashcomp "${completion_dir}"/sq.bash sq
dozshcomp "${completion_dir}"/_sq
dofishcomp "${completion_dir}"/sq.fish
}