public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-util/kdevplatform: ChangeLog kdevplatform-1.2.3.ebuild
@ 2011-06-30  0:26 Maciej Mrozowski (reavertm)
  0 siblings, 0 replies; 3+ messages in thread
From: Maciej Mrozowski (reavertm) @ 2011-06-30  0:26 UTC (permalink / raw
  To: gentoo-commits

reavertm    11/06/30 00:26:30

  Modified:             ChangeLog
  Added:                kdevplatform-1.2.3.ebuild
  Log:
  Version bump, bug 373485
  
  (Portage version: 2.2.0_alpha41/cvs/Linux x86_64)

Revision  Changes    Path
1.59                 dev-util/kdevplatform/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/kdevplatform/ChangeLog?rev=1.59&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/kdevplatform/ChangeLog?rev=1.59&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/kdevplatform/ChangeLog?r1=1.58&r2=1.59

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/kdevplatform/ChangeLog,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- ChangeLog	7 Jun 2011 02:58:47 -0000	1.58
+++ ChangeLog	30 Jun 2011 00:26:30 -0000	1.59
@@ -1,6 +1,12 @@
 # ChangeLog for dev-util/kdevplatform
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/kdevplatform/ChangeLog,v 1.58 2011/06/07 02:58:47 abcd Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/kdevplatform/ChangeLog,v 1.59 2011/06/30 00:26:30 reavertm Exp $
+
+*kdevplatform-1.2.3 (29 Jun 2011)
+
+  29 Jun 2011; Maciej Mrozowski <reavertm@gentoo.org>
+  +kdevplatform-1.2.3.ebuild:
+  Version bump, bug 373485
 
   07 Jun 2011; Jonathan Callen <abcd@gentoo.org> kdevplatform-1.2.2.ebuild:
   Use add_kdebase_dep() for KDE deps



1.1                  dev-util/kdevplatform/kdevplatform-1.2.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/kdevplatform/kdevplatform-1.2.3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/kdevplatform/kdevplatform-1.2.3.ebuild?rev=1.1&content-type=text/plain

Index: kdevplatform-1.2.3.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/kdevplatform/kdevplatform-1.2.3.ebuild,v 1.1 2011/06/30 00:26:30 reavertm Exp $

EAPI=4

KMNAME="kdevelop"
KDE_SCM="git"
EGIT_REPONAME="${PN}"
KDE_MINIMAL="4.6"
VIRTUALX_REQUIRED=test
KDE_LINGUAS="ca ca@valencia da de en_GB es et fr it nb nds nl pt pt_BR ru sl sv th uk zh_CN zh_TW"
inherit kde4-base

DESCRIPTION="KDE development support libraries and apps"

KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
# Moved to playground for now
# bazaar kompare mercurial
LICENSE="GPL-2 LGPL-2"
IUSE="cvs debug git reviewboard subversion"

# Moved to playground for now
# bazaar? ( dev-vcs/bzr )
# kompare? ( $(add_kdebase_dep kompare) )
# mercurial? ( dev-vcs/mercurial )
# block - some plugins moved to kdevplatform from kdevelop
DEPEND="
	dev-libs/boost
	reviewboard? ( dev-libs/qjson )
	subversion? ( >=dev-vcs/subversion-1.3 )
"
RDEPEND="${DEPEND}
	!<dev-util/kdevelop-${KDEVELOP_VERSION}:4
	!dev-util/kdevelop-git
	$(add_kdebase_dep konsole)
	cvs? ( dev-vcs/cvs )
	git? ( dev-vcs/git )
"

# Quite few fails and upstream is aware
RESTRICT="test"

src_prepare() {
	kde4-base_src_prepare

	# FindKDevPlatform.cmake is installed by kdelibs
	sed -i \
		-e '/cmakeFiles/s/^/#DONOTINSTALL/' \
		cmake/modules/CMakeLists.txt || die
}

# Moved to playground for now
# $(cmake-utils_use_build bazaar)
# $(cmake-utils_use_with kompare)
# $(cmake-utils_use_build mercurial)
src_configure() {
	mycmakeargs=(
		$(cmake-utils_use_build cvs)
		$(cmake-utils_use_build git)
		$(cmake-utils_use_with reviewboard QJSON)
		$(cmake-utils_use_build subversion)
		$(cmake-utils_use_with subversion SubversionLibrary)
	)

	kde4-base_src_configure
}






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

* [gentoo-commits] gentoo-x86 commit in dev-util/kdevplatform: ChangeLog kdevplatform-1.2.3.ebuild
@ 2012-03-11 14:42 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-03-11 14:42 UTC (permalink / raw
  To: gentoo-commits

ago         12/03/11 14:42:13

  Modified:             ChangeLog kdevplatform-1.2.3.ebuild
  Log:
  Stable for amd64, wrt bug #368739
  
  (Portage version: 2.1.10.44/cvs/Linux x86_64)

Revision  Changes    Path
1.61                 dev-util/kdevplatform/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/kdevplatform/ChangeLog?rev=1.61&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/kdevplatform/ChangeLog?rev=1.61&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/kdevplatform/ChangeLog?r1=1.60&r2=1.61

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/kdevplatform/ChangeLog,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- ChangeLog	20 Nov 2011 22:32:26 -0000	1.60
+++ ChangeLog	11 Mar 2012 14:42:13 -0000	1.61
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/kdevplatform
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/kdevplatform/ChangeLog,v 1.60 2011/11/20 22:32:26 dilfridge Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/kdevplatform/ChangeLog,v 1.61 2012/03/11 14:42:13 ago Exp $
+
+  11 Mar 2012; Agostino Sarubbo <ago@gentoo.org> kdevplatform-1.2.3.ebuild:
+  Stable for amd64, wrt bug #368739
 
 *kdevplatform-1.2.3-r1 (20 Nov 2011)
 



1.3                  dev-util/kdevplatform/kdevplatform-1.2.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/kdevplatform/kdevplatform-1.2.3.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/kdevplatform/kdevplatform-1.2.3.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/kdevplatform/kdevplatform-1.2.3.ebuild?r1=1.2&r2=1.3

Index: kdevplatform-1.2.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/kdevplatform/kdevplatform-1.2.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- kdevplatform-1.2.3.ebuild	20 Nov 2011 22:32:27 -0000	1.2
+++ kdevplatform-1.2.3.ebuild	11 Mar 2012 14:42:13 -0000	1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/kdevplatform/kdevplatform-1.2.3.ebuild,v 1.2 2011/11/20 22:32:27 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/kdevplatform/kdevplatform-1.2.3.ebuild,v 1.3 2012/03/11 14:42:13 ago Exp $
 
 EAPI=4
 
@@ -14,7 +14,7 @@
 
 DESCRIPTION="KDE development support libraries and apps"
 
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
 # Moved to playground for now
 # bazaar kompare mercurial
 LICENSE="GPL-2 LGPL-2"






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

* [gentoo-commits] gentoo-x86 commit in dev-util/kdevplatform: ChangeLog kdevplatform-1.2.3.ebuild
@ 2012-04-22 12:06 Markus Meier (maekke)
  0 siblings, 0 replies; 3+ messages in thread
From: Markus Meier (maekke) @ 2012-04-22 12:06 UTC (permalink / raw
  To: gentoo-commits

maekke      12/04/22 12:06:49

  Modified:             ChangeLog kdevplatform-1.2.3.ebuild
  Log:
  x86 stable, bug #368739
  
  (Portage version: 2.1.10.56/cvs/Linux x86_64)

Revision  Changes    Path
1.65                 dev-util/kdevplatform/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/kdevplatform/ChangeLog?rev=1.65&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/kdevplatform/ChangeLog?rev=1.65&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/kdevplatform/ChangeLog?r1=1.64&r2=1.65

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/kdevplatform/ChangeLog,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- ChangeLog	14 Apr 2012 23:25:12 -0000	1.64
+++ ChangeLog	22 Apr 2012 12:06:49 -0000	1.65
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/kdevplatform
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/kdevplatform/ChangeLog,v 1.64 2012/04/14 23:25:12 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/kdevplatform/ChangeLog,v 1.65 2012/04/22 12:06:49 maekke Exp $
+
+  22 Apr 2012; Markus Meier <maekke@gentoo.org> kdevplatform-1.2.3.ebuild:
+  x86 stable, bug #368739
 
 *kdevplatform-1.3.1 (14 Apr 2012)
 



1.5                  dev-util/kdevplatform/kdevplatform-1.2.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/kdevplatform/kdevplatform-1.2.3.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/kdevplatform/kdevplatform-1.2.3.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/kdevplatform/kdevplatform-1.2.3.ebuild?r1=1.4&r2=1.5

Index: kdevplatform-1.2.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/kdevplatform/kdevplatform-1.2.3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- kdevplatform-1.2.3.ebuild	31 Mar 2012 10:24:26 -0000	1.4
+++ kdevplatform-1.2.3.ebuild	22 Apr 2012 12:06:49 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/kdevplatform/kdevplatform-1.2.3.ebuild,v 1.4 2012/03/31 10:24:26 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/kdevplatform/kdevplatform-1.2.3.ebuild,v 1.5 2012/04/22 12:06:49 maekke Exp $
 
 EAPI=4
 
@@ -14,7 +14,7 @@
 
 DESCRIPTION="KDE development support libraries and apps"
 
-KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 x86"
 # Moved to playground for now
 # bazaar kompare mercurial
 LICENSE="GPL-2 LGPL-2"






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

end of thread, other threads:[~2012-04-22 12:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-30  0:26 [gentoo-commits] gentoo-x86 commit in dev-util/kdevplatform: ChangeLog kdevplatform-1.2.3.ebuild Maciej Mrozowski (reavertm)
  -- strict thread matches above, loose matches on Subject: below --
2012-03-11 14:42 Agostino Sarubbo (ago)
2012-04-22 12:06 Markus Meier (maekke)

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