diff options
author | Ben Kohler <bkohler@gentoo.org> | 2023-01-10 12:17:11 -0600 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2023-01-10 12:17:40 -0600 |
commit | b1b19c5faaa015b2a98d54fe185ce9719469305c (patch) | |
tree | b7a6938b556fd48d217f2e8152ce4baa1ed5b495 /dev-python/stapler | |
parent | dev-python/python-keyutils: drop 0.6 (diff) | |
download | gentoo-b1b19c5faaa015b2a98d54fe185ce9719469305c.tar.gz gentoo-b1b19c5faaa015b2a98d54fe185ce9719469305c.tar.bz2 gentoo-b1b19c5faaa015b2a98d54fe185ce9719469305c.zip |
dev-python/stapler: rename distfiles using commit hash
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
Diffstat (limited to 'dev-python/stapler')
-rw-r--r-- | dev-python/stapler/Manifest | 2 | ||||
-rw-r--r-- | dev-python/stapler/stapler-1.0.0_p20220330-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-python/stapler/stapler-1.0.0_p20220330-r2.ebuild | 2 | ||||
-rw-r--r-- | dev-python/stapler/stapler-1.0.0_p20220330-r3.ebuild | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/dev-python/stapler/Manifest b/dev-python/stapler/Manifest index 362284cffa13..8509b2111ea0 100644 --- a/dev-python/stapler/Manifest +++ b/dev-python/stapler/Manifest @@ -1 +1 @@ -DIST stapler-1.0.0_p20220330.tar.gz 43659 BLAKE2B 10c24868d51086b37dd2d517aa84e3c3fc0b6becc7a29ebf496646bdd65494eb0c43488f725241d7bd7b3083ce5703538db3e05de9976a2e5029731fc2e645d2 SHA512 acd2dfec0dfab46b2cf6b440cba6c0db5399be2ba2194ca12530c311c6c5a8028614164af45b850061e7d22cbec33458ceff7757f1b104c722228dc2d02cae0a +DIST stapler-382f1edc62296e071093a5419811a2fca9d78d93.tar.gz 43659 BLAKE2B 10c24868d51086b37dd2d517aa84e3c3fc0b6becc7a29ebf496646bdd65494eb0c43488f725241d7bd7b3083ce5703538db3e05de9976a2e5029731fc2e645d2 SHA512 acd2dfec0dfab46b2cf6b440cba6c0db5399be2ba2194ca12530c311c6c5a8028614164af45b850061e7d22cbec33458ceff7757f1b104c722228dc2d02cae0a diff --git a/dev-python/stapler/stapler-1.0.0_p20220330-r1.ebuild b/dev-python/stapler/stapler-1.0.0_p20220330-r1.ebuild index ba151de7317e..9ff1ae39edd3 100644 --- a/dev-python/stapler/stapler-1.0.0_p20220330-r1.ebuild +++ b/dev-python/stapler/stapler-1.0.0_p20220330-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -12,7 +12,7 @@ COMMIT="382f1edc62296e071093a5419811a2fca9d78d93" DESCRIPTION="Suite of tools for PDF files manipulation written in Python" HOMEPAGE="https://github.com/hellerbarde/stapler" -SRC_URI="https://github.com/hellerbarde/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/hellerbarde/${PN}/archive/${COMMIT}.tar.gz -> ${PN}-${COMMIT}.tar.gz" S="${WORKDIR}/${PN}-${COMMIT}" LICENSE="BSD" diff --git a/dev-python/stapler/stapler-1.0.0_p20220330-r2.ebuild b/dev-python/stapler/stapler-1.0.0_p20220330-r2.ebuild index a86da6ed1319..3ea538b11f62 100644 --- a/dev-python/stapler/stapler-1.0.0_p20220330-r2.ebuild +++ b/dev-python/stapler/stapler-1.0.0_p20220330-r2.ebuild @@ -12,7 +12,7 @@ COMMIT="382f1edc62296e071093a5419811a2fca9d78d93" DESCRIPTION="Suite of tools for PDF files manipulation written in Python" HOMEPAGE="https://github.com/hellerbarde/stapler" -SRC_URI="https://github.com/hellerbarde/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/hellerbarde/${PN}/archive/${COMMIT}.tar.gz -> ${PN}-${COMMIT}.tar.gz" S="${WORKDIR}/${PN}-${COMMIT}" LICENSE="BSD" diff --git a/dev-python/stapler/stapler-1.0.0_p20220330-r3.ebuild b/dev-python/stapler/stapler-1.0.0_p20220330-r3.ebuild index 34da11bb18da..7c84ad2402d5 100644 --- a/dev-python/stapler/stapler-1.0.0_p20220330-r3.ebuild +++ b/dev-python/stapler/stapler-1.0.0_p20220330-r3.ebuild @@ -12,7 +12,7 @@ COMMIT="382f1edc62296e071093a5419811a2fca9d78d93" DESCRIPTION="Suite of tools for PDF files manipulation written in Python" HOMEPAGE="https://github.com/hellerbarde/stapler" -SRC_URI="https://github.com/hellerbarde/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/hellerbarde/${PN}/archive/${COMMIT}.tar.gz -> ${PN}-${COMMIT}.tar.gz" S="${WORKDIR}/${PN}-${COMMIT}" LICENSE="BSD" |