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

alexxy      09/06/04 11:19:16

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

Revision  Changes    Path
1.136                kde-base/kate/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kate/ChangeLog,v
retrieving revision 1.135
retrieving revision 1.136
diff -u -r1.135 -r1.136
--- ChangeLog	3 Jun 2009 14:52:11 -0000	1.135
+++ ChangeLog	4 Jun 2009 11:19:16 -0000	1.136
@@ -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.135 2009/06/03 14:52:11 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kate/ChangeLog,v 1.136 2009/06/04 11:19:16 alexxy Exp $
+
+*kate-4.2.4 (04 Jun 2009)
+
+  04 Jun 2009; Alexey Shvetsov <alexxy@gentoo.org> +kate-4.2.4.ebuild:
+  Version bump
 
   03 Jun 2009; Alexey Shvetsov <alexxy@gentoo.org> -kate-4.2.2.ebuild:
   Drop KDE 4.2.2



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

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

Index: kate-4.2.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.2.4.ebuild,v 1.1 2009/06/04 11:19:16 alexxy Exp $

EAPI="2"

KMNAME="kdesdk"
inherit kde4-meta

DESCRIPTION="Kate is an MDI texteditor."
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
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_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
}

src_configure() {
	mycmakeargs="${mycmakeargs}
		$(cmake-utils_use_with plasma Plasma)"

	kde4-meta_src_configure
}






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

* [gentoo-commits] gentoo-x86 commit in kde-base/kate: kate-4.2.4.ebuild ChangeLog
@ 2009-06-04 23:05 Alexey Shvetsov (alexxy)
  0 siblings, 0 replies; 2+ messages in thread
From: Alexey Shvetsov (alexxy) @ 2009-06-04 23:05 UTC (permalink / raw
  To: gentoo-commits

alexxy      09/06/04 23:05:54

  Modified:             kate-4.2.4.ebuild ChangeLog
  Log:
  Fix accidently added keywords
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  kde-base/kate/kate-4.2.4.ebuild

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

Index: kate-4.2.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kate/kate-4.2.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- kate-4.2.4.ebuild	4 Jun 2009 11:19:16 -0000	1.1
+++ kate-4.2.4.ebuild	4 Jun 2009 23:05:54 -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.2.4.ebuild,v 1.1 2009/06/04 11:19:16 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kate/kate-4.2.4.ebuild,v 1.2 2009/06/04 23:05:54 alexxy 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 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
 IUSE="debug +handbook +plasma"
 
 DEPEND="



1.137                kde-base/kate/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kate/ChangeLog,v
retrieving revision 1.136
retrieving revision 1.137
diff -u -r1.136 -r1.137
--- ChangeLog	4 Jun 2009 11:19:16 -0000	1.136
+++ ChangeLog	4 Jun 2009 23:05:54 -0000	1.137
@@ -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.136 2009/06/04 11:19:16 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kate/ChangeLog,v 1.137 2009/06/04 23:05:54 alexxy Exp $
+
+  04 Jun 2009; Alexey Shvetsov <alexxy@gentoo.org> kate-4.2.4.ebuild:
+  Fix accidently added keywords
 
 *kate-4.2.4 (04 Jun 2009)
 






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

end of thread, other threads:[~2009-06-04 23:05 UTC | newest]

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