summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Shvetsov <alexxy@gentoo.org>2009-01-14 14:46:19 +0000
committerAlexey Shvetsov <alexxy@gentoo.org>2009-01-14 14:46:19 +0000
commit471f16b250aafad17e6af1c1afb7976cc4326a8d (patch)
treeb0523c5020a61d4466eae01f8fcfe315c0b60c8c /kde-base/kdesu
parentDrop KDE 4.1.2 and 4.1.3 (diff)
downloadgentoo-2-471f16b250aafad17e6af1c1afb7976cc4326a8d.tar.gz
gentoo-2-471f16b250aafad17e6af1c1afb7976cc4326a8d.tar.bz2
gentoo-2-471f16b250aafad17e6af1c1afb7976cc4326a8d.zip
Drop KDE 4.1.2 and 4.1.3
(Portage version: 2.2_rc21/cvs/Linux 2.6.28-gentoo x86_64)
Diffstat (limited to 'kde-base/kdesu')
-rw-r--r--kde-base/kdesu/ChangeLog6
-rw-r--r--kde-base/kdesu/kdesu-4.1.2.ebuild24
-rw-r--r--kde-base/kdesu/kdesu-4.1.3.ebuild24
3 files changed, 5 insertions, 49 deletions
diff --git a/kde-base/kdesu/ChangeLog b/kde-base/kdesu/ChangeLog
index 4e9e60e7e180..3749ecbc0659 100644
--- a/kde-base/kdesu/ChangeLog
+++ b/kde-base/kdesu/ChangeLog
@@ -1,6 +1,10 @@
# 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.98 2009/01/13 21:52:19 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdesu/ChangeLog,v 1.99 2009/01/14 14:46:19 alexxy Exp $
+
+ 14 Jan 2009; Alexey Shvetsov <alexxy@gentoo.org> -kdesu-4.1.2.ebuild,
+ -kdesu-4.1.3.ebuild:
+ Drop KDE 4.1.2 and 4.1.3
*kdesu-4.1.4 (13 Jan 2009)
diff --git a/kde-base/kdesu/kdesu-4.1.2.ebuild b/kde-base/kdesu/kdesu-4.1.2.ebuild
deleted file mode 100644
index efa15f3e8428..000000000000
--- a/kde-base/kdesu/kdesu-4.1.2.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdesu/kdesu-4.1.2.ebuild,v 1.1 2008/10/02 08:20:25 jmbsvicetto 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 ~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
-}
diff --git a/kde-base/kdesu/kdesu-4.1.3.ebuild b/kde-base/kdesu/kdesu-4.1.3.ebuild
deleted file mode 100644
index 47459db37740..000000000000
--- a/kde-base/kdesu/kdesu-4.1.3.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdesu/kdesu-4.1.3.ebuild,v 1.2 2008/11/16 07:27:29 vapier 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
-}