vcs-snapshot.eclass: Add verbose einfo for unpacking
authorMichał Górny <mgorny@gentoo.org>
Thu, 25 Jul 2019 05:46:41 +0000 (07:46 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sat, 27 Jul 2019 09:49:47 +0000 (11:49 +0200)
Add an einfo call to make explicit notice of each archive being
unpacked.

Signed-off-by: Michał Górny <mgorny@gentoo.org>
eclass/vcs-snapshot.eclass

index 2e734c509d1a2708c4f4440fdf18613d5b5386b7..312e9a4611e15ee8c622d3585e4f5114e4c7f997 100644 (file)
@@ -72,6 +72,7 @@ vcs-snapshot_src_unpack() {
                                # fine? i.e. if the tarball has actually a parent dir.
                                mkdir "${destdir}" || die
                                # -o (--no-same-owner) to avoid restoring original owner
+                               einfo "Unpacking ${f}"
                                tar -C "${destdir}" -x -o --strip-components 1 \
                                        -f "${DISTDIR}/${f}" || die
                                ;;