johu 15/02/10 22:11:29 Modified: ChangeLog Added: kdevelop-python-1.7.1.ebuild Removed: kdevelop-python-1.7.0.ebuild Log: Version bump, remove old. (Portage version: 2.2.16/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)
Revision Changes Path 1.12 dev-util/kdevelop-python/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/kdevelop-python/ChangeLog?rev=1.12&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/kdevelop-python/ChangeLog?rev=1.12&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/kdevelop-python/ChangeLog?r1=1.11&r2=1.12 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-util/kdevelop-python/ChangeLog,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- ChangeLog 26 Dec 2014 13:04:30 -0000 1.11 +++ ChangeLog 10 Feb 2015 22:11:29 -0000 1.12 @@ -1,6 +1,12 @@ # 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.11 2014/12/26 13:04:30 kensington Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/kdevelop-python/ChangeLog,v 1.12 2015/02/10 22:11:29 johu Exp $ + +*kdevelop-python-1.7.1 (10 Feb 2015) + + 10 Feb 2015; Johannes Huber <j...@gentoo.org> +kdevelop-python-1.7.1.ebuild, + -kdevelop-python-1.7.0.ebuild: + Version bump, remove old. *kdevelop-python-1.7.0 (26 Dec 2014) 1.1 dev-util/kdevelop-python/kdevelop-python-1.7.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/kdevelop-python/kdevelop-python-1.7.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/kdevelop-python/kdevelop-python-1.7.1.ebuild?rev=1.1&content-type=text/plain Index: kdevelop-python-1.7.1.ebuild =================================================================== # Copyright 1999-2015 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.7.1.ebuild,v 1.1 2015/02/10 22:11:29 johu Exp $ EAPI=5 KDEBASE="kdevelop" KMNAME="kdev-python" KDE_LINGUAS="ca de en_GB es et fi fr it nl pl pt pt_BR sk sl sv tr uk" PYTHON_COMPAT=( python2_7 ) EGIT_BRANCH="1.7" MY_P="${KMNAME}-${PV}" inherit kde4-base python-any-r1 if [[ ${KDE_BUILD_TYPE} = release ]]; then SRC_URI="mirror://kde/stable/kdevelop/${KDEVELOP_VERSION}/src/${MY_P}.tar.xz" KEYWORDS="~amd64 ~x86" S=${WORKDIR}/${MY_P} fi DESCRIPTION="Python plugin for KDevelop 4" IUSE="debug" COMMON_DEPEND=">=dev-util/kdevplatform-${PV}:4" DEPEND="${COMMON_DEPEND} ${PYTHON_DEPS} " RDEPEND=" ${COMMON_DEPEND} dev-util/kdevelop:4 " RESTRICT="test" pkg_setup() { python-any-r1_pkg_setup kde4-base_pkg_setup } src_compile() { pushd "${WORKDIR}"/${P}_build > /dev/null emake parser popd > /dev/null kde4-base_src_compile }