Diff tuxpaint-stamps-20211125 with a tuxpaint-stamps-20220604

/usr/portage/media-gfx/tuxpaint-stamps/tuxpaint-stamps-20220604.ebuild 2023-10-09 14:52:31.652368405 +0300
1
# Copyright 1999-2022 Gentoo Authors
1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
6 6
MY_P=${PN}-${PV:0:4}.${PV:4:2}.${PV:6:2}
7 7

  
8 8
DESCRIPTION="Set of 'Rubber Stamp' images which can be used within Tux Paint"
9
HOMEPAGE="http://www.tuxpaint.org/"
9
HOMEPAGE="https://www.tuxpaint.org/stamps"
10 10
SRC_URI="mirror://sourceforge/tuxpaint/${MY_P}.tar.gz"
11 11
S="${WORKDIR}"/${MY_P}
12 12

  
......
18 18
DEPEND="${RDEPEND}"
19 19

  
20 20
PATCHES=(
21
	"${FILESDIR}"/${P}-make-382.patch
21
	"${FILESDIR}"/${PN}-20211125-make-382.patch
22 22
)
23 23

  
24 24
src_install() {
25 25
	emake PREFIX="${D}/usr" install-all
26 26

  
27
	rm -f docs/COPYING.txt || die
27
	rm docs/COPYING.txt || die
28 28
	dodoc docs/*.txt
29 29
}
Thank you!