summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIngmar Vanhassel <ingmar@gentoo.org>2008-03-21 16:33:29 +0000
committerIngmar Vanhassel <ingmar@gentoo.org>2008-03-21 16:33:29 +0000
commit7e6c0e515c69a4aba32090398860b7175564b836 (patch)
tree7308280023a2e52f92b41aebc98f7b98655c6581 /kde-base
parenthomepage update (diff)
downloadgentoo-2-7e6c0e515c69a4aba32090398860b7175564b836.tar.gz
gentoo-2-7e6c0e515c69a4aba32090398860b7175564b836.tar.bz2
gentoo-2-7e6c0e515c69a4aba32090398860b7175564b836.zip
*sigh*
(Portage version: 2.1.4.4)
Diffstat (limited to 'kde-base')
-rw-r--r--kde-base/kwin/ChangeLog5
-rw-r--r--kde-base/kwin/kwin-4.0.1.ebuild42
2 files changed, 1 insertions, 46 deletions
diff --git a/kde-base/kwin/ChangeLog b/kde-base/kwin/ChangeLog
index 1288910ce4bd..54a14a1e7054 100644
--- a/kde-base/kwin/ChangeLog
+++ b/kde-base/kwin/ChangeLog
@@ -1,11 +1,8 @@
# ChangeLog for kde-base/kwin
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kwin/ChangeLog,v 1.116 2008/03/21 15:54:00 ingmar Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kwin/ChangeLog,v 1.117 2008/03/21 16:33:29 ingmar Exp $
21 Mar 2008; Ingmar Vanhassel <ingmar@gentoo.org> -kwin-4.0.1.ebuild:
- Really remove 4.0.1 ebuild, fix ChangeLog.
-
- 20 Mar 2008; Ingmar Vanhassel <ingmar@gentoo.org> -kwin-4.0.1.ebuild:
Old.
*kwin-4.0.2 (10 Mar 2008)
diff --git a/kde-base/kwin/kwin-4.0.1.ebuild b/kde-base/kwin/kwin-4.0.1.ebuild
deleted file mode 100644
index de4d9e4f2f06..000000000000
--- a/kde-base/kwin/kwin-4.0.1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kwin/kwin-4.0.1.ebuild,v 1.2 2008/03/04 02:55:49 jer Exp $
-
-EAPI="1"
-
-KMNAME=kdebase-workspace
-inherit kde4-meta
-
-DESCRIPTION="KDE window manager"
-KEYWORDS="~amd64 ~hppa ~x86"
-IUSE="captury opengl 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}
- x11-proto/damageproto
- x11-proto/renderproto
- xcomposite? ( x11-proto/compositeproto )
- xinerama? ( x11-proto/xineramaproto )"
-RDEPEND="${COMMONDEPEND}"
-
-src_compile() {
- 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)
- $(cmake-utils_use_with xcomposite X11_Xcomposite)
- $(cmake-utils_use_with xinerama X11_Xinerama)"
- kde4-meta_src_compile
-}