From 56bd759df1d0c750a065b8c845e93d5dfa6b549d Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Sat, 8 Aug 2015 13:49:04 -0700 Subject: proj/gentoo: Initial commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson X-Thanks: Alec Warner - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring - wrote much python to improve cvs2svn X-Thanks: Rich Freeman - validation scripts X-Thanks: Patrick Lauer - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed --- sci-calculators/tiemu/files/tiemu-3.03-r2820.patch | 28 +++ .../tiemu-3.03-remove_depreciated_gtk_calls.patch | 232 +++++++++++++++++++++ 2 files changed, 260 insertions(+) create mode 100644 sci-calculators/tiemu/files/tiemu-3.03-r2820.patch create mode 100644 sci-calculators/tiemu/files/tiemu-3.03-remove_depreciated_gtk_calls.patch (limited to 'sci-calculators/tiemu/files') diff --git a/sci-calculators/tiemu/files/tiemu-3.03-r2820.patch b/sci-calculators/tiemu/files/tiemu-3.03-r2820.patch new file mode 100644 index 000000000000..cf563e8d4c67 --- /dev/null +++ b/sci-calculators/tiemu/files/tiemu-3.03-r2820.patch @@ -0,0 +1,28 @@ +Removed obsolete virtual link cable. + +http://svn.tilp.info/cgi-bin/viewvc.cgi?view=rev&root=tiemu&revision=2820 +https://bugs.gentoo.org/show_bug.cgi?id=363383 + +--- src/gui/device.c ++++ src/gui/device.c +@@ -102,10 +102,6 @@ + gtk_option_menu_set_history(GTK_OPTION_MENU(data), 7); + break; + +- case CABLE_VTL: +- gtk_option_menu_set_history(GTK_OPTION_MENU(data), 8); +- break; +- + case CABLE_ILP: + gtk_option_menu_set_history(GTK_OPTION_MENU(data), 9); + break; +@@ -194,8 +190,7 @@ + case 5: tmp.cable_model = CABLE_USB; break; + case 6: tmp.cable_model = CABLE_VTI; break; + case 7: tmp.cable_model = CABLE_TIE; break; +- case 8: tmp.cable_model = CABLE_VTL; break; +- case 9: tmp.cable_model = CABLE_ILP; break; ++ case 8: tmp.cable_model = CABLE_ILP; break; + } + } + diff --git a/sci-calculators/tiemu/files/tiemu-3.03-remove_depreciated_gtk_calls.patch b/sci-calculators/tiemu/files/tiemu-3.03-remove_depreciated_gtk_calls.patch new file mode 100644 index 000000000000..10a0e1a11341 --- /dev/null +++ b/sci-calculators/tiemu/files/tiemu-3.03-remove_depreciated_gtk_calls.patch @@ -0,0 +1,232 @@ +--- src/gui/debugger/dbg_bkpts.c ++++ src/gui/debugger/dbg_bkpts.c +@@ -29,10 +29,15 @@ + # include + #endif + ++#include + #include + #include +-#include + ++#if GTK_CHECK_VERSION(2,18,0) ++#undef GTK_WIDGET_VISIBLE ++#define GTK_WIDGET_VISIBLE(wid) (gtk_widget_get_visible(wid)) ++#endif ++ + #include "intl.h" + #include "paths.h" + #include "support.h" +--- src/gui/debugger/dbg_regs.c ++++ src/gui/debugger/dbg_regs.c +@@ -28,14 +28,19 @@ + # include + #endif + +-#include +-#include + #include + #include + #include + #include ++#include ++#include + #include + ++#if GTK_CHECK_VERSION(2,18,0) ++#undef GTK_WIDGET_VISIBLE ++#define GTK_WIDGET_VISIBLE(wid) (gtk_widget_get_visible(wid)) ++#endif ++ + #include "intl.h" + #include "paths.h" + #include "support.h" +--- src/gui/debugger/dbg_pclog.c ++++ src/gui/debugger/dbg_pclog.c +@@ -31,6 +31,11 @@ + #include + #include + ++#if GTK_CHECK_VERSION(2,18,0) ++#undef GTK_WIDGET_VISIBLE ++#define GTK_WIDGET_VISIBLE(wid) (gtk_widget_get_visible(wid)) ++#endif ++ + #include "intl.h" + #include "paths.h" + #include "support.h" +--- src/gui/debugger/dbg_wnds.c ++++ src/gui/debugger/dbg_wnds.c +@@ -38,6 +38,11 @@ + #include + #endif + ++#if GTK_CHECK_VERSION(2,18,0) ++#undef GTK_WIDGET_VISIBLE ++#define GTK_WIDGET_VISIBLE(wid) (gtk_widget_get_visible(wid)) ++#endif ++ + #include "intl.h" + #include "ti68k_int.h" + #include "struct.h" +--- src/gui/debugger/dbg_mem.c ++++ src/gui/debugger/dbg_mem.c +@@ -33,6 +33,11 @@ + #include + #include + ++#if GTK_CHECK_VERSION(2,18,0) ++#undef GTK_WIDGET_VISIBLE ++#define GTK_WIDGET_VISIBLE(wid) (gtk_widget_get_visible(wid)) ++#endif ++ + #include + #include + #include +--- src/gui/debugger/dbg_iop.c ++++ src/gui/debugger/dbg_iop.c +@@ -28,13 +28,18 @@ + # include + #endif + +-#include +-#include + #include + #include + #include + #include ++#include ++#include + ++#if GTK_CHECK_VERSION(2,18,0) ++#undef GTK_WIDGET_VISIBLE ++#define GTK_WIDGET_VISIBLE(wid) (gtk_widget_get_visible(wid)) ++#endif ++ + #include "intl.h" + #include "paths.h" + #include "support.h" +--- src/gui/debugger/dbg_stack.c ++++ src/gui/debugger/dbg_stack.c +@@ -28,11 +28,16 @@ + # include + #endif + ++#include + #include + #include + #include +-#include + ++#if GTK_CHECK_VERSION(2,18,0) ++#undef GTK_WIDGET_VISIBLE ++#define GTK_WIDGET_VISIBLE(wid) (gtk_widget_get_visible(wid)) ++#endif ++ + #include "intl.h" + #include "paths.h" + #include "support.h" +--- src/gui/debugger/dbg_all.c ++++ src/gui/debugger/dbg_all.c +@@ -38,6 +38,13 @@ + #include + #endif + ++#if GTK_CHECK_VERSION(2,18,0) ++#undef GTK_WIDGET_SENSITIVE ++#define GTK_WIDGET_SENSITIVE(wid) (gtk_widget_get_sensitive(wid)) ++#undef GTK_WIDGET_VISIBLE ++#define GTK_WIDGET_VISIBLE(wid) (gtk_widget_get_visible(wid)) ++#endif ++ + #include "ti68k_int.h" + #include "struct.h" + #include "dbg_all.h" +--- src/gui/debugger/dbg_code.c ++++ src/gui/debugger/dbg_code.c +@@ -28,11 +28,16 @@ + # include + #endif + ++#include + #include + #include + #include +-#include + ++#if GTK_CHECK_VERSION(2,18,0) ++#undef GTK_WIDGET_SENSITIVE ++#define GTK_WIDGET_SENSITIVE(wid) (gtk_widget_get_sensitive(wid)) ++#endif ++ + #include "intl.h" + #include "paths.h" + #include "support.h" +--- src/gui/debugger/dbg_heap.c ++++ src/gui/debugger/dbg_heap.c +@@ -31,6 +31,11 @@ + #include + #include + ++#if GTK_CHECK_VERSION(2,18,0) ++#undef GTK_WIDGET_VISIBLE ++#define GTK_WIDGET_VISIBLE(wid) (gtk_widget_get_visible(wid)) ++#endif ++ + #include "intl.h" + #include "paths.h" + #include "support.h" +--- src/gui/debugger/dbg_dock.c ++++ src/gui/debugger/dbg_dock.c +@@ -37,11 +37,16 @@ + # include + #endif + ++#include + #include + #include + #include +-#include + ++#if GTK_CHECK_VERSION(2,18,0) ++#undef GTK_WIDGET_VISIBLE ++#define GTK_WIDGET_VISIBLE(wid) (gtk_widget_get_visible(wid)) ++#endif ++ + #include "intl.h" + #include "paths.h" + #include "support.h" +--- src/gui/calc/calc.c ++++ src/gui/calc/calc.c +@@ -39,6 +39,11 @@ + #include + #include + ++#if GTK_CHECK_VERSION(2,18,0) ++#undef GTK_WIDGET_STATE ++#define GTK_WIDGET_STATE(wid) (gtk_widget_get_state(wid)) ++#endif ++ + #include "intl.h" + #include "paths.h" + #include "skinops.h" +--- src/gui/calc/screen.c ++++ src/gui/calc/screen.c +@@ -29,11 +29,16 @@ + # include + #endif /* */ + ++#include + #include + #include + #include +-#include + ++#if GTK_CHECK_VERSION(2,18,0) ++#undef GTK_WIDGET_STATE ++#define GTK_WIDGET_STATE(wid) (gtk_widget_get_state(wid)) ++#endif ++ + #include "intl.h" + #include "paths.h" + #include "skinops.h" -- cgit v1.2.3-65-gdbad