summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Dibb <beandog@gentoo.org>2007-02-26 06:03:37 +0000
committerSteve Dibb <beandog@gentoo.org>2007-02-26 06:03:37 +0000
commit705070361f2e61dc614f02a6664b27a43493c26e (patch)
tree26542ca197f6643a86d8fbc6a389a98382aea0e9 /x11-wm/icewm/files
parentAdded EFIKA serial support if USE=ppc. (diff)
downloadgentoo-2-705070361f2e61dc614f02a6664b27a43493c26e.tar.gz
gentoo-2-705070361f2e61dc614f02a6664b27a43493c26e.tar.bz2
gentoo-2-705070361f2e61dc614f02a6664b27a43493c26e.zip
remove old version, patch
(Portage version: 2.1.1-r2)
Diffstat (limited to 'x11-wm/icewm/files')
-rw-r--r--x11-wm/icewm/files/digest-icewm-1.2.263
-rw-r--r--x11-wm/icewm/files/icewm-1.2.26.ybutton.cc.patch20
2 files changed, 0 insertions, 23 deletions
diff --git a/x11-wm/icewm/files/digest-icewm-1.2.26 b/x11-wm/icewm/files/digest-icewm-1.2.26
deleted file mode 100644
index d8adb030d8ad..000000000000
--- a/x11-wm/icewm/files/digest-icewm-1.2.26
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 097b12d3f8e0f57a964e4821bc1825ed icewm-1.2.26.tar.gz 1042824
-RMD160 fca3e3e9c11da971aff132a34cfbf0c8f3a15599 icewm-1.2.26.tar.gz 1042824
-SHA256 96ed51cbaead5bd8c33522be5bf0baac4c051db0a826f764eb8528b2ec0c5497 icewm-1.2.26.tar.gz 1042824
diff --git a/x11-wm/icewm/files/icewm-1.2.26.ybutton.cc.patch b/x11-wm/icewm/files/icewm-1.2.26.ybutton.cc.patch
deleted file mode 100644
index 2eeb379ecb41..000000000000
--- a/x11-wm/icewm/files/icewm-1.2.26.ybutton.cc.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- ybutton.cc.orig 2004-11-07 13:49:19.926827944 -0600
-+++ ybutton.cc 2004-11-07 13:49:30.113279368 -0600
-@@ -103,8 +103,7 @@
- g.setColor(surface.color);
-
- if (wmLook == lookMetal) {
-- g.drawBorderM(x, y, w - 1, h - 1, !d);
-- d = 0; x += 2; y += 2; w -= 4; h -= 4;
-+ d=0;
- } else if (wmLook == lookGtk) {
- g.drawBorderG(x, y, w - 1, h - 1, !d);
- x += 1 + d; y += 1 + d; w -= 3; h -= 3;
-@@ -114,7 +113,6 @@
- }
-
- paint(g, d, YRect(x, y, w, h));
-- paintFocus(g, YRect(x, y, w, h));
- }
- }
-