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

alexxy      09/04/11 22:55:06

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

Revision  Changes    Path
1.93                 kde-base/kdesdk-scripts/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kdesdk-scripts/ChangeLog,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -r1.92 -r1.93
--- ChangeLog	15 Mar 2009 14:27:18 -0000	1.92
+++ ChangeLog	11 Apr 2009 22:55:06 -0000	1.93
@@ -1,6 +1,12 @@
 # ChangeLog for kde-base/kdesdk-scripts
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdesdk-scripts/ChangeLog,v 1.92 2009/03/15 14:27:18 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdesdk-scripts/ChangeLog,v 1.93 2009/04/11 22:55:06 alexxy Exp $
+
+*kdesdk-scripts-4.2.2 (11 Apr 2009)
+
+  11 Apr 2009; Alexey Shvetsov <alexxy@gentoo.org>
+  +kdesdk-scripts-4.2.2.ebuild:
+  Add KDE 4.2.2
 
   15 Mar 2009; Tomas Chvatal <scarabeus@gentoo.org>
   kdesdk-scripts-4.2.1.ebuild:



1.1                  kde-base/kdesdk-scripts/kdesdk-scripts-4.2.2.ebuild

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

Index: kdesdk-scripts-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/kdesdk-scripts/kdesdk-scripts-4.2.2.ebuild,v 1.1 2009/04/11 22:55:06 alexxy Exp $

EAPI="2"

KMNAME="kdesdk"
KMMODULE="scripts"
inherit kde4-meta

DESCRIPTION="Kdesdk Scripts - Some useful scripts for the development of applications"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~x86"
IUSE="debug doc"

src_prepare() {
	# Disable hardcoded kdepimlibs check - only 4.2 branch is affected
	sed -i -e 's/find_package(KdepimLibs REQUIRED)/macro_optional_find_package(KdepimLibs)/' \
		CMakeLists.txt || die "failed to disable kdepimlibs hardcoded check"

	kde4-meta_src_prepare
}






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

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

alexxy      09/04/17 06:42:14

  Modified:             kdesdk-scripts-4.2.2.ebuild ChangeLog
  Log:
  Restore accidentally dropped ~hppa keyword as reported by jer bug #266459
  (Portage version: 2.2_rc30/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  kde-base/kdesdk-scripts/kdesdk-scripts-4.2.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdesdk-scripts/kdesdk-scripts-4.2.2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdesdk-scripts/kdesdk-scripts-4.2.2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdesdk-scripts/kdesdk-scripts-4.2.2.ebuild?r1=1.1&r2=1.2

Index: kdesdk-scripts-4.2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kdesdk-scripts/kdesdk-scripts-4.2.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- kdesdk-scripts-4.2.2.ebuild	11 Apr 2009 22:55:06 -0000	1.1
+++ kdesdk-scripts-4.2.2.ebuild	17 Apr 2009 06:42:14 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdesdk-scripts/kdesdk-scripts-4.2.2.ebuild,v 1.1 2009/04/11 22:55:06 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdesdk-scripts/kdesdk-scripts-4.2.2.ebuild,v 1.2 2009/04/17 06:42:14 alexxy Exp $
 
 EAPI="2"
 
@@ -9,7 +9,7 @@
 inherit kde4-meta
 
 DESCRIPTION="Kdesdk Scripts - Some useful scripts for the development of applications"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
 IUSE="debug doc"
 
 src_prepare() {



1.95                 kde-base/kdesdk-scripts/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kdesdk-scripts/ChangeLog,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -r1.94 -r1.95
--- ChangeLog	16 Apr 2009 21:47:19 -0000	1.94
+++ ChangeLog	17 Apr 2009 06:42:14 -0000	1.95
@@ -1,6 +1,9 @@
 # ChangeLog for kde-base/kdesdk-scripts
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdesdk-scripts/ChangeLog,v 1.94 2009/04/16 21:47:19 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdesdk-scripts/ChangeLog,v 1.95 2009/04/17 06:42:14 alexxy Exp $
+
+  17 Apr 2009; Alexey Shvetsov <alexxy@gentoo.org> kdesdk-scripts-4.2.2:
+  Restore ~hppa keywords
 
   16 Apr 2009; Alexey Shvetsov <alexxy@gentoo.org>
   -kdesdk-scripts-4.2.1.ebuild:






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

end of thread, other threads:[~2009-04-17  6:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-11 22:55 [gentoo-commits] gentoo-x86 commit in kde-base/kdesdk-scripts: kdesdk-scripts-4.2.2.ebuild ChangeLog Alexey Shvetsov (alexxy)
  -- strict thread matches above, loose matches on Subject: below --
2009-04-17  6:42 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