summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregorio Guidi <greg_g@gentoo.org>2005-04-05 09:30:49 +0000
committerGregorio Guidi <greg_g@gentoo.org>2005-04-05 09:30:49 +0000
commit4773674494c088ea6d1beb65935f6605624e61b8 (patch)
treee4fe23263707e7cc489278ad4f13661088d50cfd /x11-themes/redhat-artwork/files
parentVersion bumped at long last (diff)
downloadgentoo-2-4773674494c088ea6d1beb65935f6605624e61b8.tar.gz
gentoo-2-4773674494c088ea6d1beb65935f6605624e61b8.tar.bz2
gentoo-2-4773674494c088ea6d1beb65935f6605624e61b8.zip
Remove old ebuilds.
(Portage version: 2.0.51.19)
Diffstat (limited to 'x11-themes/redhat-artwork/files')
-rw-r--r--x11-themes/redhat-artwork/files/digest-redhat-artwork-0.1201
-rw-r--r--x11-themes/redhat-artwork/files/digest-redhat-artwork-0.731
-rw-r--r--x11-themes/redhat-artwork/files/redhat-artwork-0.63-cursors.patch31
-rw-r--r--x11-themes/redhat-artwork/files/redhat-artwork-0.63-gcc2.patch19
4 files changed, 0 insertions, 52 deletions
diff --git a/x11-themes/redhat-artwork/files/digest-redhat-artwork-0.120 b/x11-themes/redhat-artwork/files/digest-redhat-artwork-0.120
deleted file mode 100644
index 7bd807bf62e0..000000000000
--- a/x11-themes/redhat-artwork/files/digest-redhat-artwork-0.120
+++ /dev/null
@@ -1 +0,0 @@
-MD5 9fbbbe90358a3404bce8fc4b6f9261c3 redhat-artwork-0.120-1.2.src.rpm 7694388
diff --git a/x11-themes/redhat-artwork/files/digest-redhat-artwork-0.73 b/x11-themes/redhat-artwork/files/digest-redhat-artwork-0.73
deleted file mode 100644
index 772ce139b1af..000000000000
--- a/x11-themes/redhat-artwork/files/digest-redhat-artwork-0.73
+++ /dev/null
@@ -1 +0,0 @@
-MD5 8928ed251e5f997bbf51b6011c459310 redhat-artwork-0.73-1.src.rpm 9227635
diff --git a/x11-themes/redhat-artwork/files/redhat-artwork-0.63-cursors.patch b/x11-themes/redhat-artwork/files/redhat-artwork-0.63-cursors.patch
deleted file mode 100644
index 8680d694feae..000000000000
--- a/x11-themes/redhat-artwork/files/redhat-artwork-0.63-cursors.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-*** art/cursor/cursorthemegen/main.c.orig Thu Feb 27 19:37:28 2003
---- art/cursor/cursorthemegen/main.c Thu Feb 27 19:38:53 2003
-***************
-*** 236,247 ****
- {
- CursorImage *image = cursor_source_find_image (source, frame_index);
- int x, y, width, height;
-!
- cursor_frame_find_bounds (cursor, frame, source, frame_index,
- &x, &y, &width, &height);
-
-! GdkPixbuf *tmp_pixbuf = gdk_pixbuf_new_subpixbuf (image->image,
-! x, y, width, height);
-
- frame->hot_x -= x - cursor->column * source->gridsize;
- frame->hot_y -= y - cursor->row * source->gridsize;
---- 236,249 ----
- {
- CursorImage *image = cursor_source_find_image (source, frame_index);
- int x, y, width, height;
-!
-! GdkPixbuf *tmp_pixbuf;
-!
- cursor_frame_find_bounds (cursor, frame, source, frame_index,
- &x, &y, &width, &height);
-
-! tmp_pixbuf = gdk_pixbuf_new_subpixbuf (image->image,
-! x, y, width, height);
-
- frame->hot_x -= x - cursor->column * source->gridsize;
- frame->hot_y -= y - cursor->row * source->gridsize;
diff --git a/x11-themes/redhat-artwork/files/redhat-artwork-0.63-gcc2.patch b/x11-themes/redhat-artwork/files/redhat-artwork-0.63-gcc2.patch
deleted file mode 100644
index 153c8a86b4c0..000000000000
--- a/x11-themes/redhat-artwork/files/redhat-artwork-0.63-gcc2.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-*** art/kde/kwin/Bluecurve/redhatclient.cpp.org Fri Jan 17 15:37:18 2003
---- art/kde/kwin/Bluecurve/redhatclient.cpp Mon May 12 01:35:13 2003
-***************
-*** 893,899 ****
- }
-
- if (last_button) {
-! if(not isLeft)
- last_button->pos = ButtonRight;
- else
- last_button->pos = LeftButtonRight;
---- 893,899 ----
- }
-
- if (last_button) {
-! if ( !isLeft)
- last_button->pos = ButtonRight;
- else
- last_button->pos = LeftButtonRight;