public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in kde-base/kdebindings-perl: ChangeLog kdebindings-perl-4.6.3.ebuild
@ 2011-05-07 10:47 Tomas Chvatal (scarabeus)
  0 siblings, 0 replies; 5+ messages in thread
From: Tomas Chvatal (scarabeus) @ 2011-05-07 10:47 UTC (permalink / raw
  To: gentoo-commits

scarabeus    11/05/07 10:47:35

  Modified:             ChangeLog
  Added:                kdebindings-perl-4.6.3.ebuild
  Log:
  Version bump to KDE SC 4.6.3.
  
  (Portage version: 2.2.0_alpha31/cvs/Linux x86_64, RepoMan options: --force)

Revision  Changes    Path
1.14                 kde-base/kdebindings-perl/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kdebindings-perl/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	7 Apr 2011 17:10:57 -0000	1.13
+++ ChangeLog	7 May 2011 10:47:34 -0000	1.14
@@ -1,6 +1,12 @@
 # ChangeLog for kde-base/kdebindings-perl
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebindings-perl/ChangeLog,v 1.13 2011/04/07 17:10:57 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebindings-perl/ChangeLog,v 1.14 2011/05/07 10:47:34 scarabeus Exp $
+
+*kdebindings-perl-4.6.3 (07 May 2011)
+
+  07 May 2011; Tomáš Chvátal <scarabeus@gentoo.org>
+  +kdebindings-perl-4.6.3.ebuild:
+  Version bump KDE SC 4.6.3
 
   07 Apr 2011; Tomáš Chvátal <scarabeus@gentoo.org>
   kdebindings-perl-4.6.2.ebuild:



1.1                  kde-base/kdebindings-perl/kdebindings-perl-4.6.3.ebuild

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

Index: kdebindings-perl-4.6.3.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebindings-perl/kdebindings-perl-4.6.3.ebuild,v 1.1 2011/05/07 10:47:34 scarabeus Exp $

EAPI=4

KMNAME="kdebindings"
KMMODULE="perl"
DECLARATIVE_REQUIRED="optional"
MULTIMEDIA_REQUIRED="optional"
QTHELP_REQUIRED="optional"
WEBKIT_REQUIRED="optional"
inherit kde4-meta

DESCRIPTION="KDE Perl bindings"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
IUSE="akonadi attica debug kate okular phonon plasma qimageblitz qscintilla qwt semantic-desktop"

DEPEND="
	>=dev-lang/perl-5.10.1
	$(add_kdebase_dep smoke 'akonadi?,attica?,declarative?,kate?,multimedia?,okular?,phonon?,qimageblitz?,qscintilla?,qthelp?,qwt?,semantic-desktop=,webkit?')
	semantic-desktop? ( >=dev-libs/soprano-2.4.64 )
"
RDEPEND="${DEPEND}"

KMLOADLIBS="smoke"

KMEXTRACTONLY="
	smoke/
"

src_configure() {
	mycmakeargs=(
		-DDISABLE_Qt3Support=ON
		$(cmake-utils_use_with akonadi)
		$(cmake-utils_use_with akonadi KdepimLibs)
		$(cmake-utils_use_with attica LibAttica)
		$(cmake-utils_use_disable declarative QtDeclarative)
		$(cmake-utils_use_disable kate)
		$(cmake-utils_use_disable multimedia QtMultimedia)
		$(cmake-utils_use_with okular)
		$(cmake-utils_use_with phonon)
		$(cmake-utils_use_disable plasma)
		$(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_with semantic-desktop Nepomuk)
		$(cmake-utils_use_with semantic-desktop Soprano)
		$(cmake-utils_use_disable webkit QtWebKit)
	)
	kde4-meta_src_configure
}






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

* [gentoo-commits] gentoo-x86 commit in kde-base/kdebindings-perl: ChangeLog kdebindings-perl-4.6.3.ebuild
@ 2011-06-08 23:20 Thomas Kahle (tomka)
  0 siblings, 0 replies; 5+ messages in thread
From: Thomas Kahle (tomka) @ 2011-06-08 23:20 UTC (permalink / raw
  To: gentoo-commits

tomka       11/06/08 23:20:45

  Modified:             ChangeLog kdebindings-perl-4.6.3.ebuild
  Log:
  x86 stable per bug 369979
  
  (Portage version: 2.1.9.50/cvs/Linux i686)

Revision  Changes    Path
1.19                 kde-base/kdebindings-perl/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kdebindings-perl/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	6 Jun 2011 21:07:34 -0000	1.18
+++ ChangeLog	8 Jun 2011 23:20:44 -0000	1.19
@@ -1,6 +1,9 @@
 # ChangeLog for kde-base/kdebindings-perl
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebindings-perl/ChangeLog,v 1.18 2011/06/06 21:07:34 abcd Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebindings-perl/ChangeLog,v 1.19 2011/06/08 23:20:44 tomka Exp $
+
+  08 Jun 2011; Thomas Kahle <tomka@gentoo.org> kdebindings-perl-4.6.3.ebuild:
+  x86 stable per bug 369979
 
   06 Jun 2011; Jonathan Callen <abcd@gentoo.org> kdebindings-perl-4.6.2.ebuild,
   kdebindings-perl-4.6.3.ebuild:



1.3                  kde-base/kdebindings-perl/kdebindings-perl-4.6.3.ebuild

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

Index: kdebindings-perl-4.6.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kdebindings-perl/kdebindings-perl-4.6.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- kdebindings-perl-4.6.3.ebuild	6 Jun 2011 21:07:34 -0000	1.2
+++ kdebindings-perl-4.6.3.ebuild	8 Jun 2011 23:20:44 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebindings-perl/kdebindings-perl-4.6.3.ebuild,v 1.2 2011/06/06 21:07:34 abcd Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebindings-perl/kdebindings-perl-4.6.3.ebuild,v 1.3 2011/06/08 23:20:44 tomka Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 inherit kde4-meta
 
 DESCRIPTION="KDE Perl bindings"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE="akonadi attica debug kate okular phonon plasma qimageblitz qscintilla qwt semantic-desktop webkit"
 
 DEPEND="






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

* [gentoo-commits] gentoo-x86 commit in kde-base/kdebindings-perl: ChangeLog kdebindings-perl-4.6.3.ebuild
@ 2011-06-10 11:50 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 5+ messages in thread
From: Markos Chandras (hwoarang) @ 2011-06-10 11:50 UTC (permalink / raw
  To: gentoo-commits

hwoarang    11/06/10 11:50:22

  Modified:             ChangeLog kdebindings-perl-4.6.3.ebuild
  Log:
  Stable on amd64 wrt bug #369979
  
  (Portage version: 2.1.9.49/cvs/Linux x86_64)

Revision  Changes    Path
1.20                 kde-base/kdebindings-perl/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kdebindings-perl/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	8 Jun 2011 23:20:44 -0000	1.19
+++ ChangeLog	10 Jun 2011 11:50:22 -0000	1.20
@@ -1,6 +1,10 @@
 # ChangeLog for kde-base/kdebindings-perl
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebindings-perl/ChangeLog,v 1.19 2011/06/08 23:20:44 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebindings-perl/ChangeLog,v 1.20 2011/06/10 11:50:22 hwoarang Exp $
+
+  10 Jun 2011; Markos Chandras <hwoarang@gentoo.org>
+  kdebindings-perl-4.6.3.ebuild:
+  Stable on amd64 wrt bug #369979
 
   08 Jun 2011; Thomas Kahle <tomka@gentoo.org> kdebindings-perl-4.6.3.ebuild:
   x86 stable per bug 369979



1.4                  kde-base/kdebindings-perl/kdebindings-perl-4.6.3.ebuild

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

Index: kdebindings-perl-4.6.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kdebindings-perl/kdebindings-perl-4.6.3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- kdebindings-perl-4.6.3.ebuild	8 Jun 2011 23:20:44 -0000	1.3
+++ kdebindings-perl-4.6.3.ebuild	10 Jun 2011 11:50:22 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebindings-perl/kdebindings-perl-4.6.3.ebuild,v 1.3 2011/06/08 23:20:44 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebindings-perl/kdebindings-perl-4.6.3.ebuild,v 1.4 2011/06/10 11:50:22 hwoarang Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 inherit kde4-meta
 
 DESCRIPTION="KDE Perl bindings"
-KEYWORDS="~amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE="akonadi attica debug kate okular phonon plasma qimageblitz qscintilla qwt semantic-desktop webkit"
 
 DEPEND="






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

* [gentoo-commits] gentoo-x86 commit in kde-base/kdebindings-perl: ChangeLog kdebindings-perl-4.6.3.ebuild
@ 2011-06-26  1:54 Brent Baude (ranger)
  0 siblings, 0 replies; 5+ messages in thread
From: Brent Baude (ranger) @ 2011-06-26  1:54 UTC (permalink / raw
  To: gentoo-commits

ranger      11/06/26 01:54:28

  Modified:             ChangeLog kdebindings-perl-4.6.3.ebuild
  Log:
  Commiting kde-4.6.3 ppc on bug 369979
  
  (Portage version: 2.1.9.42/cvs/Linux ppc64)

Revision  Changes    Path
1.22                 kde-base/kdebindings-perl/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kdebindings-perl/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	10 Jun 2011 17:59:48 -0000	1.21
+++ ChangeLog	26 Jun 2011 01:54:28 -0000	1.22
@@ -1,6 +1,9 @@
 # ChangeLog for kde-base/kdebindings-perl
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebindings-perl/ChangeLog,v 1.21 2011/06/10 17:59:48 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebindings-perl/ChangeLog,v 1.22 2011/06/26 01:54:28 ranger Exp $
+
+  25 Jun 2011; Brent Baude <ranger@gentoo.org> kdebindings-perl-4.6.3.ebuild:
+  Marking kdebindings-perl-4.6.3 ppc stable for bug 369979
 
 *kdebindings-perl-4.6.4 (10 Jun 2011)
 



1.5                  kde-base/kdebindings-perl/kdebindings-perl-4.6.3.ebuild

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

Index: kdebindings-perl-4.6.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kdebindings-perl/kdebindings-perl-4.6.3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- kdebindings-perl-4.6.3.ebuild	10 Jun 2011 11:50:22 -0000	1.4
+++ kdebindings-perl-4.6.3.ebuild	26 Jun 2011 01:54:28 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebindings-perl/kdebindings-perl-4.6.3.ebuild,v 1.4 2011/06/10 11:50:22 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebindings-perl/kdebindings-perl-4.6.3.ebuild,v 1.5 2011/06/26 01:54:28 ranger Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 inherit kde4-meta
 
 DESCRIPTION="KDE Perl bindings"
-KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE="akonadi attica debug kate okular phonon plasma qimageblitz qscintilla qwt semantic-desktop webkit"
 
 DEPEND="






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

* [gentoo-commits] gentoo-x86 commit in kde-base/kdebindings-perl: ChangeLog kdebindings-perl-4.6.3.ebuild
@ 2012-02-21 12:52 Johannes Huber (johu)
  0 siblings, 0 replies; 5+ messages in thread
From: Johannes Huber (johu) @ 2012-02-21 12:52 UTC (permalink / raw
  To: gentoo-commits

johu        12/02/21 12:52:28

  Modified:             ChangeLog
  Removed:              kdebindings-perl-4.6.3.ebuild
  Log:
  Remove KDE SC 4.6.3
  
  (Portage version: 2.2.0_alpha86/cvs/Linux x86_64)

Revision  Changes    Path
1.29                 kde-base/kdebindings-perl/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kdebindings-perl/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog	18 Dec 2011 19:46:17 -0000	1.28
+++ ChangeLog	21 Feb 2012 12:52:28 -0000	1.29
@@ -1,6 +1,9 @@
 # ChangeLog for kde-base/kdebindings-perl
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebindings-perl/ChangeLog,v 1.28 2011/12/18 19:46:17 dilfridge Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebindings-perl/ChangeLog,v 1.29 2012/02/21 12:52:28 johu Exp $
+
+  20 Feb 2012; Johannes Huber <johu@gentoo.org> -kdebindings-perl-4.6.3.ebuild:
+  Remove KDE SC 4.6.3
 
   18 Dec 2011; Andreas K. Huettel <dilfridge@gentoo.org>
   -kdebindings-perl-4.6.5.ebuild:






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

end of thread, other threads:[~2012-02-21 13:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-21 12:52 [gentoo-commits] gentoo-x86 commit in kde-base/kdebindings-perl: ChangeLog kdebindings-perl-4.6.3.ebuild Johannes Huber (johu)
  -- strict thread matches above, loose matches on Subject: below --
2011-06-26  1:54 Brent Baude (ranger)
2011-06-10 11:50 Markos Chandras (hwoarang)
2011-06-08 23:20 Thomas Kahle (tomka)
2011-05-07 10:47 Tomas Chvatal (scarabeus)

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