diff options
author | 2009-01-13 23:36:28 +0000 | |
---|---|---|
committer | 2009-01-13 23:36:28 +0000 | |
commit | 6cac8b80a2d8d85a92864c0c44537333611931a1 (patch) | |
tree | db480a0a136c10bbb9f02e950afe497f211e3ae8 /kde-base/kdesu | |
parent | gnome-base/gnome-applets: bump to 2.24.3 (small bugfixes and translation upda... (diff) | |
download | historical-6cac8b80a2d8d85a92864c0c44537333611931a1.tar.gz historical-6cac8b80a2d8d85a92864c0c44537333611931a1.tar.bz2 historical-6cac8b80a2d8d85a92864c0c44537333611931a1.zip |
Bump kde to 4.1.4
Package-Manager: portage-2.2_rc21/cvs/Linux 2.6.28-gentoo x86_64
Diffstat (limited to 'kde-base/kdesu')
-rw-r--r-- | kde-base/kdesu/ChangeLog | 9 | ||||
-rw-r--r-- | kde-base/kdesu/kdesu-4.1.4.ebuild | 24 |
2 files changed, 31 insertions, 2 deletions
diff --git a/kde-base/kdesu/ChangeLog b/kde-base/kdesu/ChangeLog index eefad0c88983..4e9e60e7e180 100644 --- a/kde-base/kdesu/ChangeLog +++ b/kde-base/kdesu/ChangeLog @@ -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@gentoo.org> +kdesu-4.1.4.ebuild: + Bump to 4.1.4 15 Nov 2008; Mike Frysinger <vapier@gentoo.org> kdesu-4.1.3.ebuild: Add ppc/ppc64 love #244306. diff --git a/kde-base/kdesu/kdesu-4.1.4.ebuild b/kde-base/kdesu/kdesu-4.1.4.ebuild new file mode 100644 index 000000000000..4c61c9806efc --- /dev/null +++ b/kde-base/kdesu/kdesu-4.1.4.ebuild @@ -0,0 +1,24 @@ +# 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 +} |