public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-util/kdevelop-python: kdevelop-python-1.7.0.ebuild ChangeLog
@ 2014-12-26 13:04 Michael Palimaka (kensington)
  0 siblings, 0 replies; only message in thread
From: Michael Palimaka (kensington) @ 2014-12-26 13:04 UTC (permalink / raw
  To: gentoo-commits

kensington    14/12/26 13:04:30

  Modified:             ChangeLog
  Added:                kdevelop-python-1.7.0.ebuild
  Log:
  Version bump wrt bug #522476.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!)

Revision  Changes    Path
1.11                 dev-util/kdevelop-python/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/kdevelop-python/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	17 Mar 2014 09:54:03 -0000	1.10
+++ ChangeLog	26 Dec 2014 13:04:30 -0000	1.11
@@ -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.10 2014/03/17 09:54:03 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/kdevelop-python/ChangeLog,v 1.11 2014/12/26 13:04:30 kensington Exp $
+
+*kdevelop-python-1.7.0 (26 Dec 2014)
+
+  26 Dec 2014; Michael Palimaka <kensington@gentoo.org>
+  +kdevelop-python-1.7.0.ebuild:
+  Version bump wrt bug #522476.
 
   17 Mar 2014; Michael Palimaka <kensington@gentoo.org>
   kdevelop-python-1.6.0.ebuild:



1.1                  dev-util/kdevelop-python/kdevelop-python-1.7.0.ebuild

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

Index: kdevelop-python-1.7.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.7.0.ebuild,v 1.1 2014/12/26 13:04:30 kensington Exp $

EAPI=5

KDEBASE="kdevelop"
KMNAME="kdev-python"
KDE_LINGUAS="ca de en_GB es et fi fr nl pl pt pt_BR sk sl sv 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
}





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

only message in thread, other threads:[~2014-12-26 13:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-26 13:04 [gentoo-commits] gentoo-x86 commit in dev-util/kdevelop-python: kdevelop-python-1.7.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