summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuta Satoh <nigoro@gentoo.org>2005-10-19 13:24:54 +0000
committerYuta Satoh <nigoro@gentoo.org>2005-10-19 13:24:54 +0000
commit51db69de498127c655daa4e489c06f7ac5ecf821 (patch)
tree2d8d26096dfa058f98b1e7d5e2ba2552940d520e /x11-libs/gtk+
parentinitial import (diff)
downloadhistorical-51db69de498127c655daa4e489c06f7ac5ecf821.tar.gz
historical-51db69de498127c655daa4e489c06f7ac5ecf821.tar.bz2
historical-51db69de498127c655daa4e489c06f7ac5ecf821.zip
Fixes #109089 by not applying the patch which fixes the problem of the cursor key for ppc64.
Package-Manager: portage-2.0.53_rc5
Diffstat (limited to 'x11-libs/gtk+')
-rw-r--r--x11-libs/gtk+/ChangeLog6
-rw-r--r--x11-libs/gtk+/Manifest14
-rw-r--r--x11-libs/gtk+/gtk+-2.8.6.ebuild4
3 files changed, 18 insertions, 6 deletions
diff --git a/x11-libs/gtk+/ChangeLog b/x11-libs/gtk+/ChangeLog
index 6f3159883140..c2bb83824c38 100644
--- a/x11-libs/gtk+/ChangeLog
+++ b/x11-libs/gtk+/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-libs/gtk+
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/ChangeLog,v 1.190 2005/10/10 21:04:44 hardave Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/ChangeLog,v 1.191 2005/10/19 13:24:54 nigoro Exp $
+
+ 19 Oct 2005; Yuta SATOH <nigoro@gentoo.org> gtk+-2.8.6.ebuild:
+ Fixes #109089 by not applying the patch which fixes the problem of the
+ cursor key for ppc64.
10 Oct 2005; Hardave Riar <hardave@gentoo.org> gtk+-2.6.8.ebuild:
Stable on mips.
diff --git a/x11-libs/gtk+/Manifest b/x11-libs/gtk+/Manifest
index ff0d80cbf518..49f92f31e712 100644
--- a/x11-libs/gtk+/Manifest
+++ b/x11-libs/gtk+/Manifest
@@ -1,4 +1,7 @@
-MD5 c0897c3df5199069d97840182f6a89a1 ChangeLog 27262
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+MD5 abd3bedd6e1736cdd4892959c4350bf4 ChangeLog 27424
MD5 621a7db3e7e6856c66eec5caeea1e88e files/digest-gtk+-1.2.10-r10 138
MD5 621a7db3e7e6856c66eec5caeea1e88e files/digest-gtk+-1.2.10-r11 138
MD5 f56b08a8f40b528e72b6406ea337c51c files/digest-gtk+-2.6.10 212
@@ -14,5 +17,12 @@ MD5 afb0e5aa8f6410c088c2e177a17efe5d gtk+-1.2.10-r10.ebuild 1719
MD5 88d6d5cc6a5a4f0e0426646667134046 gtk+-1.2.10-r11.ebuild 1831
MD5 d9750f9180ebd11501fbbe1768786b73 gtk+-2.6.10.ebuild 2826
MD5 84922ae73641da1e89dc052f5fe89c9c gtk+-2.6.8.ebuild 2838
-MD5 a2f6a77434853ea8d70e47a53712525f gtk+-2.8.6.ebuild 3430
+MD5 0932776d5ee1eee66db5c66f4421b82c gtk+-2.8.6.ebuild 3342
MD5 58b5c1a403ab43f5160c44c32761cbe0 metadata.xml 424
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.1 (GNU/Linux)
+
+iD8DBQFDVklV60LfUIagIAkRAuHYAKDzBycN7XBzHdswsBeSEgKMoQddhwCfTWRf
+zddVczVhynZ/S/ums97UP2k=
+=ymT3
+-----END PGP SIGNATURE-----
diff --git a/x11-libs/gtk+/gtk+-2.8.6.ebuild b/x11-libs/gtk+/gtk+-2.8.6.ebuild
index e13079c52489..eb3748cbe34c 100644
--- a/x11-libs/gtk+/gtk+-2.8.6.ebuild
+++ b/x11-libs/gtk+/gtk+-2.8.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-2.8.6.ebuild,v 1.1 2005/10/08 18:22:41 leonardop Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-2.8.6.ebuild,v 1.2 2005/10/19 13:24:54 nigoro Exp $
inherit gnome.org flag-o-matic eutils debug
@@ -77,8 +77,6 @@ src_unpack() {
# easier, so even this should be amd64 specific.
use x86 && [ "$(get_libdir)" == "lib32" ] && epatch ${FILESDIR}/${PN}-2.8.0-multilib.patch
- # patch for ppc64 (#64359)
- use ppc64 && epatch ${FILESDIR}/${PN}-2.4.9-ppc64.patch
use ppc64 && append-flags -mminimal-toc
autoconf || die "autoconf failed"