public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in kde-base/dolphin-plugins: dolphin-plugins-4.14.3.ebuild ChangeLog
@ 2014-11-16 12:21 Alexey Shvetsov (alexxy)
  0 siblings, 0 replies; 5+ messages in thread
From: Alexey Shvetsov (alexxy) @ 2014-11-16 12:21 UTC (permalink / raw
  To: gentoo-commits

alexxy      14/11/16 12:21:22

  Modified:             ChangeLog
  Added:                dolphin-plugins-4.14.3.ebuild
  Log:
  [kde-base] Add KDE SC 4.14.3
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key F82F92E6)

Revision  Changes    Path
1.168                kde-base/dolphin-plugins/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/dolphin-plugins/ChangeLog,v
retrieving revision 1.167
retrieving revision 1.168
diff -u -r1.167 -r1.168
--- ChangeLog	14 Nov 2014 19:33:01 -0000	1.167
+++ ChangeLog	16 Nov 2014 12:21:22 -0000	1.168
@@ -1,6 +1,12 @@
 # ChangeLog for kde-base/dolphin-plugins
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/dolphin-plugins/ChangeLog,v 1.167 2014/11/14 19:33:01 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/dolphin-plugins/ChangeLog,v 1.168 2014/11/16 12:21:22 alexxy Exp $
+
+*dolphin-plugins-4.14.3 (16 Nov 2014)
+
+  16 Nov 2014; Alexey Shvetsov <alexxy@gentoo.org>
+  +dolphin-plugins-4.14.3.ebuild:
+  Version bump KDE SC 4.14.3
 
   14 Nov 2014; Manuel Rüger <mrueg@gentoo.org> -dolphin-plugins-4.13.3.ebuild,
   -dolphin-plugins-4.14.1.ebuild:



1.1                  kde-base/dolphin-plugins/dolphin-plugins-4.14.3.ebuild

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

Index: dolphin-plugins-4.14.3.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/dolphin-plugins/dolphin-plugins-4.14.3.ebuild,v 1.1 2014/11/16 12:21:22 alexxy Exp $

EAPI=5

inherit kde4-base

DESCRIPTION="Extra Dolphin plugins"
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
IUSE="debug bazaar git mercurial subversion"

DEPEND="
	$(add_kdebase_dep libkonq)
"
RDEPEND="${DEPEND}
	$(add_kdebase_dep kompare)
	bazaar? ( dev-vcs/bzr )
	git? ( dev-vcs/git )
	mercurial? ( dev-vcs/mercurial )
	subversion? ( dev-vcs/subversion )
"

src_install() {
	{ use bazaar || use git || use mercurial || use subversion; } && kde4-base_src_install
}

pkg_postinst() {
	if ! use bazaar && ! use git && ! use mercurial && ! use subversion ; then
		einfo
		einfo "You have disabled all plugin use flags. If you want to have vcs"
		einfo "integration in dolphin, enable those of your needs."
		einfo
	fi
}





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

* [gentoo-commits] gentoo-x86 commit in kde-base/dolphin-plugins: dolphin-plugins-4.14.3.ebuild ChangeLog
@ 2014-12-11 13:05 Mikle Kolyada (zlogene)
  0 siblings, 0 replies; 5+ messages in thread
From: Mikle Kolyada (zlogene) @ 2014-12-11 13:05 UTC (permalink / raw
  To: gentoo-commits

zlogene     14/12/11 13:05:50

  Modified:             dolphin-plugins-4.14.3.ebuild ChangeLog
  Log:
  amd64 stable wrt bug #517344
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)

Revision  Changes    Path
1.2                  kde-base/dolphin-plugins/dolphin-plugins-4.14.3.ebuild

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

Index: dolphin-plugins-4.14.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/dolphin-plugins/dolphin-plugins-4.14.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- dolphin-plugins-4.14.3.ebuild	16 Nov 2014 12:21:22 -0000	1.1
+++ dolphin-plugins-4.14.3.ebuild	11 Dec 2014 13:05:50 -0000	1.2
@@ -1,13 +1,13 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/dolphin-plugins/dolphin-plugins-4.14.3.ebuild,v 1.1 2014/11/16 12:21:22 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/dolphin-plugins/dolphin-plugins-4.14.3.ebuild,v 1.2 2014/12/11 13:05:50 zlogene Exp $
 
 EAPI=5
 
 inherit kde4-base
 
 DESCRIPTION="Extra Dolphin plugins"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="debug bazaar git mercurial subversion"
 
 DEPEND="



1.169                kde-base/dolphin-plugins/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/dolphin-plugins/ChangeLog,v
retrieving revision 1.168
retrieving revision 1.169
diff -u -r1.168 -r1.169
--- ChangeLog	16 Nov 2014 12:21:22 -0000	1.168
+++ ChangeLog	11 Dec 2014 13:05:50 -0000	1.169
@@ -1,6 +1,9 @@
 # ChangeLog for kde-base/dolphin-plugins
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/dolphin-plugins/ChangeLog,v 1.168 2014/11/16 12:21:22 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/dolphin-plugins/ChangeLog,v 1.169 2014/12/11 13:05:50 zlogene Exp $
+
+  11 Dec 2014; Mikle Kolyada <zlogene@gentoo.org> dolphin-plugins-4.14.3.ebuild:
+  amd64 stable wrt bug #517344
 
 *dolphin-plugins-4.14.3 (16 Nov 2014)
 





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

* [gentoo-commits] gentoo-x86 commit in kde-base/dolphin-plugins: dolphin-plugins-4.14.3.ebuild ChangeLog
@ 2015-02-14 14:35 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-02-14 14:35 UTC (permalink / raw
  To: gentoo-commits

ago         15/02/14 14:35:10

  Modified:             dolphin-plugins-4.14.3.ebuild ChangeLog
  Log:
  Stable for x86 wrt bug #517344
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.3                  kde-base/dolphin-plugins/dolphin-plugins-4.14.3.ebuild

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

Index: dolphin-plugins-4.14.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/dolphin-plugins/dolphin-plugins-4.14.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- dolphin-plugins-4.14.3.ebuild	11 Dec 2014 13:05:50 -0000	1.2
+++ dolphin-plugins-4.14.3.ebuild	14 Feb 2015 14:35:10 -0000	1.3
@@ -1,13 +1,13 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/dolphin-plugins/dolphin-plugins-4.14.3.ebuild,v 1.2 2014/12/11 13:05:50 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/dolphin-plugins/dolphin-plugins-4.14.3.ebuild,v 1.3 2015/02/14 14:35:10 ago Exp $
 
 EAPI=5
 
 inherit kde4-base
 
 DESCRIPTION="Extra Dolphin plugins"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE="debug bazaar git mercurial subversion"
 
 DEPEND="



1.171                kde-base/dolphin-plugins/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/dolphin-plugins/ChangeLog,v
retrieving revision 1.170
retrieving revision 1.171
diff -u -r1.170 -r1.171
--- ChangeLog	11 Dec 2014 15:44:58 -0000	1.170
+++ ChangeLog	14 Feb 2015 14:35:10 -0000	1.171
@@ -1,6 +1,9 @@
 # ChangeLog for kde-base/dolphin-plugins
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/dolphin-plugins/ChangeLog,v 1.170 2014/12/11 15:44:58 mrueg Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/dolphin-plugins/ChangeLog,v 1.171 2015/02/14 14:35:10 ago Exp $
+
+  14 Feb 2015; Agostino Sarubbo <ago@gentoo.org> dolphin-plugins-4.14.3.ebuild:
+  Stable for x86 wrt bug #517344
 
   11 Dec 2014; Manuel Rüger <mrueg@gentoo.org> -dolphin-plugins-4.14.2.ebuild:
   Remove KDE SC 4.14.2





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

* [gentoo-commits] gentoo-x86 commit in kde-base/dolphin-plugins: dolphin-plugins-4.14.3.ebuild ChangeLog
@ 2015-02-16  8:31 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-02-16  8:31 UTC (permalink / raw
  To: gentoo-commits

ago         15/02/16 08:31:46

  Modified:             dolphin-plugins-4.14.3.ebuild ChangeLog
  Log:
  Stable for ppc wrt bug #517344
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.4                  kde-base/dolphin-plugins/dolphin-plugins-4.14.3.ebuild

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

Index: dolphin-plugins-4.14.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/dolphin-plugins/dolphin-plugins-4.14.3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- dolphin-plugins-4.14.3.ebuild	14 Feb 2015 14:35:10 -0000	1.3
+++ dolphin-plugins-4.14.3.ebuild	16 Feb 2015 08:31:46 -0000	1.4
@@ -1,13 +1,13 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/dolphin-plugins/dolphin-plugins-4.14.3.ebuild,v 1.3 2015/02/14 14:35:10 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/dolphin-plugins/dolphin-plugins-4.14.3.ebuild,v 1.4 2015/02/16 08:31:46 ago Exp $
 
 EAPI=5
 
 inherit kde4-base
 
 DESCRIPTION="Extra Dolphin plugins"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE="debug bazaar git mercurial subversion"
 
 DEPEND="



1.172                kde-base/dolphin-plugins/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/dolphin-plugins/ChangeLog,v
retrieving revision 1.171
retrieving revision 1.172
diff -u -r1.171 -r1.172
--- ChangeLog	14 Feb 2015 14:35:10 -0000	1.171
+++ ChangeLog	16 Feb 2015 08:31:46 -0000	1.172
@@ -1,6 +1,9 @@
 # ChangeLog for kde-base/dolphin-plugins
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/dolphin-plugins/ChangeLog,v 1.171 2015/02/14 14:35:10 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/dolphin-plugins/ChangeLog,v 1.172 2015/02/16 08:31:46 ago Exp $
+
+  16 Feb 2015; Agostino Sarubbo <ago@gentoo.org> dolphin-plugins-4.14.3.ebuild:
+  Stable for ppc wrt bug #517344
 
   14 Feb 2015; Agostino Sarubbo <ago@gentoo.org> dolphin-plugins-4.14.3.ebuild:
   Stable for x86 wrt bug #517344





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

* [gentoo-commits] gentoo-x86 commit in kde-base/dolphin-plugins: dolphin-plugins-4.14.3.ebuild ChangeLog
@ 2015-02-17 11:06 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-02-17 11:06 UTC (permalink / raw
  To: gentoo-commits

ago         15/02/17 11:06:37

  Modified:             dolphin-plugins-4.14.3.ebuild ChangeLog
  Log:
  Stable for ppc64 wrt bug #517344
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.5                  kde-base/dolphin-plugins/dolphin-plugins-4.14.3.ebuild

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

Index: dolphin-plugins-4.14.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/dolphin-plugins/dolphin-plugins-4.14.3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- dolphin-plugins-4.14.3.ebuild	16 Feb 2015 08:31:46 -0000	1.4
+++ dolphin-plugins-4.14.3.ebuild	17 Feb 2015 11:06:37 -0000	1.5
@@ -1,13 +1,13 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/dolphin-plugins/dolphin-plugins-4.14.3.ebuild,v 1.4 2015/02/16 08:31:46 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/dolphin-plugins/dolphin-plugins-4.14.3.ebuild,v 1.5 2015/02/17 11:06:37 ago Exp $
 
 EAPI=5
 
 inherit kde4-base
 
 DESCRIPTION="Extra Dolphin plugins"
-KEYWORDS="amd64 ~arm ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE="debug bazaar git mercurial subversion"
 
 DEPEND="



1.173                kde-base/dolphin-plugins/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/dolphin-plugins/ChangeLog,v
retrieving revision 1.172
retrieving revision 1.173
diff -u -r1.172 -r1.173
--- ChangeLog	16 Feb 2015 08:31:46 -0000	1.172
+++ ChangeLog	17 Feb 2015 11:06:37 -0000	1.173
@@ -1,6 +1,9 @@
 # ChangeLog for kde-base/dolphin-plugins
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/dolphin-plugins/ChangeLog,v 1.172 2015/02/16 08:31:46 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/dolphin-plugins/ChangeLog,v 1.173 2015/02/17 11:06:37 ago Exp $
+
+  17 Feb 2015; Agostino Sarubbo <ago@gentoo.org> dolphin-plugins-4.14.3.ebuild:
+  Stable for ppc64 wrt bug #517344
 
   16 Feb 2015; Agostino Sarubbo <ago@gentoo.org> dolphin-plugins-4.14.3.ebuild:
   Stable for ppc wrt bug #517344





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

end of thread, other threads:[~2015-02-17 11:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-16 12:21 [gentoo-commits] gentoo-x86 commit in kde-base/dolphin-plugins: dolphin-plugins-4.14.3.ebuild ChangeLog Alexey Shvetsov (alexxy)
  -- strict thread matches above, loose matches on Subject: below --
2014-12-11 13:05 Mikle Kolyada (zlogene)
2015-02-14 14:35 Agostino Sarubbo (ago)
2015-02-16  8:31 Agostino Sarubbo (ago)
2015-02-17 11:06 Agostino Sarubbo (ago)

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