public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in kde-base/kate: kate-4.10.5.ebuild ChangeLog
@ 2013-07-02 16:47 Johannes Huber (johu)
  0 siblings, 0 replies; 6+ messages in thread
From: Johannes Huber (johu) @ 2013-07-02 16:47 UTC (permalink / raw
  To: gentoo-commits

johu        13/07/02 16:47:40

  Modified:             ChangeLog
  Added:                kate-4.10.5.ebuild
  Log:
  Version bump KDE SC 4.10.5
  
  (Portage version: 2.2.0_alpha186/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)

Revision  Changes    Path
1.290                kde-base/kate/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kate/ChangeLog,v
retrieving revision 1.289
retrieving revision 1.290
diff -u -r1.289 -r1.290
--- ChangeLog	2 Jul 2013 09:29:32 -0000	1.289
+++ ChangeLog	2 Jul 2013 16:47:40 -0000	1.290
@@ -1,6 +1,11 @@
 # ChangeLog for kde-base/kate
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kate/ChangeLog,v 1.289 2013/07/02 09:29:32 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kate/ChangeLog,v 1.290 2013/07/02 16:47:40 johu Exp $
+
+*kate-4.10.5 (02 Jul 2013)
+
+  02 Jul 2013; Johannes Huber <johu@gentoo.org> +kate-4.10.5.ebuild:
+  Version bump KDE SC 4.10.5
 
   02 Jul 2013; Agostino Sarubbo <ago@gentoo.org> -kate-4.10.3.ebuild:
   Remove old



1.1                  kde-base/kate/kate-4.10.5.ebuild

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

Index: kate-4.10.5.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/kate/kate-4.10.5.ebuild,v 1.1 2013/07/02 16:47:40 johu Exp $

EAPI=5
KDE_HANDBOOK="optional"
KMNAME="kate"
PYTHON_COMPAT=( python{2_7,3_1,3_2,3_3} )

inherit python-single-r1 kde4-meta

DESCRIPTION="Kate is an MDI texteditor."
KEYWORDS=" ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
IUSE="debug python"

REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"

DEPEND="
	dev-libs/libxml2
	dev-libs/libxslt
	python? (
		${PYTHON_DEPEND}
		$(add_kdebase_dep pykde4 "${PYTHON_USEDEP}" 4.9.2-r1)
	)
"
RDEPEND="${DEPEND}
	$(add_kdebase_dep katepart)
"

pkg_setup() {
	if use python; then
		python-single-r1_pkg_setup
	fi
	kde4-meta_pkg_setup
}

src_configure() {
	mycmakeargs=(
		$(cmake-utils_use_build python pate)
	)

	kde4-meta_src_configure
}

pkg_postinst() {
	kde4-meta_pkg_postinst

	if ! has_version kde-base/kaddressbook:${SLOT}; then
		echo
		elog "File templates plugin requires kde-base/kaddressbook:${SLOT}."
		elog "Please install it if you plan to use this plugin."
		echo
	fi
}





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

* [gentoo-commits] gentoo-x86 commit in kde-base/kate: kate-4.10.5.ebuild ChangeLog
@ 2013-07-27 11:45 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-07-27 11:45 UTC (permalink / raw
  To: gentoo-commits

ago         13/07/27 11:45:37

  Modified:             kate-4.10.5.ebuild ChangeLog
  Log:
  Stable for amd64, wrt to bug #477634
  
  (Portage version: 2.1.12.2/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.3                  kde-base/kate/kate-4.10.5.ebuild

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

Index: kate-4.10.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kate/kate-4.10.5.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- kate-4.10.5.ebuild	3 Jul 2013 08:51:56 -0000	1.2
+++ kate-4.10.5.ebuild	27 Jul 2013 11:45:37 -0000	1.3
@@ -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/kate/kate-4.10.5.ebuild,v 1.2 2013/07/03 08:51:56 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kate/kate-4.10.5.ebuild,v 1.3 2013/07/27 11:45:37 ago Exp $
 
 EAPI=5
 KDE_HANDBOOK="optional"
@@ -10,7 +10,7 @@
 inherit python-single-r1 kde4-meta
 
 DESCRIPTION="Kate is an MDI texteditor."
-KEYWORDS=" ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="debug python"
 
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"



1.292                kde-base/kate/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kate/ChangeLog,v
retrieving revision 1.291
retrieving revision 1.292
diff -u -r1.291 -r1.292
--- ChangeLog	3 Jul 2013 08:51:56 -0000	1.291
+++ ChangeLog	27 Jul 2013 11:45:37 -0000	1.292
@@ -1,6 +1,9 @@
 # ChangeLog for kde-base/kate
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kate/ChangeLog,v 1.291 2013/07/03 08:51:56 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kate/ChangeLog,v 1.292 2013/07/27 11:45:37 ago Exp $
+
+  27 Jul 2013; Agostino Sarubbo <ago@gentoo.org> kate-4.10.5.ebuild:
+  Stable for amd64, wrt to bug #477634
 
   03 Jul 2013; Michael Palimaka <kensington@gentoo.org> kate-4.10.4.ebuild,
   kate-4.10.5.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in kde-base/kate: kate-4.10.5.ebuild ChangeLog
@ 2013-07-29  7:47 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-07-29  7:47 UTC (permalink / raw
  To: gentoo-commits

ago         13/07/29 07:47:10

  Modified:             kate-4.10.5.ebuild ChangeLog
  Log:
  Stable for x86, wrt to bug #477634
  
  (Portage version: 2.1.12.2/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.4                  kde-base/kate/kate-4.10.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kate/kate-4.10.5.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kate/kate-4.10.5.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kate/kate-4.10.5.ebuild?r1=1.3&r2=1.4

Index: kate-4.10.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kate/kate-4.10.5.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- kate-4.10.5.ebuild	27 Jul 2013 11:45:37 -0000	1.3
+++ kate-4.10.5.ebuild	29 Jul 2013 07:47:09 -0000	1.4
@@ -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/kate/kate-4.10.5.ebuild,v 1.3 2013/07/27 11:45:37 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kate/kate-4.10.5.ebuild,v 1.4 2013/07/29 07:47:09 ago Exp $
 
 EAPI=5
 KDE_HANDBOOK="optional"
@@ -10,7 +10,7 @@
 inherit python-single-r1 kde4-meta
 
 DESCRIPTION="Kate is an MDI texteditor."
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE="debug python"
 
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"



1.293                kde-base/kate/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kate/ChangeLog,v
retrieving revision 1.292
retrieving revision 1.293
diff -u -r1.292 -r1.293
--- ChangeLog	27 Jul 2013 11:45:37 -0000	1.292
+++ ChangeLog	29 Jul 2013 07:47:09 -0000	1.293
@@ -1,6 +1,9 @@
 # ChangeLog for kde-base/kate
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kate/ChangeLog,v 1.292 2013/07/27 11:45:37 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kate/ChangeLog,v 1.293 2013/07/29 07:47:09 ago Exp $
+
+  29 Jul 2013; Agostino Sarubbo <ago@gentoo.org> kate-4.10.5.ebuild:
+  Stable for x86, wrt to bug #477634
 
   27 Jul 2013; Agostino Sarubbo <ago@gentoo.org> kate-4.10.5.ebuild:
   Stable for amd64, wrt to bug #477634





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

* [gentoo-commits] gentoo-x86 commit in kde-base/kate: kate-4.10.5.ebuild ChangeLog
@ 2013-07-30 10:41 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-07-30 10:41 UTC (permalink / raw
  To: gentoo-commits

ago         13/07/30 10:41:50

  Modified:             kate-4.10.5.ebuild ChangeLog
  Log:
  Stable for ppc, wrt to bug #477634
  
  (Portage version: 2.1.12.2/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.5                  kde-base/kate/kate-4.10.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kate/kate-4.10.5.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kate/kate-4.10.5.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kate/kate-4.10.5.ebuild?r1=1.4&r2=1.5

Index: kate-4.10.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kate/kate-4.10.5.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- kate-4.10.5.ebuild	29 Jul 2013 07:47:09 -0000	1.4
+++ kate-4.10.5.ebuild	30 Jul 2013 10:41:50 -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/kate/kate-4.10.5.ebuild,v 1.4 2013/07/29 07:47:09 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kate/kate-4.10.5.ebuild,v 1.5 2013/07/30 10:41:50 ago Exp $
 
 EAPI=5
 KDE_HANDBOOK="optional"
@@ -10,7 +10,7 @@
 inherit python-single-r1 kde4-meta
 
 DESCRIPTION="Kate is an MDI texteditor."
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE="debug python"
 
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"



1.294                kde-base/kate/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kate/ChangeLog,v
retrieving revision 1.293
retrieving revision 1.294
diff -u -r1.293 -r1.294
--- ChangeLog	29 Jul 2013 07:47:09 -0000	1.293
+++ ChangeLog	30 Jul 2013 10:41:50 -0000	1.294
@@ -1,6 +1,9 @@
 # ChangeLog for kde-base/kate
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kate/ChangeLog,v 1.293 2013/07/29 07:47:09 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kate/ChangeLog,v 1.294 2013/07/30 10:41:50 ago Exp $
+
+  30 Jul 2013; Agostino Sarubbo <ago@gentoo.org> kate-4.10.5.ebuild:
+  Stable for ppc, wrt to bug #477634
 
   29 Jul 2013; Agostino Sarubbo <ago@gentoo.org> kate-4.10.5.ebuild:
   Stable for x86, wrt to bug #477634





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

* [gentoo-commits] gentoo-x86 commit in kde-base/kate: kate-4.10.5.ebuild ChangeLog
@ 2013-08-02 14:30 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-08-02 14:30 UTC (permalink / raw
  To: gentoo-commits

ago         13/08/02 14:30:16

  Modified:             kate-4.10.5.ebuild ChangeLog
  Log:
  Stable for ppc64, wrt to bug #477634
  
  (Portage version: 2.1.12.2/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.7                  kde-base/kate/kate-4.10.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kate/kate-4.10.5.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kate/kate-4.10.5.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kate/kate-4.10.5.ebuild?r1=1.6&r2=1.7

Index: kate-4.10.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kate/kate-4.10.5.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- kate-4.10.5.ebuild	1 Aug 2013 18:48:00 -0000	1.6
+++ kate-4.10.5.ebuild	2 Aug 2013 14:30:16 -0000	1.7
@@ -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/kate/kate-4.10.5.ebuild,v 1.6 2013/08/01 18:48:00 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kate/kate-4.10.5.ebuild,v 1.7 2013/08/02 14:30:16 ago Exp $
 
 EAPI=5
 KDE_HANDBOOK="optional"
@@ -11,7 +11,7 @@
 
 DESCRIPTION="Kate is an MDI texteditor."
 HOMEPAGE="http://kde.org/applications/utilities/kate http://kate-editor.org"
-KEYWORDS="amd64 ~arm ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE="debug python"
 
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"



1.296                kde-base/kate/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kate/ChangeLog,v
retrieving revision 1.295
retrieving revision 1.296
diff -u -r1.295 -r1.296
--- ChangeLog	1 Aug 2013 18:48:00 -0000	1.295
+++ ChangeLog	2 Aug 2013 14:30:16 -0000	1.296
@@ -1,6 +1,9 @@
 # ChangeLog for kde-base/kate
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kate/ChangeLog,v 1.295 2013/08/01 18:48:00 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kate/ChangeLog,v 1.296 2013/08/02 14:30:16 ago Exp $
+
+  02 Aug 2013; Agostino Sarubbo <ago@gentoo.org> kate-4.10.5.ebuild:
+  Stable for ppc64, wrt to bug #477634
 
   01 Aug 2013; Johannes Huber <johu@gentoo.org> kate-4.10.4.ebuild,
   kate-4.10.5.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in kde-base/kate: kate-4.10.5.ebuild ChangeLog
@ 2013-09-05 18:44 Michal Gorny (mgorny)
  0 siblings, 0 replies; 6+ messages in thread
From: Michal Gorny (mgorny) @ 2013-09-05 18:44 UTC (permalink / raw
  To: gentoo-commits

mgorny      13/09/05 18:44:05

  Modified:             kate-4.10.5.ebuild ChangeLog
  Log:
  Clean up PYTHON_COMPAT from old implementations.
  
  (Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)

Revision  Changes    Path
1.8                  kde-base/kate/kate-4.10.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kate/kate-4.10.5.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kate/kate-4.10.5.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kate/kate-4.10.5.ebuild?r1=1.7&r2=1.8

Index: kate-4.10.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kate/kate-4.10.5.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- kate-4.10.5.ebuild	2 Aug 2013 14:30:16 -0000	1.7
+++ kate-4.10.5.ebuild	5 Sep 2013 18:44:05 -0000	1.8
@@ -1,11 +1,11 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kate/kate-4.10.5.ebuild,v 1.7 2013/08/02 14:30:16 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kate/kate-4.10.5.ebuild,v 1.8 2013/09/05 18:44:05 mgorny Exp $
 
 EAPI=5
 KDE_HANDBOOK="optional"
 KMNAME="kate"
-PYTHON_COMPAT=( python{2_7,3_1,3_2,3_3} )
+PYTHON_COMPAT=( python{2_7,3_2,3_3} )
 
 inherit python-single-r1 kde4-meta
 



1.301                kde-base/kate/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kate/ChangeLog,v
retrieving revision 1.300
retrieving revision 1.301
diff -u -r1.300 -r1.301
--- ChangeLog	3 Sep 2013 19:49:51 -0000	1.300
+++ ChangeLog	5 Sep 2013 18:44:05 -0000	1.301
@@ -1,6 +1,9 @@
 # ChangeLog for kde-base/kate
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kate/ChangeLog,v 1.300 2013/09/03 19:49:51 creffett Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kate/ChangeLog,v 1.301 2013/09/05 18:44:05 mgorny Exp $
+
+  05 Sep 2013; Michał Górny <mgorny@gentoo.org> kate-4.10.5.ebuild:
+  Clean up PYTHON_COMPAT from old implementations.
 
   03 Sep 2013; Chris Reffett <creffett@gentoo.org> -kate-4.11.0.ebuild:
   Drop KDE 4.11.0





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

end of thread, other threads:[~2013-09-05 18:44 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-29  7:47 [gentoo-commits] gentoo-x86 commit in kde-base/kate: kate-4.10.5.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2013-09-05 18:44 Michal Gorny (mgorny)
2013-08-02 14:30 Agostino Sarubbo (ago)
2013-07-30 10:41 Agostino Sarubbo (ago)
2013-07-27 11:45 Agostino Sarubbo (ago)
2013-07-02 16:47 Johannes Huber (johu)

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