From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 80483138334 for ; Tue, 19 Feb 2019 12:27:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6BEB9E0887; Tue, 19 Feb 2019 12:27:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 30868E0887 for ; Tue, 19 Feb 2019 12:27:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A3DE1335CCB for ; Tue, 19 Feb 2019 12:27:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1D4864FF for ; Tue, 19 Feb 2019 12:27:55 +0000 (UTC) From: "Louis Sautier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Louis Sautier" Message-ID: <1550579248.fc03d628e5adaa7d426914a034e50e4de5ef0d04.sbraz@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/libarchive/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/libarchive/libarchive-3.3.1.ebuild app-arch/libarchive/libarchive-3.3.2.ebuild app-arch/libarchive/libarchive-3.3.3.ebuild app-arch/libarchive/metadata.xml X-VCS-Directories: app-arch/libarchive/ X-VCS-Committer: sbraz X-VCS-Committer-Name: Louis Sautier X-VCS-Revision: fc03d628e5adaa7d426914a034e50e4de5ef0d04 X-VCS-Branch: master Date: Tue, 19 Feb 2019 12:27:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f0481b4c-b6bb-48e3-9208-0bd1b14b7fc7 X-Archives-Hash: e3211cdd75238ba142d10c9e28495b37 commit: fc03d628e5adaa7d426914a034e50e4de5ef0d04 Author: Louis Sautier gentoo org> AuthorDate: Tue Feb 19 12:14:58 2019 +0000 Commit: Louis Sautier gentoo org> CommitDate: Tue Feb 19 12:27:28 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc03d628 app-arch/libarchive: update DESCRIPTION and metadata, use HTTPS URLs Package-Manager: Portage-2.3.60, Repoman-2.3.12 Signed-off-by: Louis Sautier gentoo.org> app-arch/libarchive/libarchive-3.3.1.ebuild | 8 ++++---- app-arch/libarchive/libarchive-3.3.2.ebuild | 8 ++++---- app-arch/libarchive/libarchive-3.3.3.ebuild | 6 +++--- app-arch/libarchive/metadata.xml | 7 +++++-- 4 files changed, 16 insertions(+), 13 deletions(-) diff --git a/app-arch/libarchive/libarchive-3.3.1.ebuild b/app-arch/libarchive/libarchive-3.3.1.ebuild index 842ff503400..5ccced536ae 100644 --- a/app-arch/libarchive/libarchive-3.3.1.ebuild +++ b/app-arch/libarchive/libarchive-3.3.1.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit eutils libtool multilib-minimal toolchain-funcs -DESCRIPTION="BSD tar command" -HOMEPAGE="http://www.libarchive.org/" -SRC_URI="http://www.libarchive.org/downloads/${P}.tar.gz" +DESCRIPTION="Multi-format archive and compression library" +HOMEPAGE="https://www.libarchive.org/" +SRC_URI="https://www.libarchive.org/downloads/${P}.tar.gz" LICENSE="BSD BSD-2 BSD-4 public-domain" SLOT="0/13" diff --git a/app-arch/libarchive/libarchive-3.3.2.ebuild b/app-arch/libarchive/libarchive-3.3.2.ebuild index 47638ddfd78..d53b773494c 100644 --- a/app-arch/libarchive/libarchive-3.3.2.ebuild +++ b/app-arch/libarchive/libarchive-3.3.2.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit eutils libtool multilib-minimal toolchain-funcs -DESCRIPTION="BSD tar command" -HOMEPAGE="http://www.libarchive.org/" -SRC_URI="http://www.libarchive.org/downloads/${P}.tar.gz" +DESCRIPTION="Multi-format archive and compression library" +HOMEPAGE="https://www.libarchive.org/" +SRC_URI="https://www.libarchive.org/downloads/${P}.tar.gz" LICENSE="BSD BSD-2 BSD-4 public-domain" SLOT="0/13" diff --git a/app-arch/libarchive/libarchive-3.3.3.ebuild b/app-arch/libarchive/libarchive-3.3.3.ebuild index 8a811885cdc..8245d8adaed 100644 --- a/app-arch/libarchive/libarchive-3.3.3.ebuild +++ b/app-arch/libarchive/libarchive-3.3.3.ebuild @@ -4,9 +4,9 @@ EAPI=7 inherit libtool multilib-minimal toolchain-funcs -DESCRIPTION="BSD tar command" -HOMEPAGE="http://www.libarchive.org/" -SRC_URI="http://www.libarchive.org/downloads/${P}.tar.gz" +DESCRIPTION="Multi-format archive and compression library" +HOMEPAGE="https://www.libarchive.org/" +SRC_URI="https://www.libarchive.org/downloads/${P}.tar.gz" LICENSE="BSD BSD-2 BSD-4 public-domain" SLOT="0/13" diff --git a/app-arch/libarchive/metadata.xml b/app-arch/libarchive/metadata.xml index 3640719d520..7130ab088d0 100644 --- a/app-arch/libarchive/metadata.xml +++ b/app-arch/libarchive/metadata.xml @@ -6,8 +6,7 @@ BSD Project - The bsdtar program creates and manipulates streaming archive files. - It has a number of advantages over previous tar implementations. + C library and command-line tools for reading and writing tar, cpio, zip, ISO, and other archive formats. @@ -36,4 +35,8 @@ Enable support for zstd compression using app-arch/zstd + + libarchive/libarchive + https://github.com/libarchive/libarchive/issues +