johu 14/03/12 12:13:24 Modified: ChangeLog Added: kdevelop-python-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.9 dev-util/kdevelop-python/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/kdevelop-python/ChangeLog?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/kdevelop-python/ChangeLog?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/kdevelop-python/ChangeLog?r1=1.8&r2=1.9 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-util/kdevelop-python/ChangeLog,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- ChangeLog 9 Feb 2014 12:10:31 -0000 1.8 +++ ChangeLog 12 Mar 2014 12:13:24 -0000 1.9 @@ -1,6 +1,11 @@ # ChangeLog for dev-util/kdevelop-python # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/kdevelop-python/ChangeLog,v 1.8 2014/02/09 12:10:31 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/kdevelop-python/ChangeLog,v 1.9 2014/03/12 12:13:24 johu Exp $ + +*kdevelop-python-1.6.0 (12 Mar 2014) + + 12 Mar 2014; Johannes Huber <[email protected]> +kdevelop-python-1.6.0.ebuild: + Version bump, bug #493854. 09 Feb 2014; Johannes Huber <[email protected]> -kdevelop-python-1.5.1.ebuild: Remove old. 1.1 dev-util/kdevelop-python/kdevelop-python-1.6.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/kdevelop-python/kdevelop-python-1.6.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/kdevelop-python/kdevelop-python-1.6.0.ebuild?rev=1.1&content-type=text/plain Index: kdevelop-python-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/kdevelop-python/kdevelop-python-1.6.0.ebuild,v 1.1 2014/03/12 12:13:24 johu Exp $ EAPI=5 KDEBASE="kdevelop" KMNAME="kdev-python" KDE_LINGUAS="bs ca ca@valencia da de es fi fr gl it kk nl pt pt_BR sk sl sv uk zh_TW" inherit kde4-base MY_PN="${KMNAME}" MY_P="${MY_PN}-${PV}" if [[ $PV != *9999* ]]; then SRC_URI="mirror://kde/stable/kdevelop/${KDEVELOP_VERSION}/src/${MY_P}.tar.xz" KEYWORDS="~amd64 ~x86" S=${WORKDIR}/${MY_P} else EGIT_REPO_URI="git://anongit.kde.org/kdev-python.git" KEYWORDS="" fi DESCRIPTION="Python plugin for KDevelop 4" HOMEPAGE="http://www.kdevelop.org" LICENSE="GPL-2" IUSE="debug" COMMON_DEPEND=" >=dev-util/kdevplatform-${KDEVPLATFORM_VERSION} " DEPEND="${COMMON_DEPEND} >=dev-util/kdevelop-pg-qt-1.0.0 " RDEPEND=" ${COMMON_DEPEND} dev-util/kdevelop " RESTRICT="test" src_compile() { pushd "${WORKDIR}"/${P}_build > /dev/null emake parser popd > /dev/null kde4-base_src_compile }
