diff options
author | Leonardo Boshell <leonardop@gentoo.org> | 2003-11-09 23:28:28 +0000 |
---|---|---|
committer | Leonardo Boshell <leonardop@gentoo.org> | 2003-11-09 23:28:28 +0000 |
commit | f57a723ddccdff58816bbe7d9f3033c7d3d386d2 (patch) | |
tree | 3f7906dd21478ebf61aba13b9f5bff56137b82c6 /media-gfx/tuxpaint | |
parent | New version (diff) | |
download | gentoo-2-f57a723ddccdff58816bbe7d9f3033c7d3d386d2.tar.gz gentoo-2-f57a723ddccdff58816bbe7d9f3033c7d3d386d2.tar.bz2 gentoo-2-f57a723ddccdff58816bbe7d9f3033c7d3d386d2.zip |
Fixing bug #32862 - sandbox violations if gnome is not present in the USE flags
Diffstat (limited to 'media-gfx/tuxpaint')
-rw-r--r-- | media-gfx/tuxpaint/ChangeLog | 6 | ||||
-rw-r--r-- | media-gfx/tuxpaint/Manifest | 4 | ||||
-rw-r--r-- | media-gfx/tuxpaint/tuxpaint-0.9.12.ebuild | 3 |
3 files changed, 9 insertions, 4 deletions
diff --git a/media-gfx/tuxpaint/ChangeLog b/media-gfx/tuxpaint/ChangeLog index 6524d962b9cb..1d1a5b5b1b37 100644 --- a/media-gfx/tuxpaint/ChangeLog +++ b/media-gfx/tuxpaint/ChangeLog @@ -1,7 +1,11 @@ # ChangeLog for media-gfx/tuxpaint # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/tuxpaint/ChangeLog,v 1.2 2003/10/31 13:56:14 leonardop Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/tuxpaint/ChangeLog,v 1.3 2003/11/09 23:28:19 leonardop Exp $ + 09 Nov 2003; L. Boshell <leonardop@gentoo.org> tuxpaint-0.9.12.ebuild : + Fix for sandbox violations when the `gnome' USE flag is not present. + Closes bug #32862. + *tuxpaint-0.9.12 (31 Oct 2003) 31 Oct 2003; L. Boshell <leonardop@gentoo.org> tuxpaint-0.9.12.ebuild : diff --git a/media-gfx/tuxpaint/Manifest b/media-gfx/tuxpaint/Manifest index 4dc978db0bb0..6a2d55c64cdf 100644 --- a/media-gfx/tuxpaint/Manifest +++ b/media-gfx/tuxpaint/Manifest @@ -1,4 +1,4 @@ -MD5 a7bdc74f0afe8635e351c8249f2617f6 tuxpaint-0.9.12.ebuild 1801 -MD5 8d88f81e8ad227253b3bd30190ee4d16 ChangeLog 466 +MD5 41ffa967a85ec9f255fa546560d30805 tuxpaint-0.9.12.ebuild 1877 +MD5 f9da121d197d15efce921f6a7cdabaed ChangeLog 635 MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158 MD5 60d68c719ff0eec4ce2849662bbce97e files/digest-tuxpaint-0.9.12 68 diff --git a/media-gfx/tuxpaint/tuxpaint-0.9.12.ebuild b/media-gfx/tuxpaint/tuxpaint-0.9.12.ebuild index 4eb09e7d3a97..093f687fb4f9 100644 --- a/media-gfx/tuxpaint/tuxpaint-0.9.12.ebuild +++ b/media-gfx/tuxpaint/tuxpaint-0.9.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/tuxpaint/tuxpaint-0.9.12.ebuild,v 1.2 2003/10/31 13:56:14 leonardop Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/tuxpaint/tuxpaint-0.9.12.ebuild,v 1.3 2003/11/09 23:28:19 leonardop Exp $ DESCRIPTION="Drawing program designed for young children (kids ages 3 and up)" HOMEPAGE="http://www.newbreedsoftware.com/tuxpaint/" @@ -50,6 +50,7 @@ src_compile() { src_install () { sed -i "s:^PREFIX=.*:PREFIX=${D}usr:" Makefile sed -i "s:^ CONFDIR=.*: CONFDIR=${D}etc/tuxpaint:" Makefile + sed -i 's:make install-gnome.*:echo " Nothing to install"; \\:' Makefile dodir /usr/bin use kde && dodir /usr/kde/3.1/share/applnk/Graphics \ |