Browse Source

icecream: Updated (0.6-20050413 -> 0.9.6)

user/amery/mess
Christian Wiese 13 years ago
parent
commit
0fdd86766c
3 changed files with 19 additions and 57 deletions
  1. +0
    -40
      develop/icecream/gcc41.patch
  2. +6
    -5
      develop/icecream/icecream.desc
  3. +13
    -12
      develop/icecream/no-cc-links.patch

+ 0
- 40
develop/icecream/gcc41.patch

@ -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 );

+ 6
- 5
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 <coolo@kde.org>
[A] Martin Pool <mbp@samba.org>
[M] The OpenSDE Community <list@opensde.org>
[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/

+ 13
- 12
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

Loading…
Cancel
Save