summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Shvetsov <alexxy@gentoo.org>2010-05-03 22:11:30 +0000
committerAlexey Shvetsov <alexxy@gentoo.org>2010-05-03 22:11:30 +0000
commitb773ad88bc726661ffd30315a9b6ddc336593b0c (patch)
tree14a7b89776510c6b6ba52d398a8db53d5a7905a7 /kde-base/kdesu
parent[kde-base] Drop KDE SC 4.4.1 (diff)
downloadhistorical-b773ad88bc726661ffd30315a9b6ddc336593b0c.tar.gz
historical-b773ad88bc726661ffd30315a9b6ddc336593b0c.tar.bz2
historical-b773ad88bc726661ffd30315a9b6ddc336593b0c.zip
[kde-base] Drop KDE SC 4.4.1
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64 RepoMan-Options: --force
Diffstat (limited to 'kde-base/kdesu')
-rw-r--r--kde-base/kdesu/ChangeLog5
-rw-r--r--kde-base/kdesu/kdesu-4.4.1.ebuild24
2 files changed, 4 insertions, 25 deletions
diff --git a/kde-base/kdesu/ChangeLog b/kde-base/kdesu/ChangeLog
index a954dacefeb6..157273794d97 100644
--- a/kde-base/kdesu/ChangeLog
+++ b/kde-base/kdesu/ChangeLog
@@ -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.152 2010/05/03 20:45:09 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdesu/ChangeLog,v 1.153 2010/05/03 21:36:14 alexxy Exp $
+
+ 03 May 2010; Alexey Shvetsov <alexxy@gentoo.org> -kdesu-4.4.1.ebuild:
+ Drop KDE SC 4.4.1
*kdesu-4.4.3 (03 May 2010)
diff --git a/kde-base/kdesu/kdesu-4.4.1.ebuild b/kde-base/kdesu/kdesu-4.4.1.ebuild
deleted file mode 100644
index 8d80d7860366..000000000000
--- a/kde-base/kdesu/kdesu-4.4.1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# 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.1.ebuild,v 1.1 2010/03/02 17:09:42 tampakrap 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
-}