public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in kde-base/kate: ChangeLog kate-4.3.5.ebuild
@ 2010-01-25 14:32 Tomas Chvatal (scarabeus)
  0 siblings, 0 replies; 2+ messages in thread
From: Tomas Chvatal (scarabeus) @ 2010-01-25 14:32 UTC (permalink / raw
  To: gentoo-commits

scarabeus    10/01/25 14:32:49

  Modified:             ChangeLog
  Added:                kate-4.3.5.ebuild
  Log:
  Version bump KDE 4.3.5
  (Portage version: 2.2_rc61/cvs/Linux x86_64, RepoMan options: --force)

Revision  Changes    Path
1.165                kde-base/kate/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kate/ChangeLog,v
retrieving revision 1.164
retrieving revision 1.165
diff -u -r1.164 -r1.165
--- ChangeLog	23 Jan 2010 21:18:35 -0000	1.164
+++ ChangeLog	25 Jan 2010 14:32:48 -0000	1.165
@@ -1,6 +1,11 @@
 # ChangeLog for kde-base/kate
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kate/ChangeLog,v 1.164 2010/01/23 21:18:35 abcd Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kate/ChangeLog,v 1.165 2010/01/25 14:32:48 scarabeus Exp $
+
+*kate-4.3.5 (25 Jan 2010)
+
+  25 Jan 2010; Tomáš Chvátal <scarabeus@gentoo.org> +kate-4.3.5.ebuild:
+  Version bump
 
   23 Jan 2010; Jonathan Callen <abcd@gentoo.org> kate-4.3.4.ebuild:
   Keyword ~amd64-linux/~x86-linux



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

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

Index: kate-4.3.5.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/kate/kate-4.3.5.ebuild,v 1.1 2010/01/25 14:32:48 scarabeus Exp $

EAPI="2"

KMNAME="kdesdk"
inherit kde4-meta

DESCRIPTION="Kate is an MDI texteditor."
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
IUSE="debug +handbook +plasma"

DEPEND="
	dev-libs/libxml2
	dev-libs/libxslt
"
RDEPEND="${DEPEND}"

src_unpack() {
	if use handbook; then
		KMEXTRA="doc/kate-plugins"
	fi

	kde4-meta_src_unpack
}

src_configure() {
	mycmakeargs=(
		$(cmake-utils_use_with plasma)
	)

	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] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in kde-base/kate: ChangeLog kate-4.3.5.ebuild
@ 2010-02-20 10:05 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-02-20 10:05 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/02/20 10:05:07

  Modified:             ChangeLog kate-4.3.5.ebuild
  Log:
  amd64/x86 stable wrt #300393
  (Portage version: 2.2_rc62/cvs/Linux x86_64, RepoMan options: --force)

Revision  Changes    Path
1.167                kde-base/kate/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kate/ChangeLog,v
retrieving revision 1.166
retrieving revision 1.167
diff -u -r1.166 -r1.167
--- ChangeLog	9 Feb 2010 00:20:31 -0000	1.166
+++ ChangeLog	20 Feb 2010 10:05:06 -0000	1.167
@@ -1,6 +1,9 @@
 # ChangeLog for kde-base/kate
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kate/ChangeLog,v 1.166 2010/02/09 00:20:31 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kate/ChangeLog,v 1.167 2010/02/20 10:05:06 ssuominen Exp $
+
+  20 Feb 2010; Samuli Suominen <ssuominen@gentoo.org> kate-4.3.5.ebuild:
+  amd64/x86 stable wrt #300393
 
 *kate-4.4.0 (08 Feb 2010)
 



1.2                  kde-base/kate/kate-4.3.5.ebuild

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

Index: kate-4.3.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kate/kate-4.3.5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- kate-4.3.5.ebuild	25 Jan 2010 14:32:48 -0000	1.1
+++ kate-4.3.5.ebuild	20 Feb 2010 10:05:06 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kate/kate-4.3.5.ebuild,v 1.1 2010/01/25 14:32:48 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kate/kate-4.3.5.ebuild,v 1.2 2010/02/20 10:05:06 ssuominen Exp $
 
 EAPI="2"
 
@@ -8,7 +8,7 @@
 inherit kde4-meta
 
 DESCRIPTION="Kate is an MDI texteditor."
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
 IUSE="debug +handbook +plasma"
 
 DEPEND="






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

end of thread, other threads:[~2010-02-20 10:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-25 14:32 [gentoo-commits] gentoo-x86 commit in kde-base/kate: ChangeLog kate-4.3.5.ebuild Tomas Chvatal (scarabeus)
  -- strict thread matches above, loose matches on Subject: below --
2010-02-20 10:05 Samuli Suominen (ssuominen)

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