summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Meier <maekke@gentoo.org>2009-07-30 21:13:32 +0000
committerMarkus Meier <maekke@gentoo.org>2009-07-30 21:13:32 +0000
commit3de479c53467fc25b058255d66683184502ffced (patch)
tree43d4fb099d802e68af5146b00240ee97dfcffc02 /media-gfx/tuxpaint-stamps
parentx11-libs/gtk+ needs to be built with USE=X by Fabian Holler in bug #278460 (diff)
downloadgentoo-2-3de479c53467fc25b058255d66683184502ffced.tar.gz
gentoo-2-3de479c53467fc25b058255d66683184502ffced.tar.bz2
gentoo-2-3de479c53467fc25b058255d66683184502ffced.zip
version bump by christian in bug #278764
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'media-gfx/tuxpaint-stamps')
-rw-r--r--media-gfx/tuxpaint-stamps/ChangeLog8
-rw-r--r--media-gfx/tuxpaint-stamps/tuxpaint-stamps-20090628.ebuild25
2 files changed, 32 insertions, 1 deletions
diff --git a/media-gfx/tuxpaint-stamps/ChangeLog b/media-gfx/tuxpaint-stamps/ChangeLog
index eb2cfda9e76a..a1109512eaff 100644
--- a/media-gfx/tuxpaint-stamps/ChangeLog
+++ b/media-gfx/tuxpaint-stamps/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for media-gfx/tuxpaint-stamps
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/tuxpaint-stamps/ChangeLog,v 1.25 2009/03/19 19:05:21 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/tuxpaint-stamps/ChangeLog,v 1.26 2009/07/30 21:13:32 maekke Exp $
+
+*tuxpaint-stamps-20090628 (30 Jul 2009)
+
+ 30 Jul 2009; Markus Meier <maekke@gentoo.org>
+ +tuxpaint-stamps-20090628.ebuild:
+ version bump by christian in bug #278764
19 Mar 2009; Markus Meier <maekke@gentoo.org>
tuxpaint-stamps-20080630.ebuild:
diff --git a/media-gfx/tuxpaint-stamps/tuxpaint-stamps-20090628.ebuild b/media-gfx/tuxpaint-stamps/tuxpaint-stamps-20090628.ebuild
new file mode 100644
index 000000000000..f0287888de7c
--- /dev/null
+++ b/media-gfx/tuxpaint-stamps/tuxpaint-stamps-20090628.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/tuxpaint-stamps/tuxpaint-stamps-20090628.ebuild,v 1.1 2009/07/30 21:13:32 maekke Exp $
+
+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/"
+
+DEPEND="media-gfx/tuxpaint"
+RDEPEND="${DEPEND}"
+
+IUSE=""
+SRC_URI="mirror://sourceforge/tuxpaint/${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+src_install () {
+ make PREFIX="${D}/usr" install-all || die "Installation failed"
+
+ rm -f docs/COPYING.txt
+ dodoc docs/*.txt
+}