summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2010-11-03 16:31:05 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2010-11-03 16:31:05 +0000
commit6e9827de00edc0bb0a6fe077b16b9694ac2726f5 (patch)
treea0314490ab642a367b0f8019fb62003898871e78 /kde-base/kdesu
parentKeyword ~ppc64 wrt #337385 (diff)
downloadhistorical-6e9827de00edc0bb0a6fe077b16b9694ac2726f5.tar.gz
historical-6e9827de00edc0bb0a6fe077b16b9694ac2726f5.tar.bz2
historical-6e9827de00edc0bb0a6fe077b16b9694ac2726f5.zip
KDE SC 4.5.3 Version bump
Package-Manager: portage-2.2.0_alpha3/cvs/Linux x86_64 RepoMan-Options: --force
Diffstat (limited to 'kde-base/kdesu')
-rw-r--r--kde-base/kdesu/ChangeLog7
-rw-r--r--kde-base/kdesu/kdesu-4.5.3.ebuild25
2 files changed, 31 insertions, 1 deletions
diff --git a/kde-base/kdesu/ChangeLog b/kde-base/kdesu/ChangeLog
index 06312687d08e..256e81e350ca 100644
--- a/kde-base/kdesu/ChangeLog
+++ b/kde-base/kdesu/ChangeLog
@@ -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.167 2010/10/06 09:17:32 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdesu/ChangeLog,v 1.168 2010/11/03 16:30:56 scarabeus Exp $
+
+*kdesu-4.5.3 (03 Nov 2010)
+
+ 03 Nov 2010; Tomáš Chvátal <scarabeus@gentoo.org> +kdesu-4.5.3.ebuild:
+ Version bump
*kdesu-4.5.2 (05 Oct 2010)
diff --git a/kde-base/kdesu/kdesu-4.5.3.ebuild b/kde-base/kdesu/kdesu-4.5.3.ebuild
new file mode 100644
index 000000000000..cebbd3d3803f
--- /dev/null
+++ b/kde-base/kdesu/kdesu-4.5.3.ebuild
@@ -0,0 +1,25 @@
+# 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.5.3.ebuild,v 1.1 2010/11/03 16:30:56 scarabeus Exp $
+
+EAPI="3"
+
+KDE_HANDBOOK="optional"
+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 ~arm ~ppc ~ppc64 ~x86 ~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
+}