skel.ebuild: Reorder S after SRC_URI
authorMichał Górny <mgorny@gentoo.org>
Wed, 27 Nov 2019 09:25:41 +0000 (10:25 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sat, 7 Dec 2019 14:36:23 +0000 (15:36 +0100)
commit0f936ec81f1dc20fa58ba40bc17989ee44810214
treec4806382a720c52c5a76d8156cf2deadf02a87c2
parent1fffcf4be92b88a8d317285fb970c6f78b506677
skel.ebuild: Reorder S after SRC_URI

Update the skel variable order to place S immediately after SRC_URI.
This seems to be a growing trend, and is quite reasonable given that
S usually matches the archive name, and e.g. if SRC_URI uses MY_P,
then S usually uses it as well:

    SRC_URI="http://example.com/${MY_P}.tar.gz"
    S=${WORKDIR}/${MY_P}

Signed-off-by: Michał Górny <mgorny@gentoo.org>
skel.ebuild