* [gentoo-commits] gentoo-x86 commit in kde-base/kapptemplate: kapptemplate-4.10.0.ebuild kapptemplate-4.9.5.ebuild ChangeLog
@ 2013-02-23 16:04 Agostino Sarubbo (ago)
0 siblings, 0 replies; only message in thread
From: Agostino Sarubbo (ago) @ 2013-02-23 16:04 UTC (permalink / raw
To: gentoo-commits
ago 13/02/23 16:04:39
Modified: kapptemplate-4.10.0.ebuild
kapptemplate-4.9.5.ebuild ChangeLog
Log:
Add ~ppc64, wrt bug #455960
(Portage version: 2.1.11.50/cvs/Linux ppc64, signed Manifest commit with key 7194459F)
Revision Changes Path
1.2 kde-base/kapptemplate/kapptemplate-4.10.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kapptemplate/kapptemplate-4.10.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kapptemplate/kapptemplate-4.10.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kapptemplate/kapptemplate-4.10.0.ebuild?r1=1.1&r2=1.2
Index: kapptemplate-4.10.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kapptemplate/kapptemplate-4.10.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- kapptemplate-4.10.0.ebuild 7 Feb 2013 04:57:47 -0000 1.1
+++ kapptemplate-4.10.0.ebuild 23 Feb 2013 16:04:39 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kapptemplate/kapptemplate-4.10.0.ebuild,v 1.1 2013/02/07 04:57:47 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kapptemplate/kapptemplate-4.10.0.ebuild,v 1.2 2013/02/23 16:04:39 ago Exp $
EAPI=5
@@ -10,5 +10,5 @@
inherit kde4-meta
DESCRIPTION="KAppTemplate - A shell script to create the necessary framework to develop KDE applications."
-KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
IUSE="debug"
1.5 kde-base/kapptemplate/kapptemplate-4.9.5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kapptemplate/kapptemplate-4.9.5.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kapptemplate/kapptemplate-4.9.5.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kapptemplate/kapptemplate-4.9.5.ebuild?r1=1.4&r2=1.5
Index: kapptemplate-4.9.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kapptemplate/kapptemplate-4.9.5.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- kapptemplate-4.9.5.ebuild 27 Jan 2013 23:05:22 -0000 1.4
+++ kapptemplate-4.9.5.ebuild 23 Feb 2013 16:04:39 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kapptemplate/kapptemplate-4.9.5.ebuild,v 1.4 2013/01/27 23:05:22 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kapptemplate/kapptemplate-4.9.5.ebuild,v 1.5 2013/02/23 16:04:39 ago Exp $
EAPI=4
@@ -10,5 +10,5 @@
inherit kde4-meta
DESCRIPTION="KAppTemplate - A shell script to create the necessary framework to develop KDE applications."
-KEYWORDS="amd64 ~arm ppc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
IUSE="debug"
1.213 kde-base/kapptemplate/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kapptemplate/ChangeLog?rev=1.213&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kapptemplate/ChangeLog?rev=1.213&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kapptemplate/ChangeLog?r1=1.212&r2=1.213
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kapptemplate/ChangeLog,v
retrieving revision 1.212
retrieving revision 1.213
diff -u -r1.212 -r1.213
--- ChangeLog 7 Feb 2013 04:57:46 -0000 1.212
+++ ChangeLog 23 Feb 2013 16:04:39 -0000 1.213
@@ -1,6 +1,10 @@
# ChangeLog for kde-base/kapptemplate
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kapptemplate/ChangeLog,v 1.212 2013/02/07 04:57:46 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kapptemplate/ChangeLog,v 1.213 2013/02/23 16:04:39 ago Exp $
+
+ 23 Feb 2013; Agostino Sarubbo <ago@gentoo.org> kapptemplate-4.10.0.ebuild,
+ kapptemplate-4.9.5.ebuild:
+ Add ~ppc64, wrt bug #455960
*kapptemplate-4.10.0 (06 Feb 2013)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-02-23 16:04 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-23 16:04 [gentoo-commits] gentoo-x86 commit in kde-base/kapptemplate: kapptemplate-4.10.0.ebuild kapptemplate-4.9.5.ebuild ChangeLog Agostino Sarubbo (ago)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox