diff --git a/develop/icecream/gcc41.patch b/develop/icecream/gcc41.patch deleted file mode 100644 index 5f2a8d390..000000000 --- a/develop/icecream/gcc41.patch +++ /dev/null @@ -1,40 +0,0 @@ -# --- SDE-COPYRIGHT-NOTE-BEGIN --- -# This copyright note is auto-generated by ./scripts/Create-CopyPatch. -# -# Filename: package/.../icecream/gcc41.patch -# Copyright (C) 2006 The T2 SDE Project -# -# More information can be found in the files COPYING and README. -# -# This patch file is dual-licensed. It is available under the license the -# patched project is licensed under, as long as it is an OpenSource license -# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms -# of the GNU General Public License as published by the Free Software -# Foundation; either version 2 of the License, or (at your option) any later -# version. -# --- SDE-COPYRIGHT-NOTE-END --- - -diff -Nur icecream-orig/mon/hostinfo.h icecream/mon/hostinfo.h ---- icecream-orig/mon/hostinfo.h 2004-08-27 11:24:46.000000000 +0000 -+++ icecream/mon/hostinfo.h 2006-04-23 09:16:20.266846500 +0000 -@@ -54,7 +54,7 @@ - protected: - static void initColor( const QString &value, const QString &name ); - -- QColor HostInfo::createColor(); -+ QColor createColor(); - QColor createColor( const QString &name ); - - private: -diff -Nur icecream-orig/mon/starview.h icecream/mon/starview.h ---- icecream-orig/mon/starview.h 2005-01-13 11:56:26.000000000 +0000 -+++ icecream/mon/starview.h 2006-04-23 09:18:56.576615250 +0000 -@@ -142,7 +142,7 @@ - - QString id() const { return "star"; } - -- HostItem *StarView::findHostItem( unsigned int hostid ); -+ HostItem *findHostItem( unsigned int hostid ); - - void checkNode( unsigned int hostid ); - diff --git a/develop/icecream/icecream.desc b/develop/icecream/icecream.desc index 2e1688b7b..ffb715f7f 100644 --- a/develop/icecream/icecream.desc +++ b/develop/icecream/icecream.desc @@ -2,7 +2,7 @@ [COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. [COPY] [COPY] Filename: package/.../icecream/icecream.desc -[COPY] Copyright (C) 2006 The OpenSDE Project +[COPY] Copyright (C) 2006 - 2010 The OpenSDE Project [COPY] Copyright (C) 2004 - 2006 The T2 SDE Project [COPY] [COPY] More information can be found in the files COPYING and README. @@ -18,17 +18,18 @@ [T] Icecream is a distcc "fork", rewritten in C++ and to use a scheduler [T] to distribute the jobs. -[U] http://wiki.kde.org/icecream +[U] http://old-en.opensuse.org/Icecream -[A] The KDE Team +[A] Stephan Kulow +[A] Martin Pool [M] The OpenSDE Community [C] base/development [L] GPL [S] Beta -[V] 0.6-20050413 +[V] 0.9.6 [P] X -----5---9 805.400 -[D] 1340281150 icecream-0.6-20050413.tar.bz2 ftp://ftp.suse.com/pub/projects/icecream/ +[D] 4287497450 icecc-0.9.6.tar.bz2 ftp://ftp.suse.com/pub/projects/icecream/ diff --git a/develop/icecream/no-cc-links.patch b/develop/icecream/no-cc-links.patch index d6020009b..8afbad55c 100644 --- a/develop/icecream/no-cc-links.patch +++ b/develop/icecream/no-cc-links.patch @@ -2,6 +2,7 @@ # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # Filename: package/.../icecream/no-cc-links.patch +# Copyright (C) 2010 The OpenSDE Project # Copyright (C) 2004 - 2006 The T2 SDE Project # # More information can be found in the files COPYING and README. @@ -13,17 +14,17 @@ # Foundation; either version 2 of the License, or (at your option) any later # version. # --- SDE-COPYRIGHT-NOTE-END --- ---- icecream/client/Makefile.in 2004-08-29 13:27:41.000000000 +0200 -+++ icecream-fixed/client/Makefile.in 2004-10-16 14:26:16.627709839 +0200 -@@ -671,11 +671,6 @@ - $(LN_S) icecc icecc++ + +Do not create symlinks for g++, gcc, c++ and cc + +--- icecc-0.9.6/client/Makefile.in.orig 2010-08-26 13:16:49.384228541 +0200 ++++ icecc-0.9.6/client/Makefile.in 2010-08-26 13:17:47.176239501 +0200 +@@ -615,7 +615,7 @@ install-exec-local: -- $(mkinstalldirs) $(DESTDIR)$(bindir) -- for link in g++ gcc c++ cc; do \ -- rm -f $(DESTDIR)$(bindir)/$$link ;\ -- $(LN_S) icecc $(DESTDIR)$(bindir)/$$link ;\ -- done - - uninstall-local: - for link in g++ gcc c++ cc; do \ + $(mkinstalldirs) $(DESTDIR)$(bindir) +- for link in g++ gcc c++ cc icerun; do \ ++ for link in icerun; do \ + rm -f $(DESTDIR)$(bindir)/$$link ;\ + $(LN_S) icecc $(DESTDIR)$(bindir)/$$link ;\ + done