Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 666298
Collapse All | Expand All

(-)a/media-gfx/tuxpaint-stamps/files/tuxpaint-stamps-20090628-make-382.patch (-2 / +2 lines)
Lines 1-7 Link Here
1
http://bugs.gentoo.org/334569
1
http://bugs.gentoo.org/334569
2
2
3
--- Makefile
3
--- a/Makefile
4
+++ Makefile
4
+++ b/Makefile
5
@@ -79,9 +79,7 @@
5
@@ -79,9 +79,7 @@
6
 	@rm -rf "build/tuxpaint-stamps-$(VER_DATE)" "build/tuxpaint-stamps-$(VER_DATE).tar.gz"
6
 	@rm -rf "build/tuxpaint-stamps-$(VER_DATE)" "build/tuxpaint-stamps-$(VER_DATE).tar.gz"
7
 	@-if [ -d build ] ; then rmdir build ; fi
7
 	@-if [ -d build ] ; then rmdir build ; fi
(-)a/media-gfx/tuxpaint-stamps/tuxpaint-stamps-20090628-r1.ebuild (+28 lines)
Line 0 Link Here
1
# Copyright 1999-2018 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
3
4
EAPI=7
5
6
MY_P=${PN}-${PV:0:4}.${PV:4:2}.${PV:6:2}
7
8
DESCRIPTION="Set of 'Rubber Stamp' images which can be used within Tux Paint"
9
HOMEPAGE="http://www.tuxpaint.org/"
10
SRC_URI="mirror://sourceforge/tuxpaint/${MY_P}.tar.gz"
11
12
LICENSE="GPL-2"
13
SLOT="0"
14
KEYWORDS="~amd64 ~ppc ~x86"
15
16
RDEPEND="media-gfx/tuxpaint"
17
DEPEND="${RDEPEND}"
18
19
S="${WORKDIR}/${MY_P}"
20
21
PATCHES=( "${FILESDIR}"/${P}-make-382.patch )
22
23
src_install() {
24
	emake PREFIX="${D}/usr" install-all
25
26
	rm -f docs/COPYING.txt
27
	dodoc docs/*.txt
28
}

Return to bug 666298