* [gentoo-commits] gentoo-x86 commit in kde-base/kwin: ChangeLog kwin-4.2.3.ebuild
@ 2009-05-07 0:05 Tomas Chvatal (scarabeus)
0 siblings, 0 replies; 2+ messages in thread
From: Tomas Chvatal (scarabeus) @ 2009-05-07 0:05 UTC (permalink / raw
To: gentoo-commits
scarabeus 09/05/07 00:05:11
Modified: ChangeLog
Added: kwin-4.2.3.ebuild
Log:
Version bump KDE 4.2.3
(Portage version: 2.2_rc31/cvs/Linux x86_64, RepoMan options: --force)
Revision Changes Path
1.148 kde-base/kwin/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kwin/ChangeLog?rev=1.148&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kwin/ChangeLog?rev=1.148&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kwin/ChangeLog?r1=1.147&r2=1.148
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kwin/ChangeLog,v
retrieving revision 1.147
retrieving revision 1.148
diff -u -r1.147 -r1.148
--- ChangeLog 17 Apr 2009 06:16:30 -0000 1.147
+++ ChangeLog 7 May 2009 00:05:10 -0000 1.148
@@ -1,6 +1,11 @@
# ChangeLog for kde-base/kwin
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kwin/ChangeLog,v 1.147 2009/04/17 06:16:30 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kwin/ChangeLog,v 1.148 2009/05/07 00:05:10 scarabeus Exp $
+
+*kwin-4.2.3 (07 May 2009)
+
+ 07 May 2009; Tomas Chvatal <scarabeus@gentoo.org> +kwin-4.2.3.ebuild:
+ Version bump
17 Apr 2009; Alexey Shvetsov <alexxy@gentoo.org> -kwin-4.2.1.ebuild:
Restore ~hppa keywords
1.1 kde-base/kwin/kwin-4.2.3.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kwin/kwin-4.2.3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kwin/kwin-4.2.3.ebuild?rev=1.1&content-type=text/plain
Index: kwin-4.2.3.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/kwin/kwin-4.2.3.ebuild,v 1.1 2009/05/07 00:05:10 scarabeus Exp $
EAPI="2"
KMNAME="kdebase-workspace"
OPENGL_REQUIRED="optional"
inherit kde4-meta
DESCRIPTION="KDE window manager"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
IUSE="debug captury xcomposite xinerama"
COMMONDEPEND="
>=kde-base/kephal-${PV}:${SLOT}[kdeprefix=]
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_prepare() {
if ! use captury; then
sed -e 's:^PKGCONFIG..libcaptury:#DONOTFIND &:' \
-i "${S}"/kwin/effects/CMakeLists.txt || \
die "Making captury optional failed."
fi
kde4-meta_src_prepare
}
src_configure() {
mycmakeargs="${mycmakeargs}
$(cmake-utils_use_with opengl OpenGL)"
kde4-meta_src_configure
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in kde-base/kwin: ChangeLog kwin-4.2.3.ebuild
@ 2009-06-14 11:41 Alexey Shvetsov (alexxy)
0 siblings, 0 replies; 2+ messages in thread
From: Alexey Shvetsov (alexxy) @ 2009-06-14 11:41 UTC (permalink / raw
To: gentoo-commits
alexxy 09/06/14 11:41:59
Modified: ChangeLog
Removed: kwin-4.2.3.ebuild
Log:
[kde-base/kwin] Drop KDE 4.2.3
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Revision Changes Path
1.155 kde-base/kwin/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kwin/ChangeLog?rev=1.155&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kwin/ChangeLog?rev=1.155&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kwin/ChangeLog?r1=1.154&r2=1.155
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kwin/ChangeLog,v
retrieving revision 1.154
retrieving revision 1.155
diff -u -r1.154 -r1.155
--- ChangeLog 6 Jun 2009 08:18:15 -0000 1.154
+++ ChangeLog 14 Jun 2009 11:41:59 -0000 1.155
@@ -1,6 +1,9 @@
# ChangeLog for kde-base/kwin
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kwin/ChangeLog,v 1.154 2009/06/06 08:18:15 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kwin/ChangeLog,v 1.155 2009/06/14 11:41:59 alexxy Exp $
+
+ 14 Jun 2009; Alexey Shvetsov <alexxy@gentoo.org> -kwin-4.2.3.ebuild:
+ Drop KDE 4.2.3
06 Jun 2009; Markus Meier <maekke@gentoo.org> kwin-3.5.10.ebuild:
amd64/x86 stable, bug #271889
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-06-14 11:42 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-14 11:41 [gentoo-commits] gentoo-x86 commit in kde-base/kwin: ChangeLog kwin-4.2.3.ebuild Alexey Shvetsov (alexxy)
-- strict thread matches above, loose matches on Subject: below --
2009-05-07 0:05 Tomas Chvatal (scarabeus)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox