public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in kde-base/ark: ark-4.10.5.ebuild ChangeLog
@ 2013-07-02 16:47 Johannes Huber (johu)
  0 siblings, 0 replies; 5+ messages in thread
From: Johannes Huber (johu) @ 2013-07-02 16:47 UTC (permalink / raw
  To: gentoo-commits

johu        13/07/02 16:47:12

  Modified:             ChangeLog
  Added:                ark-4.10.5.ebuild
  Log:
  Version bump KDE SC 4.10.5
  
  (Portage version: 2.2.0_alpha186/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)

Revision  Changes    Path
1.283                kde-base/ark/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/ark/ChangeLog,v
retrieving revision 1.282
retrieving revision 1.283
diff -u -r1.282 -r1.283
--- ChangeLog	2 Jul 2013 09:29:23 -0000	1.282
+++ ChangeLog	2 Jul 2013 16:47:12 -0000	1.283
@@ -1,6 +1,11 @@
 # ChangeLog for kde-base/ark
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/ark/ChangeLog,v 1.282 2013/07/02 09:29:23 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ark/ChangeLog,v 1.283 2013/07/02 16:47:12 johu Exp $
+
+*ark-4.10.5 (02 Jul 2013)
+
+  02 Jul 2013; Johannes Huber <johu@gentoo.org> +ark-4.10.5.ebuild:
+  Version bump KDE SC 4.10.5
 
   02 Jul 2013; Agostino Sarubbo <ago@gentoo.org> -ark-4.10.3.ebuild:
   Remove old



1.1                  kde-base/ark/ark-4.10.5.ebuild

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

Index: ark-4.10.5.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/ark/ark-4.10.5.ebuild,v 1.1 2013/07/02 16:47:12 johu Exp $

EAPI=5

KDE_HANDBOOK="optional"
inherit kde4-base

DESCRIPTION="KDE Archiving tool"
KEYWORDS=" ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
IUSE="+archive +bzip2 debug lzma"

DEPEND="
	$(add_kdebase_dep libkonq)
	sys-libs/zlib
	archive? ( >=app-arch/libarchive-2.6.1:=[bzip2?,lzma?,zlib] )
"
RDEPEND="${DEPEND}"

RESTRICT="test"
# dbus problem

src_configure() {
	mycmakeargs=(
		$(cmake-utils_use_with archive LibArchive)
		$(cmake-utils_use_with bzip2 BZip2)
		$(cmake-utils_use_with lzma LibLZMA)
	)
	kde4-base_src_configure
}

pkg_postinst() {
	kde4-base_pkg_postinst

	if ! has_version app-arch/rar ; then
		elog "For creating rar archives, install app-arch/rar"
	fi
}





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

* [gentoo-commits] gentoo-x86 commit in kde-base/ark: ark-4.10.5.ebuild ChangeLog
@ 2013-07-27 11:45 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-07-27 11:45 UTC (permalink / raw
  To: gentoo-commits

ago         13/07/27 11:45:12

  Modified:             ark-4.10.5.ebuild ChangeLog
  Log:
  Stable for amd64, wrt to bug #477634
  
  (Portage version: 2.1.12.2/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.2                  kde-base/ark/ark-4.10.5.ebuild

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

Index: ark-4.10.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/ark/ark-4.10.5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ark-4.10.5.ebuild	2 Jul 2013 16:47:12 -0000	1.1
+++ ark-4.10.5.ebuild	27 Jul 2013 11:45:12 -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/ark/ark-4.10.5.ebuild,v 1.1 2013/07/02 16:47:12 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ark/ark-4.10.5.ebuild,v 1.2 2013/07/27 11:45:12 ago Exp $
 
 EAPI=5
 
@@ -8,7 +8,7 @@
 inherit kde4-base
 
 DESCRIPTION="KDE Archiving tool"
-KEYWORDS=" ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="+archive +bzip2 debug lzma"
 
 DEPEND="



1.284                kde-base/ark/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/ark/ChangeLog,v
retrieving revision 1.283
retrieving revision 1.284
diff -u -r1.283 -r1.284
--- ChangeLog	2 Jul 2013 16:47:12 -0000	1.283
+++ ChangeLog	27 Jul 2013 11:45:12 -0000	1.284
@@ -1,6 +1,9 @@
 # ChangeLog for kde-base/ark
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/ark/ChangeLog,v 1.283 2013/07/02 16:47:12 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ark/ChangeLog,v 1.284 2013/07/27 11:45:12 ago Exp $
+
+  27 Jul 2013; Agostino Sarubbo <ago@gentoo.org> ark-4.10.5.ebuild:
+  Stable for amd64, wrt to bug #477634
 
 *ark-4.10.5 (02 Jul 2013)
 





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

* [gentoo-commits] gentoo-x86 commit in kde-base/ark: ark-4.10.5.ebuild ChangeLog
@ 2013-07-29  7:46 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-07-29  7:46 UTC (permalink / raw
  To: gentoo-commits

ago         13/07/29 07:46:44

  Modified:             ark-4.10.5.ebuild ChangeLog
  Log:
  Stable for x86, wrt to bug #477634
  
  (Portage version: 2.1.12.2/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.3                  kde-base/ark/ark-4.10.5.ebuild

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

Index: ark-4.10.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/ark/ark-4.10.5.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ark-4.10.5.ebuild	27 Jul 2013 11:45:12 -0000	1.2
+++ ark-4.10.5.ebuild	29 Jul 2013 07:46:44 -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/ark/ark-4.10.5.ebuild,v 1.2 2013/07/27 11:45:12 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ark/ark-4.10.5.ebuild,v 1.3 2013/07/29 07:46:44 ago Exp $
 
 EAPI=5
 
@@ -8,7 +8,7 @@
 inherit kde4-base
 
 DESCRIPTION="KDE Archiving tool"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE="+archive +bzip2 debug lzma"
 
 DEPEND="



1.285                kde-base/ark/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/ark/ChangeLog,v
retrieving revision 1.284
retrieving revision 1.285
diff -u -r1.284 -r1.285
--- ChangeLog	27 Jul 2013 11:45:12 -0000	1.284
+++ ChangeLog	29 Jul 2013 07:46:44 -0000	1.285
@@ -1,6 +1,9 @@
 # ChangeLog for kde-base/ark
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/ark/ChangeLog,v 1.284 2013/07/27 11:45:12 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ark/ChangeLog,v 1.285 2013/07/29 07:46:44 ago Exp $
+
+  29 Jul 2013; Agostino Sarubbo <ago@gentoo.org> ark-4.10.5.ebuild:
+  Stable for x86, wrt to bug #477634
 
   27 Jul 2013; Agostino Sarubbo <ago@gentoo.org> ark-4.10.5.ebuild:
   Stable for amd64, wrt to bug #477634





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

* [gentoo-commits] gentoo-x86 commit in kde-base/ark: ark-4.10.5.ebuild ChangeLog
@ 2013-07-30 10:41 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-07-30 10:41 UTC (permalink / raw
  To: gentoo-commits

ago         13/07/30 10:41:25

  Modified:             ark-4.10.5.ebuild ChangeLog
  Log:
  Stable for ppc, wrt to bug #477634
  
  (Portage version: 2.1.12.2/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.4                  kde-base/ark/ark-4.10.5.ebuild

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

Index: ark-4.10.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/ark/ark-4.10.5.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ark-4.10.5.ebuild	29 Jul 2013 07:46:44 -0000	1.3
+++ ark-4.10.5.ebuild	30 Jul 2013 10:41:25 -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/ark/ark-4.10.5.ebuild,v 1.3 2013/07/29 07:46:44 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ark/ark-4.10.5.ebuild,v 1.4 2013/07/30 10:41:25 ago Exp $
 
 EAPI=5
 
@@ -8,7 +8,7 @@
 inherit kde4-base
 
 DESCRIPTION="KDE Archiving tool"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE="+archive +bzip2 debug lzma"
 
 DEPEND="



1.286                kde-base/ark/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/ark/ChangeLog,v
retrieving revision 1.285
retrieving revision 1.286
diff -u -r1.285 -r1.286
--- ChangeLog	29 Jul 2013 07:46:44 -0000	1.285
+++ ChangeLog	30 Jul 2013 10:41:25 -0000	1.286
@@ -1,6 +1,9 @@
 # ChangeLog for kde-base/ark
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/ark/ChangeLog,v 1.285 2013/07/29 07:46:44 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ark/ChangeLog,v 1.286 2013/07/30 10:41:25 ago Exp $
+
+  30 Jul 2013; Agostino Sarubbo <ago@gentoo.org> ark-4.10.5.ebuild:
+  Stable for ppc, wrt to bug #477634
 
   29 Jul 2013; Agostino Sarubbo <ago@gentoo.org> ark-4.10.5.ebuild:
   Stable for x86, wrt to bug #477634





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

* [gentoo-commits] gentoo-x86 commit in kde-base/ark: ark-4.10.5.ebuild ChangeLog
@ 2013-08-02 14:29 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-08-02 14:29 UTC (permalink / raw
  To: gentoo-commits

ago         13/08/02 14:29:50

  Modified:             ark-4.10.5.ebuild ChangeLog
  Log:
  Stable for ppc64, wrt to bug #477634
  
  (Portage version: 2.1.12.2/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.6                  kde-base/ark/ark-4.10.5.ebuild

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

Index: ark-4.10.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/ark/ark-4.10.5.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ark-4.10.5.ebuild	31 Jul 2013 22:25:06 -0000	1.5
+++ ark-4.10.5.ebuild	2 Aug 2013 14:29:50 -0000	1.6
@@ -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/ark/ark-4.10.5.ebuild,v 1.5 2013/07/31 22:25:06 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ark/ark-4.10.5.ebuild,v 1.6 2013/08/02 14:29:50 ago Exp $
 
 EAPI=5
 
@@ -10,7 +10,7 @@
 DESCRIPTION="KDE Archiving tool"
 HOMEPAGE="http://kde.org/applications/utilities/ark
 http://utils.kde.org/projects/ark"
-KEYWORDS="amd64 ~arm ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE="+archive +bzip2 debug lzma"
 
 DEPEND="



1.288                kde-base/ark/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/ark/ChangeLog,v
retrieving revision 1.287
retrieving revision 1.288
diff -u -r1.287 -r1.288
--- ChangeLog	31 Jul 2013 22:25:06 -0000	1.287
+++ ChangeLog	2 Aug 2013 14:29:50 -0000	1.288
@@ -1,6 +1,9 @@
 # ChangeLog for kde-base/ark
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/ark/ChangeLog,v 1.287 2013/07/31 22:25:06 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ark/ChangeLog,v 1.288 2013/08/02 14:29:50 ago Exp $
+
+  02 Aug 2013; Agostino Sarubbo <ago@gentoo.org> ark-4.10.5.ebuild:
+  Stable for ppc64, wrt to bug #477634
 
   31 Jul 2013; Johannes Huber <johu@gentoo.org> ark-4.10.4.ebuild,
   ark-4.10.5.ebuild:





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

end of thread, other threads:[~2013-08-02 14:34 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-29  7:46 [gentoo-commits] gentoo-x86 commit in kde-base/ark: ark-4.10.5.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2013-08-02 14:29 Agostino Sarubbo (ago)
2013-07-30 10:41 Agostino Sarubbo (ago)
2013-07-27 11:45 Agostino Sarubbo (ago)
2013-07-02 16:47 Johannes Huber (johu)

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