From 8b5a92f1e1eccecfa61db8a4744e1b9d449522b6 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 5 May 2023 17:31:39 +0100 Subject: gentoo auto-resync : 05:05:2023 - 17:31:39 --- app-backup/tarsnap/Manifest | 2 +- app-backup/tarsnap/tarsnap-1.0.40-r1.ebuild | 57 ---------------------------- app-backup/tarsnap/tarsnap-1.0.40-r2.ebuild | 59 +++++++++++++++++++++++++++++ 3 files changed, 60 insertions(+), 58 deletions(-) delete mode 100644 app-backup/tarsnap/tarsnap-1.0.40-r1.ebuild create mode 100644 app-backup/tarsnap/tarsnap-1.0.40-r2.ebuild (limited to 'app-backup/tarsnap') diff --git a/app-backup/tarsnap/Manifest b/app-backup/tarsnap/Manifest index c7076e703ac9..0fc83bff9061 100644 --- a/app-backup/tarsnap/Manifest +++ b/app-backup/tarsnap/Manifest @@ -3,6 +3,6 @@ AUX tarsnap-1.0.40-strict-aliasing-fix.patch 5146 BLAKE2B 5026b2ec6833d9d50adbff DIST tarsnap-autoconf-1.0.39.tgz 641089 BLAKE2B 4da7fa75c2a6df3186fac4f39a511532ae866c287a2bdc8dcc22049b53fcc903305f84fae9258793bc0c7a47b208d0bf2995143ee7b4296a35b4ca41d65d9a09 SHA512 dec8a72144a3a7fd42b006933c904b812894ca9fe2c57ecc4fbba817b9b49c8f15517530a00b0c3a9897e3182b4d9aee525334537806a9c4f7308086678fa2b4 DIST tarsnap-autoconf-1.0.40.tgz 723380 BLAKE2B a794bb9bae3637c36841ad4bb0fa1c0e1c39a78ac2dc92f18cbe7dfe1036aa861f5421751dd8a85948dcb101ecb81f2177e844609b289238abd9a8448ba1655a SHA512 a4910c5cbea4a71218638703ba3140e5536a2c9bb7f35007115a7ae4a87fcd07b1be91d88e49240ee8db39be326bac049c0893c1406f215123d55a13b7b57941 EBUILD tarsnap-1.0.39-r1.ebuild 974 BLAKE2B db7c509ba7e4a11481194ab2ac89136116f127c06f6f884d3e1e954df2c082e9e25388fd62460c1c92310ee5a13d47420774c28c163f89476ac8daa3942a81de SHA512 6a38edf81816e64bcb978e01362354f4bbae1b39f1733440576baa6e46a70bde954adeb2f48624362f4271dca59c24c4eac8e6341bafa2648314fe7f9a569abc -EBUILD tarsnap-1.0.40-r1.ebuild 1060 BLAKE2B 0bee535b9caf4db750f267e9d229669c6330b0c752a9c8da25d265cdfd118a11182521013a36501b98dd7374095cd12bb8ae7420d80caafc7bd0ae8f0885b749 SHA512 770239ebd03cf851e235779cc6e4d0bb27763b0aed4867019a3f88af92f986b7777dd8f3f870e346c208d13754d7fbcd702b886c0f7397a65f6d4687d6602255 +EBUILD tarsnap-1.0.40-r2.ebuild 1114 BLAKE2B 11eb8357966bed5c06c98e1b244620d5a5e016bbc7f4cf370797a407700f1c0040df01dbe9e99cabf6f11dc1bb773623ac1e63c4c5d840b264a8f2d64bb928e9 SHA512 701f898426fd875ce5e102f06c4fab0e54f8493095d5993b9323e1f99762c151901b50f4775758a7ffe0cbf86777f8ca4f66c5afea306bae0d8f508b62cbb000 EBUILD tarsnap-1.0.40.ebuild 1014 BLAKE2B 5fbeb767bb84928a0c737227cccb90a816e516130202e752f417ebd0efc01e286c69cff52f01c80a8418001deb34057934873a21f29f82cb328791dfe4e27d63 SHA512 696a6460f4ac16de35eb145be1f6f4f6396816afdeedddb5e8f296fb28d330b84faa82ff6913a77cd28f4d196539c1d986ef075584687451eb73ff492d8cbc5e MISC metadata.xml 248 BLAKE2B 98c57e4c0ad56d29830f000cba122733442e4076a7c897c67fa73c38d2bef0e685f2ea515035e8603654b2424f096f759602f20c4ff3acaeea770b0aa235e0b3 SHA512 91d7691f4846ba6fe1b69556e74ed41337287a90b067cc39e0832f3b0a771b2c20e42f832b33f2f2c8519061355c5af7f83afb005f9e28617a6fbfbb650d8091 diff --git a/app-backup/tarsnap/tarsnap-1.0.40-r1.ebuild b/app-backup/tarsnap/tarsnap-1.0.40-r1.ebuild deleted file mode 100644 index 3adbe02afcf0..000000000000 --- a/app-backup/tarsnap/tarsnap-1.0.40-r1.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit bash-completion-r1 toolchain-funcs - -DESCRIPTION="Online backups for the truly paranoid" -HOMEPAGE="https://www.tarsnap.com/" -SRC_URI="https://www.tarsnap.com/download/${PN}-autoconf-${PV}.tgz" -S="${WORKDIR}"/${PN}-autoconf-${PV} - -LICENSE="tarsnap" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="acl bzip2 lzma xattr" - -RDEPEND=" - dev-libs/openssl:= - sys-fs/e2fsprogs - sys-libs/zlib - acl? ( sys-apps/acl ) - bzip2? ( app-arch/bzip2 ) - lzma? ( app-arch/xz-utils ) - xattr? ( sys-apps/attr ) -" -# Required for "magic.h" -DEPEND=" - ${RDEPEND} - virtual/os-headers -" - -PATCHES=( - "${FILESDIR}"/${PN}-1.0.39-respect-AR.patch - "${FILESDIR}"/${P}-strict-aliasing-fix.patch -) - -src_configure() { - local myeconfargs=( - $(use_enable xattr) - $(use_enable acl) - $(use_with bzip2 bz2lib) - --without-lzmadec - $(use_with lzma) - ) - - econf "${myeconfargs[@]}" -} - -src_compile() { - emake AR="$(tc-getAR)" -} - -src_install() { - default - dobashcomp misc/bash_completion.d/* -} diff --git a/app-backup/tarsnap/tarsnap-1.0.40-r2.ebuild b/app-backup/tarsnap/tarsnap-1.0.40-r2.ebuild new file mode 100644 index 000000000000..630b4bb5de3e --- /dev/null +++ b/app-backup/tarsnap/tarsnap-1.0.40-r2.ebuild @@ -0,0 +1,59 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit bash-completion-r1 toolchain-funcs + +DESCRIPTION="Online backups for the truly paranoid" +HOMEPAGE="https://www.tarsnap.com/" +SRC_URI="https://www.tarsnap.com/download/${PN}-autoconf-${PV}.tgz" +S="${WORKDIR}"/${PN}-autoconf-${PV} + +LICENSE="tarsnap" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="acl bzip2 lzma xattr" + +RDEPEND=" + app-arch/bzip2 + dev-libs/openssl:= + sys-fs/e2fsprogs + sys-libs/zlib + acl? ( sys-apps/acl ) + lzma? ( app-arch/xz-utils ) + xattr? ( sys-apps/attr ) +" +# Required for "magic.h" +DEPEND=" + ${RDEPEND} + virtual/os-headers +" + +PATCHES=( + "${FILESDIR}"/${PN}-1.0.39-respect-AR.patch + "${FILESDIR}"/${P}-strict-aliasing-fix.patch +) + +src_configure() { + local myeconfargs=( + $(use_enable xattr) + $(use_enable acl) + # The bundled libarchive (ancient copy) always builds + # the bzip2 bits. + --with-bz2lib + --without-lzmadec + $(use_with lzma) + ) + + econf "${myeconfargs[@]}" +} + +src_compile() { + emake AR="$(tc-getAR)" +} + +src_install() { + default + dobashcomp misc/bash_completion.d/* +} -- cgit v1.2.3