public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in kde-base/ktux: ChangeLog ktux-4.2.2.ebuild
@ 2009-04-12  6:15 Alexey Shvetsov (alexxy)
  0 siblings, 0 replies; 2+ messages in thread
From: Alexey Shvetsov (alexxy) @ 2009-04-12  6:15 UTC (permalink / raw
  To: gentoo-commits

alexxy      09/04/12 06:15:24

  Modified:             ChangeLog
  Added:                ktux-4.2.2.ebuild
  Log:
  Add KDE 4.2.2
  (Portage version: 2.2_rc29/cvs/Linux x86_64)

Revision  Changes    Path
1.104                kde-base/ktux/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/ktux/ChangeLog?rev=1.104&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/ktux/ChangeLog?rev=1.104&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/ktux/ChangeLog?r1=1.103&r2=1.104

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/ktux/ChangeLog,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -r1.103 -r1.104
--- ChangeLog	11 Apr 2009 19:59:26 -0000	1.103
+++ ChangeLog	12 Apr 2009 06:15:24 -0000	1.104
@@ -1,6 +1,11 @@
 # ChangeLog for kde-base/ktux
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/ktux/ChangeLog,v 1.103 2009/04/11 19:59:26 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ktux/ChangeLog,v 1.104 2009/04/12 06:15:24 alexxy Exp $
+
+*ktux-4.2.2 (11 Apr 2009)
+
+  11 Apr 2009; Alexey Shvetsov <alexxy@gentoo.org> +ktux-4.2.2.ebuild:
+  Add KDE 4.2.2
 
   11 Apr 2009; Raúl Porcel <armin76@gentoo.org> ktux-4.2.1.ebuild:
   Add ~alpha/~ia64 wrt #260777



1.1                  kde-base/ktux/ktux-4.2.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/ktux/ktux-4.2.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/ktux/ktux-4.2.2.ebuild?rev=1.1&content-type=text/plain

Index: ktux-4.2.2.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/ktux/ktux-4.2.2.ebuild,v 1.1 2009/04/12 06:15:24 alexxy Exp $

EAPI="2"

KMNAME="kdetoys"
inherit kde4-meta

DESCRIPTION="KDE: screensaver featuring the Space-Faring Tux"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~x86"
IUSE="debug"

# libkworkspace - only as a stub to provide KDE4Workspace config
DEPEND="
	>=kde-base/kscreensaver-${PV}:${SLOT}[kdeprefix=]
	>=kde-base/libkworkspace-${PV}:${SLOT}[kdeprefix=]
"
RDEPEND="${DEPEND}"

src_prepare() {
	sed -i -e's/${KDE4WORKSPACE_KSCREENSAVER_LIBRARY}/kscreensaver/' \
		"${PN}"/CMakeLists.txt || die "Failed to patch CMakeLists.txt"

	kde4-meta_src_prepare
}






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in kde-base/ktux: ChangeLog ktux-4.2.2.ebuild
@ 2009-06-03 17:40 Alexey Shvetsov (alexxy)
  0 siblings, 0 replies; 2+ messages in thread
From: Alexey Shvetsov (alexxy) @ 2009-06-03 17:40 UTC (permalink / raw
  To: gentoo-commits

alexxy      09/06/03 17:40:08

  Modified:             ChangeLog
  Removed:              ktux-4.2.2.ebuild
  Log:
  Drop KDE 4.2.2
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.109                kde-base/ktux/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/ktux/ChangeLog?rev=1.109&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/ktux/ChangeLog?rev=1.109&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/ktux/ChangeLog?r1=1.108&r2=1.109

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/ktux/ChangeLog,v
retrieving revision 1.108
retrieving revision 1.109
diff -u -r1.108 -r1.109
--- ChangeLog	3 Jun 2009 14:20:38 -0000	1.108
+++ ChangeLog	3 Jun 2009 17:40:08 -0000	1.109
@@ -1,6 +1,9 @@
 # ChangeLog for kde-base/ktux
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/ktux/ChangeLog,v 1.108 2009/06/03 14:20:38 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ktux/ChangeLog,v 1.109 2009/06/03 17:40:08 alexxy Exp $
+
+  03 Jun 2009; Alexey Shvetsov <alexxy@gentoo.org> -ktux-4.2.2.ebuild:
+  Drop KDE 4.2.2
 
   03 Jun 2009; Brent Baude <ranger@gentoo.org> ktux-3.5.10.ebuild:
   Marking ktux-3.5.10 ppc64 stable for bug 271889






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-06-03 17:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-12  6:15 [gentoo-commits] gentoo-x86 commit in kde-base/ktux: ChangeLog ktux-4.2.2.ebuild Alexey Shvetsov (alexxy)
  -- strict thread matches above, loose matches on Subject: below --
2009-06-03 17:40 Alexey Shvetsov (alexxy)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox