summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Hill <rhill@gentoo.org>2007-01-28 02:20:09 +0000
committerRyan Hill <rhill@gentoo.org>2007-01-28 02:20:09 +0000
commit36d81876388f040858b71a737f21c8e25b27b6e8 (patch)
treee2eb6794a29fb2f74b7210b34475905a27e89d1e /app-misc/tipptrainer/files
parentAdded dependency on tetex. Thanks Ron MacNeil. (Bug 164085) (diff)
downloadhistorical-36d81876388f040858b71a737f21c8e25b27b6e8.tar.gz
historical-36d81876388f040858b71a737f21c8e25b27b6e8.tar.bz2
historical-36d81876388f040858b71a737f21c8e25b27b6e8.zip
Changed wxGTK dependency to 2.6 and made ebuild use wxwidgets eclass. Note
that this package ignores WX_* variables and just compiles against the default wx flavour (ansi/unicode). This will need to be fixed after we get better wx-config management. Added patch for GCC 4.1. The build was actually failing but would not die for some reason, leaving half the package uncompiled and installing the rest (!). Added -fno-strict-aliasing CFLAG. Removed pythonhead from metadata. Package-Manager: portage-2.1.2-r4
Diffstat (limited to 'app-misc/tipptrainer/files')
-rw-r--r--app-misc/tipptrainer/files/digest-tipptrainer-0.6.0-r13
-rw-r--r--app-misc/tipptrainer/files/tipptrainer-0.6.0-gcc41_extra_qualification.patch12
2 files changed, 15 insertions, 0 deletions
diff --git a/app-misc/tipptrainer/files/digest-tipptrainer-0.6.0-r1 b/app-misc/tipptrainer/files/digest-tipptrainer-0.6.0-r1
new file mode 100644
index 000000000000..3c840f86374f
--- /dev/null
+++ b/app-misc/tipptrainer/files/digest-tipptrainer-0.6.0-r1
@@ -0,0 +1,3 @@
+MD5 eb4e5c6999673bc28e2ee2efb3826674 tipptrainer-0.6.0.tar.bz2 779950
+RMD160 fa2b52d2caf38afea61691c2de6553d4bc665b2d tipptrainer-0.6.0.tar.bz2 779950
+SHA256 68e105cda8ce3891a2d33450d21e132e7806fc522d84b108c6d88c860c0403d1 tipptrainer-0.6.0.tar.bz2 779950
diff --git a/app-misc/tipptrainer/files/tipptrainer-0.6.0-gcc41_extra_qualification.patch b/app-misc/tipptrainer/files/tipptrainer-0.6.0-gcc41_extra_qualification.patch
new file mode 100644
index 000000000000..10e803cf777f
--- /dev/null
+++ b/app-misc/tipptrainer/files/tipptrainer-0.6.0-gcc41_extra_qualification.patch
@@ -0,0 +1,12 @@
+diff -Naur tipptrainer-0.6.0-orig/src/lektion.h tipptrainer-0.6.0/src/lektion.h
+--- tipptrainer-0.6.0-orig/src/lektion.h 2007-01-27 20:01:07.000000000 -0600
++++ tipptrainer-0.6.0/src/lektion.h 2007-01-27 20:02:20.000000000 -0600
+@@ -42,7 +42,7 @@
+ Lektion(UrlFile& lesson, LessonController* controller = 0, int id = wxID_ANY);
+ ~Lektion();
+
+- void Lektion::Notify ();
++ void Notify ();
+
+ //causes on constructor failure
+ class LessonLoadedFailed {};