Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 546994 Details for
Bug 666298
media-gfx/tuxpaint-stamps: EAPI7, improve ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for media-gfx/tuxpaint-stamps
tuxpaint-stamps.patch (text/plain), 1.50 KB, created by
Michael Mair-Keimberger (mm1ke)
on 2018-09-15 15:32:38 UTC
(
hide
)
Description:
patch for media-gfx/tuxpaint-stamps
Filename:
MIME Type:
Creator:
Michael Mair-Keimberger (mm1ke)
Created:
2018-09-15 15:32:38 UTC
Size:
1.50 KB
patch
obsolete
>diff --git a/media-gfx/tuxpaint-stamps/files/tuxpaint-stamps-20090628-make-382.patch b/media-gfx/tuxpaint-stamps/files/tuxpaint-stamps-20090628-make-382.patch >index 9a92ae11245..e3a595df5f4 100644 >--- a/media-gfx/tuxpaint-stamps/files/tuxpaint-stamps-20090628-make-382.patch >+++ b/media-gfx/tuxpaint-stamps/files/tuxpaint-stamps-20090628-make-382.patch >@@ -1,7 +1,7 @@ > http://bugs.gentoo.org/334569 > >---- Makefile >-+++ Makefile >+--- a/Makefile >++++ b/Makefile > @@ -79,9 +79,7 @@ > @rm -rf "build/tuxpaint-stamps-$(VER_DATE)" "build/tuxpaint-stamps-$(VER_DATE).tar.gz" > @-if [ -d build ] ; then rmdir build ; fi >diff --git a/media-gfx/tuxpaint-stamps/tuxpaint-stamps-20090628-r1.ebuild b/media-gfx/tuxpaint-stamps/tuxpaint-stamps-20090628-r1.ebuild >new file mode 100644 >index 00000000000..db62e778b37 >--- /dev/null >+++ b/media-gfx/tuxpaint-stamps/tuxpaint-stamps-20090628-r1.ebuild >@@ -0,0 +1,28 @@ >+# Copyright 1999-2018 Gentoo Foundation >+# Distributed under the terms of the GNU General Public License v2 >+ >+EAPI=7 >+ >+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="http://www.tuxpaint.org/" >+SRC_URI="mirror://sourceforge/tuxpaint/${MY_P}.tar.gz" >+ >+LICENSE="GPL-2" >+SLOT="0" >+KEYWORDS="~amd64 ~ppc ~x86" >+ >+RDEPEND="media-gfx/tuxpaint" >+DEPEND="${RDEPEND}" >+ >+S="${WORKDIR}/${MY_P}" >+ >+PATCHES=( "${FILESDIR}"/${P}-make-382.patch ) >+ >+src_install() { >+ emake PREFIX="${D}/usr" install-all >+ >+ rm -f docs/COPYING.txt >+ dodoc docs/*.txt >+}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 666298
: 546994