diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-04-19 16:33:44 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-04-19 16:33:44 +0000 |
commit | 521fd9b0f8f155d0b6d112f0c131177e5700cec1 (patch) | |
tree | 2c7902eabd39afce1daded1ad7f715f177652e58 /dev-python/pygtk/files | |
parent | Delete older ebuilds. (diff) | |
download | gentoo-2-521fd9b0f8f155d0b6d112f0c131177e5700cec1.tar.gz gentoo-2-521fd9b0f8f155d0b6d112f0c131177e5700cec1.tar.bz2 gentoo-2-521fd9b0f8f155d0b6d112f0c131177e5700cec1.zip |
Delete older ebuilds.
Diffstat (limited to 'dev-python/pygtk/files')
-rw-r--r-- | dev-python/pygtk/files/pygtk-2.12.1-fix-amd64.patch | 13 | ||||
-rw-r--r-- | dev-python/pygtk/files/pygtk-2.12.1-fix-codegen-location.patch | 39 |
2 files changed, 0 insertions, 52 deletions
diff --git a/dev-python/pygtk/files/pygtk-2.12.1-fix-amd64.patch b/dev-python/pygtk/files/pygtk-2.12.1-fix-amd64.patch deleted file mode 100644 index 0fbcf851a668..000000000000 --- a/dev-python/pygtk/files/pygtk-2.12.1-fix-amd64.patch +++ /dev/null @@ -1,13 +0,0 @@ -Index: gtk/gtk.override -=================================================================== ---- gtk/gtk.override (revision 2949) -+++ gtk/gtk.override (working copy) -@@ -1168,7 +1168,7 @@ - static GSource * - pygtk_main_watch_new(void) - { -- return g_source_new(&pygtk_main_watch_funcs, sizeof(GSource)); -+ return g_source_new(&pygtk_main_watch_funcs, sizeof(PySignalWatchSource)); - } - - diff --git a/dev-python/pygtk/files/pygtk-2.12.1-fix-codegen-location.patch b/dev-python/pygtk/files/pygtk-2.12.1-fix-codegen-location.patch deleted file mode 100644 index 9283a74f44a1..000000000000 --- a/dev-python/pygtk/files/pygtk-2.12.1-fix-codegen-location.patch +++ /dev/null @@ -1,39 +0,0 @@ -diff --exclude-from=/home/dang/.scripts/diffrc -up -ruN pygtk-2.12.1.orig/codegen/Makefile.am pygtk-2.12.1/codegen/Makefile.am ---- pygtk-2.12.1.orig/codegen/Makefile.am 2007-11-01 12:20:22.000000000 -0400 -+++ pygtk-2.12.1/codegen/Makefile.am 2008-05-28 22:21:04.000000000 -0400 -@@ -2,7 +2,7 @@ PLATFORM_VERSION = 2.0 - - bin_SCRIPTS = pygtk-codegen-$(PLATFORM_VERSION) - --codegendir = $(pkgdatadir)/$(PLATFORM_VERSION)/codegen -+codegendir = $(pyexecdir)/gtk-2.0/codegen - - codegen_PYTHON = \ - __init__.py \ -diff --exclude-from=/home/dang/.scripts/diffrc -up -ruN pygtk-2.12.1.orig/codegen/pygtk-codegen-2.0.in pygtk-2.12.1/codegen/pygtk-codegen-2.0.in ---- pygtk-2.12.1.orig/codegen/pygtk-codegen-2.0.in 2007-11-01 12:20:22.000000000 -0400 -+++ pygtk-2.12.1/codegen/pygtk-codegen-2.0.in 2008-05-28 22:24:38.000000000 -0400 -@@ -1,9 +1,10 @@ - #!/bin/sh - - prefix=@prefix@ -+exec_prefix=@exec_prefix@ - datarootdir=@datarootdir@ - datadir=@datadir@ --codegendir=${datadir}/pygtk/2.0/codegen -+codegendir=@pyexecdir@/gtk-2.0/codegen - - PYTHONPATH=$codegendir - export PYTHONPATH -diff --exclude-from=/home/dang/.scripts/diffrc -up -ruN pygtk-2.12.1.orig/pygtk-2.0.pc.in pygtk-2.12.1/pygtk-2.0.pc.in ---- pygtk-2.12.1.orig/pygtk-2.0.pc.in 2007-11-01 12:20:22.000000000 -0400 -+++ pygtk-2.12.1/pygtk-2.0.pc.in 2008-05-28 22:21:04.000000000 -0400 -@@ -12,7 +12,7 @@ pygtkincludedir=${includedir}/pygtk-2.0 - - # same here. Useful when calling the code generator in addon packages. - defsdir=${datadir}/pygtk/2.0/defs --codegendir=${datadir}/pygtk/2.0/codegen -+codegendir=${pyexecdir}/gtk-2.0/codegen - - Name: PyGTK - Description: Python bindings for GTK+ and related libraries |