app-arch/libarchive: update DESCRIPTION and metadata, use HTTPS URLs
authorLouis Sautier <sbraz@gentoo.org>
Tue, 19 Feb 2019 12:14:58 +0000 (13:14 +0100)
committerLouis Sautier <sbraz@gentoo.org>
Tue, 19 Feb 2019 12:27:28 +0000 (13:27 +0100)
Package-Manager: Portage-2.3.60, Repoman-2.3.12
Signed-off-by: Louis Sautier <sbraz@gentoo.org>
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

index 842ff50340091def12ff762eb6bc8e71858ba1e0..5ccced536ae252eeeedf0c125ab267ab35272022 100644 (file)
@@ -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"
index 47638ddfd784302a2ad7d4e999458957bf9cba0a..d53b773494cbb98006f5e7a207e37b4e17c1315b 100644 (file)
@@ -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"
index 8a811885cdcae1687a132fc195cd5b965d5fa339..8245d8adaed7deb0bae17c3c8e43dd75133230fa 100644 (file)
@@ -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"
index 3640719d520416fd41eaa4738ce0a81ad6aecb81..7130ab088d0e73f439616bfc8575104f75f33bf6 100644 (file)
@@ -6,8 +6,7 @@
                <name>BSD Project</name>
        </maintainer>
        <longdescription lang="en">
-               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.
        </longdescription>
        <use>
                <flag name="bzip2">
@@ -36,4 +35,8 @@
                        Enable support for zstd compression using <pkg>app-arch/zstd</pkg>
                </flag>
        </use>
+       <upstream>
+               <remote-id type="github">libarchive/libarchive</remote-id>
+               <bugs-to>https://github.com/libarchive/libarchive/issues</bugs-to>
+       </upstream>
 </pkgmetadata>