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.5.ebuild
@ 2011-07-09 15:14 Alexey Shvetsov (alexxy)
  0 siblings, 0 replies; 4+ messages in thread
From: Alexey Shvetsov (alexxy) @ 2011-07-09 15:14 UTC (permalink / raw
  To: gentoo-commits

alexxy      11/07/09 15:14:00

  Modified:             ChangeLog
  Added:                kdebindings-perl-4.6.5.ebuild
  Log:
  [kde-base] Add KDE SC 4.6.5
  
  (Portage version: 2.2.0_alpha43/cvs/Linux x86_64)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kdebindings-perl/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog	6 Jul 2011 20:05:23 -0000	1.23
+++ ChangeLog	9 Jul 2011 15:14:00 -0000	1.24
@@ -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.23 2011/07/06 20:05:23 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebindings-perl/ChangeLog,v 1.24 2011/07/09 15:14:00 alexxy Exp $
+
+*kdebindings-perl-4.6.5 (09 Jul 2011)
+
+  09 Jul 2011; Alexey Shvetsov <alexxy@gentoo.org>
+  +kdebindings-perl-4.6.5.ebuild:
+  Version bump KDE SC 4.6.5
 
   06 Jul 2011; Andreas K. Huettel <dilfridge@gentoo.org>
   -kdebindings-perl-4.6.2.ebuild:



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

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

Index: kdebindings-perl-4.6.5.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.5.ebuild,v 1.1 2011/07/09 15:14:00 alexxy Exp $

EAPI=4

KMNAME="kdebindings"
KMMODULE="perl"
DECLARATIVE_REQUIRED="optional"
MULTIMEDIA_REQUIRED="optional"
QTHELP_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 webkit"

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] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in kde-base/kdebindings-perl: ChangeLog kdebindings-perl-4.6.5.ebuild
@ 2011-08-09 17:12 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 4+ messages in thread
From: Markos Chandras (hwoarang) @ 2011-08-09 17:12 UTC (permalink / raw
  To: gentoo-commits

hwoarang    11/08/09 17:12:16

  Modified:             ChangeLog kdebindings-perl-4.6.5.ebuild
  Log:
  Stable on amd64 wrt bug #377465
  
  (Portage version: 2.2.0_alpha46/cvs/Linux x86_64)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kdebindings-perl/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog	9 Jul 2011 15:14:00 -0000	1.24
+++ ChangeLog	9 Aug 2011 17:12:16 -0000	1.25
@@ -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.24 2011/07/09 15:14:00 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebindings-perl/ChangeLog,v 1.25 2011/08/09 17:12:16 hwoarang Exp $
+
+  09 Aug 2011; Markos Chandras <hwoarang@gentoo.org>
+  kdebindings-perl-4.6.5.ebuild:
+  Stable on amd64 wrt bug #377465
 
 *kdebindings-perl-4.6.5 (09 Jul 2011)
 



1.2                  kde-base/kdebindings-perl/kdebindings-perl-4.6.5.ebuild

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

Index: kdebindings-perl-4.6.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kdebindings-perl/kdebindings-perl-4.6.5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- kdebindings-perl-4.6.5.ebuild	9 Jul 2011 15:14:00 -0000	1.1
+++ kdebindings-perl-4.6.5.ebuild	9 Aug 2011 17:12:16 -0000	1.2
@@ -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.5.ebuild,v 1.1 2011/07/09 15:14:00 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebindings-perl/kdebindings-perl-4.6.5.ebuild,v 1.2 2011/08/09 17:12:16 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] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in kde-base/kdebindings-perl: ChangeLog kdebindings-perl-4.6.5.ebuild
@ 2011-08-15 20:52 Markus Meier (maekke)
  0 siblings, 0 replies; 4+ messages in thread
From: Markus Meier (maekke) @ 2011-08-15 20:52 UTC (permalink / raw
  To: gentoo-commits

maekke      11/08/15 20:52:18

  Modified:             ChangeLog kdebindings-perl-4.6.5.ebuild
  Log:
  x86 stable, bug #377465
  
  (Portage version: 2.1.10.11/cvs/Linux x86_64)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kdebindings-perl/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog	12 Aug 2011 19:19:25 -0000	1.26
+++ ChangeLog	15 Aug 2011 20:52:18 -0000	1.27
@@ -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.26 2011/08/12 19:19:25 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebindings-perl/ChangeLog,v 1.27 2011/08/15 20:52:18 maekke Exp $
+
+  15 Aug 2011; Markus Meier <maekke@gentoo.org> kdebindings-perl-4.6.5.ebuild:
+  x86 stable, bug #377465
 
   12 Aug 2011; Andreas K. Huettel <dilfridge@gentoo.org>
   -kdebindings-perl-4.6.4.ebuild:



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

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kdebindings-perl/kdebindings-perl-4.6.5.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kdebindings-perl/kdebindings-perl-4.6.5.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.5.ebuild?r1=1.2&r2=1.3

Index: kdebindings-perl-4.6.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kdebindings-perl/kdebindings-perl-4.6.5.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- kdebindings-perl-4.6.5.ebuild	9 Aug 2011 17:12:16 -0000	1.2
+++ kdebindings-perl-4.6.5.ebuild	15 Aug 2011 20:52:18 -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.5.ebuild,v 1.2 2011/08/09 17:12:16 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebindings-perl/kdebindings-perl-4.6.5.ebuild,v 1.3 2011/08/15 20:52:18 maekke 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] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in kde-base/kdebindings-perl: ChangeLog kdebindings-perl-4.6.5.ebuild
@ 2011-12-18 19:46 Andreas HAttel (dilfridge)
  0 siblings, 0 replies; 4+ messages in thread
From: Andreas HAttel (dilfridge) @ 2011-12-18 19:46 UTC (permalink / raw
  To: gentoo-commits

dilfridge    11/12/18 19:46:17

  Modified:             ChangeLog
  Removed:              kdebindings-perl-4.6.5.ebuild
  Log:
  Drop KDE 4.6.5
  
  (Portage version: 2.1.10.41/cvs/Linux x86_64, RepoMan options: --force)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kdebindings-perl/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog	15 Aug 2011 20:52:18 -0000	1.27
+++ ChangeLog	18 Dec 2011 19:46:17 -0000	1.28
@@ -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.27 2011/08/15 20:52:18 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebindings-perl/ChangeLog,v 1.28 2011/12/18 19:46:17 dilfridge Exp $
+
+  18 Dec 2011; Andreas K. Huettel <dilfridge@gentoo.org>
+  -kdebindings-perl-4.6.5.ebuild:
+  Drop KDE 4.6.5
 
   15 Aug 2011; Markus Meier <maekke@gentoo.org> kdebindings-perl-4.6.5.ebuild:
   x86 stable, bug #377465






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

end of thread, other threads:[~2011-12-18 19:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-09 17:12 [gentoo-commits] gentoo-x86 commit in kde-base/kdebindings-perl: ChangeLog kdebindings-perl-4.6.5.ebuild Markos Chandras (hwoarang)
  -- strict thread matches above, loose matches on Subject: below --
2011-12-18 19:46 Andreas HAttel (dilfridge)
2011-08-15 20:52 Markus Meier (maekke)
2011-07-09 15:14 Alexey Shvetsov (alexxy)

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