diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2011-09-25 11:29:32 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2011-09-25 11:29:32 +0000 |
commit | e413fc19cc662119b5d9059637a02ab3df9ff6f0 (patch) | |
tree | 10f4b01f7223bf0a69bcc9e02ac87841088aa8c6 /kde-base | |
parent | Version bump (diff) | |
download | gentoo-2-e413fc19cc662119b5d9059637a02ab3df9ff6f0.tar.gz gentoo-2-e413fc19cc662119b5d9059637a02ab3df9ff6f0.tar.bz2 gentoo-2-e413fc19cc662119b5d9059637a02ab3df9ff6f0.zip |
Remove old
(Portage version: 2.1.10.19/cvs/Linux x86_64)
Diffstat (limited to 'kde-base')
-rw-r--r-- | kde-base/kwin/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/kwin/kwin-4.6.5-r1.ebuild | 76 | ||||
-rw-r--r-- | kde-base/kwin/kwin-4.6.5.ebuild | 72 | ||||
-rw-r--r-- | kde-base/kwin/kwin-4.7.1.ebuild | 66 |
4 files changed, 5 insertions, 215 deletions
diff --git a/kde-base/kwin/ChangeLog b/kde-base/kwin/ChangeLog index dabf3c0943cc..26f88194d55d 100644 --- a/kde-base/kwin/ChangeLog +++ b/kde-base/kwin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/kwin # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kwin/ChangeLog,v 1.245 2011/09/16 12:55:42 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kwin/ChangeLog,v 1.246 2011/09/25 11:29:32 dilfridge Exp $ + + 25 Sep 2011; Andreas K. Huettel <dilfridge@gentoo.org> -kwin-4.6.5.ebuild, + -kwin-4.6.5-r1.ebuild, -kwin-4.7.1.ebuild: + Remove old 16 Sep 2011; Tony Vroon <chainsaw@gentoo.org> kwin-4.6.5-r2.ebuild: Marked stable on AMD64 based on arch testing by Chí-Thanh Christopher diff --git a/kde-base/kwin/kwin-4.6.5-r1.ebuild b/kde-base/kwin/kwin-4.6.5-r1.ebuild deleted file mode 100644 index 0408b86f7d3a..000000000000 --- a/kde-base/kwin/kwin-4.6.5-r1.ebuild +++ /dev/null @@ -1,76 +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.5-r1.ebuild,v 1.1 2011/09/05 22:18:32 dilfridge 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 - >=media-libs/mesa-7.10 - ) - 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.5-mesadri.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${EPREFIX}/usr/include/kworkspace" - - mycmakeargs=( - $(cmake-utils_use_with opengl OpenGL) - $(cmake-utils_use_with xinerama X11_Xinerama) - ) - - kde4-meta_src_configure -} diff --git a/kde-base/kwin/kwin-4.6.5.ebuild b/kde-base/kwin/kwin-4.6.5.ebuild deleted file mode 100644 index 87d2eff0d10a..000000000000 --- a/kde-base/kwin/kwin-4.6.5.ebuild +++ /dev/null @@ -1,72 +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.5.ebuild,v 1.3 2011/08/15 20:35:49 maekke 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" -) - -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${EPREFIX}/usr/include/kworkspace" - - mycmakeargs=( - $(cmake-utils_use_with opengl OpenGL) - $(cmake-utils_use_with xinerama X11_Xinerama) - ) - - kde4-meta_src_configure -} diff --git a/kde-base/kwin/kwin-4.7.1.ebuild b/kde-base/kwin/kwin-4.7.1.ebuild deleted file mode 100644 index 85e171eb5fea..000000000000 --- a/kde-base/kwin/kwin-4.7.1.ebuild +++ /dev/null @@ -1,66 +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.7.1.ebuild,v 1.1 2011/09/07 20:13:56 alexxy Exp $ - -EAPI=4 - -KMNAME="kde-workspace" -OPENGL_REQUIRED="optional" -inherit kde4-meta - -DESCRIPTION="KDE window manager" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" -IUSE="debug gles xinerama" - -COMMONDEPEND=" - $(add_kdebase_dep kephal) - $(add_kdebase_dep libkworkspace) - $(add_kdebase_dep liboxygenstyle) - x11-libs/libXcomposite - x11-libs/libXdamage - x11-libs/libXfixes - >=x11-libs/libXrandr-1.2.1 - x11-libs/libXrender - opengl? ( >=media-libs/mesa-7.10 ) - gles? ( >=media-libs/mesa-7.10[egl(+),gles] ) - xinerama? ( x11-libs/libXinerama ) -" -DEPEND="${COMMONDEPEND} - x11-proto/compositeproto - x11-proto/damageproto - x11-proto/fixesproto - x11-proto/randrproto - x11-proto/renderproto - 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" -) - -# you can use just gles or opengl or none -REQUIRED_USE="opengl? ( !gles ) gles? ( !opengl )" - -src_configure() { - # FIXME Remove when activity API moved away from libkworkspace - append-cppflags "-I${EPREFIX}/usr/include/kworkspace" - - mycmakeargs=( - $(cmake-utils_use_with gles OpenGLES) - $(cmake-utils_use gles KWIN_BUILD_WITH_OPENGLES) - $(cmake-utils_use_with opengl OpenGL) - $(cmake-utils_use_with xinerama X11_Xinerama) - -DWITH_X11_Xcomposite=ON - ) - - kde4-meta_src_configure -} |