diff options
author | Tobias Heinlein <keytoaster@gentoo.org> | 2008-06-07 11:13:44 +0000 |
---|---|---|
committer | Tobias Heinlein <keytoaster@gentoo.org> | 2008-06-07 11:13:44 +0000 |
commit | 66e88422e65b90db796c9335c07b4007cce618c7 (patch) | |
tree | c46cd257aca760f46d5f1fbdb18d2952338af1f8 /kde-base/kwin | |
parent | Removed old versions. (diff) | |
download | gentoo-2-66e88422e65b90db796c9335c07b4007cce618c7.tar.gz gentoo-2-66e88422e65b90db796c9335c07b4007cce618c7.tar.bz2 gentoo-2-66e88422e65b90db796c9335c07b4007cce618c7.zip |
Removed old versions.
(Portage version: 2.2_pre7/cvs/Linux 2.6.25-gentoo-r4 AMD Athlon(tm) 64 X2 Dual Core Processor 4200+)
Diffstat (limited to 'kde-base/kwin')
-rw-r--r-- | kde-base/kwin/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/kwin/kwin-3.5.8.ebuild | 22 | ||||
-rw-r--r-- | kde-base/kwin/kwin-4.0.2.ebuild | 44 | ||||
-rw-r--r-- | kde-base/kwin/kwin-4.0.3.ebuild | 44 |
4 files changed, 5 insertions, 111 deletions
diff --git a/kde-base/kwin/ChangeLog b/kde-base/kwin/ChangeLog index 179ddf0fdc68..3701accf4f30 100644 --- a/kde-base/kwin/ChangeLog +++ b/kde-base/kwin/ChangeLog @@ -1,6 +1,10 @@ # 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.129 2008/06/07 02:28:52 ingmar Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kwin/ChangeLog,v 1.130 2008/06/07 11:13:44 keytoaster Exp $ + + 07 Jun 2008; Tobias Heinlein <keytoaster@gentoo.org> -kwin-3.5.8.ebuild, + -kwin-4.0.2.ebuild, -kwin-4.0.3.ebuild: + Removed old versions. 07 Jun 2008; Ingmar Vanhassel <ingmar@gentoo.org> +files/kwin-4.0.5-no-compositing.patch, kwin-4.0.5.ebuild: diff --git a/kde-base/kwin/kwin-3.5.8.ebuild b/kde-base/kwin/kwin-3.5.8.ebuild deleted file mode 100644 index d0888846ce6d..000000000000 --- a/kde-base/kwin/kwin-3.5.8.ebuild +++ /dev/null @@ -1,22 +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-3.5.8.ebuild,v 1.7 2008/03/04 02:55:49 jer Exp $ - -KMNAME=kdebase -MAXKDEVER=$PV -KM_DEPRANGE="$PV $MAXKDEVER" -inherit kde-meta eutils - -DESCRIPTION="KDE window manager" -KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="kdehiddenvisibility xcomposite" -RDEPEND="xcomposite? ( x11-libs/libXcomposite x11-libs/libXdamage )" -DEPEND="${RDEPEND}" - -SRC_URI="${SRC_URI} - mirror://gentoo/kdebase-3.5-patchset-05.tar.bz2" - -src_compile() { - myconf="$myconf $(use_with xcomposite composite)" - kde-meta_src_compile -} diff --git a/kde-base/kwin/kwin-4.0.2.ebuild b/kde-base/kwin/kwin-4.0.2.ebuild deleted file mode 100644 index 44164350a532..000000000000 --- a/kde-base/kwin/kwin-4.0.2.ebuild +++ /dev/null @@ -1,44 +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.2.ebuild,v 1.2 2008/04/05 01:19:59 zlin Exp $ - -EAPI="1" - -KMNAME=kdebase-workspace -OPENGL_REQUIRED="optional" -inherit kde4-meta - -DESCRIPTION="KDE window manager" -KEYWORDS="~amd64 ~x86" -IUSE="captury debug 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 -} diff --git a/kde-base/kwin/kwin-4.0.3.ebuild b/kde-base/kwin/kwin-4.0.3.ebuild deleted file mode 100644 index 4dcce658fa1e..000000000000 --- a/kde-base/kwin/kwin-4.0.3.ebuild +++ /dev/null @@ -1,44 +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.3.ebuild,v 1.2 2008/04/05 01:19:59 zlin Exp $ - -EAPI="1" - -KMNAME=kdebase-workspace -OPENGL_REQUIRED="optional" -inherit kde4-meta - -DESCRIPTION="KDE window manager" -KEYWORDS="~amd64 ~x86" -IUSE="captury debug 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 -} |