public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in kde-base/perlqt: perlqt-4.11.2.ebuild ChangeLog
@ 2013-10-09 23:04 Chris Reffett (creffett)
  0 siblings, 0 replies; 5+ messages in thread
From: Chris Reffett (creffett) @ 2013-10-09 23:04 UTC (permalink / raw
  To: gentoo-commits

creffett    13/10/09 23:04:34

  Modified:             ChangeLog
  Added:                perlqt-4.11.2.ebuild
  Log:
  Version bump KDE SC 4.11.2
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 42618354)

Revision  Changes    Path
1.99                 kde-base/perlqt/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/perlqt/ChangeLog?rev=1.99&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/perlqt/ChangeLog?rev=1.99&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/perlqt/ChangeLog?r1=1.98&r2=1.99

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/perlqt/ChangeLog,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -r1.98 -r1.99
--- ChangeLog	3 Sep 2013 19:50:28 -0000	1.98
+++ ChangeLog	9 Oct 2013 23:04:34 -0000	1.99
@@ -1,6 +1,11 @@
 # ChangeLog for kde-base/perlqt
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/perlqt/ChangeLog,v 1.98 2013/09/03 19:50:28 creffett Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/perlqt/ChangeLog,v 1.99 2013/10/09 23:04:34 creffett Exp $
+
+*perlqt-4.11.2 (08 Oct 2013)
+
+  08 Oct 2013; Chris Reffett <creffett@gentoo.org> +perlqt-4.11.2.ebuild:
+  Version bump KDE SC 4.11.2
 
   03 Sep 2013; Chris Reffett <creffett@gentoo.org> -perlqt-4.11.0.ebuild,
   files/perlqt-4.10.80-vendor.patch:



1.1                  kde-base/perlqt/perlqt-4.11.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/perlqt/perlqt-4.11.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/perlqt/perlqt-4.11.2.ebuild?rev=1.1&content-type=text/plain

Index: perlqt-4.11.2.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/perlqt/perlqt-4.11.2.ebuild,v 1.1 2013/10/09 23:04:34 creffett Exp $

EAPI=5

DECLARATIVE_REQUIRED="optional"
MULTIMEDIA_REQUIRED="optional"
OPENGL_REQUIRED="optional"
QTHELP_REQUIRED="optional"
KDE_REQUIRED="never"
VIRTUALX_REQUIRED="test"
inherit kde4-base

DESCRIPTION="Qt Perl bindings"
KEYWORDS=" ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
IUSE="debug phonon qimageblitz qscintilla qwt webkit"

RDEPEND="
	>=dev-lang/perl-5.10.1
	dev-perl/List-MoreUtils
	$(add_kdebase_dep smokeqt 'declarative?,multimedia?,opengl?,phonon?,qimageblitz?,qscintilla?,qthelp?,qwt?,webkit?')
"
DEPEND=${RDEPEND}

PATCHES=(
	"${FILESDIR}/${PN}-4.10.80-vendor.patch"
)

src_configure() {
	local mycmakeargs=(
		-DDISABLE_Qt3Support=ON
		$(cmake-utils_use_disable declarative QtDeclarative)
		$(cmake-utils_use_disable multimedia QtMultimedia)
		$(cmake-utils_use_disable opengl QtOpenGL)
		$(cmake-utils_use_with phonon)
		$(cmake-utils_use_with qimageblitz QImageBlitz)
		$(cmake-utils_use_with qscintilla QScintilla)
		$(cmake-utils_use_disable qthelp QtHelp)
		$(cmake-utils_use_disable qwt)
		$(cmake-utils_use_disable webkit QtWebKit)
	)
	kde4-base_src_configure
}

src_test() {
	PERL5LIB="${CMAKE_BUILD_DIR}/blib/arch:${CMAKE_BUILD_DIR}/blib/lib" kde4-base_src_test
}





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

* [gentoo-commits] gentoo-x86 commit in kde-base/perlqt: perlqt-4.11.2.ebuild ChangeLog
@ 2013-12-08 14:08 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-12-08 14:08 UTC (permalink / raw
  To: gentoo-commits

ago         13/12/08 14:08:09

  Modified:             perlqt-4.11.2.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #484884
  
  (Portage version: 2.2.1/cvs/Linux ppc64, RepoMan options: --force, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.2                  kde-base/perlqt/perlqt-4.11.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/perlqt/perlqt-4.11.2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/perlqt/perlqt-4.11.2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/perlqt/perlqt-4.11.2.ebuild?r1=1.1&r2=1.2

Index: perlqt-4.11.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/perlqt/perlqt-4.11.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- perlqt-4.11.2.ebuild	9 Oct 2013 23:04:34 -0000	1.1
+++ perlqt-4.11.2.ebuild	8 Dec 2013 14:08:09 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/perlqt/perlqt-4.11.2.ebuild,v 1.1 2013/10/09 23:04:34 creffett Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/perlqt/perlqt-4.11.2.ebuild,v 1.2 2013/12/08 14:08:09 ago Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 inherit kde4-base
 
 DESCRIPTION="Qt Perl bindings"
-KEYWORDS=" ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="debug phonon qimageblitz qscintilla qwt webkit"
 
 RDEPEND="



1.106                kde-base/perlqt/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/perlqt/ChangeLog?rev=1.106&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/perlqt/ChangeLog?rev=1.106&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/perlqt/ChangeLog?r1=1.105&r2=1.106

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/perlqt/ChangeLog,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -r1.105 -r1.106
--- ChangeLog	4 Dec 2013 17:10:17 -0000	1.105
+++ ChangeLog	8 Dec 2013 14:08:09 -0000	1.106
@@ -1,6 +1,9 @@
 # ChangeLog for kde-base/perlqt
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/perlqt/ChangeLog,v 1.105 2013/12/04 17:10:17 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/perlqt/ChangeLog,v 1.106 2013/12/08 14:08:09 ago Exp $
+
+  08 Dec 2013; Agostino Sarubbo <ago@gentoo.org> perlqt-4.11.2.ebuild:
+  Stable for amd64, wrt bug #484884
 
   04 Dec 2013; Johannes Huber <johu@gentoo.org> -perlqt-4.11.3.ebuild:
   Remove KDE SC 4.11.3





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

* [gentoo-commits] gentoo-x86 commit in kde-base/perlqt: perlqt-4.11.2.ebuild ChangeLog
@ 2013-12-09  5:45 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-12-09  5:45 UTC (permalink / raw
  To: gentoo-commits

ago         13/12/09 05:45:02

  Modified:             perlqt-4.11.2.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #484884
  
  (Portage version: 2.2.1/cvs/Linux ppc64, RepoMan options: --force, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.3                  kde-base/perlqt/perlqt-4.11.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/perlqt/perlqt-4.11.2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/perlqt/perlqt-4.11.2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/perlqt/perlqt-4.11.2.ebuild?r1=1.2&r2=1.3

Index: perlqt-4.11.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/perlqt/perlqt-4.11.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- perlqt-4.11.2.ebuild	8 Dec 2013 14:08:09 -0000	1.2
+++ perlqt-4.11.2.ebuild	9 Dec 2013 05:45:02 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/perlqt/perlqt-4.11.2.ebuild,v 1.2 2013/12/08 14:08:09 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/perlqt/perlqt-4.11.2.ebuild,v 1.3 2013/12/09 05:45:02 ago Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 inherit kde4-base
 
 DESCRIPTION="Qt Perl bindings"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE="debug phonon qimageblitz qscintilla qwt webkit"
 
 RDEPEND="



1.107                kde-base/perlqt/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/perlqt/ChangeLog?rev=1.107&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/perlqt/ChangeLog?rev=1.107&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/perlqt/ChangeLog?r1=1.106&r2=1.107

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/perlqt/ChangeLog,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -r1.106 -r1.107
--- ChangeLog	8 Dec 2013 14:08:09 -0000	1.106
+++ ChangeLog	9 Dec 2013 05:45:02 -0000	1.107
@@ -1,6 +1,9 @@
 # ChangeLog for kde-base/perlqt
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/perlqt/ChangeLog,v 1.106 2013/12/08 14:08:09 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/perlqt/ChangeLog,v 1.107 2013/12/09 05:45:02 ago Exp $
+
+  09 Dec 2013; Agostino Sarubbo <ago@gentoo.org> perlqt-4.11.2.ebuild:
+  Stable for x86, wrt bug #484884
 
   08 Dec 2013; Agostino Sarubbo <ago@gentoo.org> perlqt-4.11.2.ebuild:
   Stable for amd64, wrt bug #484884





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

* [gentoo-commits] gentoo-x86 commit in kde-base/perlqt: perlqt-4.11.2.ebuild ChangeLog
@ 2013-12-10 19:49 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-12-10 19:49 UTC (permalink / raw
  To: gentoo-commits

ago         13/12/10 19:49:01

  Modified:             perlqt-4.11.2.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #484884
  
  (Portage version: 2.2.1/cvs/Linux ppc64, RepoMan options: --force, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.4                  kde-base/perlqt/perlqt-4.11.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/perlqt/perlqt-4.11.2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/perlqt/perlqt-4.11.2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/perlqt/perlqt-4.11.2.ebuild?r1=1.3&r2=1.4

Index: perlqt-4.11.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/perlqt/perlqt-4.11.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- perlqt-4.11.2.ebuild	9 Dec 2013 05:45:02 -0000	1.3
+++ perlqt-4.11.2.ebuild	10 Dec 2013 19:49:00 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/perlqt/perlqt-4.11.2.ebuild,v 1.3 2013/12/09 05:45:02 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/perlqt/perlqt-4.11.2.ebuild,v 1.4 2013/12/10 19:49:00 ago Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 inherit kde4-base
 
 DESCRIPTION="Qt Perl bindings"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE="debug phonon qimageblitz qscintilla qwt webkit"
 
 RDEPEND="



1.108                kde-base/perlqt/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/perlqt/ChangeLog?rev=1.108&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/perlqt/ChangeLog?rev=1.108&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/perlqt/ChangeLog?r1=1.107&r2=1.108

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/perlqt/ChangeLog,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -r1.107 -r1.108
--- ChangeLog	9 Dec 2013 05:45:02 -0000	1.107
+++ ChangeLog	10 Dec 2013 19:49:00 -0000	1.108
@@ -1,6 +1,9 @@
 # ChangeLog for kde-base/perlqt
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/perlqt/ChangeLog,v 1.107 2013/12/09 05:45:02 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/perlqt/ChangeLog,v 1.108 2013/12/10 19:49:00 ago Exp $
+
+  10 Dec 2013; Agostino Sarubbo <ago@gentoo.org> perlqt-4.11.2.ebuild:
+  Stable for ppc, wrt bug #484884
 
   09 Dec 2013; Agostino Sarubbo <ago@gentoo.org> perlqt-4.11.2.ebuild:
   Stable for x86, wrt bug #484884





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

* [gentoo-commits] gentoo-x86 commit in kde-base/perlqt: perlqt-4.11.2.ebuild ChangeLog
@ 2013-12-11 20:27 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-12-11 20:27 UTC (permalink / raw
  To: gentoo-commits

ago         13/12/11 20:27:36

  Modified:             perlqt-4.11.2.ebuild ChangeLog
  Log:
  Stable for ppc64, wrt bug #484884
  
  (Portage version: 2.2.1/cvs/Linux ppc64, RepoMan options: --force, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.5                  kde-base/perlqt/perlqt-4.11.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/perlqt/perlqt-4.11.2.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/perlqt/perlqt-4.11.2.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/perlqt/perlqt-4.11.2.ebuild?r1=1.4&r2=1.5

Index: perlqt-4.11.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/perlqt/perlqt-4.11.2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- perlqt-4.11.2.ebuild	10 Dec 2013 19:49:00 -0000	1.4
+++ perlqt-4.11.2.ebuild	11 Dec 2013 20:27:36 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/perlqt/perlqt-4.11.2.ebuild,v 1.4 2013/12/10 19:49:00 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/perlqt/perlqt-4.11.2.ebuild,v 1.5 2013/12/11 20:27:36 ago Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 inherit kde4-base
 
 DESCRIPTION="Qt Perl bindings"
-KEYWORDS="amd64 ~arm ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE="debug phonon qimageblitz qscintilla qwt webkit"
 
 RDEPEND="



1.110                kde-base/perlqt/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/perlqt/ChangeLog?rev=1.110&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/perlqt/ChangeLog?rev=1.110&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/perlqt/ChangeLog?r1=1.109&r2=1.110

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/perlqt/ChangeLog,v
retrieving revision 1.109
retrieving revision 1.110
diff -u -r1.109 -r1.110
--- ChangeLog	11 Dec 2013 20:12:51 -0000	1.109
+++ ChangeLog	11 Dec 2013 20:27:36 -0000	1.110
@@ -1,6 +1,9 @@
 # ChangeLog for kde-base/perlqt
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/perlqt/ChangeLog,v 1.109 2013/12/11 20:12:51 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/perlqt/ChangeLog,v 1.110 2013/12/11 20:27:36 ago Exp $
+
+  11 Dec 2013; Agostino Sarubbo <ago@gentoo.org> perlqt-4.11.2.ebuild:
+  Stable for ppc64, wrt bug #484884
 
   11 Dec 2013; Agostino Sarubbo <ago@gentoo.org> perlqt-4.11.2.ebuild:
   Stable for ppc, wrt bug #484884





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

end of thread, other threads:[~2013-12-11 20:33 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-09  5:45 [gentoo-commits] gentoo-x86 commit in kde-base/perlqt: perlqt-4.11.2.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2013-12-11 20:27 Agostino Sarubbo (ago)
2013-12-10 19:49 Agostino Sarubbo (ago)
2013-12-08 14:08 Agostino Sarubbo (ago)
2013-10-09 23:04 Chris Reffett (creffett)

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