summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Shvetsov <alexxy@gentoo.org>2009-03-08 20:39:55 +0000
committerAlexey Shvetsov <alexxy@gentoo.org>2009-03-08 20:39:55 +0000
commitb32ad47fca01e79dcee7c3b6efb9d35d55424bb6 (patch)
treed25eea83ef82e34adc9723c528c49386e0410167 /kde-base/kwin
parentDrop KDE 4.2.0 (diff)
downloadgentoo-2-b32ad47fca01e79dcee7c3b6efb9d35d55424bb6.tar.gz
gentoo-2-b32ad47fca01e79dcee7c3b6efb9d35d55424bb6.tar.bz2
gentoo-2-b32ad47fca01e79dcee7c3b6efb9d35d55424bb6.zip
Drop KDE 4.2.0
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'kde-base/kwin')
-rw-r--r--kde-base/kwin/ChangeLog5
-rw-r--r--kde-base/kwin/kwin-4.2.0.ebuild42
2 files changed, 4 insertions, 43 deletions
diff --git a/kde-base/kwin/ChangeLog b/kde-base/kwin/ChangeLog
index 93871162fcfc..5bfad4d10fa6 100644
--- a/kde-base/kwin/ChangeLog
+++ b/kde-base/kwin/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for kde-base/kwin
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kwin/ChangeLog,v 1.142 2009/03/08 14:08:49 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kwin/ChangeLog,v 1.143 2009/03/08 20:39:55 alexxy Exp $
+
+ 08 Mar 2009; Alexey Shvetsov <alexxy@gentoo.org> -kwin-4.2.0.ebuild:
+ Drop KDE 4.2.0
08 Mar 2009; Tomas Chvatal <scarabeus@gentoo.org> kwin-4.2.1.ebuild:
Semi-automatic merge, Update deps.
diff --git a/kde-base/kwin/kwin-4.2.0.ebuild b/kde-base/kwin/kwin-4.2.0.ebuild
deleted file mode 100644
index cce5e92f0b61..000000000000
--- a/kde-base/kwin/kwin-4.2.0.ebuild
+++ /dev/null
@@ -1,42 +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/kwin/kwin-4.2.0.ebuild,v 1.2 2009/02/01 08:15:31 jmbsvicetto Exp $
-
-EAPI="2"
-
-KMNAME="kdebase-workspace"
-OPENGL_REQUIRED="optional"
-inherit kde4-meta
-
-DESCRIPTION="KDE window manager"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE="debug captury xcomposite xinerama"
-
-COMMONDEPEND="x11-libs/libXdamage
- x11-libs/libXfixes
- >=x11-libs/libXrandr-1.2.1
- x11-libs/libXrender
- captury? ( media-libs/libcaptury )
- opengl? ( virtual/opengl )
- xcomposite? ( x11-libs/libXcomposite )
- xinerama? ( x11-libs/libXinerama )"
-DEPEND="${COMMONDEPEND}
- kde-base/kephal:${SLOT}
- x11-proto/damageproto
- x11-proto/renderproto
- xcomposite? ( x11-proto/compositeproto )
- xinerama? ( x11-proto/xineramaproto )"
-RDEPEND="${COMMONDEPEND}"
-
-src_configure() {
- if ! use captury; then
- sed -e 's:^PKGCONFIG..libcaptury:#DONOTFIND &:' \
- -i "${S}"/kwin/effects/CMakeLists.txt || \
- die "Making captury optional failed."
- fi
-
- mycmakeargs="${mycmakeargs}
- $(cmake-utils_use_with opengl OpenGL)"
-
- kde4-meta_src_configure
-}