Skip to content

Commit

Permalink
media-gfx/tuxpaint-stamps: revbump (EAPI=7)
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.40, Repoman-2.3.9
  • Loading branch information
Zlogene committed Sep 15, 2018
1 parent 77b4dbc commit 8fc754f
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -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
Expand Down
31 changes: 31 additions & 0 deletions media-gfx/tuxpaint-stamps/tuxpaint-stamps-20090628-r1.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# 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}

src_prepare() {
default
eapply "${FILESDIR}"/${P}-make-382.patch
}

src_install() {
emake PREFIX="${D}/usr" install-all || die

rm -f docs/COPYING.txt || die
dodoc docs/*.txt
}

0 comments on commit 8fc754f

Please sign in to comment.