diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2021-05-07 21:44:25 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2021-05-07 21:44:51 +0200 |
commit | dc218ed738e5ff64db68df32f42e3940fddc8d7d (patch) | |
tree | 28d65176a32f7ac68ba0ca109467a930cf22f00e /app-backup | |
parent | dev-perl/Crypt-OpenSSL-Bignum: Remove old (diff) | |
download | gentoo-dc218ed738e5ff64db68df32f42e3940fddc8d7d.tar.gz gentoo-dc218ed738e5ff64db68df32f42e3940fddc8d7d.tar.bz2 gentoo-dc218ed738e5ff64db68df32f42e3940fddc8d7d.zip |
app-backup/tarsnap: drop old
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'app-backup')
-rw-r--r-- | app-backup/tarsnap/Manifest | 1 | ||||
-rw-r--r-- | app-backup/tarsnap/tarsnap-1.0.37.ebuild | 42 |
2 files changed, 0 insertions, 43 deletions
diff --git a/app-backup/tarsnap/Manifest b/app-backup/tarsnap/Manifest index 51b639e86d98..a136bb15a19b 100644 --- a/app-backup/tarsnap/Manifest +++ b/app-backup/tarsnap/Manifest @@ -1,2 +1 @@ -DIST tarsnap-autoconf-1.0.37.tgz 629450 BLAKE2B 440858098c5c3f2be6fb6b1473ab4fade158203162c04fbc4c2e051f443c7ce3246ab0701e117bccb436b8f1f022e986ec67f653a3c34b9c36da99ca85d73bc8 SHA512 050053f2109b74cda16511cf35ab2c11e0470ba745c661d254b7c17efde9e629830d519896b343dbd4f48ee739dfef47b724eb5e2e78c3e7dbc4ae018a536a5f DIST tarsnap-autoconf-1.0.39.tgz 641089 BLAKE2B 4da7fa75c2a6df3186fac4f39a511532ae866c287a2bdc8dcc22049b53fcc903305f84fae9258793bc0c7a47b208d0bf2995143ee7b4296a35b4ca41d65d9a09 SHA512 dec8a72144a3a7fd42b006933c904b812894ca9fe2c57ecc4fbba817b9b49c8f15517530a00b0c3a9897e3182b4d9aee525334537806a9c4f7308086678fa2b4 diff --git a/app-backup/tarsnap/tarsnap-1.0.37.ebuild b/app-backup/tarsnap/tarsnap-1.0.37.ebuild deleted file mode 100644 index 129029b4b85a..000000000000 --- a/app-backup/tarsnap/tarsnap-1.0.37.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit bash-completion-r1 - -DESCRIPTION="Online backups for the truly paranoid" -HOMEPAGE="http://www.tarsnap.com/" -SRC_URI="https://www.tarsnap.com/download/${PN}-autoconf-${PV}.tgz" - -LICENSE="tarsnap" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="acl bzip2 lzma xattr" - -RDEPEND=" - dev-libs/openssl:0= - sys-libs/e2fsprogs-libs - sys-libs/zlib - acl? ( sys-apps/acl ) - bzip2? ( app-arch/bzip2 ) - lzma? ( app-arch/xz-utils ) - xattr? ( sys-apps/attr )" -DEPEND="${RDEPEND} - virtual/os-headers" # Required for "magic.h" - -S=${WORKDIR}/${PN}-autoconf-${PV} - -src_configure() { - econf \ - $(use_enable xattr) \ - $(use_enable acl) \ - $(use_with bzip2 bz2lib) \ - --without-lzmadec \ - $(use_with lzma) -} - -src_install() { - default - dobashcomp misc/bash_completion.d/* -} |