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.12.1.ebuild ChangeLog
@ 2014-01-18 11:23 Andreas HAttel (dilfridge)
  0 siblings, 0 replies; 3+ messages in thread
From: Andreas HAttel (dilfridge) @ 2014-01-18 11:23 UTC (permalink / raw
  To: gentoo-commits

dilfridge    14/01/18 11:23:32

  Modified:             ChangeLog
  Added:                dolphin-plugins-4.12.1.ebuild
  Log:
  Version bump KDE SC 4.12.1
  
  (Portage version: 2.2.8/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key EBE6A336BE19039C!)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/dolphin-plugins/ChangeLog,v
retrieving revision 1.129
retrieving revision 1.130
diff -u -r1.129 -r1.130
--- ChangeLog	10 Jan 2014 04:31:23 -0000	1.129
+++ ChangeLog	18 Jan 2014 11:23:32 -0000	1.130
@@ -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.129 2014/01/10 04:31:23 creffett Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/dolphin-plugins/ChangeLog,v 1.130 2014/01/18 11:23:32 dilfridge Exp $
+
+*dolphin-plugins-4.12.1 (18 Jan 2014)
+
+  18 Jan 2014; Andreas K. Huettel <dilfridge@gentoo.org>
+  +dolphin-plugins-4.12.1.ebuild:
+  Version bump KDE SC 4.12.1
 
   10 Jan 2014; Chris Reffett <creffett@gentoo.org>
   -dolphin-plugins-4.11.4.ebuild:



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

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

Index: dolphin-plugins-4.12.1.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.12.1.ebuild,v 1.1 2014/01/18 11:23:32 dilfridge Exp $

EAPI=5

inherit kde4-base

DESCRIPTION="Extra Dolphin plugins"
KEYWORDS="~amd64 ~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] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in kde-base/dolphin-plugins: dolphin-plugins-4.12.1.ebuild ChangeLog
@ 2014-01-19 10:58 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-01-19 10:58 UTC (permalink / raw
  To: gentoo-commits

ago         14/01/19 10:58:17

  Modified:             dolphin-plugins-4.12.1.ebuild ChangeLog
  Log:
  Add ~arm, wrt bug #498424
  
  (Portage version: 2.2.1/cvs/Linux x86_64, RepoMan options: --include-arches="~arm", signed Manifest commit with key 7194459F)

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

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

Index: dolphin-plugins-4.12.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/dolphin-plugins/dolphin-plugins-4.12.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- dolphin-plugins-4.12.1.ebuild	18 Jan 2014 11:23:32 -0000	1.1
+++ dolphin-plugins-4.12.1.ebuild	19 Jan 2014 10:58:17 -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.12.1.ebuild,v 1.1 2014/01/18 11:23:32 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/dolphin-plugins/dolphin-plugins-4.12.1.ebuild,v 1.2 2014/01/19 10:58:17 ago Exp $
 
 EAPI=5
 
 inherit kde4-base
 
 DESCRIPTION="Extra Dolphin plugins"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
 IUSE="debug bazaar git mercurial subversion"
 
 DEPEND="



1.131                kde-base/dolphin-plugins/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/dolphin-plugins/ChangeLog,v
retrieving revision 1.130
retrieving revision 1.131
diff -u -r1.130 -r1.131
--- ChangeLog	18 Jan 2014 11:23:32 -0000	1.130
+++ ChangeLog	19 Jan 2014 10:58:17 -0000	1.131
@@ -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.130 2014/01/18 11:23:32 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/dolphin-plugins/ChangeLog,v 1.131 2014/01/19 10:58:17 ago Exp $
+
+  19 Jan 2014; Agostino Sarubbo <ago@gentoo.org> dolphin-plugins-4.12.1.ebuild:
+  Add ~arm, wrt bug #498424
 
 *dolphin-plugins-4.12.1 (18 Jan 2014)
 





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

* [gentoo-commits] gentoo-x86 commit in kde-base/dolphin-plugins: dolphin-plugins-4.12.1.ebuild ChangeLog
@ 2014-01-19 11:02 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-01-19 11:02 UTC (permalink / raw
  To: gentoo-commits

ago         14/01/19 11:02:38

  Modified:             dolphin-plugins-4.12.1.ebuild ChangeLog
  Log:
  Add ~ppc, wrt bug #498424
  
  (Portage version: 2.2.1/cvs/Linux x86_64, RepoMan options: --include-arches="~ppc", signed Manifest commit with key 7194459F)

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

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

Index: dolphin-plugins-4.12.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/dolphin-plugins/dolphin-plugins-4.12.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- dolphin-plugins-4.12.1.ebuild	19 Jan 2014 10:58:17 -0000	1.2
+++ dolphin-plugins-4.12.1.ebuild	19 Jan 2014 11:02:38 -0000	1.3
@@ -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.12.1.ebuild,v 1.2 2014/01/19 10:58:17 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/dolphin-plugins/dolphin-plugins-4.12.1.ebuild,v 1.3 2014/01/19 11:02:38 ago Exp $
 
 EAPI=5
 
 inherit kde4-base
 
 DESCRIPTION="Extra Dolphin plugins"
-KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux"
 IUSE="debug bazaar git mercurial subversion"
 
 DEPEND="



1.132                kde-base/dolphin-plugins/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/dolphin-plugins/ChangeLog,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -r1.131 -r1.132
--- ChangeLog	19 Jan 2014 10:58:17 -0000	1.131
+++ ChangeLog	19 Jan 2014 11:02:38 -0000	1.132
@@ -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.131 2014/01/19 10:58:17 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/dolphin-plugins/ChangeLog,v 1.132 2014/01/19 11:02:38 ago Exp $
+
+  19 Jan 2014; Agostino Sarubbo <ago@gentoo.org> dolphin-plugins-4.12.1.ebuild:
+  Add ~ppc, wrt bug #498424
 
   19 Jan 2014; Agostino Sarubbo <ago@gentoo.org> dolphin-plugins-4.12.1.ebuild:
   Add ~arm, wrt bug #498424





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

end of thread, other threads:[~2014-01-19 11:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-18 11:23 [gentoo-commits] gentoo-x86 commit in kde-base/dolphin-plugins: dolphin-plugins-4.12.1.ebuild ChangeLog Andreas HAttel (dilfridge)
  -- strict thread matches above, loose matches on Subject: below --
2014-01-19 10:58 Agostino Sarubbo (ago)
2014-01-19 11:02 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