public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-php5/php-qt: php-qt-0.9.ebuild ChangeLog
@ 2008-02-11 21:28 Raul Porcel (armin76)
  0 siblings, 0 replies; 3+ messages in thread
From: Raul Porcel (armin76) @ 2008-02-11 21:28 UTC (permalink / raw
  To: gentoo-commits

armin76     08/02/11 21:28:12

  Modified:             php-qt-0.9.ebuild ChangeLog
  Log:
  Version bump, from the php overlay
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.2                  dev-php5/php-qt/php-qt-0.9.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/php-qt/php-qt-0.9.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/php-qt/php-qt-0.9.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/php-qt/php-qt-0.9.ebuild?r1=1.1&r2=1.2

Index: php-qt-0.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php5/php-qt/php-qt-0.9.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- php-qt-0.9.ebuild	30 Dec 2007 14:33:14 -0000	1.1
+++ php-qt-0.9.ebuild	11 Feb 2008 21:28:12 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/php-qt/php-qt-0.9.ebuild,v 1.1 2007/12/30 14:33:14 jokey Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/php-qt/php-qt-0.9.ebuild,v 1.2 2008/02/11 21:28:12 armin76 Exp $
 
 PHP_EXT_NAME="php_qt"
 PHP_EXT_INI="yes"
@@ -41,6 +41,13 @@
 	fi
 }
 
+src_unpack() {
+	unpack ${A}
+	cd "${S}"
+	# Bug 208301
+	epatch "${FILESDIR}"/${P}-no-qwt.patch
+}
+
 src_compile() {
 	local mycmakeargs="-DQT_QMAKE_EXECUTABLE=/usr/bin/qmake -DQSCINTILLA_INCLUDE_DIR=/usr/include/Qsci"
 	cmake-utils_src_compile



1.10                 dev-php5/php-qt/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/php-qt/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/php-qt/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/php-qt/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php5/php-qt/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	30 Dec 2007 14:33:14 -0000	1.9
+++ ChangeLog	11 Feb 2008 21:28:12 -0000	1.10
@@ -1,6 +1,9 @@
 # ChangeLog for dev-php5/php-qt
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/php-qt/ChangeLog,v 1.9 2007/12/30 14:33:14 jokey Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/php-qt/ChangeLog,v 1.10 2008/02/11 21:28:12 armin76 Exp $
+
+  11 Feb 2008; Raúl Porcel <armin76@gentoo.org> php-qt-0.9.ebuild:
+  Version bump, from the php overlay
 
 *php-qt-0.9 (30 Dec 2007)
 



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in dev-php5/php-qt: php-qt-0.9.ebuild ChangeLog
@ 2008-05-02 16:22 Luca Longinotti (chtekk)
  0 siblings, 0 replies; 3+ messages in thread
From: Luca Longinotti (chtekk) @ 2008-05-02 16:22 UTC (permalink / raw
  To: gentoo-commits

chtekk      08/05/02 16:22:08

  Modified:             php-qt-0.9.ebuild ChangeLog
  Log:
  Fix QA bug #218657.
  (Portage version: 2.1.5_rc6)

Revision  Changes    Path
1.3                  dev-php5/php-qt/php-qt-0.9.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/php-qt/php-qt-0.9.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/php-qt/php-qt-0.9.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/php-qt/php-qt-0.9.ebuild?r1=1.2&r2=1.3

Index: php-qt-0.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php5/php-qt/php-qt-0.9.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- php-qt-0.9.ebuild	11 Feb 2008 21:28:12 -0000	1.2
+++ php-qt-0.9.ebuild	2 May 2008 16:22:07 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/php-qt/php-qt-0.9.ebuild,v 1.2 2008/02/11 21:28:12 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/php-qt/php-qt-0.9.ebuild,v 1.3 2008/05/02 16:22:07 chtekk Exp $
 
 PHP_EXT_NAME="php_qt"
 PHP_EXT_INI="yes"
@@ -10,7 +10,7 @@
 
 DESCRIPTION="PHP5 bindings for the Qt4 framework."
 HOMEPAGE="http://php-qt.org/"
-SRC_URI="http://download.berlios.de/php-qt/${P}.tar.gz"
+SRC_URI="mirror://berlios/php-qt/${P}.tar.gz"
 
 LICENSE="GPL-2 BSD"
 SLOT="0"



1.11                 dev-php5/php-qt/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/php-qt/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/php-qt/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/php-qt/ChangeLog?r1=1.10&r2=1.11

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php5/php-qt/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	11 Feb 2008 21:28:12 -0000	1.10
+++ ChangeLog	2 May 2008 16:22:07 -0000	1.11
@@ -1,6 +1,9 @@
 # ChangeLog for dev-php5/php-qt
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/php-qt/ChangeLog,v 1.10 2008/02/11 21:28:12 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/php-qt/ChangeLog,v 1.11 2008/05/02 16:22:07 chtekk Exp $
+
+  02 May 2008; Luca Longinotti <chtekk@gentoo.org> php-qt-0.9.ebuild:
+  Fix QA bug #218657.
 
   11 Feb 2008; Raúl Porcel <armin76@gentoo.org> php-qt-0.9.ebuild:
   Version bump, from the php overlay



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in dev-php5/php-qt: php-qt-0.9.ebuild ChangeLog
@ 2008-08-11 19:39 Ben de Groot (yngwin)
  0 siblings, 0 replies; 3+ messages in thread
From: Ben de Groot (yngwin) @ 2008-08-11 19:39 UTC (permalink / raw
  To: gentoo-commits

yngwin      08/08/11 19:39:31

  Modified:             php-qt-0.9.ebuild ChangeLog
  Log:
  Dropping qt dep, as qscintilla already pulls in qt4
  (Portage version: 2.2_rc7/cvs/Linux 2.6.26-hh1 i686)

Revision  Changes    Path
1.5                  dev-php5/php-qt/php-qt-0.9.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/php-qt/php-qt-0.9.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/php-qt/php-qt-0.9.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/php-qt/php-qt-0.9.ebuild?r1=1.4&r2=1.5

Index: php-qt-0.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php5/php-qt/php-qt-0.9.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- php-qt-0.9.ebuild	28 Jul 2008 21:11:09 -0000	1.4
+++ php-qt-0.9.ebuild	11 Aug 2008 19:39:31 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/php-qt/php-qt-0.9.ebuild,v 1.4 2008/07/28 21:11:09 carlo Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/php-qt/php-qt-0.9.ebuild,v 1.5 2008/08/11 19:39:31 yngwin Exp $
 
 EAPI=1
 
@@ -19,8 +19,7 @@
 KEYWORDS="~amd64 ~x86"
 IUSE="debug"
 
-RDEPEND="=x11-libs/qt-4.3*:4
-	>=x11-libs/qscintilla-2.1-r1
+RDEPEND=">=x11-libs/qscintilla-2.1-r1
 	!kde-base/smoke" # yes, this IS required, installs a bundled QT4-compatible copy
 
 DEPEND="${RDEPEND}



1.14                 dev-php5/php-qt/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/php-qt/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/php-qt/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/php-qt/ChangeLog?r1=1.13&r2=1.14

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php5/php-qt/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	28 Jul 2008 21:11:09 -0000	1.13
+++ ChangeLog	11 Aug 2008 19:39:31 -0000	1.14
@@ -1,6 +1,10 @@
 # ChangeLog for dev-php5/php-qt
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/php-qt/ChangeLog,v 1.13 2008/07/28 21:11:09 carlo Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/php-qt/ChangeLog,v 1.14 2008/08/11 19:39:31 yngwin Exp $
+
+  11 Aug 2008; Ben de Groot <yngwin@gentoo.org> php-qt-0.9.ebuild:
+  Dropping qt dep wrt bug 217161, as qscintilla already pulls in the needed
+  qt4 dep.
 
   28 Jul 2008; Carsten Lohrke <carlo@gentoo.org> php-qt-0.9.ebuild:
   QA: Get rid of deprecated qt_min_version(). Please fix your ebuilds to






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

end of thread, other threads:[~2008-08-11 19:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-11 19:39 [gentoo-commits] gentoo-x86 commit in dev-php5/php-qt: php-qt-0.9.ebuild ChangeLog Ben de Groot (yngwin)
  -- strict thread matches above, loose matches on Subject: below --
2008-05-02 16:22 Luca Longinotti (chtekk)
2008-02-11 21:28 Raul Porcel (armin76)

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