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.4.ebuild
@ 2009-12-01 10:03 Alex Alexander (wired)
  0 siblings, 0 replies; 5+ messages in thread
From: Alex Alexander (wired) @ 2009-12-01 10:03 UTC (permalink / raw
  To: gentoo-commits

wired       09/12/01 10:03:35

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

Revision  Changes    Path
1.157                kde-base/kate/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kate/ChangeLog,v
retrieving revision 1.156
retrieving revision 1.157
diff -u -r1.156 -r1.157
--- ChangeLog	30 Nov 2009 06:54:39 -0000	1.156
+++ ChangeLog	1 Dec 2009 10:03:35 -0000	1.157
@@ -1,6 +1,11 @@
 # ChangeLog for kde-base/kate
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kate/ChangeLog,v 1.156 2009/11/30 06:54:39 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kate/ChangeLog,v 1.157 2009/12/01 10:03:35 wired Exp $
+
+*kate-4.3.4 (01 Dec 2009)
+
+  01 Dec 2009; Alex Alexander <wired@gentoo.org> +kate-4.3.4.ebuild:
+  Version bump
 
   30 Nov 2009; Joseph Jezak <josejx@gentoo.org> kate-4.3.3.ebuild:
   Marked ppc/ppc64 stable for bug #292455.



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

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

Index: kate-4.3.4.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/kate/kate-4.3.4.ebuild,v 1.1 2009/12/01 10:03:35 wired Exp $

EAPI="2"

KMNAME="kdesdk"
inherit kde4-meta

DESCRIPTION="Kate is an MDI texteditor."
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
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="${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] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in kde-base/kate: ChangeLog kate-4.3.4.ebuild
@ 2009-12-22 23:00 Jonathan Callen (abcd)
  0 siblings, 0 replies; 5+ messages in thread
From: Jonathan Callen (abcd) @ 2009-12-22 23:00 UTC (permalink / raw
  To: gentoo-commits

abcd        09/12/22 23:00:22

  Modified:             ChangeLog kate-4.3.4.ebuild
  Log:
  Pull in changes from overlay
  (Portage version: -svn/cvs/Linux i686)

Revision  Changes    Path
1.160                kde-base/kate/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kate/ChangeLog,v
retrieving revision 1.159
retrieving revision 1.160
diff -u -r1.159 -r1.160
--- ChangeLog	10 Dec 2009 19:20:20 -0000	1.159
+++ ChangeLog	22 Dec 2009 23:00:21 -0000	1.160
@@ -1,6 +1,9 @@
 # ChangeLog for kde-base/kate
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kate/ChangeLog,v 1.159 2009/12/10 19:20:20 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kate/ChangeLog,v 1.160 2009/12/22 23:00:21 abcd Exp $
+
+  22 Dec 2009; Jonathan Callen <abcd@gentoo.org> kate-4.3.4.ebuild:
+  Pull in changes from overlay
 
   10 Dec 2009; Tomáš Chvátal <scarabeus@gentoo.org> -kate-4.3.1.ebuild:
   Drop KDE SC-4.3.1.



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

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

Index: kate-4.3.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kate/kate-4.3.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- kate-4.3.4.ebuild	1 Dec 2009 10:03:35 -0000	1.1
+++ kate-4.3.4.ebuild	22 Dec 2009 23:00:21 -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/kate/kate-4.3.4.ebuild,v 1.1 2009/12/01 10:03:35 wired Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kate/kate-4.3.4.ebuild,v 1.2 2009/12/22 23:00:21 abcd Exp $
 
 EAPI="2"
 
@@ -26,8 +26,9 @@
 }
 
 src_configure() {
-	mycmakeargs="${mycmakeargs}
-		$(cmake-utils_use_with plasma)"
+	mycmakeargs=(
+		$(cmake-utils_use_with plasma)
+	)
 
 	kde4-meta_src_configure
 }






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

* [gentoo-commits] gentoo-x86 commit in kde-base/kate: ChangeLog kate-4.3.4.ebuild
@ 2009-12-27 15:02 Raul Porcel (armin76)
  0 siblings, 0 replies; 5+ messages in thread
From: Raul Porcel (armin76) @ 2009-12-27 15:02 UTC (permalink / raw
  To: gentoo-commits

armin76     09/12/27 15:02:40

  Modified:             ChangeLog kate-4.3.4.ebuild
  Log:
  alpha/ia64/sparc stable
  (Portage version: 2.1.6.13/cvs/Linux ia64, RepoMan options: --force)

Revision  Changes    Path
1.161                kde-base/kate/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kate/ChangeLog,v
retrieving revision 1.160
retrieving revision 1.161
diff -u -r1.160 -r1.161
--- ChangeLog	22 Dec 2009 23:00:21 -0000	1.160
+++ ChangeLog	27 Dec 2009 15:02:40 -0000	1.161
@@ -1,6 +1,9 @@
 # ChangeLog for kde-base/kate
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kate/ChangeLog,v 1.160 2009/12/22 23:00:21 abcd Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kate/ChangeLog,v 1.161 2009/12/27 15:02:40 armin76 Exp $
+
+  27 Dec 2009; Raúl Porcel <armin76@gentoo.org> kate-4.3.4.ebuild:
+  alpha/ia64/sparc stable
 
   22 Dec 2009; Jonathan Callen <abcd@gentoo.org> kate-4.3.4.ebuild:
   Pull in changes from overlay



1.3                  kde-base/kate/kate-4.3.4.ebuild

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

Index: kate-4.3.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kate/kate-4.3.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- kate-4.3.4.ebuild	22 Dec 2009 23:00:21 -0000	1.2
+++ kate-4.3.4.ebuild	27 Dec 2009 15:02:40 -0000	1.3
@@ -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/kate/kate-4.3.4.ebuild,v 1.2 2009/12/22 23:00:21 abcd Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kate/kate-4.3.4.ebuild,v 1.3 2009/12/27 15:02:40 armin76 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"
+KEYWORDS="alpha ~amd64 ~hppa ia64 ~ppc ~ppc64 sparc ~x86"
 IUSE="debug +handbook +plasma"
 
 DEPEND="






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

* [gentoo-commits] gentoo-x86 commit in kde-base/kate: ChangeLog kate-4.3.4.ebuild
@ 2009-12-27 15:33 Raul Porcel (armin76)
  0 siblings, 0 replies; 5+ messages in thread
From: Raul Porcel (armin76) @ 2009-12-27 15:33 UTC (permalink / raw
  To: gentoo-commits

armin76     09/12/27 15:33:31

  Modified:             ChangeLog kate-4.3.4.ebuild
  Log:
  Revert
  (Portage version: 2.1.6.13/cvs/Linux ia64, RepoMan options: --force)

Revision  Changes    Path
1.162                kde-base/kate/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kate/ChangeLog,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -r1.161 -r1.162
--- ChangeLog	27 Dec 2009 15:02:40 -0000	1.161
+++ ChangeLog	27 Dec 2009 15:33:31 -0000	1.162
@@ -1,9 +1,6 @@
 # ChangeLog for kde-base/kate
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kate/ChangeLog,v 1.161 2009/12/27 15:02:40 armin76 Exp $
-
-  27 Dec 2009; Raúl Porcel <armin76@gentoo.org> kate-4.3.4.ebuild:
-  alpha/ia64/sparc stable
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kate/ChangeLog,v 1.162 2009/12/27 15:33:31 armin76 Exp $
 
   22 Dec 2009; Jonathan Callen <abcd@gentoo.org> kate-4.3.4.ebuild:
   Pull in changes from overlay



1.4                  kde-base/kate/kate-4.3.4.ebuild

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

Index: kate-4.3.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kate/kate-4.3.4.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- kate-4.3.4.ebuild	27 Dec 2009 15:02:40 -0000	1.3
+++ kate-4.3.4.ebuild	27 Dec 2009 15:33:31 -0000	1.4
@@ -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/kate/kate-4.3.4.ebuild,v 1.3 2009/12/27 15:02:40 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kate/kate-4.3.4.ebuild,v 1.4 2009/12/27 15:33:31 armin76 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"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="debug +handbook +plasma"
 
 DEPEND="






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

* [gentoo-commits] gentoo-x86 commit in kde-base/kate: ChangeLog kate-4.3.4.ebuild
@ 2010-01-23 21:18 Jonathan Callen (abcd)
  0 siblings, 0 replies; 5+ messages in thread
From: Jonathan Callen (abcd) @ 2010-01-23 21:18 UTC (permalink / raw
  To: gentoo-commits

abcd        10/01/23 21:18:36

  Modified:             ChangeLog kate-4.3.4.ebuild
  Log:
  Keyword ~amd64-linux/~x86-linux
  (Portage version: -svn/cvs/Linux i686)

Revision  Changes    Path
1.164                kde-base/kate/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kate/ChangeLog,v
retrieving revision 1.163
retrieving revision 1.164
diff -u -r1.163 -r1.164
--- ChangeLog	19 Jan 2010 03:01:15 -0000	1.163
+++ ChangeLog	23 Jan 2010 21:18:35 -0000	1.164
@@ -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.163 2010/01/19 03:01:15 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kate/ChangeLog,v 1.164 2010/01/23 21:18:35 abcd Exp $
+
+  23 Jan 2010; Jonathan Callen <abcd@gentoo.org> kate-4.3.4.ebuild:
+  Keyword ~amd64-linux/~x86-linux
 
   19 Jan 2010; Jeroen Roovers <jer@gentoo.org> kate-4.3.3.ebuild:
   Stable for HPPA too.



1.5                  kde-base/kate/kate-4.3.4.ebuild

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

Index: kate-4.3.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kate/kate-4.3.4.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- kate-4.3.4.ebuild	27 Dec 2009 15:33:31 -0000	1.4
+++ kate-4.3.4.ebuild	23 Jan 2010 21:18:35 -0000	1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# 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.4.ebuild,v 1.4 2009/12/27 15:33:31 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kate/kate-4.3.4.ebuild,v 1.5 2010/01/23 21:18:35 abcd 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"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
 IUSE="debug +handbook +plasma"
 
 DEPEND="






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

end of thread, other threads:[~2010-01-23 21:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-27 15:02 [gentoo-commits] gentoo-x86 commit in kde-base/kate: ChangeLog kate-4.3.4.ebuild Raul Porcel (armin76)
  -- strict thread matches above, loose matches on Subject: below --
2010-01-23 21:18 Jonathan Callen (abcd)
2009-12-27 15:33 Raul Porcel (armin76)
2009-12-22 23:00 Jonathan Callen (abcd)
2009-12-01 10:03 Alex Alexander (wired)

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