public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in kde-base/dolphin: dolphin-4.11.2-r1.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:41

  Modified:             ChangeLog
  Added:                dolphin-4.11.2-r1.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.206                kde-base/dolphin/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/dolphin/ChangeLog,v
retrieving revision 1.205
retrieving revision 1.206
diff -u -r1.205 -r1.206
--- ChangeLog	3 Sep 2013 19:49:47 -0000	1.205
+++ ChangeLog	9 Oct 2013 23:04:41 -0000	1.206
@@ -1,6 +1,11 @@
 # ChangeLog for kde-base/dolphin
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/dolphin/ChangeLog,v 1.205 2013/09/03 19:49:47 creffett Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/dolphin/ChangeLog,v 1.206 2013/10/09 23:04:41 creffett Exp $
+
+*dolphin-4.11.2-r1 (08 Oct 2013)
+
+  08 Oct 2013; Chris Reffett <creffett@gentoo.org> +dolphin-4.11.2-r1.ebuild:
+  Version bump KDE SC 4.11.2
 
   03 Sep 2013; Chris Reffett <creffett@gentoo.org> -dolphin-4.11.0.ebuild:
   Drop KDE 4.11.0



1.1                  kde-base/dolphin/dolphin-4.11.2-r1.ebuild

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

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

EAPI=5

KDE_HANDBOOK="optional"
KMNAME="kde-baseapps"
inherit kde4-meta

DESCRIPTION="A KDE filemanager focusing on usability"
HOMEPAGE="http://dolphin.kde.org http://www.kde.org/applications/system/dolphin"
KEYWORDS=" ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
IUSE="debug semantic-desktop thumbnail"

DEPEND="
	$(add_kdebase_dep kactivities)
	$(add_kdebase_dep kdelibs 'semantic-desktop?')
	$(add_kdebase_dep libkonq)
	x11-libs/libXrender
	semantic-desktop? (
		>=dev-libs/shared-desktop-ontologies-0.11.0
		dev-libs/soprano
		$(add_kdebase_dep nepomuk-core)
		$(add_kdebase_dep nepomuk-widgets)
	)
"
RDEPEND="${DEPEND}
	$(add_kdebase_dep kfind)
"
PDEPEND="
	thumbnail? (
		$(add_kdebase_dep thumbnailers)
		|| (
			$(add_kdebase_dep ffmpegthumbs)
			$(add_kdebase_dep mplayerthumbs)
		)
	)
"

RESTRICT="test"
# bug 393129

src_configure() {
	mycmakeargs=(
		$(cmake-utils_use_with semantic-desktop NepomukCore)
		$(cmake-utils_use_with semantic-desktop NepomukWidgets)
		$(cmake-utils_use_with semantic-desktop Soprano)
	)

	kde4-meta_src_configure
}

pkg_postinst() {
	kde4-base_pkg_postinst

	if ! has_version media-gfx/icoutils ; then
		elog "For .exe file preview support, install media-gfx/icoutils."
	fi
}





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

ago         13/12/08 14:07:57

  Modified:             dolphin-4.11.2-r1.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/dolphin/dolphin-4.11.2-r1.ebuild

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

Index: dolphin-4.11.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/dolphin/dolphin-4.11.2-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- dolphin-4.11.2-r1.ebuild	9 Oct 2013 23:04:41 -0000	1.1
+++ dolphin-4.11.2-r1.ebuild	8 Dec 2013 14:07:57 -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/dolphin/dolphin-4.11.2-r1.ebuild,v 1.1 2013/10/09 23:04:41 creffett Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/dolphin/dolphin-4.11.2-r1.ebuild,v 1.2 2013/12/08 14:07:57 ago Exp $
 
 EAPI=5
 
@@ -10,7 +10,7 @@
 
 DESCRIPTION="A KDE filemanager focusing on usability"
 HOMEPAGE="http://dolphin.kde.org http://www.kde.org/applications/system/dolphin"
-KEYWORDS=" ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="debug semantic-desktop thumbnail"
 
 DEPEND="



1.212                kde-base/dolphin/ChangeLog

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

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





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

ago         13/12/09 05:44:52

  Modified:             dolphin-4.11.2-r1.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/dolphin/dolphin-4.11.2-r1.ebuild

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

Index: dolphin-4.11.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/dolphin/dolphin-4.11.2-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- dolphin-4.11.2-r1.ebuild	8 Dec 2013 14:07:57 -0000	1.2
+++ dolphin-4.11.2-r1.ebuild	9 Dec 2013 05:44:52 -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/dolphin/dolphin-4.11.2-r1.ebuild,v 1.2 2013/12/08 14:07:57 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/dolphin/dolphin-4.11.2-r1.ebuild,v 1.3 2013/12/09 05:44:52 ago Exp $
 
 EAPI=5
 
@@ -10,7 +10,7 @@
 
 DESCRIPTION="A KDE filemanager focusing on usability"
 HOMEPAGE="http://dolphin.kde.org http://www.kde.org/applications/system/dolphin"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE="debug semantic-desktop thumbnail"
 
 DEPEND="



1.213                kde-base/dolphin/ChangeLog

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

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





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

ago         13/12/10 19:48:49

  Modified:             dolphin-4.11.2-r1.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/dolphin/dolphin-4.11.2-r1.ebuild

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

Index: dolphin-4.11.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/dolphin/dolphin-4.11.2-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- dolphin-4.11.2-r1.ebuild	9 Dec 2013 05:44:52 -0000	1.3
+++ dolphin-4.11.2-r1.ebuild	10 Dec 2013 19:48:48 -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/dolphin/dolphin-4.11.2-r1.ebuild,v 1.3 2013/12/09 05:44:52 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/dolphin/dolphin-4.11.2-r1.ebuild,v 1.4 2013/12/10 19:48:48 ago Exp $
 
 EAPI=5
 
@@ -10,7 +10,7 @@
 
 DESCRIPTION="A KDE filemanager focusing on usability"
 HOMEPAGE="http://dolphin.kde.org http://www.kde.org/applications/system/dolphin"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE="debug semantic-desktop thumbnail"
 
 DEPEND="



1.214                kde-base/dolphin/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/dolphin/ChangeLog,v
retrieving revision 1.213
retrieving revision 1.214
diff -u -r1.213 -r1.214
--- ChangeLog	9 Dec 2013 05:44:52 -0000	1.213
+++ ChangeLog	10 Dec 2013 19:48:48 -0000	1.214
@@ -1,6 +1,9 @@
 # ChangeLog for kde-base/dolphin
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/dolphin/ChangeLog,v 1.213 2013/12/09 05:44:52 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/dolphin/ChangeLog,v 1.214 2013/12/10 19:48:48 ago Exp $
+
+  10 Dec 2013; Agostino Sarubbo <ago@gentoo.org> dolphin-4.11.2-r1.ebuild:
+  Stable for ppc, wrt bug #484884
 
   09 Dec 2013; Agostino Sarubbo <ago@gentoo.org> dolphin-4.11.2-r1.ebuild:
   Stable for x86, wrt bug #484884





^ permalink raw reply	[flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in kde-base/dolphin: dolphin-4.11.2-r1.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:26

  Modified:             dolphin-4.11.2-r1.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/dolphin/dolphin-4.11.2-r1.ebuild

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

Index: dolphin-4.11.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/dolphin/dolphin-4.11.2-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- dolphin-4.11.2-r1.ebuild	10 Dec 2013 19:48:48 -0000	1.4
+++ dolphin-4.11.2-r1.ebuild	11 Dec 2013 20:27:25 -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/dolphin/dolphin-4.11.2-r1.ebuild,v 1.4 2013/12/10 19:48:48 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/dolphin/dolphin-4.11.2-r1.ebuild,v 1.5 2013/12/11 20:27:25 ago Exp $
 
 EAPI=5
 
@@ -10,7 +10,7 @@
 
 DESCRIPTION="A KDE filemanager focusing on usability"
 HOMEPAGE="http://dolphin.kde.org http://www.kde.org/applications/system/dolphin"
-KEYWORDS="amd64 ~arm ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE="debug semantic-desktop thumbnail"
 
 DEPEND="



1.216                kde-base/dolphin/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/dolphin/ChangeLog,v
retrieving revision 1.215
retrieving revision 1.216
diff -u -r1.215 -r1.216
--- ChangeLog	11 Dec 2013 20:12:42 -0000	1.215
+++ ChangeLog	11 Dec 2013 20:27:25 -0000	1.216
@@ -1,6 +1,9 @@
 # ChangeLog for kde-base/dolphin
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/dolphin/ChangeLog,v 1.215 2013/12/11 20:12:42 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/dolphin/ChangeLog,v 1.216 2013/12/11 20:27:25 ago Exp $
+
+  11 Dec 2013; Agostino Sarubbo <ago@gentoo.org> dolphin-4.11.2-r1.ebuild:
+  Stable for ppc64, wrt bug #484884
 
   11 Dec 2013; Agostino Sarubbo <ago@gentoo.org> dolphin-4.11.2-r1.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:32 UTC | newest]

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