Install this version:
emerge -a =media-gfx/tuxpaint-stamps-20241025
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =media-gfx/tuxpaint-stamps-20241025
Or alternatively:
emerge --autounmask-write -a =media-gfx/tuxpaint-stamps-20241025
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
MY_P=${PN}-${PV:0:4}.${PV:4:2}.${PV:6:2}
DESCRIPTION="Set of 'Rubber Stamp' images which can be used within Tux Paint"
HOMEPAGE="https://www.tuxpaint.org/stamps"
SRC_URI="https://downloads.sourceforge.net/tuxpaint/${MY_P}.tar.gz"
S="${WORKDIR}"/${MY_P}
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
RDEPEND="media-gfx/tuxpaint"
DEPEND="${RDEPEND}"
PATCHES=(
"${FILESDIR}"/${PN}-20211125-make-382.patch
)
src_install() {
emake PREFIX="${D}/usr" install-all
rm docs/COPYING.txt || die "Failed to rm docs/COPYING.txt"
dodoc docs/*.txt
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | tuxpaint-stamps-2024.10.25.tar.gz | 93171315 bytes | https://downloads.sourceforge.net/tuxpaint/tuxpaint-stamps-2024.10.25.tar.gz |