summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-11-20 01:05:41 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-11-20 01:05:41 +0000
commit50b22f5deff3a0544bb6af7562a2a9b047ba0425 (patch)
tree18ce7f6eff760e8c4e3fd7941dec828ac5c97315 /kde-base/ksystraycmd
parentRemove KDE 3.5.10. (diff)
downloadgentoo-2-50b22f5deff3a0544bb6af7562a2a9b047ba0425.tar.gz
gentoo-2-50b22f5deff3a0544bb6af7562a2a9b047ba0425.tar.bz2
gentoo-2-50b22f5deff3a0544bb6af7562a2a9b047ba0425.zip
Remove KDE 3.5.10.
(Portage version: 2.2_rc50/cvs/Linux x86_64)
Diffstat (limited to 'kde-base/ksystraycmd')
-rw-r--r--kde-base/ksystraycmd/ChangeLog7
-rw-r--r--kde-base/ksystraycmd/files/ksystraycmd-3.5-transparency.diff42
-rw-r--r--kde-base/ksystraycmd/ksystraycmd-3.5.10-r1.ebuild16
-rw-r--r--kde-base/ksystraycmd/ksystraycmd-3.5.10.ebuild14
4 files changed, 6 insertions, 73 deletions
diff --git a/kde-base/ksystraycmd/ChangeLog b/kde-base/ksystraycmd/ChangeLog
index 104b253b301d..a8422c7dcd78 100644
--- a/kde-base/ksystraycmd/ChangeLog
+++ b/kde-base/ksystraycmd/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for kde-base/ksystraycmd
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/ksystraycmd/ChangeLog,v 1.118 2009/11/09 00:01:52 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ksystraycmd/ChangeLog,v 1.119 2009/11/20 01:05:41 ssuominen Exp $
+
+ 20 Nov 2009; Samuli Suominen <ssuominen@gentoo.org>
+ -ksystraycmd-3.5.10.ebuild, -ksystraycmd-3.5.10-r1.ebuild,
+ -files/ksystraycmd-3.5-transparency.diff:
+ Remove KDE 3.5.10.
08 Nov 2009; Alexey Shvetsov <alexxy@gentoo.org>
-ksystraycmd-4.3.2.ebuild:
diff --git a/kde-base/ksystraycmd/files/ksystraycmd-3.5-transparency.diff b/kde-base/ksystraycmd/files/ksystraycmd-3.5-transparency.diff
deleted file mode 100644
index 68739c627b6b..000000000000
--- a/kde-base/ksystraycmd/files/ksystraycmd-3.5-transparency.diff
+++ /dev/null
@@ -1,42 +0,0 @@
-diff -U 3 -H -d -r -N -- ksystraycmd/ksystraycmd.cpp ksystraycmd-fixed/ksystraycmd.cpp
---- ksystraycmd/ksystraycmd.cpp 2005-09-10 10:26:16.000000000 +0200
-+++ ksystraycmd-fixed/ksystraycmd.cpp 2008-05-25 09:50:54.000000000 +0200
-@@ -21,7 +21,7 @@
-
-
- KSysTrayCmd::KSysTrayCmd()
-- : QLabel( 0, "systray_cmd" ),
-+ : KSystemTray( 0, "systray_cmd" ),
- isVisible(true), lazyStart( false ), noquit( false ), quitOnHide( false ), onTop(false), ownIcon(false),
- win(0), client(0), kwinmodule(0), top(0), left(0)
- {
-@@ -154,7 +154,7 @@
- }
- else
- {
-- setPixmap( KWin::icon( win, iconWidth, iconWidth, true ) );
-+ setPixmap(KWin::icon( win, iconWidth, iconWidth, true ));
- }
-
- QToolTip::add( this, KWin::windowInfo( win ).name() );
-diff -U 3 -H -d -r -N -- ksystraycmd/ksystraycmd.h ksystraycmd-fixed/ksystraycmd.h
---- ksystraycmd/ksystraycmd.h 2005-09-10 10:26:16.000000000 +0200
-+++ ksystraycmd-fixed/ksystraycmd.h 2008-05-25 09:37:52.000000000 +0200
-@@ -3,7 +3,7 @@
- #ifndef KSYSTRAYCMD_H
- #define KSYSTRAYCMD_H
-
--#include <qlabel.h>
-+#include <ksystemtray.h>
- #include <kwin.h>
-
- class KShellProcess;
-@@ -14,7 +14,7 @@
- *
- * @author Richard Moore, rich@kde.org
- */
--class KSysTrayCmd : public QLabel
-+class KSysTrayCmd : public KSystemTray
- {
- Q_OBJECT
- public:
diff --git a/kde-base/ksystraycmd/ksystraycmd-3.5.10-r1.ebuild b/kde-base/ksystraycmd/ksystraycmd-3.5.10-r1.ebuild
deleted file mode 100644
index 444a98e3d248..000000000000
--- a/kde-base/ksystraycmd/ksystraycmd-3.5.10-r1.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/ksystraycmd/ksystraycmd-3.5.10-r1.ebuild,v 1.5 2009/07/24 15:33:55 josejx Exp $
-
-KMNAME=kdebase
-EAPI="1"
-inherit kde-meta eutils
-
-SRC_URI="${SRC_URI}
- mirror://gentoo/kdebase-3.5-patchset-13.tar.bz2"
-
-DESCRIPTION="ksystraycmd embeds applications given as argument into the system tray."
-KEYWORDS="~alpha amd64 hppa ~ia64 ~mips ppc ppc64 ~sparc x86 ~x86-fbsd"
-IUSE="kdehiddenvisibility"
-
-PATCHES=( "${FILESDIR}/${PN}-3.5-transparency.diff" )
diff --git a/kde-base/ksystraycmd/ksystraycmd-3.5.10.ebuild b/kde-base/ksystraycmd/ksystraycmd-3.5.10.ebuild
deleted file mode 100644
index 67aa0f40fd56..000000000000
--- a/kde-base/ksystraycmd/ksystraycmd-3.5.10.ebuild
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/ksystraycmd/ksystraycmd-3.5.10.ebuild,v 1.4 2009/07/12 11:01:32 armin76 Exp $
-
-KMNAME=kdebase
-EAPI="1"
-inherit kde-meta eutils
-
-SRC_URI="${SRC_URI}
- mirror://gentoo/kdebase-3.5-patchset-13.tar.bz2"
-
-DESCRIPTION="ksystraycmd embeds applications given as argument into the system tray."
-KEYWORDS="alpha ~amd64 ~hppa ia64 ppc ppc64 sparc ~x86 ~x86-fbsd"
-IUSE="kdehiddenvisibility"