diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2010-05-03 22:09:50 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2010-05-03 22:09:50 +0000 |
commit | 37596ae82201ea8347a0c7d8b15793da6fa9d905 (patch) | |
tree | b160d5bbde890292d7e79b1e2d769c7f3328bf11 /kde-base/kwin | |
parent | [kde-base] Drop KDE SC 4.4.1 (diff) | |
download | gentoo-2-37596ae82201ea8347a0c7d8b15793da6fa9d905.tar.gz gentoo-2-37596ae82201ea8347a0c7d8b15793da6fa9d905.tar.bz2 gentoo-2-37596ae82201ea8347a0c7d8b15793da6fa9d905.zip |
[kde-base] Drop KDE SC 4.4.1
(Portage version: 2.2_rc67/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'kde-base/kwin')
-rw-r--r-- | kde-base/kwin/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/kwin/kwin-4.4.1.ebuild | 54 |
2 files changed, 4 insertions, 55 deletions
diff --git a/kde-base/kwin/ChangeLog b/kde-base/kwin/ChangeLog index 41c1e161620b..f49af8ded131 100644 --- a/kde-base/kwin/ChangeLog +++ b/kde-base/kwin/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/kwin # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kwin/ChangeLog,v 1.194 2010/05/03 21:29:51 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kwin/ChangeLog,v 1.195 2010/05/03 22:09:50 alexxy Exp $ + + 03 May 2010; Alexey Shvetsov <alexxy@gentoo.org> -kwin-4.4.1.ebuild: + Drop KDE SC 4.4.1 *kwin-4.4.3 (03 May 2010) diff --git a/kde-base/kwin/kwin-4.4.1.ebuild b/kde-base/kwin/kwin-4.4.1.ebuild deleted file mode 100644 index 270b60bfd8e7..000000000000 --- a/kde-base/kwin/kwin-4.4.1.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kwin/kwin-4.4.1.ebuild,v 1.1 2010/03/02 19:06:59 tampakrap Exp $ - -EAPI="3" - -KMNAME="kdebase-workspace" -OPENGL_REQUIRED="optional" -inherit kde4-meta - -DESCRIPTION="KDE window manager" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~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) - 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}" - -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() { - mycmakeargs=( - $(cmake-utils_use_with opengl OpenGL) - ) - - kde4-meta_src_configure -} |