diff options
author | Johannes Huber <johu@gentoo.org> | 2012-02-21 12:52:49 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2012-02-21 12:52:49 +0000 |
commit | 36c737c30209bb00739a246701d68e966c6a33db (patch) | |
tree | af341dac81b03b71911ad365a8e8c85b58b22c3a /kde-base/kwin | |
parent | Cleanup mask to make repoman happy. (diff) | |
download | gentoo-2-36c737c30209bb00739a246701d68e966c6a33db.tar.gz gentoo-2-36c737c30209bb00739a246701d68e966c6a33db.tar.bz2 gentoo-2-36c737c30209bb00739a246701d68e966c6a33db.zip |
Remove KDE SC 4.6.3
(Portage version: 2.2.0_alpha86/cvs/Linux x86_64)
Diffstat (limited to 'kde-base/kwin')
-rw-r--r-- | kde-base/kwin/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/kwin/kwin-4.6.3-r1.ebuild | 73 |
2 files changed, 4 insertions, 74 deletions
diff --git a/kde-base/kwin/ChangeLog b/kde-base/kwin/ChangeLog index b75f8c9ada03..e1b7ecfac1e4 100644 --- a/kde-base/kwin/ChangeLog +++ b/kde-base/kwin/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/kwin # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kwin/ChangeLog,v 1.262 2012/02/18 16:08:53 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kwin/ChangeLog,v 1.263 2012/02/21 12:52:36 johu Exp $ + + 20 Feb 2012; Johannes Huber <johu@gentoo.org> -kwin-4.6.3-r1.ebuild: + Remove KDE SC 4.6.3 18 Feb 2012; nixnut <nixnut@gentoo.org> kwin-4.7.4.ebuild: ppc stable #396359 diff --git a/kde-base/kwin/kwin-4.6.3-r1.ebuild b/kde-base/kwin/kwin-4.6.3-r1.ebuild deleted file mode 100644 index df7229e79588..000000000000 --- a/kde-base/kwin/kwin-4.6.3-r1.ebuild +++ /dev/null @@ -1,73 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kwin/kwin-4.6.3-r1.ebuild,v 1.4 2011/06/26 01:54:39 ranger Exp $ - -EAPI=4 - -KMNAME="kdebase-workspace" -OPENGL_REQUIRED="optional" -inherit kde4-meta - -DESCRIPTION="KDE window manager" -KEYWORDS="amd64 ~arm ppc ~ppc64 x86 ~amd64-linux ~x86-linux" -IUSE="debug xcomposite xinerama" - -# NOTE disabled for now: captury? ( media-libs/libcaptury ) -COMMONDEPEND=" - $(add_kdebase_dep kephal) - $(add_kdebase_dep libkworkspace) - $(add_kdebase_dep liboxygenstyle) - x11-libs/libXdamage - x11-libs/libXfixes - >=x11-libs/libXrandr-1.2.1 - x11-libs/libXrender - opengl? ( virtual/opengl ) - xcomposite? ( x11-libs/libXcomposite ) - xinerama? ( x11-libs/libXinerama ) -" -DEPEND="${COMMONDEPEND} - x11-proto/damageproto - x11-proto/fixesproto - x11-proto/randrproto - x11-proto/renderproto - xcomposite? ( x11-proto/compositeproto ) - xinerama? ( x11-proto/xineramaproto ) -" -RDEPEND="${COMMONDEPEND} - x11-apps/scripts -" - -KMEXTRACTONLY=" - ksmserver/ - libs/kephal/ - libs/oxygen/ -" - -PATCHES=( - "${FILESDIR}/${PN}-4.4.2-xinerama_cmake_automagic.patch" - "${FILESDIR}/${PN}-fix-opengl.patch" - "${FILESDIR}/${PN}-4.6.3-desktopnames.patch" -) - -src_prepare() { -# NOTE uncomment when enabled again by upstream -# if ! use captury; then -# sed -e 's:^PKGCONFIG..libcaptury:#DONOTFIND &:' \ -# -i kwin/effects/CMakeLists.txt || \ -# die "Making captury optional failed." -# fi - - kde4-meta_src_prepare -} - -src_configure() { - # FIXME Remove when activity API moved away from libkworkspace - append-cppflags "-I${EKDEDIR}/include/kworkspace" - - mycmakeargs=( - $(cmake-utils_use_with opengl OpenGL) - $(cmake-utils_use_with xinerama X11_Xinerama) - ) - - kde4-meta_src_configure -} |