diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-07-08 10:37:41 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-07-08 10:37:41 +0000 |
commit | d524bcd562d43298fd9b495180feb02e7fc8ef4c (patch) | |
tree | 1fba90a4267c5f49e66178664379861d22962ace /x11-libs/gtk-sharp | |
parent | Changed ~sparc keyword to sparc. (diff) | |
download | historical-d524bcd562d43298fd9b495180feb02e7fc8ef4c.tar.gz historical-d524bcd562d43298fd9b495180feb02e7fc8ef4c.tar.bz2 historical-d524bcd562d43298fd9b495180feb02e7fc8ef4c.zip |
disable schema installation
Diffstat (limited to 'x11-libs/gtk-sharp')
-rw-r--r-- | x11-libs/gtk-sharp/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/gtk-sharp/Manifest | 8 | ||||
-rw-r--r-- | x11-libs/gtk-sharp/gtk-sharp-0.10.ebuild | 5 |
3 files changed, 11 insertions, 7 deletions
diff --git a/x11-libs/gtk-sharp/ChangeLog b/x11-libs/gtk-sharp/ChangeLog index 6be7adf3a767..2fe72ca320ed 100644 --- a/x11-libs/gtk-sharp/ChangeLog +++ b/x11-libs/gtk-sharp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/gtk-sharp # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk-sharp/ChangeLog,v 1.5 2003/06/24 17:58:10 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk-sharp/ChangeLog,v 1.6 2003/07/08 10:37:33 liquidx Exp $ + + 08 Jul 2003; Alastair Tse <liquidx@gentoo.org> gtk-sharp-0.10.ebuild: + disable installing schemas to prevent sandbox violations *gtk-sharp-0.10 (24 Jun 2003) diff --git a/x11-libs/gtk-sharp/Manifest b/x11-libs/gtk-sharp/Manifest index b188d991a373..533295b617af 100644 --- a/x11-libs/gtk-sharp/Manifest +++ b/x11-libs/gtk-sharp/Manifest @@ -1,7 +1,7 @@ -MD5 f53d654052d514a164362ecc77dc3a72 gtk-sharp-0.9.ebuild 2232 +MD5 6979acc0e10150865a59467f01864a26 ChangeLog 1901 MD5 34b2d8fe7a829a506ab7f20597528e1e gtk-sharp-0.8.ebuild 1977 -MD5 251dee53e43d96c57be11eea72f5d8b7 gtk-sharp-0.10.ebuild 1913 -MD5 74bcf1c86c5551b072e50cac6da7b6a3 ChangeLog 1767 -MD5 f0626900297a172f5c9c9d52b84543d4 files/digest-gtk-sharp-0.8 65 +MD5 f53d654052d514a164362ecc77dc3a72 gtk-sharp-0.9.ebuild 2232 +MD5 c2bca7e4a01b7dbe83877117631ee1ba gtk-sharp-0.10.ebuild 2028 MD5 1e3d4aa7c5e60923accd3939cafb18f0 files/digest-gtk-sharp-0.9 65 +MD5 f0626900297a172f5c9c9d52b84543d4 files/digest-gtk-sharp-0.8 65 MD5 05cf1c80398c13d25625b18ab8e039ea files/digest-gtk-sharp-0.10 66 diff --git a/x11-libs/gtk-sharp/gtk-sharp-0.10.ebuild b/x11-libs/gtk-sharp/gtk-sharp-0.10.ebuild index ad2ce6187bf4..16bbbd95c3ca 100644 --- a/x11-libs/gtk-sharp/gtk-sharp-0.10.ebuild +++ b/x11-libs/gtk-sharp/gtk-sharp-0.10.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/x11-libs/gtk-sharp/gtk-sharp-0.10.ebuild,v 1.1 2003/06/24 17:58:10 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk-sharp/gtk-sharp-0.10.ebuild,v 1.2 2003/07/08 10:37:33 liquidx Exp $ # WARNING # All gst-sharp hacks done in this build are nonfunctional @@ -63,7 +63,8 @@ src_install () { # so we need to change it - Is being changed, check every release for i in $(find . -iname Makefile); do cp $i ${i}.orig; sed "s:${DESTDIR}/usr:${D}/usr:" $i.orig > $i; done - einstall || die + # one of the samples require gconf schemas, and it'll violate sandbox + GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL="1" einstall || die # gst-sharp install # cd ${S}/gst/ |