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.6.0.ebuild ChangeLog
@ 2014-03-12 12:13 Johannes Huber (johu)
  0 siblings, 0 replies; 2+ messages in thread
From: Johannes Huber (johu) @ 2014-03-12 12:13 UTC (permalink / raw
  To: gentoo-commits

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 <johu@gentoo.org> +kdevelop-python-1.6.0.ebuild:
+  Version bump, bug #493854.
 
   09 Feb 2014; Johannes Huber <johu@gentoo.org> -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
}





^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-util/kdevelop-python: kdevelop-python-1.6.0.ebuild ChangeLog
@ 2014-03-17  9:54 Michael Palimaka (kensington)
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Palimaka (kensington) @ 2014-03-17  9:54 UTC (permalink / raw
  To: gentoo-commits

kensington    14/03/17 09:54:03

  Modified:             kdevelop-python-1.6.0.ebuild ChangeLog
  Log:
  Remove unused dependency wrt bug #478504.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!)

Revision  Changes    Path
1.2                  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.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/kdevelop-python/kdevelop-python-1.6.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/kdevelop-python/kdevelop-python-1.6.0.ebuild?r1=1.1&r2=1.2

Index: kdevelop-python-1.6.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/kdevelop-python/kdevelop-python-1.6.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- kdevelop-python-1.6.0.ebuild	12 Mar 2014 12:13:24 -0000	1.1
+++ kdevelop-python-1.6.0.ebuild	17 Mar 2014 09:54:03 -0000	1.2
@@ -1,6 +1,6 @@
 # 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 $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/kdevelop-python/kdevelop-python-1.6.0.ebuild,v 1.2 2014/03/17 09:54:03 kensington Exp $
 
 EAPI=5
 
@@ -28,14 +28,11 @@
 LICENSE="GPL-2"
 IUSE="debug"
 
-COMMON_DEPEND="
+DEPEND="
 	>=dev-util/kdevplatform-${KDEVPLATFORM_VERSION}
 "
-DEPEND="${COMMON_DEPEND}
-	>=dev-util/kdevelop-pg-qt-1.0.0
-"
 RDEPEND="
-	${COMMON_DEPEND}
+	${DEPEND}
 	dev-util/kdevelop
 "
 



1.10                 dev-util/kdevelop-python/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/kdevelop-python/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	12 Mar 2014 12:13:24 -0000	1.9
+++ ChangeLog	17 Mar 2014 09:54:03 -0000	1.10
@@ -1,6 +1,10 @@
 # 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.9 2014/03/12 12:13:24 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/kdevelop-python/ChangeLog,v 1.10 2014/03/17 09:54:03 kensington Exp $
+
+  17 Mar 2014; Michael Palimaka <kensington@gentoo.org>
+  kdevelop-python-1.6.0.ebuild:
+  Remove unused dependency wrt bug #478504.
 
 *kdevelop-python-1.6.0 (12 Mar 2014)
 





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-03-17  9:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-12 12:13 [gentoo-commits] gentoo-x86 commit in dev-util/kdevelop-python: kdevelop-python-1.6.0.ebuild ChangeLog Johannes Huber (johu)
  -- strict thread matches above, loose matches on Subject: below --
2014-03-17  9:54 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