diff options
author | Sam James <sam@gentoo.org> | 2022-10-18 00:29:06 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-10-18 00:29:22 +0100 |
commit | 9136cd18ec0c874dae5a63df5caca8da8995d741 (patch) | |
tree | 3b3e90a54a6e111612c9896ed16dbcfdc4dae327 /media-gfx/mypaint-brushes | |
parent | dev-libs/libgnt: add sourceforge upstream metadata (diff) | |
download | gentoo-9136cd18ec0c874dae5a63df5caca8da8995d741.tar.gz gentoo-9136cd18ec0c874dae5a63df5caca8da8995d741.tar.bz2 gentoo-9136cd18ec0c874dae5a63df5caca8da8995d741.zip |
media-gfx/mypaint-brushes: switch to (xz) release tarballs
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-gfx/mypaint-brushes')
-rw-r--r-- | media-gfx/mypaint-brushes/Manifest | 2 | ||||
-rw-r--r-- | media-gfx/mypaint-brushes/mypaint-brushes-2.0.2-r1.ebuild (renamed from media-gfx/mypaint-brushes/mypaint-brushes-2.0.2.ebuild) | 7 |
2 files changed, 3 insertions, 6 deletions
diff --git a/media-gfx/mypaint-brushes/Manifest b/media-gfx/mypaint-brushes/Manifest index 69ab7282754f..2dbebfe48f5f 100644 --- a/media-gfx/mypaint-brushes/Manifest +++ b/media-gfx/mypaint-brushes/Manifest @@ -1 +1 @@ -DIST mypaint-brushes-2.0.2.tar.gz 1564926 BLAKE2B 68a244f42cd5d9b1f96466f5409f0c7ebae257f6dbbfdc5139cb9fda86ee4898ce8fda2a35e96f3a65f41333f7f689edb85445bcd88dc0fc4b428d05ba2870fe SHA512 89cecd9d78f4de84ada97a3e33fd67b86dfd259880da15c0ecbfad0fceb8c3b0e93790f3c0bff0cc375959bdf6921b01d1f3646e27c3f961715219a349017556 +DIST mypaint-brushes-2.0.2.tar.xz 1522216 BLAKE2B ba274d9abcac51bba3b8e7d4489893eef62e2b35ee8d0607d476d022150d92944693cae6d1ddb9f4f9b01f229f050f4ccf7416a0ef0fe27e9e0f5e84a4e2c56f SHA512 bae870e930381b818165e5e39d38b25782d5744c9a507a71dab37ae7ca2d4502896057f919a16eb9305d803a01db3a948a735d5c5b850893997a9afd6403144b diff --git a/media-gfx/mypaint-brushes/mypaint-brushes-2.0.2.ebuild b/media-gfx/mypaint-brushes/mypaint-brushes-2.0.2-r1.ebuild index 51718d70c079..64652b5f63be 100644 --- a/media-gfx/mypaint-brushes/mypaint-brushes-2.0.2.ebuild +++ b/media-gfx/mypaint-brushes/mypaint-brushes-2.0.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -7,15 +7,12 @@ inherit autotools DESCRIPTION="Default MyPaint brushes" HOMEPAGE="https://github.com/mypaint/mypaint-brushes" -SRC_URI="https://github.com/mypaint/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/mypaint/mypaint-brushes/releases/download/v${PV}/${P}.tar.xz" LICENSE="CC0-1.0" SLOT="2.0" # due to pkgconfig name "mypaint-brushes-2.0" KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~ppc ppc64 ~riscv x86" -# Chosen to exclude README symlink -DOCS=( AUTHORS NEWS README.md ) - src_prepare() { default eautoreconf |