diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2009-04-16 22:00:26 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2009-04-16 22:00:26 +0000 |
commit | 1b35a1c374ba6bdeff7ab43b1b505f5ce8b668c2 (patch) | |
tree | 0bd0c7226902f70745e0b32adcc4314d22a3b50c /kde-base/kdesu | |
parent | Drop KDE 4.2.1 (diff) | |
download | historical-1b35a1c374ba6bdeff7ab43b1b505f5ce8b668c2.tar.gz historical-1b35a1c374ba6bdeff7ab43b1b505f5ce8b668c2.tar.bz2 historical-1b35a1c374ba6bdeff7ab43b1b505f5ce8b668c2.zip |
Drop KDE 4.2.1
Package-Manager: portage-2.2_rc30/cvs/Linux x86_64
Diffstat (limited to 'kde-base/kdesu')
-rw-r--r-- | kde-base/kdesu/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/kdesu/kdesu-4.2.1.ebuild | 24 |
2 files changed, 4 insertions, 25 deletions
diff --git a/kde-base/kdesu/ChangeLog b/kde-base/kdesu/ChangeLog index 86355ac6846a..d9b357eea176 100644 --- a/kde-base/kdesu/ChangeLog +++ b/kde-base/kdesu/ChangeLog @@ -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.107 2009/04/11 22:56:41 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdesu/ChangeLog,v 1.108 2009/04/16 21:51:44 alexxy Exp $ + + 16 Apr 2009; Alexey Shvetsov <alexxy@gentoo.org> -kdesu-4.2.1.ebuild: + Drop KDE 4.2.1 *kdesu-4.2.2 (11 Apr 2009) diff --git a/kde-base/kdesu/kdesu-4.2.1.ebuild b/kde-base/kdesu/kdesu-4.2.1.ebuild deleted file mode 100644 index 202880d98c73..000000000000 --- a/kde-base/kdesu/kdesu-4.2.1.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# 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.1.ebuild,v 1.3 2009/04/11 16:10:28 armin76 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="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86" -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 -} |