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.2.0.ebuild
@ 2009-01-27 17:04 Alexey Shvetsov (alexxy)
  0 siblings, 0 replies; 2+ messages in thread
From: Alexey Shvetsov (alexxy) @ 2009-01-27 17:04 UTC (permalink / raw
  To: gentoo-commits

alexxy      09/01/27 17:04:14

  Modified:             ChangeLog
  Added:                kdesu-4.2.0.ebuild
  Log:
  Bump shiny new KDE 4.2.0
  (Portage version: 2.2_rc23/cvs/Linux x86_64)

Revision  Changes    Path
1.100                kde-base/kdesu/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kdesu/ChangeLog,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -r1.99 -r1.100
--- ChangeLog	14 Jan 2009 14:46:19 -0000	1.99
+++ ChangeLog	27 Jan 2009 17:04:14 -0000	1.100
@@ -1,6 +1,11 @@
 # ChangeLog for kde-base/kdesu
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdesu/ChangeLog,v 1.99 2009/01/14 14:46:19 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdesu/ChangeLog,v 1.100 2009/01/27 17:04:14 alexxy Exp $
+
+*kdesu-4.2.0 (27 Jan 2009)
+
+  27 Jan 2009; Alexey Shvetsov <alexxy@gentoo.org> +kdesu-4.2.0.ebuild:
+  Bump KDE-4.2.0
 
   14 Jan 2009; Alexey Shvetsov <alexxy@gentoo.org> -kdesu-4.1.2.ebuild,
   -kdesu-4.1.3.ebuild:



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

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

Index: kdesu-4.2.0.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/kdesu/kdesu-4.2.0.ebuild,v 1.1 2009/01/27 17:04:14 alexxy Exp $

EAPI="2"

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="~amd64 ~x86"
IUSE="debug htmlhandbook"

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.2.0.ebuild
@ 2009-03-08 19:37 Alexey Shvetsov (alexxy)
  0 siblings, 0 replies; 2+ messages in thread
From: Alexey Shvetsov (alexxy) @ 2009-03-08 19:37 UTC (permalink / raw
  To: gentoo-commits

alexxy      09/03/08 19:37:36

  Modified:             ChangeLog
  Removed:              kdesu-4.2.0.ebuild
  Log:
  Drop KDE 4.2.0
  (Portage version: 2.2_rc23/cvs/Linux x86_64)

Revision  Changes    Path
1.104                kde-base/kdesu/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kdesu/ChangeLog,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -r1.103 -r1.104
--- ChangeLog	4 Mar 2009 21:15:40 -0000	1.103
+++ ChangeLog	8 Mar 2009 19:37:36 -0000	1.104
@@ -1,6 +1,9 @@
 # ChangeLog for kde-base/kdesu
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdesu/ChangeLog,v 1.103 2009/03/04 21:15:40 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdesu/ChangeLog,v 1.104 2009/03/08 19:37:36 alexxy Exp $
+
+  08 Mar 2009; Alexey Shvetsov <alexxy@gentoo.org> -kdesu-4.2.0.ebuild:
+  Drop KDE 4.2.0
 
 *kdesu-4.2.1 (04 Mar 2009)
 






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

end of thread, other threads:[~2009-03-08 19:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-08 19:37 [gentoo-commits] gentoo-x86 commit in kde-base/kdesu: ChangeLog kdesu-4.2.0.ebuild Alexey Shvetsov (alexxy)
  -- strict thread matches above, loose matches on Subject: below --
2009-01-27 17:04 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