johu 14/03/12 12:11:01 Modified: ChangeLog Added: kdevplatform-1.6.0.ebuild Log: Version bump, bug #493854. (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)
Revision Changes Path 1.89 dev-util/kdevplatform/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/kdevplatform/ChangeLog?rev=1.89&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/kdevplatform/ChangeLog?rev=1.89&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/kdevplatform/ChangeLog?r1=1.88&r2=1.89 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-util/kdevplatform/ChangeLog,v retrieving revision 1.88 retrieving revision 1.89 diff -u -r1.88 -r1.89 --- ChangeLog 9 Feb 2014 12:13:21 -0000 1.88 +++ ChangeLog 12 Mar 2014 12:11:00 -0000 1.89 @@ -1,6 +1,11 @@ # 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.88 2014/02/09 12:13:21 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/kdevplatform/ChangeLog,v 1.89 2014/03/12 12:11:00 johu Exp $ + +*kdevplatform-1.6.0 (12 Mar 2014) + + 12 Mar 2014; Johannes Huber <[email protected]> +kdevplatform-1.6.0.ebuild: + Version bump, bug #493854. 09 Feb 2014; Johannes Huber <[email protected]> -kdevplatform-1.5.1.ebuild: Remove old. 1.1 dev-util/kdevplatform/kdevplatform-1.6.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/kdevplatform/kdevplatform-1.6.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/kdevplatform/kdevplatform-1.6.0.ebuild?rev=1.1&content-type=text/plain Index: kdevplatform-1.6.0.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.ebuild,v 1.1 2014/03/12 12:11:00 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 ) " src_configure() { mycmakeargs=( $(cmake-utils_use_build cvs) $(cmake-utils_use_find_package reviewboard QJSON) $(cmake-utils_use_build subversion) ) kde4-base_src_configure }
