public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-util/kdevelop: kdevelop-4.4.0.ebuild ChangeLog
@ 2012-10-30 16:40 Michael Palimaka (kensington)
  0 siblings, 0 replies; only message in thread
From: Michael Palimaka (kensington) @ 2012-10-30 16:40 UTC (permalink / raw
  To: gentoo-commits

kensington    12/10/30 16:40:54

  Modified:             ChangeLog
  Added:                kdevelop-4.4.0.ebuild
  Log:
  Version bump wrt bug #434462.
  
  (Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 675D0D2C)

Revision  Changes    Path
1.237                dev-util/kdevelop/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/kdevelop/ChangeLog,v
retrieving revision 1.236
retrieving revision 1.237
diff -u -r1.236 -r1.237
--- ChangeLog	23 Aug 2012 07:24:18 -0000	1.236
+++ ChangeLog	30 Oct 2012 16:40:53 -0000	1.237
@@ -1,6 +1,11 @@
 # ChangeLog for dev-util/kdevelop
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/kdevelop/ChangeLog,v 1.236 2012/08/23 07:24:18 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/kdevelop/ChangeLog,v 1.237 2012/10/30 16:40:53 kensington Exp $
+
+*kdevelop-4.4.0 (30 Oct 2012)
+
+  30 Oct 2012; Michael Palimaka <kensington@gentoo.org> +kdevelop-4.4.0.ebuild:
+  Version bump wrt bug #434462.
 
   23 Aug 2012; Johannes Huber <johu@gentoo.org> -kdevelop-4.2.2.ebuild,
   metadata.xml:



1.1                  dev-util/kdevelop/kdevelop-4.4.0.ebuild

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

Index: kdevelop-4.4.0.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/kdevelop/kdevelop-4.4.0.ebuild,v 1.1 2012/10/30 16:40:53 kensington Exp $

EAPI=4

KDE_LINGUAS="bs ca ca@valencia da de el en_GB es et fi fr gl it nb nds nl pl pt
pt_BR ru sl sv th uk zh_CN zh_TW"
VIRTUALX_REQUIRED=test

inherit kde4-base

DESCRIPTION="Integrated Development Environment for Unix, supporting KDE/Qt, C/C++ and many other languages."
LICENSE="GPL-2 LGPL-2"
IUSE="+cmake +cxx debug okteta qthelp"

if [[ $PV == *9999* ]]; then
	KEYWORDS=""
else
	KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
fi

DEPEND="
	$(add_kdebase_dep ksysguard)
	$(add_kdebase_dep libkworkspace)
	okteta? ( $(add_kdebase_dep okteta) )
	qthelp? ( x11-libs/qt-assistant:4 )
"
RDEPEND="${DEPEND}
	$(add_kdebase_dep kapptemplate)
	x11-libs/qt-declarative:4[webkit]
	cxx? ( >=sys-devel/gdb-7.0[python] )
"
RESTRICT="test"
# see bug 366471

src_configure() {
	mycmakeargs=(
		$(cmake-utils_use_build cmake)
		$(cmake-utils_use_build cmake cmakebuilder)
		$(cmake-utils_use_build cxx cpp)
		$(cmake-utils_use_with okteta LibKasten)
		$(cmake-utils_use_with okteta LibOkteta)
		$(cmake-utils_use_with okteta LibOktetaKasten)
		$(cmake-utils_use_build qthelp)
	)

	kde4-base_src_configure
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-10-30 16:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-30 16:40 [gentoo-commits] gentoo-x86 commit in dev-util/kdevelop: kdevelop-4.4.0.ebuild ChangeLog Michael Palimaka (kensington)

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