diff options
author | Steve Dibb <beandog@gentoo.org> | 2007-01-02 20:50:19 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2007-01-02 20:50:19 +0000 |
commit | 8938b0a43ef37167107324b378c504c09f579c31 (patch) | |
tree | cdd91795eb5d0f0057eeeb782d633b4ef5f726a1 /x11-wm/icewm/files | |
parent | stable x86, bug #159522 (diff) | |
download | gentoo-2-8938b0a43ef37167107324b378c504c09f579c31.tar.gz gentoo-2-8938b0a43ef37167107324b378c504c09f579c31.tar.bz2 gentoo-2-8938b0a43ef37167107324b378c504c09f579c31.zip |
remove old versions, patches
(Portage version: 2.1.1-r2)
Diffstat (limited to 'x11-wm/icewm/files')
-rw-r--r-- | x11-wm/icewm/files/digest-icewm-1.2.23 | 3 | ||||
-rw-r--r-- | x11-wm/icewm/files/digest-icewm-1.2.29 | 3 | ||||
-rw-r--r-- | x11-wm/icewm/files/icewm-1.2.23-gcc41.patch | 36 | ||||
-rw-r--r-- | x11-wm/icewm/files/icewm-1.2.23.ybutton.cc.patch | 20 |
4 files changed, 0 insertions, 62 deletions
diff --git a/x11-wm/icewm/files/digest-icewm-1.2.23 b/x11-wm/icewm/files/digest-icewm-1.2.23 deleted file mode 100644 index 957c8c7a9a66..000000000000 --- a/x11-wm/icewm/files/digest-icewm-1.2.23 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 498a57f71ebbd541cef4aa635b4fc3b1 icewm-1.2.23.tar.gz 1017090 -RMD160 0b82deca8750b2dd82502e2911656d9204b84ea4 icewm-1.2.23.tar.gz 1017090 -SHA256 af8917fedafe0f58b78b0e009918dfdea4c901f07925ec025e4cfb2e9bfd2332 icewm-1.2.23.tar.gz 1017090 diff --git a/x11-wm/icewm/files/digest-icewm-1.2.29 b/x11-wm/icewm/files/digest-icewm-1.2.29 deleted file mode 100644 index 46d98c039278..000000000000 --- a/x11-wm/icewm/files/digest-icewm-1.2.29 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 0342359398643c36eff313f680678e28 icewm-1.2.29.tar.gz 1055906 -RMD160 ac77e10d365852998bfef0c5d2a9181acfc7ec64 icewm-1.2.29.tar.gz 1055906 -SHA256 2be1b9c96c621cf3cdd56ec84d536ba2a04768098f08547a5ab7195a18a85dc3 icewm-1.2.29.tar.gz 1055906 diff --git a/x11-wm/icewm/files/icewm-1.2.23-gcc41.patch b/x11-wm/icewm/files/icewm-1.2.23-gcc41.patch deleted file mode 100644 index 06ac26b88fcd..000000000000 --- a/x11-wm/icewm/files/icewm-1.2.23-gcc41.patch +++ /dev/null @@ -1,36 +0,0 @@ -diff -Naur icewm-1.2.23/src/wmframe.h icewm-1.2.23-gcc41/src/wmframe.h ---- icewm-1.2.23/src/wmframe.h 2005-08-14 20:33:08.000000000 +0200 -+++ icewm-1.2.23-gcc41/src/wmframe.h 2006-01-11 19:50:05.028527250 +0100 -@@ -106,7 +106,7 @@ - YClientContainer *container() const { return fClientContainer; } - - #ifdef WMSPEC_HINTS -- void YFrameWindow::startMoveSize(int x, int y, -+ void startMoveSize(int x, int y, - int direction); - #endif - -diff -Naur icewm-1.2.23/src/ypixbuf.h icewm-1.2.23-gcc41/src/ypixbuf.h ---- icewm-1.2.23/src/ypixbuf.h 2005-08-14 20:33:08.000000000 +0200 -+++ icewm-1.2.23-gcc41/src/ypixbuf.h 2006-01-11 19:49:37.310795000 +0100 -@@ -51,7 +51,7 @@ - #if defined(CONFIG_ANTIALIASING) || defined(CONFIG_IMLIB) - static ref<YPixbuf> scale(ref<YPixbuf> source, int const width, int const height); - private: -- YPixbuf::YPixbuf(const ref<YPixbuf> &source, -+ YPixbuf(const ref<YPixbuf> &source, - int const width, int const height); - public: - #endif -diff -Naur icewm-1.2.23/src/ywindow.h icewm-1.2.23-gcc41/src/ywindow.h ---- icewm-1.2.23/src/ywindow.h 2005-08-14 20:33:08.000000000 +0200 -+++ icewm-1.2.23-gcc41/src/ywindow.h 2006-01-11 19:49:51.663692000 +0100 -@@ -118,7 +118,7 @@ - - ref<YPixmap> beginPaint(YRect &r); - void endPaint(Graphics &g, ref<YPixmap> pixmap, YRect &r); -- void YWindow::paintExpose(int ex, int ey, int ew, int eh); -+ void paintExpose(int ex, int ey, int ew, int eh); - - Graphics & getGraphics(); - diff --git a/x11-wm/icewm/files/icewm-1.2.23.ybutton.cc.patch b/x11-wm/icewm/files/icewm-1.2.23.ybutton.cc.patch deleted file mode 100644 index 2eeb379ecb41..000000000000 --- a/x11-wm/icewm/files/icewm-1.2.23.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)); - } - } - |