public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-util/kdevelop-php: kdevelop-php-1.5.2.ebuild ChangeLog
@ 2013-10-31 17:45 Johannes Huber (johu)
  0 siblings, 0 replies; 3+ messages in thread
From: Johannes Huber (johu) @ 2013-10-31 17:45 UTC (permalink / raw
  To: gentoo-commits

johu        13/10/31 17:45:01

  Modified:             ChangeLog
  Added:                kdevelop-php-1.5.2.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)

Revision  Changes    Path
1.44                 dev-util/kdevelop-php/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/kdevelop-php/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog	21 Aug 2013 07:48:52 -0000	1.43
+++ ChangeLog	31 Oct 2013 17:45:01 -0000	1.44
@@ -1,6 +1,11 @@
 # ChangeLog for dev-util/kdevelop-php
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/kdevelop-php/ChangeLog,v 1.43 2013/08/21 07:48:52 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/kdevelop-php/ChangeLog,v 1.44 2013/10/31 17:45:01 johu Exp $
+
+*kdevelop-php-1.5.2 (31 Oct 2013)
+
+  31 Oct 2013; Johannes Huber <johu@gentoo.org> +kdevelop-php-1.5.2.ebuild:
+  Version bump.
 
   21 Aug 2013; Michael Palimaka <kensington@gentoo.org>
   -files/kdevelop-php-1.2.0-dbustests.patch, -kdevelop-php-1.4.1.ebuild:



1.1                  dev-util/kdevelop-php/kdevelop-php-1.5.2.ebuild

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

Index: kdevelop-php-1.5.2.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/kdevelop-php/kdevelop-php-1.5.2.ebuild,v 1.1 2013/10/31 17:45:01 johu Exp $

EAPI=5

KDE_LINGUAS="bs ca ca@valencia da de el en_GB es et fi fr gl hu it kk nb nds nl
pl pt pt_BR ru sl sv th uk zh_CN zh_TW"
VIRTUALX_REQUIRED=test
KDEBASE="kdevelop"
KMNAME="kdev-php"
EGIT_REPONAME="${KMNAME}"
inherit kde4-base

DESCRIPTION="PHP plugin for KDevelop 4"
LICENSE="GPL-2 LGPL-2"
IUSE="debug doc"
SRC_URI="mirror://kde/stable/kdevelop/${KDEVELOP_VERSION}/src/${P}.tar.xz"

if [[ $PV != *9999* ]]; then
	KEYWORDS="~amd64 ~x86"
else
	KEYWORDS=""
fi

DEPEND="
	>=dev-util/kdevelop-pg-qt-1.0.0
"
RDEPEND="
	dev-util/kdevelop
	doc? ( >=dev-util/kdevelop-php-docs-${PV}:${SLOT} )
"
PATCHES=( "${FILESDIR}/${PN}"-1.2.0-parmake.patch )

RESTRICT="test"





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

* [gentoo-commits] gentoo-x86 commit in dev-util/kdevelop-php: kdevelop-php-1.5.2.ebuild ChangeLog
@ 2014-01-19 16:36 Pacho Ramos (pacho)
  0 siblings, 0 replies; 3+ messages in thread
From: Pacho Ramos (pacho) @ 2014-01-19 16:36 UTC (permalink / raw
  To: gentoo-commits

pacho       14/01/19 16:36:01

  Modified:             kdevelop-php-1.5.2.ebuild ChangeLog
  Log:
  amd64 stable, bug 494008
  
  (Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)

Revision  Changes    Path
1.2                  dev-util/kdevelop-php/kdevelop-php-1.5.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/kdevelop-php/kdevelop-php-1.5.2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/kdevelop-php/kdevelop-php-1.5.2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/kdevelop-php/kdevelop-php-1.5.2.ebuild?r1=1.1&r2=1.2

Index: kdevelop-php-1.5.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/kdevelop-php/kdevelop-php-1.5.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- kdevelop-php-1.5.2.ebuild	31 Oct 2013 17:45:01 -0000	1.1
+++ kdevelop-php-1.5.2.ebuild	19 Jan 2014 16:36:01 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/kdevelop-php/kdevelop-php-1.5.2.ebuild,v 1.1 2013/10/31 17:45:01 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/kdevelop-php/kdevelop-php-1.5.2.ebuild,v 1.2 2014/01/19 16:36:01 pacho Exp $
 
 EAPI=5
 
@@ -18,7 +18,7 @@
 SRC_URI="mirror://kde/stable/kdevelop/${KDEVELOP_VERSION}/src/${P}.tar.xz"
 
 if [[ $PV != *9999* ]]; then
-	KEYWORDS="~amd64 ~x86"
+	KEYWORDS="amd64 ~x86"
 else
 	KEYWORDS=""
 fi



1.45                 dev-util/kdevelop-php/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/kdevelop-php/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog	31 Oct 2013 17:45:01 -0000	1.44
+++ ChangeLog	19 Jan 2014 16:36:01 -0000	1.45
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/kdevelop-php
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/kdevelop-php/ChangeLog,v 1.44 2013/10/31 17:45:01 johu Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/kdevelop-php/ChangeLog,v 1.45 2014/01/19 16:36:01 pacho Exp $
+
+  19 Jan 2014; Pacho Ramos <pacho@gentoo.org> kdevelop-php-1.5.2.ebuild:
+  amd64 stable, bug 494008
 
 *kdevelop-php-1.5.2 (31 Oct 2013)
 





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

* [gentoo-commits] gentoo-x86 commit in dev-util/kdevelop-php: kdevelop-php-1.5.2.ebuild ChangeLog
@ 2014-01-26 11:38 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-01-26 11:38 UTC (permalink / raw
  To: gentoo-commits

ago         14/01/26 11:38:55

  Modified:             kdevelop-php-1.5.2.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #494008
  
  (Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.3                  dev-util/kdevelop-php/kdevelop-php-1.5.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/kdevelop-php/kdevelop-php-1.5.2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/kdevelop-php/kdevelop-php-1.5.2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/kdevelop-php/kdevelop-php-1.5.2.ebuild?r1=1.2&r2=1.3

Index: kdevelop-php-1.5.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/kdevelop-php/kdevelop-php-1.5.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- kdevelop-php-1.5.2.ebuild	19 Jan 2014 16:36:01 -0000	1.2
+++ kdevelop-php-1.5.2.ebuild	26 Jan 2014 11:38:54 -0000	1.3
@@ -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-php/kdevelop-php-1.5.2.ebuild,v 1.2 2014/01/19 16:36:01 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/kdevelop-php/kdevelop-php-1.5.2.ebuild,v 1.3 2014/01/26 11:38:54 ago Exp $
 
 EAPI=5
 
@@ -18,7 +18,7 @@
 SRC_URI="mirror://kde/stable/kdevelop/${KDEVELOP_VERSION}/src/${P}.tar.xz"
 
 if [[ $PV != *9999* ]]; then
-	KEYWORDS="amd64 ~x86"
+	KEYWORDS="amd64 x86"
 else
 	KEYWORDS=""
 fi



1.46                 dev-util/kdevelop-php/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/kdevelop-php/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog	19 Jan 2014 16:36:01 -0000	1.45
+++ ChangeLog	26 Jan 2014 11:38:54 -0000	1.46
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/kdevelop-php
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/kdevelop-php/ChangeLog,v 1.45 2014/01/19 16:36:01 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/kdevelop-php/ChangeLog,v 1.46 2014/01/26 11:38:54 ago Exp $
+
+  26 Jan 2014; Agostino Sarubbo <ago@gentoo.org> kdevelop-php-1.5.2.ebuild:
+  Stable for x86, wrt bug #494008
 
   19 Jan 2014; Pacho Ramos <pacho@gentoo.org> kdevelop-php-1.5.2.ebuild:
   amd64 stable, bug 494008





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

end of thread, other threads:[~2014-01-26 11:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-26 11:38 [gentoo-commits] gentoo-x86 commit in dev-util/kdevelop-php: kdevelop-php-1.5.2.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2014-01-19 16:36 Pacho Ramos (pacho)
2013-10-31 17:45 Johannes Huber (johu)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox