summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Callen <jcallen@gentoo.org>2009-10-12 22:37:15 +0000
committerJonathan Callen <jcallen@gentoo.org>2009-10-12 22:37:15 +0000
commit75b2144b0d455a7d9ed9f8c9f182f3fc2c88c459 (patch)
tree2fc021910ac269af214f9aee0c0fc3f3e060a295 /kde-base/ksim
parentStable for HPPA (bug #287618). (diff)
downloadhistorical-75b2144b0d455a7d9ed9f8c9f182f3fc2c88c459.tar.gz
historical-75b2144b0d455a7d9ed9f8c9f182f3fc2c88c459.tar.bz2
historical-75b2144b0d455a7d9ed9f8c9f182f3fc2c88c459.zip
KDE 3.5.9 removal
Package-Manager: portage--svn/cvs/Linux i686
Diffstat (limited to 'kde-base/ksim')
-rw-r--r--kde-base/ksim/ChangeLog5
-rw-r--r--kde-base/ksim/ksim-3.5.9.ebuild34
2 files changed, 4 insertions, 35 deletions
diff --git a/kde-base/ksim/ChangeLog b/kde-base/ksim/ChangeLog
index 9bb94c220bae..6342034b7539 100644
--- a/kde-base/ksim/ChangeLog
+++ b/kde-base/ksim/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for kde-base/ksim
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/ksim/ChangeLog,v 1.103 2009/10/12 05:43:12 abcd Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ksim/ChangeLog,v 1.104 2009/10/12 22:19:56 abcd Exp $
+
+ 12 Oct 2009; Jonathan Callen <abcd@gentoo.org> -ksim-3.5.9.ebuild:
+ KDE 3.5.9 removal
12 Oct 2009; Jonathan Callen <abcd@gentoo.org> ksim-3.5.9.ebuild,
ksim-3.5.10.ebuild:
diff --git a/kde-base/ksim/ksim-3.5.9.ebuild b/kde-base/ksim/ksim-3.5.9.ebuild
deleted file mode 100644
index 3718957a699a..000000000000
--- a/kde-base/ksim/ksim-3.5.9.ebuild
+++ /dev/null
@@ -1,34 +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/ksim/ksim-3.5.9.ebuild,v 1.8 2009/10/12 05:43:12 abcd Exp $
-
-KMNAME=kdeutils
-EAPI="1"
-inherit kde-meta eutils
-
-DESCRIPTION="KDE system monitoring applets."
-KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
-IUSE="kdehiddenvisibility snmp"
-
-DEPEND="snmp? ( net-analyzer/net-snmp )"
-RDEPEND="${DEPEND}"
-
-PATCHES=( "${FILESDIR}/${PN}-3.5.8-freebsd.patch" )
-
-src_unpack() {
- kde-meta_src_unpack
-
- # Fix the desktop file.
- sed -i -e "s:Hidden=true:Hidden=false:" ksim/ksim.desktop || die "sed failed"
-}
-
-src_compile() {
- myconf="$myconf $(use_with snmp)"
- kde-meta_src_compile
-}
-
-src_install() {
- kde-meta_src_install
- # see bug 144731
- rm "${D}${KDEDIR}/share/applications/kde/ksim.desktop"
-}