Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
alexxy 09/01/13 21:52:19
Modified: ChangeLog
Added: kdesu-4.1.4.ebuild
Log:
Bump kde to 4.1.4
(Portage version: 2.2_rc21/cvs/Linux 2.6.28-gentoo x86_64)
Revision Changes Path
1.98 kde-base/kdesu/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdesu/ChangeLog?rev=1.98&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdesu/ChangeLog?rev=1.98&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdesu/ChangeLog?r1=1.97&r2=1.98
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kdesu/ChangeLog,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -r1.97 -r1.98
--- ChangeLog 16 Nov 2008 07:27:29 -0000 1.97
+++ ChangeLog 13 Jan 2009 21:52:19 -0000 1.98
@@ -1,6 +1,11 @@
# ChangeLog for kde-base/kdesu
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdesu/ChangeLog,v 1.97 2008/11/16 07:27:29 vapier Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdesu/ChangeLog,v 1.98 2009/01/13 21:52:19 alexxy Exp $
+
+*kdesu-4.1.4 (13 Jan 2009)
+
+ 13 Jan 2009; Alexey Shvetsov <alexxy@g.o> +kdesu-4.1.4.ebuild:
+ Bump to 4.1.4
15 Nov 2008; Mike Frysinger <vapier@g.o> kdesu-4.1.3.ebuild:
Add ppc/ppc64 love #244306.
1.1 kde-base/kdesu/kdesu-4.1.4.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdesu/kdesu-4.1.4.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdesu/kdesu-4.1.4.ebuild?rev=1.1&content-type=text/plain
Index: kdesu-4.1.4.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.1.4.ebuild,v 1.1 2009/01/13 21:52:19 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 ~ppc ~ppc64 ~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
}
|
|