public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in kde-base/kdesu: ChangeLog kdesu-4.4.2.ebuild
@ 2010-03-30 20:53 Dror Levin (spatz)
  0 siblings, 0 replies; 2+ messages in thread
From: Dror Levin (spatz) @ 2010-03-30 20:53 UTC (permalink / raw
  To: gentoo-commits

spatz       10/03/30 20:53:20

  Modified:             ChangeLog
  Added:                kdesu-4.4.2.ebuild
  Log:
  Version bump KDE 4.4.2
  (Portage version: 2.2_rc67/cvs/Linux x86_64, RepoMan options: --force)

Revision  Changes    Path
1.149                kde-base/kdesu/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdesu/ChangeLog?rev=1.149&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdesu/ChangeLog?rev=1.149&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdesu/ChangeLog?r1=1.148&r2=1.149

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kdesu/ChangeLog,v
retrieving revision 1.148
retrieving revision 1.149
diff -u -r1.148 -r1.149
--- ChangeLog	11 Mar 2010 18:33:50 -0000	1.148
+++ ChangeLog	30 Mar 2010 20:53:20 -0000	1.149
@@ -1,6 +1,11 @@
 # ChangeLog for kde-base/kdesu
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdesu/ChangeLog,v 1.148 2010/03/11 18:33:50 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdesu/ChangeLog,v 1.149 2010/03/30 20:53:20 spatz Exp $
+
+*kdesu-4.4.2 (30 Mar 2010)
+
+  30 Mar 2010; Dror Levin <spatz@gentoo.org> +kdesu-4.4.2.ebuild:
+  Version bump
 
   11 Mar 2010; Brent Baude <ranger@gentoo.org> kdesu-4.3.5.ebuild:
   Marking kdesu-4.3.5 ppc stable for bug 300393



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

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

Index: kdesu-4.4.2.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/kdesu/kdesu-4.4.2.ebuild,v 1.1 2010/03/30 20:53:20 spatz Exp $

EAPI="3"

KMNAME="kdebase-runtime"
inherit kde4-meta

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

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] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in kde-base/kdesu: ChangeLog kdesu-4.4.2.ebuild
@ 2010-05-03  6:23 Alexis Ballier (aballier)
  0 siblings, 0 replies; 2+ messages in thread
From: Alexis Ballier (aballier) @ 2010-05-03  6:23 UTC (permalink / raw
  To: gentoo-commits

aballier    10/05/03 06:23:22

  Modified:             ChangeLog kdesu-4.4.2.ebuild
  Log:
  keyword ~x86-fbsd
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.151                kde-base/kdesu/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdesu/ChangeLog?rev=1.151&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdesu/ChangeLog?rev=1.151&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdesu/ChangeLog?r1=1.150&r2=1.151

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kdesu/ChangeLog,v
retrieving revision 1.150
retrieving revision 1.151
diff -u -r1.150 -r1.151
--- ChangeLog	31 Mar 2010 22:32:28 -0000	1.150
+++ ChangeLog	3 May 2010 06:23:22 -0000	1.151
@@ -1,6 +1,9 @@
 # ChangeLog for kde-base/kdesu
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdesu/ChangeLog,v 1.150 2010/03/31 22:32:28 spatz Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdesu/ChangeLog,v 1.151 2010/05/03 06:23:22 aballier Exp $
+
+  03 May 2010; Alexis Ballier <aballier@gentoo.org> kdesu-4.4.2.ebuild:
+  keyword ~x86-fbsd
 
   31 Mar 2010; Dror Levin <spatz@gentoo.org> -kdesu-4.3.4.ebuild,
   -kdesu-4.4.0.ebuild:



1.2                  kde-base/kdesu/kdesu-4.4.2.ebuild

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

Index: kdesu-4.4.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kdesu/kdesu-4.4.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- kdesu-4.4.2.ebuild	30 Mar 2010 20:53:20 -0000	1.1
+++ kdesu-4.4.2.ebuild	3 May 2010 06:23:22 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdesu/kdesu-4.4.2.ebuild,v 1.1 2010/03/30 20:53:20 spatz Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdesu/kdesu-4.4.2.ebuild,v 1.2 2010/05/03 06:23:22 aballier Exp $
 
 EAPI="3"
 
@@ -10,7 +10,7 @@
 # FIXME: Is default command ( su/sudo ) still configurable,
 # if not, USE-flag ?
 DESCRIPTION="KDE: gui for su(1)"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
 IUSE="debug +handbook"
 
 src_configure() {






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

end of thread, other threads:[~2010-05-03  6:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-03  6:23 [gentoo-commits] gentoo-x86 commit in kde-base/kdesu: ChangeLog kdesu-4.4.2.ebuild Alexis Ballier (aballier)
  -- strict thread matches above, loose matches on Subject: below --
2010-03-30 20:53 Dror Levin (spatz)

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