johu        14/07/29 16:53:24

  Modified:             ChangeLog
  Added:                kdevplatform-1.6.0-r1.ebuild
  Removed:              kdevplatform-1.6.0.ebuild
  Log:
  Revision bump adds upstream patch to fix new project creation with wizard 
spotted by Nanzikambe <janus.nanzikambe+gentoob...@gmail.com>, bug #518486.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
F3CFD2BD)

Revision  Changes    Path
1.90                 dev-util/kdevplatform/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/kdevplatform/ChangeLog,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -r1.89 -r1.90
--- ChangeLog   12 Mar 2014 12:11:00 -0000      1.89
+++ ChangeLog   29 Jul 2014 16:53:23 -0000      1.90
@@ -1,6 +1,14 @@
 # ChangeLog for dev-util/kdevplatform
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/kdevplatform/ChangeLog,v 1.89 
2014/03/12 12:11:00 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/kdevplatform/ChangeLog,v 1.90 
2014/07/29 16:53:23 johu Exp $
+
+*kdevplatform-1.6.0-r1 (29 Jul 2014)
+
+  29 Jul 2014; Johannes Huber <j...@gentoo.org>
+  +files/kdevplatform-1.6.0-appwizard.patch, +kdevplatform-1.6.0-r1.ebuild,
+  -kdevplatform-1.6.0.ebuild:
+  Revision bump adds upstream patch to fix new project creation with wizard
+  spotted by Nanzikambe <janus.nanzikambe+gentoob...@gmail.com>, bug #518486.
 
 *kdevplatform-1.6.0 (12 Mar 2014)
 



1.1                  dev-util/kdevplatform/kdevplatform-1.6.0-r1.ebuild

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

Index: kdevplatform-1.6.0-r1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-util/kdevplatform/kdevplatform-1.6.0-r1.ebuild,v 
1.1 2014/07/29 16:53:23 johu Exp $

EAPI=5

KMNAME="kdevelop"
KDE_LINGUAS="bs ca ca@valencia da de el es et fi fr gl it kk nb nl pl pt pt_BR
ru sk sl sv th uk zh_CN zh_TW"
VIRTUALDBUS_TEST="true"
VIRTUALX_REQUIRED="test"
EGIT_REPONAME="${PN}"
inherit kde4-base

DESCRIPTION="KDE development support libraries and apps"
LICENSE="GPL-2 LGPL-2"
IUSE="cvs debug reviewboard subversion"
SRC_URI="mirror://kde/stable/kdevelop/${KDEVELOP_VERSION}/src/${P}.tar.xz"

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

RESTRICT="test"

DEPEND="
        dev-libs/boost:=
        dev-libs/grantlee
        reviewboard? ( dev-libs/qjson )
        subversion? (
                dev-libs/apr
                dev-libs/apr-util
                dev-vcs/subversion
        )
"
RDEPEND="${DEPEND}
        !<dev-util/kdevelop-${KDEVELOP_VERSION}:4
        $(add_kdebase_dep konsole)
        cvs? ( dev-vcs/cvs )
"

PATCHES=( "${FILESDIR}/${P}-appwizard.patch" )

src_configure() {
        mycmakeargs=(
                $(cmake-utils_use_build cvs)
                $(cmake-utils_use_find_package reviewboard QJSON)
                $(cmake-utils_use_build subversion)
        )

        kde4-base_src_configure
}




Reply via email to