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

alexxy      11/12/11 18:52:26

  Modified:             ChangeLog
  Added:                dolphin-plugins-4.7.4.ebuild
  Log:
  [kde-base] Add long waiting KDE SC 4.7.4
  
  (Portage version: 2.2.0_alpha79/cvs/Linux x86_64)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/dolphin-plugins/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog	7 Dec 2011 23:07:34 -0000	1.34
+++ ChangeLog	11 Dec 2011 18:52:26 -0000	1.35
@@ -1,6 +1,12 @@
 # ChangeLog for kde-base/dolphin-plugins
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/dolphin-plugins/ChangeLog,v 1.34 2011/12/07 23:07:34 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/dolphin-plugins/ChangeLog,v 1.35 2011/12/11 18:52:26 alexxy Exp $
+
+*dolphin-plugins-4.7.4 (11 Dec 2011)
+
+  11 Dec 2011; Alexey Shvetsov <alexxy@gentoo.org>
+  +dolphin-plugins-4.7.4.ebuild:
+  Version bump KDE SC 4.7.4
 
   07 Dec 2011; Andreas K. Huettel <dilfridge@gentoo.org>
   -dolphin-plugins-4.7.2.ebuild:



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

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

Index: dolphin-plugins-4.7.4.ebuild
===================================================================
# Copyright 1999-2011 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.7.4.ebuild,v 1.1 2011/12/11 18:52:26 alexxy Exp $

EAPI=4

KMNAME="kdesdk"
inherit kde4-meta

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

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

KMLOADLIBS="libkonq"

#
# See bug 351147 for why this is necessary
#
src_prepare() {
	echo 'macro_optional_add_subdirectory ( dolphin-plugins )' >> CMakeLists.txt || die
	echo > dolphin-plugins/CMakeLists.txt || die
	use git && echo 'add_subdirectory ( git )' >> dolphin-plugins/CMakeLists.txt
	use subversion && echo 'add_subdirectory ( svn )' >> dolphin-plugins/CMakeLists.txt

	kde4-meta_src_prepare
}

src_install() {
	{ use git || use subversion; } && kde4-meta_src_install
}






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

* [gentoo-commits] gentoo-x86 commit in kde-base/dolphin-plugins: ChangeLog dolphin-plugins-4.7.4.ebuild
@ 2012-01-09 15:41 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 5+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2012-01-09 15:41 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    12/01/09 15:41:16

  Modified:             ChangeLog dolphin-plugins-4.7.4.ebuild
  Log:
  x86 stable wrt bug #396359
  
  (Portage version: 2.1.10.41/cvs/Linux i686)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/dolphin-plugins/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog	18 Dec 2011 19:46:17 -0000	1.36
+++ ChangeLog	9 Jan 2012 15:41:16 -0000	1.37
@@ -1,6 +1,10 @@
 # ChangeLog for kde-base/dolphin-plugins
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/dolphin-plugins/ChangeLog,v 1.36 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/dolphin-plugins/ChangeLog,v 1.37 2012/01/09 15:41:16 phajdan.jr Exp $
+
+  09 Jan 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org>
+  dolphin-plugins-4.7.4.ebuild:
+  x86 stable wrt bug #396359
 
   18 Dec 2011; Andreas K. Huettel <dilfridge@gentoo.org>
   -dolphin-plugins-4.6.5.ebuild:



1.2                  kde-base/dolphin-plugins/dolphin-plugins-4.7.4.ebuild

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

Index: dolphin-plugins-4.7.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/dolphin-plugins/dolphin-plugins-4.7.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- dolphin-plugins-4.7.4.ebuild	11 Dec 2011 18:52:26 -0000	1.1
+++ dolphin-plugins-4.7.4.ebuild	9 Jan 2012 15:41:16 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 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.7.4.ebuild,v 1.1 2011/12/11 18:52:26 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/dolphin-plugins/dolphin-plugins-4.7.4.ebuild,v 1.2 2012/01/09 15:41:16 phajdan.jr Exp $
 
 EAPI=4
 
@@ -8,7 +8,7 @@
 inherit kde4-meta
 
 DESCRIPTION="Extra Dolphin plugins"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE="debug +git +subversion"
 
 DEPEND="






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

* [gentoo-commits] gentoo-x86 commit in kde-base/dolphin-plugins: ChangeLog dolphin-plugins-4.7.4.ebuild
@ 2012-01-16 21:09 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-01-16 21:09 UTC (permalink / raw
  To: gentoo-commits

ago         12/01/16 21:09:40

  Modified:             ChangeLog dolphin-plugins-4.7.4.ebuild
  Log:
  Stable for amd64, wrt bug #396359
  
  (Portage version: 2.1.10.41/cvs/Linux x86_64)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/dolphin-plugins/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog	9 Jan 2012 15:41:16 -0000	1.37
+++ ChangeLog	16 Jan 2012 21:09:40 -0000	1.38
@@ -1,6 +1,9 @@
 # ChangeLog for kde-base/dolphin-plugins
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/dolphin-plugins/ChangeLog,v 1.37 2012/01/09 15:41:16 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/dolphin-plugins/ChangeLog,v 1.38 2012/01/16 21:09:40 ago Exp $
+
+  16 Jan 2012; Agostino Sarubbo <ago@gentoo.org> dolphin-plugins-4.7.4.ebuild:
+  Stable for amd64, wrt bug #396359
 
   09 Jan 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org>
   dolphin-plugins-4.7.4.ebuild:



1.3                  kde-base/dolphin-plugins/dolphin-plugins-4.7.4.ebuild

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

Index: dolphin-plugins-4.7.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/dolphin-plugins/dolphin-plugins-4.7.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- dolphin-plugins-4.7.4.ebuild	9 Jan 2012 15:41:16 -0000	1.2
+++ dolphin-plugins-4.7.4.ebuild	16 Jan 2012 21:09:40 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 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.7.4.ebuild,v 1.2 2012/01/09 15:41:16 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/dolphin-plugins/dolphin-plugins-4.7.4.ebuild,v 1.3 2012/01/16 21:09:40 ago Exp $
 
 EAPI=4
 
@@ -8,7 +8,7 @@
 inherit kde4-meta
 
 DESCRIPTION="Extra Dolphin plugins"
-KEYWORDS="~amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE="debug +git +subversion"
 
 DEPEND="






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

* [gentoo-commits] gentoo-x86 commit in kde-base/dolphin-plugins: ChangeLog dolphin-plugins-4.7.4.ebuild
@ 2012-02-18 14:47 Gysbert Wassenaar (nixnut)
  0 siblings, 0 replies; 5+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2012-02-18 14:47 UTC (permalink / raw
  To: gentoo-commits

nixnut      12/02/18 14:47:51

  Modified:             ChangeLog dolphin-plugins-4.7.4.ebuild
  Log:
  ppc stable #396359
  
  (Portage version: 2.1.10.44/cvs/Linux ppc, RepoMan options: --force)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/dolphin-plugins/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog	25 Jan 2012 18:17:03 -0000	1.40
+++ ChangeLog	18 Feb 2012 14:47:51 -0000	1.41
@@ -1,6 +1,9 @@
 # ChangeLog for kde-base/dolphin-plugins
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/dolphin-plugins/ChangeLog,v 1.40 2012/01/25 18:17:03 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/dolphin-plugins/ChangeLog,v 1.41 2012/02/18 14:47:51 nixnut Exp $
+
+  18 Feb 2012; nixnut <nixnut@gentoo.org> dolphin-plugins-4.7.4.ebuild:
+  ppc stable #396359
 
 *dolphin-plugins-4.8.0 (25 Jan 2012)
 



1.4                  kde-base/dolphin-plugins/dolphin-plugins-4.7.4.ebuild

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

Index: dolphin-plugins-4.7.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/dolphin-plugins/dolphin-plugins-4.7.4.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- dolphin-plugins-4.7.4.ebuild	16 Jan 2012 21:09:40 -0000	1.3
+++ dolphin-plugins-4.7.4.ebuild	18 Feb 2012 14:47:51 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 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.7.4.ebuild,v 1.3 2012/01/16 21:09:40 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/dolphin-plugins/dolphin-plugins-4.7.4.ebuild,v 1.4 2012/02/18 14:47:51 nixnut Exp $
 
 EAPI=4
 
@@ -8,7 +8,7 @@
 inherit kde4-meta
 
 DESCRIPTION="Extra Dolphin plugins"
-KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE="debug +git +subversion"
 
 DEPEND="






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

* [gentoo-commits] gentoo-x86 commit in kde-base/dolphin-plugins: ChangeLog dolphin-plugins-4.7.4.ebuild
@ 2012-09-03 13:29 Johannes Huber (johu)
  0 siblings, 0 replies; 5+ messages in thread
From: Johannes Huber (johu) @ 2012-09-03 13:29 UTC (permalink / raw
  To: gentoo-commits

johu        12/09/03 13:29:22

  Modified:             ChangeLog
  Removed:              dolphin-plugins-4.7.4.ebuild
  Log:
  Remove KDE SC 4.7.4
  
  (Portage version: 2.2.0_alpha124/cvs/Linux x86_64)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/dolphin-plugins/ChangeLog,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- ChangeLog	3 Sep 2012 13:00:28 -0000	1.61
+++ ChangeLog	3 Sep 2012 13:29:22 -0000	1.62
@@ -1,6 +1,9 @@
 # ChangeLog for kde-base/dolphin-plugins
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/dolphin-plugins/ChangeLog,v 1.61 2012/09/03 13:00:28 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/dolphin-plugins/ChangeLog,v 1.62 2012/09/03 13:29:22 johu Exp $
+
+  03 Sep 2012; Johannes Huber <johu@gentoo.org> -dolphin-plugins-4.7.4.ebuild:
+  Remove KDE SC 4.7.4
 
   03 Sep 2012; Johannes Huber <johu@gentoo.org> -dolphin-plugins-4.8.3.ebuild:
   Remove KDE SC 4.8.3





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

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

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-09 15:41 [gentoo-commits] gentoo-x86 commit in kde-base/dolphin-plugins: ChangeLog dolphin-plugins-4.7.4.ebuild PaweA Hajdan (phajdan.jr)
  -- strict thread matches above, loose matches on Subject: below --
2012-09-03 13:29 Johannes Huber (johu)
2012-02-18 14:47 Gysbert Wassenaar (nixnut)
2012-01-16 21:09 Agostino Sarubbo (ago)
2011-12-11 18:52 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