public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in kde-base/kdesu: kdesu-4.10.1.ebuild ChangeLog
@ 2013-03-06 13:42 Andreas HAttel (dilfridge)
  0 siblings, 0 replies; 5+ messages in thread
From: Andreas HAttel (dilfridge) @ 2013-03-06 13:42 UTC (permalink / raw
  To: gentoo-commits

dilfridge    13/03/06 13:42:03

  Modified:             ChangeLog
  Added:                kdesu-4.10.1.ebuild
  Log:
  Bump KDE SC 4.10.1
  
  (Portage version: 2.2.0_alpha166/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7887F787)

Revision  Changes    Path
1.249                kde-base/kdesu/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kdesu/ChangeLog,v
retrieving revision 1.248
retrieving revision 1.249
diff -u -r1.248 -r1.249
--- ChangeLog	23 Feb 2013 16:26:46 -0000	1.248
+++ ChangeLog	6 Mar 2013 13:42:03 -0000	1.249
@@ -1,6 +1,11 @@
 # ChangeLog for kde-base/kdesu
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdesu/ChangeLog,v 1.248 2013/02/23 16:26:46 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdesu/ChangeLog,v 1.249 2013/03/06 13:42:03 dilfridge Exp $
+
+*kdesu-4.10.1 (06 Mar 2013)
+
+  06 Mar 2013; Andreas K. Huettel <dilfridge@gentoo.org> +kdesu-4.10.1.ebuild:
+  Version bump KDE SC 4.10.1
 
   23 Feb 2013; Agostino Sarubbo <ago@gentoo.org> kdesu-4.10.0.ebuild,
   kdesu-4.9.5.ebuild:



1.1                  kde-base/kdesu/kdesu-4.10.1.ebuild

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

Index: kdesu-4.10.1.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/kdesu/kdesu-4.10.1.ebuild,v 1.1 2013/03/06 13:42:03 dilfridge Exp $

EAPI=5

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

# FIXME: Is default command ( su/sudo ) still configurable,
# if not, USE-flag ?
DESCRIPTION="KDE: gui for su(1)"
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
IUSE="debug"

src_configure() {
	# Upstream moved kdesu to libexec first, then decided to move it back
	# to /${PREFIX}/bin/ , so I'm doing that now already.
	sed -e '/kdesu_executable/s:LIBEXEC_INSTALL_DIR:BIN_INSTALL_DIR:' \
		-i "${S}"/kdesu/kdesu/CMakeLists.txt || \
		die "Moving kdesu from libexec to bin failed."

	kde4-meta_src_configure
}





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

* [gentoo-commits] gentoo-x86 commit in kde-base/kdesu: kdesu-4.10.1.ebuild ChangeLog
@ 2013-03-31 15:43 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-03-31 15:43 UTC (permalink / raw
  To: gentoo-commits

ago         13/03/31 15:43:16

  Modified:             kdesu-4.10.1.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #462890
  
  (Portage version: 2.1.11.52/cvs/Linux ppc64, RepoMan options: --force, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.2                  kde-base/kdesu/kdesu-4.10.1.ebuild

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

Index: kdesu-4.10.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kdesu/kdesu-4.10.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- kdesu-4.10.1.ebuild	6 Mar 2013 13:42:03 -0000	1.1
+++ kdesu-4.10.1.ebuild	31 Mar 2013 15:43:16 -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/kdesu/kdesu-4.10.1.ebuild,v 1.1 2013/03/06 13:42:03 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdesu/kdesu-4.10.1.ebuild,v 1.2 2013/03/31 15:43:16 ago Exp $
 
 EAPI=5
 
@@ -11,7 +11,7 @@
 # FIXME: Is default command ( su/sudo ) still configurable,
 # if not, USE-flag ?
 DESCRIPTION="KDE: gui for su(1)"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
 IUSE="debug"
 
 src_configure() {



1.250                kde-base/kdesu/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kdesu/ChangeLog,v
retrieving revision 1.249
retrieving revision 1.250
diff -u -r1.249 -r1.250
--- ChangeLog	6 Mar 2013 13:42:03 -0000	1.249
+++ ChangeLog	31 Mar 2013 15:43:16 -0000	1.250
@@ -1,6 +1,9 @@
 # ChangeLog for kde-base/kdesu
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdesu/ChangeLog,v 1.249 2013/03/06 13:42:03 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdesu/ChangeLog,v 1.250 2013/03/31 15:43:16 ago Exp $
+
+  31 Mar 2013; Agostino Sarubbo <ago@gentoo.org> kdesu-4.10.1.ebuild:
+  Stable for amd64, wrt bug #462890
 
 *kdesu-4.10.1 (06 Mar 2013)
 





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

* [gentoo-commits] gentoo-x86 commit in kde-base/kdesu: kdesu-4.10.1.ebuild ChangeLog
@ 2013-03-31 16:33 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-03-31 16:33 UTC (permalink / raw
  To: gentoo-commits

ago         13/03/31 16:33:36

  Modified:             kdesu-4.10.1.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #462890
  
  (Portage version: 2.1.11.52/cvs/Linux ppc64, RepoMan options: --force, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.3                  kde-base/kdesu/kdesu-4.10.1.ebuild

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

Index: kdesu-4.10.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kdesu/kdesu-4.10.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- kdesu-4.10.1.ebuild	31 Mar 2013 15:43:16 -0000	1.2
+++ kdesu-4.10.1.ebuild	31 Mar 2013 16:33:36 -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/kdesu/kdesu-4.10.1.ebuild,v 1.2 2013/03/31 15:43:16 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdesu/kdesu-4.10.1.ebuild,v 1.3 2013/03/31 16:33:36 ago Exp $
 
 EAPI=5
 
@@ -11,7 +11,7 @@
 # FIXME: Is default command ( su/sudo ) still configurable,
 # if not, USE-flag ?
 DESCRIPTION="KDE: gui for su(1)"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
 IUSE="debug"
 
 src_configure() {



1.251                kde-base/kdesu/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kdesu/ChangeLog,v
retrieving revision 1.250
retrieving revision 1.251
diff -u -r1.250 -r1.251
--- ChangeLog	31 Mar 2013 15:43:16 -0000	1.250
+++ ChangeLog	31 Mar 2013 16:33:36 -0000	1.251
@@ -1,6 +1,9 @@
 # ChangeLog for kde-base/kdesu
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdesu/ChangeLog,v 1.250 2013/03/31 15:43:16 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdesu/ChangeLog,v 1.251 2013/03/31 16:33:36 ago Exp $
+
+  31 Mar 2013; Agostino Sarubbo <ago@gentoo.org> kdesu-4.10.1.ebuild:
+  Stable for x86, wrt bug #462890
 
   31 Mar 2013; Agostino Sarubbo <ago@gentoo.org> kdesu-4.10.1.ebuild:
   Stable for amd64, wrt bug #462890





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

* [gentoo-commits] gentoo-x86 commit in kde-base/kdesu: kdesu-4.10.1.ebuild ChangeLog
@ 2013-04-01 13:06 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-04-01 13:06 UTC (permalink / raw
  To: gentoo-commits

ago         13/04/01 13:06:06

  Modified:             kdesu-4.10.1.ebuild ChangeLog
  Log:
  Stable for ppc, wrt to bug #462890
  
  (Portage version: 2.1.11.52/cvs/Linux ppc64, RepoMan options: --force, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.4                  kde-base/kdesu/kdesu-4.10.1.ebuild

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

Index: kdesu-4.10.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kdesu/kdesu-4.10.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- kdesu-4.10.1.ebuild	31 Mar 2013 16:33:36 -0000	1.3
+++ kdesu-4.10.1.ebuild	1 Apr 2013 13:06:06 -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/kdesu/kdesu-4.10.1.ebuild,v 1.3 2013/03/31 16:33:36 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdesu/kdesu-4.10.1.ebuild,v 1.4 2013/04/01 13:06:06 ago Exp $
 
 EAPI=5
 
@@ -11,7 +11,7 @@
 # FIXME: Is default command ( su/sudo ) still configurable,
 # if not, USE-flag ?
 DESCRIPTION="KDE: gui for su(1)"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ppc ~ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
 IUSE="debug"
 
 src_configure() {



1.252                kde-base/kdesu/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kdesu/ChangeLog,v
retrieving revision 1.251
retrieving revision 1.252
diff -u -r1.251 -r1.252
--- ChangeLog	31 Mar 2013 16:33:36 -0000	1.251
+++ ChangeLog	1 Apr 2013 13:06:06 -0000	1.252
@@ -1,6 +1,9 @@
 # ChangeLog for kde-base/kdesu
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdesu/ChangeLog,v 1.251 2013/03/31 16:33:36 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdesu/ChangeLog,v 1.252 2013/04/01 13:06:06 ago Exp $
+
+  01 Apr 2013; Agostino Sarubbo <ago@gentoo.org> kdesu-4.10.1.ebuild:
+  Stable for ppc, wrt to bug #462890
 
   31 Mar 2013; Agostino Sarubbo <ago@gentoo.org> kdesu-4.10.1.ebuild:
   Stable for x86, wrt bug #462890





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

* [gentoo-commits] gentoo-x86 commit in kde-base/kdesu: kdesu-4.10.1.ebuild ChangeLog
@ 2013-04-02 20:50 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-04-02 20:50 UTC (permalink / raw
  To: gentoo-commits

ago         13/04/02 20:50:59

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

Revision  Changes    Path
1.5                  kde-base/kdesu/kdesu-4.10.1.ebuild

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

Index: kdesu-4.10.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kdesu/kdesu-4.10.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- kdesu-4.10.1.ebuild	1 Apr 2013 13:06:06 -0000	1.4
+++ kdesu-4.10.1.ebuild	2 Apr 2013 20:50:58 -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/kdesu/kdesu-4.10.1.ebuild,v 1.4 2013/04/01 13:06:06 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdesu/kdesu-4.10.1.ebuild,v 1.5 2013/04/02 20:50:58 ago Exp $
 
 EAPI=5
 
@@ -11,7 +11,7 @@
 # FIXME: Is default command ( su/sudo ) still configurable,
 # if not, USE-flag ?
 DESCRIPTION="KDE: gui for su(1)"
-KEYWORDS="amd64 ~arm ppc ~ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
 IUSE="debug"
 
 src_configure() {



1.254                kde-base/kdesu/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kdesu/ChangeLog,v
retrieving revision 1.253
retrieving revision 1.254
diff -u -r1.253 -r1.254
--- ChangeLog	1 Apr 2013 16:03:22 -0000	1.253
+++ ChangeLog	2 Apr 2013 20:50:58 -0000	1.254
@@ -1,6 +1,9 @@
 # ChangeLog for kde-base/kdesu
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdesu/ChangeLog,v 1.253 2013/04/01 16:03:22 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdesu/ChangeLog,v 1.254 2013/04/02 20:50:58 ago Exp $
+
+  02 Apr 2013; Agostino Sarubbo <ago@gentoo.org> kdesu-4.10.1.ebuild:
+  Stable for ppc64, wrt to bug #462890
 
   01 Apr 2013; Agostino Sarubbo <ago@gentoo.org> -kdesu-4.10.0.ebuild,
   -kdesu-4.9.5.ebuild:





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

end of thread, other threads:[~2013-04-02 20:51 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-31 15:43 [gentoo-commits] gentoo-x86 commit in kde-base/kdesu: kdesu-4.10.1.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2013-04-02 20:50 Agostino Sarubbo (ago)
2013-04-01 13:06 Agostino Sarubbo (ago)
2013-03-31 16:33 Agostino Sarubbo (ago)
2013-03-06 13:42 Andreas HAttel (dilfridge)

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