public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in kde-base/kcalc: ChangeLog kcalc-4.6.5.ebuild
@ 2011-07-09 15:14 Alexey Shvetsov (alexxy)
  0 siblings, 0 replies; 2+ messages in thread
From: Alexey Shvetsov (alexxy) @ 2011-07-09 15:14 UTC (permalink / raw
  To: gentoo-commits

alexxy      11/07/09 15:14:04

  Modified:             ChangeLog
  Added:                kcalc-4.6.5.ebuild
  Log:
  [kde-base] Add KDE SC 4.6.5
  
  (Portage version: 2.2.0_alpha43/cvs/Linux x86_64)

Revision  Changes    Path
1.180                kde-base/kcalc/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kcalc/ChangeLog?rev=1.180&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kcalc/ChangeLog?rev=1.180&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kcalc/ChangeLog?r1=1.179&r2=1.180

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kcalc/ChangeLog,v
retrieving revision 1.179
retrieving revision 1.180
diff -u -r1.179 -r1.180
--- ChangeLog	6 Jul 2011 20:05:23 -0000	1.179
+++ ChangeLog	9 Jul 2011 15:14:04 -0000	1.180
@@ -1,6 +1,11 @@
 # ChangeLog for kde-base/kcalc
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kcalc/ChangeLog,v 1.179 2011/07/06 20:05:23 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kcalc/ChangeLog,v 1.180 2011/07/09 15:14:04 alexxy Exp $
+
+*kcalc-4.6.5 (09 Jul 2011)
+
+  09 Jul 2011; Alexey Shvetsov <alexxy@gentoo.org> +kcalc-4.6.5.ebuild:
+  Version bump KDE SC 4.6.5
 
   06 Jul 2011; Andreas K. Huettel <dilfridge@gentoo.org> -kcalc-4.6.2.ebuild:
   Drop KDE 4.6.2



1.1                  kde-base/kcalc/kcalc-4.6.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kcalc/kcalc-4.6.5.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kcalc/kcalc-4.6.5.ebuild?rev=1.1&content-type=text/plain

Index: kcalc-4.6.5.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/kcalc/kcalc-4.6.5.ebuild,v 1.1 2011/07/09 15:14:04 alexxy Exp $

EAPI=4

KDE_HANDBOOK="optional"
KMNAME="kdeutils"
CPPUNIT_REQUIRED="optional"
inherit kde4-meta

DESCRIPTION="KDE calculator"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
IUSE="debug"

DEPEND="
	dev-libs/gmp
"
RDEPEND="${DEPEND}"

PATCHES=(
	"${FILESDIR}"/${PN}-4.3.2-solaris-knumber_priv.patch
)

src_test() {
	LANG=C kde4-meta_src_test
}






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

* [gentoo-commits] gentoo-x86 commit in kde-base/kcalc: ChangeLog kcalc-4.6.5.ebuild
@ 2011-07-12 17:51 Theo Chatzimichos (tampakrap)
  0 siblings, 0 replies; 2+ messages in thread
From: Theo Chatzimichos (tampakrap) @ 2011-07-12 17:51 UTC (permalink / raw
  To: gentoo-commits

tampakrap    11/07/12 17:51:21

  Modified:             ChangeLog kcalc-4.6.5.ebuild
  Log:
  Revert a faulty upstream commit in UI that broke keybindings, bug 374959
  
  (Portage version: 2.2.0_alpha43/cvs/Linux x86_64)

Revision  Changes    Path
1.181                kde-base/kcalc/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kcalc/ChangeLog?rev=1.181&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kcalc/ChangeLog?rev=1.181&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kcalc/ChangeLog?r1=1.180&r2=1.181

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kcalc/ChangeLog,v
retrieving revision 1.180
retrieving revision 1.181
diff -u -r1.180 -r1.181
--- ChangeLog	9 Jul 2011 15:14:04 -0000	1.180
+++ ChangeLog	12 Jul 2011 17:51:21 -0000	1.181
@@ -1,6 +1,10 @@
 # ChangeLog for kde-base/kcalc
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kcalc/ChangeLog,v 1.180 2011/07/09 15:14:04 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kcalc/ChangeLog,v 1.181 2011/07/12 17:51:21 tampakrap Exp $
+
+  12 Jul 2011; Theo Chatzimichos <tampakrap@gentoo.org> kcalc-4.6.5.ebuild,
+  +files/kcalc-4.6.5-fix-kbd-ui.patch:
+  Revert a faulty upstream commit in UI that broke keybindings, bug 374959
 
 *kcalc-4.6.5 (09 Jul 2011)
 



1.2                  kde-base/kcalc/kcalc-4.6.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kcalc/kcalc-4.6.5.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kcalc/kcalc-4.6.5.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kcalc/kcalc-4.6.5.ebuild?r1=1.1&r2=1.2

Index: kcalc-4.6.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kcalc/kcalc-4.6.5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- kcalc-4.6.5.ebuild	9 Jul 2011 15:14:04 -0000	1.1
+++ kcalc-4.6.5.ebuild	12 Jul 2011 17:51:21 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kcalc/kcalc-4.6.5.ebuild,v 1.1 2011/07/09 15:14:04 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kcalc/kcalc-4.6.5.ebuild,v 1.2 2011/07/12 17:51:21 tampakrap Exp $
 
 EAPI=4
 
@@ -20,6 +20,7 @@
 
 PATCHES=(
 	"${FILESDIR}"/${PN}-4.3.2-solaris-knumber_priv.patch
+	"${FILESDIR}"/${P}-fix-kbd-ui.patch
 )
 
 src_test() {






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

end of thread, other threads:[~2011-07-12 17:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-12 17:51 [gentoo-commits] gentoo-x86 commit in kde-base/kcalc: ChangeLog kcalc-4.6.5.ebuild Theo Chatzimichos (tampakrap)
  -- strict thread matches above, loose matches on Subject: below --
2011-07-09 15:14 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